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

by r0v3r
Mon Feb 28, 2005 6:06 am
Forum: Archive
Topic: motd & server link TCL
Replies: 12
Views: 4802

Stupid question ! :)

...

Code: Select all

set sql "INSERT INTO motd values ('',\"$t\");"
Tnx :D
by r0v3r
Mon Feb 28, 2005 6:00 am
Forum: Archive
Topic: motd & server link TCL
Replies: 12
Views: 4802

I've edit the script ... set db_handle [mysqlconnect -host localhost -user username -password mypass -db motd] proc raw:wf { f k t } { global db_handle set sql "INSERT INTO motd values ('','$t');" set result [mysqlexec $db_handle $sql] } it's correct ? This code work fine at 90% ... at som...
by r0v3r
Mon Feb 28, 2005 4:29 am
Forum: Archive
Topic: motd & server link TCL
Replies: 12
Views: 4802

Dear gb , my problem is not mysql syntax (this isnt mysql forum) but how to add at this script , a possibility to store data into mysql db .
I've tryed many time but i'm not a good tcl programmer .

tnx
by r0v3r
Sat Feb 26, 2005 10:16 am
Forum: Archive
Topic: motd & server link TCL
Replies: 12
Views: 4802

TNX TNX TNX !!!!

i've another question ...
you know how to put the motd into mysql db ?

(i use mysqltcl)
by r0v3r
Tue Feb 22, 2005 11:22 am
Forum: Archive
Topic: motd & server link TCL
Replies: 12
Views: 4802

Sorry , but in your link is reported how to write/read to/from file ... no how to receive a list of linked server and motd and write it to text file .
by r0v3r
Tue Feb 22, 2005 9:44 am
Forum: Archive
Topic: motd & server link TCL
Replies: 12
Views: 4802

motd & server link TCL

Hello people :D

I need help about a tcl that write the motd (/motd) and linked server (/links) in a txt file , when eggdrop connect to server .

Help me please


Thanks :D