NXS-3 - Page 14
 

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.

angelsanges

QuoteOriginally posted by NightLitch
quick fix for I don't have the time fixing it now.

So Download this Main file and change it.

NXS-3.lua HERE


fix for what?....i don't understand

NightLitch

Try the main packed version then you see...
//NL

Dyzan

Me and NightLitch found a bugg in !info .

But it will be fixed as soon as possible.

/Dyzan
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

angelsanges


NightLitch

New Version out:

NXS-3 Version: 2.5

2:5	:	Finish Translation by: Hoke Added.
		Fixed UserInfo once again to work right.
		Fixed MinLengh & MaxLengh.

This one should work with no problem I hope... :-)

/NL
//NL

kbeh273300

i have a small request how about a !uptime command it would show in days,min, hours, and maybe the date?

its looking better and better all the time now :)
-=United Kings network=-
Network Webpage?
Hub address: houseofkings.no-ip.org:420
hub webpage
hub forum

angelsanges

can you explain me how to use !timeban command?

!timeban [num] [m/h/d] [reason]

NightLitch

!timeban nick 3d reason = timebanned for 3days
//NL

NightLitch

Will make more updates under the week. godnight ppl.
//NL

Lost_Kalle26023

Can I make the script find fakeshare, forbidden files and things like that??
 ?(
thnx for a great script

//Lost_Kalle26023
\"63,000 bugs  in the code, 63,000 bugs , you get 1 whacked with a service pack, now there\'s 63,005 bugs  in the code.\"    

angelsanges

i know that the !op command it's a ptokax built in command but with NXS-3 it does not work....

NightLitch

Quoteangelsanges
   
i know that the !op command it's a ptokax built in command but with NXS-3 it does not work....

Make sure that the !op command is checked in hubsoft for that level you want it to work for.

Otherwise I may have given the !op command to Mod's & Masters only. Gonna check it.
//NL

angelsanges

Master & Moderator are checked but it does not work.

f3rry

hi NightLitch


The Only Registered Users Can Download, not seems to be working. Also the ptokax buildin commands for Ops and higher isn't working. When i disable the script, the commands are back.

Dyzan

#339
QuoteOriginally posted by f3rry
hi NightLitch


The Only Registered Users Can Download, not seems to be working. Also the ptokax buildin commands for Ops and higher isn't working. When i disable the script, the commands are back.

Yepp, There is a bugg in "The Only Registered Users Can Download"

But all commands works perfect here. Maybe the !op command is the only that have some bogus things. =)

But ells it works.

One request from me is to put a on/off funktion for "Min Bandwidh Lock"

More Reports:
Something bogus with advertising script.
look here:

[13:59] <> [Skekraft]Atlas - *Cesure IP* is advertising, typing: d.v.s extract content... annars g?r jag ju ?nnu en iso/bin
[13:59] <> User are kicked for advertising
*edit* This happens only some times. Strange.

hmm i did not send any adress. Fix it NL!

Then the final bugg i found when
-- Send Info Welcome Message to User / 1:on/0:off
SWelcome = 1
is on. I got this:

Syntax error: attempt to perform arithmetic on local `vShare' (a nil value)
stack traceback:
   1:  function `NewUserConnected' at line 301 [file `E:\Temp mapp\0.330.b15.25.dbg\scripts\NXS-3.lua']

Thats all for now. L8r!

/Dyzan
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

f3rry

hi NightLitch,


If i connect with the hub as a normal user and after that connect as Op, i get this error.

Syntax error: attempt to call field `SD' (a nil value)
stack traceback:
   1:  function `LogUser' at line 858 [file `D:\PtokaX\scripts\NXS-3.lua']
   2:  function `OpConnected' at line 231 [file `D:\PtokaX\scripts\NXS-3.lua']

I have fixt it by adding SMPM(curUser) on the following line.


function OpConnected(curUser)
           SMPM(curUser)


When i type !info without nick or ip, i get this error  

No syntax errors in script file NXS-3.lua
Syntax error: attempt to concat global `Prefix' (a nil value)
stack traceback:
   1:  function `DoInfo' at line 692 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <34:file `NXS-3/data/COMMANDS.lua'> at line 34
   3:  function `GetCom' at line 593 [file `D:\PtokaX\scripts\NXS-3.lua']
   4:  function `DataArrival' at line 462 [file `D:\PtokaX\scripts\NXS-3.lua']
 

Also fixt it for myself by chancing "..Prefix.." into "..Prefix1..".

curUser:SD(BotName,CmdErrorMsg.." "..Prefix.."info :"..CmdErrorPar)


curUser:SD(BotName,CmdErrorMsg.." "..Prefix1.."info :"..CmdErrorPar)


Not realy important bugs, but important enough to be fixt. :-)

Dyzan

#341
QuoteOriginally posted by f3rry
hi NightLitch,


If i connect with the hub as a normal user and after that connect as Op, i get this error.

Syntax error: attempt to call field `SD' (a nil value)
stack traceback:
   1:  function `LogUser' at line 858 [file `D:\PtokaX\scripts\NXS-3.lua']
   2:  function `OpConnected' at line 231 [file `D:\PtokaX\scripts\NXS-3.lua']

I have fixt it by adding SMPM(curUser) on the following line.


function OpConnected(curUser)
           SMPM(curUser)


When i type !info without nick or ip, i get this error  

No syntax errors in script file NXS-3.lua
Syntax error: attempt to concat global `Prefix' (a nil value)
stack traceback:
   1:  function `DoInfo' at line 692 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <34:file `NXS-3/data/COMMANDS.lua'> at line 34
   3:  function `GetCom' at line 593 [file `D:\PtokaX\scripts\NXS-3.lua']
   4:  function `DataArrival' at line 462 [file `D:\PtokaX\scripts\NXS-3.lua']
 

Also fixt it for myself by chancing "..Prefix.." into "..Prefix1..".

curUser:SD(BotName,CmdErrorMsg.." "..Prefix.."info :"..CmdErrorPar)


curUser:SD(BotName,CmdErrorMsg.." "..Prefix1.."info :"..CmdErrorPar)


Not realy important bugs, but important enough to be fixt. :-)

Never mind...

The !info fix worked. Thanks!

But the other fix I don't understand. Never got that error. NightLitch maybe do know more.

//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

f3rry

QuoteDyzan: But all commands works perfect here. Maybe the !op command is the only that have some bogus things. =) But ells it works

hmmm what about !restartscripts / !restart / !nickban

Dyzan

#343
Hehe I found another bugg :D LOL

!getbanlist is dead! for both OPs Master and Moderators.

hehe Strange.

Dam it is something wrong with antiadvertising script.

The user got kicked for this. Look!

[14:43] <> [Skekraft]Atlas - *Censur IP* is advertising, typing: jaja, nu ?r allt inne... s? jag g?r offline och programmerar lite... ses grabbar
[14:43] <> User are kicked for advertising

/Dyzan
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

f3rry

QuoteBut the other fix I don't understand. Never got that error. NightLitch maybe do know more.

If you enable "Don't Allow Double IP's" then you get that error.

Sure... Nightlitch can fix all the problems :)
NXS-3 will be the greatest script ever.

Dyzan

#345
Yes, it will be great. All buggs just need to go away. ;)
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

[NL]trucker

Nightlitch

got an error on the latest version

Syntax error: attempt to index local `vUser' (a nil value)
stack traceback:
   1:  function `KicksRegVipOp' at line 153 [file `NXS-3/data/Handlings.lua']
   2:  function `ToKickMsg' at line 961 [file `D:\==PTOTAX==\robo\scripts\NXS-3.lua']
   3:  function `DataArrival' at line 466 [file `D:\==PTOTAX==\robo\scripts\NXS-3.lua']

Syntax error: attempt to call field `SD' (a nil value)
stack traceback:
   1:  function `LogUser' at line 856 [file `D:\==PTOTAX==\robo\scripts\NXS-3.lua']
   2:  function `OpConnected' at line 229 [file `D:\==PTOTAX==\robo\scripts\NXS-3.lua']

Script stopped.
 

what does it mean ?

furthermore a user was ablle to connect twice with the same ip and name but with diferent  share .

despite my setting to block doublle login.
Owner of FunnyHub
 
Funyhub.no-ip.info
       Forum Master of


NightLitch

LOL! thx guys what a Huge bug report... Thx alot.

Gonna work my way around this as fast as I can.

so simple bugs to...

but gonna be fixed.
//NL

GeNNeLL

#348
i think this bug
Syntax error: attempt to call field `SD' (a nil value) 
stack traceback: 
1: function `LogUser' at line 856 [file `D:\==PTOTAX==\robo\scripts\NXS-3.lua'] 
2: function `OpConnected' at line 229 [file `D:\==PTOTAX==\robo\scripts\NXS-3.lua']

be display when on hub logs 2 operators with the same IP

change line 855 in file NXS-3.ini to

if CheckDouble(curUser.sIP)==1 and DoubleIP==1 and not curUser.bOperator then


i dont have your first bug
sorry my english is weak  :(

                         nick on hub: Eat_this!!!

GeNNeLL

heh i to slow ;DD
sorry my english is weak  :(

                         nick on hub: Eat_this!!!

SMF spam blocked by CleanTalk