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 19 matches

by svahn
Tue Feb 11, 2003 3:26 pm
Forum: Archive
Topic: fbsql help
Replies: 8
Views: 1974

I know what the problem is now.

My MySQL server runs on port 3310 and the default port is 3306, and i think fbsql thinks my server has the port 3306 too.

Can i modify that somewhere?
by svahn
Mon Feb 10, 2003 9:57 pm
Forum: Archive
Topic: fbsql help
Replies: 8
Views: 1974

Yes its something with my MySQL server, because i tried to connect to my friends MySQL server and i got that it was the wrong user and so.. but i reached the server anyway.. I couldnt find anything in the localhost.err file or did you mean any other logfile? the user i'm trying to connect with have ...
by svahn
Mon Feb 10, 2003 2:38 pm
Forum: Archive
Topic: fbsql help
Replies: 8
Views: 1974

It doesnt matter now, i guess something was wrong with the eggdrop because it doesnt stop now. I have the MySQL server and eggdrop on the same computer, so it should not lagg. I've tried that one with putlog's. in PHP i use 127.0.0.1 as host, use it in the tcl script too, but it doesnt work. the lin...
by svahn
Mon Feb 10, 2003 11:57 am
Forum: Archive
Topic: fbsql help
Replies: 8
Views: 1974

Yes i have looked at that site.

But i have another problem now.

when i start my eggdrop and the scripts run:

Code: Select all

set conn [sql connect ip user pass]
the bot stops responding and i cant get in to partyline, why is that?
by svahn
Sun Feb 09, 2003 9:08 pm
Forum: Archive
Topic: fbsql help
Replies: 8
Views: 1974

fbsql help

Hello,

I having some trouble with the sql-tcl commands.

in PHP i write:

Code: Select all

$srlat_check = mysql_num_rows($sql_srlat_check);
how should that line look like in tcl?
by svahn
Fri Jan 24, 2003 1:44 pm
Forum: Archive
Topic: ctcp using tcl
Replies: 4
Views: 1264

ppslim do you think you can upload that ping.tcl file again, i'am looking for that script too :)
by svahn
Tue Dec 17, 2002 5:22 pm
Forum: Archive
Topic: lagg script
Replies: 3
Views: 2290

lagg script

Hi,

i wonder if a script can detect the lagg to the server, if its to high the bot automatically connects to another ircserver.

Thanks for help.
by svahn
Sat Dec 07, 2002 1:14 pm
Forum: Archive
Topic: Error at "make config"
Replies: 2
Views: 1108

Re: Error at "make config"

are you sure you have permission?
otherwise try as root
by svahn
Fri Dec 06, 2002 8:10 am
Forum: Archive
Topic: bind time..
Replies: 2
Views: 731

bind time - "15 6 *" thurs:bind proc thurs:bind {min hour day month year} { if {[clock format [clock seconds] "%A"] != "Thursday"} { return } BLAH } almost worked.. if {[clock format [clock seconds] "%A"] != "Thursday"} { return } i corrected it to ...
by svahn
Thu Dec 05, 2002 7:48 pm
Forum: Archive
Topic: bind time..
Replies: 2
Views: 731

bind time..

hi!

i want a proc to be run every thursday at a specific time say 6.15pm.
how should the bind look like?

Code: Select all

bind time - "15 18 thu * *" <proc-name>
something like that?
can anyone tell me please :)
by svahn
Tue Oct 15, 2002 10:40 am
Forum: Archive
Topic: .netsay + tcl script
Replies: 2
Views: 1429

i cant to relay the messages from the bot. so i want a tcl script to type that line in a dcc chat (in partyline) .netsay #channel <message> with a tcl script ex. if bot 1 says something in a channel, bot 2 says that line in another channel.. i've found a channel relay script, but the bot only catche...
by svahn
Mon Oct 14, 2002 6:38 pm
Forum: Archive
Topic: .netsay + tcl script
Replies: 2
Views: 1429

.netsay + tcl script

how can i include .netsay in a tcl script?

i tried this one:

Code: Select all

bind dcc -|- !meep meep

proc meep {idx} {
        putdcc $idx ".netsay #mychannel hello"
}
I know its wrong, but can anyone tell me how to do it correct?
thanks
by svahn
Sun Sep 08, 2002 8:05 pm
Forum: Archive
Topic: sockets
Replies: 1
Views: 852

sockets

can i have more than 1 socket in a tcl file ?

i tried, but its just goes wrong.
by svahn
Sun Jun 30, 2002 1:38 pm
Forum: Archive
Topic: my bot dies..
Replies: 3
Views: 1165

yes but why does the %MEM raise until the bot craches?
by svahn
Sat Jun 29, 2002 10:54 am
Forum: Archive
Topic: long usernames ...?
Replies: 2
Views: 1075

thnx