hey everyone.
i need a simple script for user registration. which ones are around?
btw im running 0236 td 4.99
cheers! :)
the search didn't do it for me. i found lots of garbage that i wasn't looking for. maybe i'm just retarded.
is anyone else kind enough to provide me with the scrip(s)?
hey sladdi,
just to let ya know, td4.99 has some MAJOR issues with irself. I would recommend not using it because it has some profromance issues which can be seen after 3 days of running the hub. It also as a error in the strfind function that will cause errors between scripts in other version of ptokax.
more info bout this can be found in the cSlave docs of the beta build 0.1:- if u can find it.
i would sujest using td4 or getting a debug version of ptokax..allthough ppl dont like other ppl using it here.
btw, .. td4 doesnt have the hub function OnExit(), so with some scripts this can cause more problems!
noza
thank you very much corayzon. yea i was always wondering why the hell it took up 40 megs of ram after 3 days running, lol. i'll follow your advice and get td4.
are there any reg scripts available for td4? when i search for "reg script" or "registration script" everything comes up except any register scripts.
but td4 isnt the best idea, ... it is more stable and runs upto a couple of weeks if your lucky. but it doesnt have the OnExit function within its scripts. So if u have a a script that uses memory to store data and saves it onexit, it wont happen.
the sad thing is, ... a bebug version is the BEST idea.
noza
*** edit
got a bit of track, if u wanna nice reg script i think there is cslaves old one at the ftp (ftp://cslave.no-ip.org/), otherwise, the one in the new cslave will tikkle ur fancy, but thats a far way of yet. Maybe if i like ya, ill do the new one into a standalone =]
noza
Mutor,
the main problem is memory leaks! as u can tell, after a few days the memory becomes a hugh amount of usage.
and the other large prob is the error with strfind:- if u write a script on 4.99 and move it, strfind will call errors (this is visaversa to)
another problem is how the $GetNickList rely's on the nicklist box OBJECT in ptokax, as in it seems to loop through indexs in the userlist box, instead of direct memory. i did testing with this on a hub script that uses a string to store the username, so it can be directly sent.
I cant really be sure, but i figure this from the obvious.
noza
Mutor,
Im not sure about myinfo string problem. I been using 15.25 for ages now and havnt had a problem, and my server has been up for 2 weeks before.
This is proberbly because cslave rehandles all the protocol commands and returns accordingly.
This does seem interesting, so if you know anything more bout this, i would like to here it =]
noza
QuoteOriginally posted by Mutor
is that it the 15.25 debug version has a problem with MyInfoString.
See This Thread For More... (http://www.uknnet.com/lua/thread.php?threadid=220&sid=).
See plops comments. Who would know better?
I did ASSUME same problem with 15.18, but i have neither version to confirm or deny it. Tell me what you think.
PPK has explained it in my hub, this is part of the delayed logon which was introduced somewhere in the 0.3.3.0 serie.
the myinfo is only send when a user is loged on, makes the list less jumpy and saves bandwidth.
plop