This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 13 matches

by domp
Mon Jun 13, 2005 7:24 pm
Forum: Archive
Topic: web-overview of the botnet
Replies: 11
Views: 4391

i've seen that before...


Will try to find it for u again
by domp
Tue May 31, 2005 7:49 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022781

I would like to try your script but the link is down for a while ;)
by domp
Tue May 31, 2005 7:32 pm
Forum: Shell & Bouncer Help
Topic: Open files
Replies: 11
Views: 19541

I gave Oxquizz a try before I bought nerfbenders script. The problem with moxquizz is the fact not all text is displayed in java. Most people use the java chat applet there :roll: Besides that I have over 600,000 questions in the format for Nerf's bot now.. Any idea for an solution with killing and ...
by domp
Tue May 31, 2005 11:59 am
Forum: Shell & Bouncer Help
Topic: Open files
Replies: 11
Views: 19541

the scripts should close them by itself. if they don't you would't run out of file handles sooner or later no matter how high your limit is. set fd [open $file r] #script has 1 open file set data [read $fd] close $fd #script has 0 open files but still has its content in $data if you still want to r...
by domp
Wed May 11, 2005 11:50 pm
Forum: Archive
Topic: can this be done ?
Replies: 22
Views: 7753

my fault was a copy n paste error my be. Just here in the code....

Could u do me a favor and see if it works for you ?

I have no idea what's causing this problem.
by domp
Wed May 11, 2005 9:44 pm
Forum: Archive
Topic: can this be done ?
Replies: 22
Views: 7753

domp wrote:

Code: Select all

bind evnt - init-server dieproc 

proc dieproc { } { 
        timer 1 {die "Bot restarting"} 
Although the tcl is loaded the bot doesnt die. I'm testing atm, didnt try the restart yet.

I mean the last part, I understand it would die after a minute. But it just doesnt seem to work
by domp
Wed May 11, 2005 12:21 pm
Forum: Archive
Topic: can this be done ?
Replies: 22
Views: 7753

Anyone who know the answer ? I can't get it to work...

My fault ?

Tia :)
by domp
Tue May 10, 2005 6:04 pm
Forum: Archive
Topic: can this be done ?
Replies: 22
Views: 7753

yeah exactly,

I have the same problem with a regged version.
I added this in a *.tcl

Code: Select all

bind evnt - init-server dieproc 

proc dieproc { } { 
        timer 1 {die "Bot restarting"} 
Although the tcl is loaded the bot doesnt die. I'm testing atm, didnt try the restart yet.
by domp
Tue May 10, 2005 5:54 pm
Forum: Archive
Topic: can this be done ?
Replies: 22
Views: 7753

that script should kill your bot on the hour every hour. not an hour after its been started. if you want it to be an hour from start use this code instead. bind evnt - init-server dieproc proc dieproc { } { timer 60 {die "Bot restarting"} } should it work when the timer is set to one ?
by domp
Wed Apr 13, 2005 7:58 am
Forum: Shell & Bouncer Help
Topic: Open files
Replies: 11
Views: 19541

sorry for being dumb ;) but do i have to put that in my conf file ?
by domp
Wed Apr 13, 2005 7:34 am
Forum: Shell & Bouncer Help
Topic: Open files
Replies: 11
Views: 19541

Closing em by myself is not an option I'm afraid. I don't want to spend that much time online :-)

Does anyome know an tcl that restarts the bot after a certain period of time ? I'm trying to find one but no luck yet
by domp
Wed Apr 13, 2005 7:27 am
Forum: Shell & Bouncer Help
Topic: Open files
Replies: 11
Views: 19541

64 opened files at once is what I mean. I think it can be solved when the bot restarts every 30 minutes. Is there a .tcl what does that ?
by domp
Wed Apr 13, 2005 6:48 am
Forum: Shell & Bouncer Help
Topic: Open files
Replies: 11
Views: 19541

Open files

I have a problem with my triviabot. About once an our it locks up with the too many open files error. I contacted my provider about that n they answered I'm limited at 64 what is a standard there. Now my question, is it normal to set a limit at 64 files? I pay about 15 bucks a month for 3 bg process...