NXS-3 - Page 11
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

NXS-3

Started by NightLitch, 29 January, 2004, 18:18:37

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NightLitch

Adver looks ok.

but not this:

[0] = 1, -- Check Masters  

--Level Checks / 1:on/0:off ( For Checking Client settings/ Share/ Advertisings
LC = {
[0] = 1, -- Check Masters
[4] = 0, -- Check Moderator
[1] = 0, -- Check Operators
[2] = 0, -- Check VIPs
[3] = 1, -- Check REGs
[-1] = 1, -- Check Users

should be 0 becouse you don't wanna check yourself/master profile.
//NL

WickeD

When I send a massage to my self like this: //WickeD hubbar.dyndns.org



I get this from NXS-3 v.1.9.3:

In mainchat:<> [SU+]WickeD - 212.32.167.167 is advertising, typing: //WickeD hubbar.dyndns.org

In Pm from script: <[B?]?V?L:???> Advertising Censored, sorry.

In Pm from my self: <[SU+]WickeD> //WickeD hubbar.dyndns.org


The massage is NOT Censored!!!!  That is what I am wondering about!!

//WickeD

NightLitch

that is one thing am gonna block you should not send to yourself.

And change Master check to 0 otherwise YES you will be checked. read...( For Checking Client settings/ Share/ Advertisings

/NL
//NL

f3rry

#253
Hi NightLitch,

I have found where the errors came from, after the max kicks or warns.
Check the following lines in ComFunc.lua Search for these lines.

SaveKickBanInfo(curUser,vUser,reason,BanTable,BanFile)
SaveKickBanInfo(curUser,vUser,reason,KickTable,KickFile,"KickTable")

There the .sName is missing.
Replace the lines with the following lines and the errors are gone after the max. kicks and warns.

SaveKickBanInfo(curUser.sName,vUser.sName,reason,BanTable,BanFile,"BanTable")
SaveKickBanInfo(curUser.sName,vUser.sName,reason,KickTable,KickFile,"KickTable")

The error WickeD was talking about, is correctly. level LC 0 can not advertise on PM.
You can fix it by removing the end on line 502 and set it under line 529.


 :))

NightLitch

ThX f3rry!

Looks like you can take over from here... lol... :-D

Gonna fix it.

Update will come later this week. Have been gone for three day's and or not home now either.

Have maybe solved the multilang.

Thx again for finding these small bugs... :-)

/NL
//NL

f3rry

Hi NightLitch,

I forgot to say that there is also missing a "BanTable"
The following line is correct.

(curUser.sName,vUser.sName,reason,BanTable,BanFile,"BanTable")


I wish i could script as well as you can, keep going man.

Woodster

Hi NightLitch

Syntax Error: unfinished string;
  last token read: `"address.myftp.org' at line 101 in file `NXS-3.ini'
Syntax Error: attempt to concat global `BotName' (a nil value)
Syntax Error: attempt to index global `LC' (a nil value)

Get this on restarting scripts???

Woody
Owner of UK...     dc-hubs2     ...UK
Main Address dc-hubs2.ath.cx
Alt Address dc-hubs.no-ip.com
Apart of DC-HUBS NETWORK

f3rry

HI Woodster

Look in NXS-3.ini for this line

-- High Share Redirect Address
HighShareRedirectAddress = "address.myftp.org

Must be:

HighShareRedirectAddress = "address.myftp.org"


:)

NightLitch

Gaa... what it is a pain in the ass to make the MultiLang.

So many lines... :-P

2.0 is not far away now...

/NL
//NL

NightLitch

NXS-3 Version: 2.0     >>>>  OUT!!!!

DOWNLOAD

2.0	:	Fixed DC++ CDM check in client check.
		Fixed some bugs in Kick/Warn savings, Thx to f3rry
		Fixed the advertising some more, Thx to WickeD & f3rry for the reports
		Fixed the UserInfo calling to a smoother way.
		Changed:
			* Commands into Table Calling
		Added:
			* MultiLang  ( Make translations fast hehe... )

Enjoy...
//NL

f3rry

Hi NightLitch

looks nice.....   gonna test it  :)

Thx

Hakis

I found some errors.Syntax error: assertion failed!  NXS-3/userinfo/userinfo.dat is not found.Generating new NXS-3/userinfo/userinfo.dat. All i
stack traceback:
   1:  function `assert' [C]
   2:  function `LoadFromFile' at line 118 [file `NXS-3/data/Serialize.lua']
   3:  function `Main' at line 161 [file `...My Documents\hub\PtokaX 15.18\scripts\NXS-3.lua']

NightLitch

Ah, a miss by me Hakis, NXS-3/userinfo/userinfo.dat

just create that file in there... then it works..

sorry...

/NL
//NL

GeNNeLL

i have this error
Syntax error: attempt to compare nil with number
stack traceback:
   1:  function `BandwidhCheck' at line 763 [file `...and Settings\Admin\Pulpit\HUB\scripts\NXS-3.lua']
   2:  function `AllowClients' at line 673 [file `...and Settings\Admin\Pulpit\HUB\scripts\NXS-3.lua']
   3:  function `DataArrival' at line 384 [file `...and Settings\Admin\Pulpit\HUB\scripts\NXS-3.lua']

Syntax error: malformed pattern (missing `]')
stack traceback:
   1:  function `strfind' [C]
   2:  function `ParseMyInfo' at line 591 [file `...and Settings\Admin\Pulpit\HUB\scripts\NXS-3.lua']
   3:  function `DataArrival' at line 383 [file `...and Settings\Admin\Pulpit\HUB\scripts\NXS-3.lua']
sorry my english is weak  :(

                         nick on hub: Eat_this!!!

NightLitch

Thx GeNNeLL. gonna fix it.
//NL

NightLitch

Have looked into it and must ask what client was in use, cause that should not happend...

Anyone else got the same problem ??
//NL

f3rry

hi NightLitch

QuoteAnyone else got the same problem ??

sorry. no problems here

script works great

WickeD

And no problem here m8!!

Gr8 work!!!  =)

//WickeD

NightLitch

Ok in that case line up the translations.

Mail to:  NightLitch@swenorth.myftp.org

/NL
//NL

angelsanges

why if i disable VIP chat it continues to appear into user list?

angelsanges

Syntax Error: malformed pattern (missing `]')
Syntax Error: malformed pattern (missing `]')


this happens wen I digit !info command

GeNNeLL

sorry NightLitch ;// my last bug report it is my foul i put to big value in limits ;// script work gr8  :DD
can you add all topic command, and command !cls ;]] cleer screen - if i use this command main chat is empty(script write many change line) this work good if user adwersiting :)
sorry my english is weak  :(

                         nick on hub: Eat_this!!!

NightLitch

QuoteOriginally posted by angelsanges    

Syntax Error: malformed pattern (missing `]')
Syntax Error: malformed pattern (missing `]')


this happens wen I digit !info command
 

This is becouse info is not fixed to work with digits(IP's).
Gonna add it when I know how to do it.

QuoteOriginally posted by GeNNeLL
   
sorry NightLitch ;// my last bug report it is my foul i put to big value in limits ;// script work gr8 :DD
can you add all topic command, and command !cls ;]] cleer screen - if i use this command main chat is empty(script write many change line) this work good if user adwersiting :)

Np, A Topic/FreshStuff will come later when I have all other things ok.
about the !cls there is already a builtin in the clients, that Am sure you know of...   /clear
So can't do much of that.

/NL
//NL

GeNNeLL

my regs users add in nick [REG] and my vips add [VIP] and if i on check isp they not enter in hub why???
sorry my english is weak  :(

                         nick on hub: Eat_this!!!

GeNNeLL

yes NightLitch but /clear work only in my main chat but oki it is not very important command :DD
sorry my english is weak  :(

                         nick on hub: Eat_this!!!

SMF spam blocked by CleanTalk