NXS-3 - Page 30
 

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.

kazi

NL,  what is wrong with this script please?


safeadd = {
-- ["myhub.com"]=1,
-- ["myhub.com"]=2,
-- ["myhub.com"]=3,
-- ["myhub.com"]=4,
}

trigs = {
-- ["dns2go"]=1,
-- ["myftpsite"]=2,
-- ["servebeer"]=3,
-- ["mine.nu"]=4,
-- ["ip.com"]=5,
-- ["dynip"]=6,
-- ["staticip"]=7,
-- ["serveftp"]=8,
-- ["ipactive"]=9,
-- ["ip.org"]=10,
-- ["servegame"]=11,
-- ["ath.cx"]=12,
-- ["dyndns"]=13,
-- ["clanpimp"]=14,
-- ["idlegames"]=15,
-- ["sytes"]=16,
-- ["uni.cc"]=17,
-- ["homeunix"]=18,
-- ["deftonzs.com"]=19,
-- ["flamenap"]=20,
-- ["www"]=21,
-- ["serveftp"]=22,
-- ["myftp"]=23,
-- ["d2g"]=24,
-- ["hopto.org"]=25,
-- ["orgdns"]=26,
-- ["d n s 2 g o "]=27,
-- ["m y f t p s i  t e "]=28,
-- ["s e r  v e b e e r "]=29,
-- ["m i n e . n u"]=30,
-- ["i p . c o m"]=31,
-- ["d y n i p "]=32,
-- ["s t a t i c i p "]=33,
-- ["s e r v e f t p "]=34,
-- ["i p a c t i v e "]=35,
-- ["i p . o r g "]=36,
-- ["s e r v e g a m e "]=37,
-- ["a t h . c x "]=38,
-- ["d y n d n s "]=39,
-- ["c l a n p i m p "]=40,
-- ["i d l e g a m e s "]=41,
-- ["s y t e s "]=42,
-- ["u n i . c c "]=43,
-- ["h o m e u n i x "]=44,
-- ["d e f t o n z s . c o m"]=45,
-- ["f l a m e n a p "]=46,
-- ["x s 4 a l l "]=47,
-- ["s e r v e f t p "]=48,
-- ["m y f t p "]=49,
-- ["ftp"]=50,
-- ["h o p t o . o r g "]=51,
-- ["o r g d n s "]=52,
-- ["msn "]=53,
-- ["m s n "]=54,
-- ["e-mail "]=55,
-- ["email "]=56,
-- ["icq "]=57,
-- ["http"]=58,
}

---------------------
-- Global Settings --
---------------------

Bot = "spammerslammer"

------------------
-- Data Arrival --
------------------

function DataArrival(user, data)

returndata = 0
founded = 0
safe = 1
allowedadd = 1
refusedadd = 1

if (strsub(data,1,1)=="<") then
data=strsub(data,1,strlen(data)-1)
s,e,to,cmd=strfind(data,"<(.*)>%s+(%S+)")
cmd=strlower(cmd)
s,e,cmd = strfind(data,"%b<>%s+(%S+)")

if user.bOperator then
if (cmd=="+allowedadd") then
user:SendData(Bot, allowedadd.." allowed addresses has been sended on the main chat or in pm")
returndata = 1

elseif (cmd=="+refusedadd") then
user:SendData(Bot, refusedadd.." refused addresses has been sended on the main chat or in pm")
returndata = 1
end
end

if user.bOperator then
else
for key,a in trigs do
if(strfind(strlower(data),key,5,1)) then
founded = 1
break
end
end
if founded == 1 then
for safekey,a in safeadd do
if(strfind(strlower(data),safekey,5,1)) then
safe = 1
break
end
end
end
if founded == 1 then
if safe == 1 then
allowedadd=allowedadd+1
else
returndata = 1
refusedadd=refusedadd+1
SendToOps(Bot, user.sName.." has been disconnected because of advertising: "..data )
user:SendData(Bot, "You have been disconnected because advertising")
user:Disconnect()
end
end
end
end

if(strsub(data, 1, 4) == "$To:") then
data=strsub(data,1,strlen(data)-1)
s,e,whoTo = strfind(data,"$To:%s+(%S+)")
s,e,To,from,cmd = strfind(data,"$To:%s+(%S+)%s+From:%s+(%S+)%s+$%b<>%s+(.*)")

if user.bOperator then
else
for key,a in trigs do
if(strfind(strlower(data),key,17,1)) then
founded = 1
break
end
end
if founded == 1 then
for safekey,a in safeadd do
if(strfind(strlower(data),safekey,17,1)) then
safe = 1
break
end
end
end
if founded == 1 then
if safe == 1 then
allowedadd=allowedadd+1
else
returndata = 1
refusedadd=refusedadd+1
SendToOps(Bot, user.sName.." has been disconnected because of advertising: "..data )
user:SendData(Bot, "You have been disconnected because advertising")
user:Disconnect()
end
end
end
end
return returndata
end

i.e.  the safespame function does not work, and not all of the values given it will kick on

NightLitch

Well Kazi, why not create an own Thread instead of posting it here.

My advise for you is use my Advertising Shield i created.

Or if it is help you want plz make an own thread for it.

Don't mean to be meen. :-)

/NL
//NL

kazi

Well, somehow  I cannot get it working in the main script

-- Acceptable trigs  what should i fill in here?

a complete url or just some xtentions?

NightLitch

Take a look at my latest Advertising bot or Plop's sneaky maybe you can come too a solusion.

but one thing...

have you tried remove the -- infront of the "advers"

that should make your script work in my eyes now.

Else if not... I can mybe look later. Working like he** on my advertising bot now. Soon gonna release the new one in Advertising Shield thread.

/NL
//NL

PiRaTe

Not sure if its a bug but !showstaff doesn't seem to work in my hub. !showvips and !showregs works fine.

PiRaTE

NightLitch

QuoteOriginally posted by PiRaTe
Not sure if its a bug but !showstaff doesn't seem to work in my hub. !showvips and !showregs works fine.

PiRaTE

Your profiles.dat is wrong thats the problem.

download the newest version and copy that profiles.dat into the hubfolder.

/NL
//NL

PiRaTe

Thank you Nightlitch, you were in the right area, it was an error on my part, i hadn't added all the new profiles to ptokax profile manager.

It works fine now thank you

And one of the best scripts i've used so far in my 4 years of running hubs.

PiRaTe

kazi

NL/.......  the !whois command...  can you make it also working for OPs?  now it s set to only master and moderators?  but when i make someone moderator can he still have the same rights as a normal OP?

kazi

#733
ohh sorry  found it,  added it myself in the commands.lua

only wondering where the helpfile is, so i can set it in the txt file when OP s  type !help

NightLitch

QuoteOriginally posted by kazi
ohh sorry  found it,  added it myself in the commands.lua

only wondering where the helpfile is, so i can set it in the txt file when OP s  type !help

As I said erlier, Am trying to rebuild the command part, so you can set the command to the status you want.

/NL
//NL

WickeD

Can you add this: The user [AC-Net]XXXXXXX has been kicked 2 times.

When a user is kicked / Warned I want that to bee showed i mainchat whit the kick / Warn massage!

Can that bee added to next NXS-3 version my m8 ??

And have you looked in to the Ip-Script that I wanted ??

//WickeD

Woodster

Hi

Recommended via a friend a tried this script

Very Nice indeed :))

Q: How do i get messages shown on connection users via PM??

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

WickeD

This funktion do not work for me, It do not check users at all:

--Allow BadFile search / 1:on/0:off /
ABFS = 1


-- Bad Files
Files = {}
Files["preteen"]="Please don't share preteen porn in here!"




Can you take a look at that for me!

//WickeD

Dyzan

Hello again. Have some errors now to report to public 3.5 version.

With this userinfo:
["[Kommunicera]Ny"] = {
		["LOGINS"] = 60,
		["PROFILE"] = -1,
		["ONLINE"] = "YES",
		["IP"] = "81.172.162.119",
		["TIME"] = "03/19/2004",
		["MYINFO"] = "$MyInfo $ALL [Kommunicera]Ny <++ V:0.306,M:A,H:1/0/0,S:8>$ $LAN(T1)$$139586437120$|",
	},

And if I do a !info on that user I got this error:

Syntax error: attempt to perform arithmetic on local `vShare' (a nil value)
stack traceback:
   1:  function `DoInfo' at line 864 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <41:file `NXS-3/data/COMMANDS.lua'> at line 41
   3:  function `GetCom' at line 607 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   4:  function `DataArrival' at line 531 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
-----------------------------------------------------------------------

Other errors I don't know where it come from:

Syntax error: bad argument #1 to `strlen' (string expected, got nil)
stack traceback:
   1:  function `strlen' [C]
   2:  function `DataArrival' at line 490 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Syntax error: attempt to concat global `MyInfo' (a nil value)
stack traceback:
   1:  function `CleanUsers' at line 133 [file `NXS-3/data/Handlings.lua']
   2:  method `func' at line 245 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   3:  function `OnTimer' at line 200 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Good luck to hunt the buggs ;)
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

Dyzan

Hello again. Have some errors now to report to public 3.5 version.

With this userinfo:
["[Kommunicera]Ny"] = {
		["LOGINS"] = 60,
		["PROFILE"] = -1,
		["ONLINE"] = "YES",
		["IP"] = "81.172.162.119",
		["TIME"] = "03/19/2004",
		["MYINFO"] = "$MyInfo $ALL [Kommunicera]Ny <++ V:0.306,M:A,H:1/0/0,S:8>$ $LAN(T1)$$139586437120$|",
	},

And if I do a !info on that user I got this error:

Syntax error: attempt to perform arithmetic on local `vShare' (a nil value)
stack traceback:
   1:  function `DoInfo' at line 864 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <41:file `NXS-3/data/COMMANDS.lua'> at line 41
   3:  function `GetCom' at line 607 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   4:  function `DataArrival' at line 531 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
-----------------------------------------------------------------------

Other errors I don't know where it come from:

Syntax error: bad argument #1 to `strlen' (string expected, got nil)
stack traceback:
   1:  function `strlen' [C]
   2:  function `DataArrival' at line 490 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Syntax error: attempt to concat global `MyInfo' (a nil value)
stack traceback:
   1:  function `CleanUsers' at line 133 [file `NXS-3/data/Handlings.lua']
   2:  method `func' at line 245 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   3:  function `OnTimer' at line 200 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Good luck to hunt the buggs ;)
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

Dyzan

Hello again. Have some errors now to report to public 3.5 version.

With this userinfo:
["[Kommunicera]Ny"] = {
		["LOGINS"] = 60,
		["PROFILE"] = -1,
		["ONLINE"] = "YES",
		["IP"] = "81.172.162.119",
		["TIME"] = "03/19/2004",
		["MYINFO"] = "$MyInfo $ALL [Kommunicera]Ny <++ V:0.306,M:A,H:1/0/0,S:8>$ $LAN(T1)$$139586437120$|",
	},

And if I do a !info on that user I got this error:

Syntax error: attempt to perform arithmetic on local `vShare' (a nil value)
stack traceback:
   1:  function `DoInfo' at line 864 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <41:file `NXS-3/data/COMMANDS.lua'> at line 41
   3:  function `GetCom' at line 607 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   4:  function `DataArrival' at line 531 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
-----------------------------------------------------------------------

Other errors I don't know where it come from:

Syntax error: bad argument #1 to `strlen' (string expected, got nil)
stack traceback:
   1:  function `strlen' [C]
   2:  function `DataArrival' at line 490 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Syntax error: attempt to concat global `MyInfo' (a nil value)
stack traceback:
   1:  function `CleanUsers' at line 133 [file `NXS-3/data/Handlings.lua']
   2:  method `func' at line 245 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   3:  function `OnTimer' at line 200 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Good luck to hunt the buggs ;)
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

Dyzan

Hello again. Have some errors now to report to public 3.5 version.

With this userinfo:
["[Kommunicera]Ny"] = {
		["LOGINS"] = 60,
		["PROFILE"] = -1,
		["ONLINE"] = "YES",
		["IP"] = "81.172.162.119",
		["TIME"] = "03/19/2004",
		["MYINFO"] = "$MyInfo $ALL [Kommunicera]Ny <++ V:0.306,M:A,H:1/0/0,S:8>$ $LAN(T1)$$139586437120$|",
	},

And if I do a !info on that user I got this error:

Syntax error: attempt to perform arithmetic on local `vShare' (a nil value)
stack traceback:
   1:  function `DoInfo' at line 864 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <41:file `NXS-3/data/COMMANDS.lua'> at line 41
   3:  function `GetCom' at line 607 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   4:  function `DataArrival' at line 531 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
-----------------------------------------------------------------------

Other errors I don't know where it come from:

Syntax error: bad argument #1 to `strlen' (string expected, got nil)
stack traceback:
   1:  function `strlen' [C]
   2:  function `DataArrival' at line 490 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Syntax error: attempt to concat global `MyInfo' (a nil value)
stack traceback:
   1:  function `CleanUsers' at line 133 [file `NXS-3/data/Handlings.lua']
   2:  method `func' at line 245 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   3:  function `OnTimer' at line 200 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Good luck to hunt the buggs ;)
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

NightLitch

Ok, gonna take a look at the problem's.

And plz Moderators delete 2 of the triple same post Dyzan sended.

/NL
//NL

Dyzan

Hello again. Have some errors now to report to public 3.5 version.

With this userinfo:
["[Kommunicera]Ny"] = {
		["LOGINS"] = 60,
		["PROFILE"] = -1,
		["ONLINE"] = "YES",
		["IP"] = "81.172.162.119",
		["TIME"] = "03/19/2004",
		["MYINFO"] = "$MyInfo $ALL [Kommunicera]Ny <++ V:0.306,M:A,H:1/0/0,S:8>$ $LAN(T1)$$139586437120$|",
	},

And if I do a !info on that user I got this error:

Syntax error: attempt to perform arithmetic on local `vShare' (a nil value)
stack traceback:
   1:  function `DoInfo' at line 864 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <41:file `NXS-3/data/COMMANDS.lua'> at line 41
   3:  function `GetCom' at line 607 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   4:  function `DataArrival' at line 531 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
-----------------------------------------------------------------------

Other errors I don't know where it come from:

Syntax error: bad argument #1 to `strlen' (string expected, got nil)
stack traceback:
   1:  function `strlen' [C]
   2:  function `DataArrival' at line 490 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Syntax error: attempt to concat global `MyInfo' (a nil value)
stack traceback:
   1:  function `CleanUsers' at line 133 [file `NXS-3/data/Handlings.lua']
   2:  method `func' at line 245 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   3:  function `OnTimer' at line 200 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Good luck to hunt the buggs ;)
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

NightLitch

STOP! sending that!!!

it have come 4 times now!

/NL
//NL

NightLitch

Ok, gonna take a look at the problem's.

And plz Moderators delete 2 of the triple same post Dyzan sended.

/NL
//NL

Dyzan

Hello again. Have some errors now to report to public 3.5 version.

With this userinfo:
["[Kommunicera]Ny"] = {
		["LOGINS"] = 60,
		["PROFILE"] = -1,
		["ONLINE"] = "YES",
		["IP"] = "81.172.162.119",
		["TIME"] = "03/19/2004",
		["MYINFO"] = "$MyInfo $ALL [Kommunicera]Ny <++ V:0.306,M:A,H:1/0/0,S:8>$ $LAN(T1)$$139586437120$|",
	},

And if I do a !info on that user I got this error:

Syntax error: attempt to perform arithmetic on local `vShare' (a nil value)
stack traceback:
   1:  function `DoInfo' at line 864 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <41:file `NXS-3/data/COMMANDS.lua'> at line 41
   3:  function `GetCom' at line 607 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   4:  function `DataArrival' at line 531 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
-----------------------------------------------------------------------

Other errors I don't know where it come from:

Syntax error: bad argument #1 to `strlen' (string expected, got nil)
stack traceback:
   1:  function `strlen' [C]
   2:  function `DataArrival' at line 490 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Syntax error: attempt to concat global `MyInfo' (a nil value)
stack traceback:
   1:  function `CleanUsers' at line 133 [file `NXS-3/data/Handlings.lua']
   2:  method `func' at line 245 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   3:  function `OnTimer' at line 200 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Good luck to hunt the buggs ;)
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

Dyzan

Hello again. Have some errors now to report to public 3.5 version.

With this userinfo:
["[Kommunicera]Ny"] = {
		["LOGINS"] = 60,
		["PROFILE"] = -1,
		["ONLINE"] = "YES",
		["IP"] = "81.172.162.119",
		["TIME"] = "03/19/2004",
		["MYINFO"] = "$MyInfo $ALL [Kommunicera]Ny <++ V:0.306,M:A,H:1/0/0,S:8>$ $LAN(T1)$$139586437120$|",
	},

And if I do a !info on that user I got this error:

Syntax error: attempt to perform arithmetic on local `vShare' (a nil value)
stack traceback:
   1:  function `DoInfo' at line 864 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <41:file `NXS-3/data/COMMANDS.lua'> at line 41
   3:  function `GetCom' at line 607 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   4:  function `DataArrival' at line 531 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
-----------------------------------------------------------------------

Other errors I don't know where it come from:

Syntax error: bad argument #1 to `strlen' (string expected, got nil)
stack traceback:
   1:  function `strlen' [C]
   2:  function `DataArrival' at line 490 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Syntax error: attempt to concat global `MyInfo' (a nil value)
stack traceback:
   1:  function `CleanUsers' at line 133 [file `NXS-3/data/Handlings.lua']
   2:  method `func' at line 245 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   3:  function `OnTimer' at line 200 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Good luck to hunt the buggs ;)
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

Dyzan

Hello again. Have some errors now to report to public 3.5 version.

With this userinfo:
["[Kommunicera]Ny"] = {
		["LOGINS"] = 60,
		["PROFILE"] = -1,
		["ONLINE"] = "YES",
		["IP"] = "81.172.162.119",
		["TIME"] = "03/19/2004",
		["MYINFO"] = "$MyInfo $ALL [Kommunicera]Ny <++ V:0.306,M:A,H:1/0/0,S:8>$ $LAN(T1)$$139586437120$|",
	},

And if I do a !info on that user I got this error:

Syntax error: attempt to perform arithmetic on local `vShare' (a nil value)
stack traceback:
   1:  function `DoInfo' at line 864 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <41:file `NXS-3/data/COMMANDS.lua'> at line 41
   3:  function `GetCom' at line 607 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   4:  function `DataArrival' at line 531 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
-----------------------------------------------------------------------

Other errors I don't know where it come from:

Syntax error: bad argument #1 to `strlen' (string expected, got nil)
stack traceback:
   1:  function `strlen' [C]
   2:  function `DataArrival' at line 490 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Syntax error: attempt to concat global `MyInfo' (a nil value)
stack traceback:
   1:  function `CleanUsers' at line 133 [file `NXS-3/data/Handlings.lua']
   2:  method `func' at line 245 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']
   3:  function `OnTimer' at line 200 [file `...\Temp mapp\0.330.b15.25.dbg\scripts\1.NXS-3.lua']

Good luck to hunt the buggs ;)
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

WickeD

What is this funktion?: LockBW = 10      -- Min Bandwidh Lock

//WickeD

SMF spam blocked by CleanTalk