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

by _mAyDaY_
Thu Dec 13, 2007 4:07 pm
Forum: Modules & Programming
Topic: mysqltcl - problem with mysqlsel
Replies: 10
Views: 24483

i'm gonna try option 1 first
have to wait 8 hours first till i know the effect :)

thnx for helping, i'll post the results tomorrow

EDIT: worked! thnx nml375 for your help!
by _mAyDaY_
Thu Dec 13, 2007 3:18 pm
Forum: Modules & Programming
Topic: mysqltcl - problem with mysqlsel
Replies: 10
Views: 24483

hey nml375, thnx for responding again! Option 1: Move the mysqlconnect command inside the proc, calling it at the beginning of the proc. Would probably be a good idea to close the connection manually at the end of the proc to preserve resources (don't remember if myslqtcl reuses existing connections...
by _mAyDaY_
Thu Dec 13, 2007 12:04 pm
Forum: Modules & Programming
Topic: mysqltcl - problem with mysqlsel
Replies: 10
Views: 24483

One option may be to open the sql-connection on each invocation of the command. Another would be to use the mysqlping command to check the status of the connection upon each invocation... About 1st option - how to do that? (ie. what modifications need to be made to the code above) About 2nd option ...
by _mAyDaY_
Wed Dec 12, 2007 7:00 am
Forum: Modules & Programming
Topic: mysqltcl - problem with mysqlsel
Replies: 10
Views: 24483

mysqltcl - problem with mysqlsel

hello everyone, after weeks of googling and trying different combinations with the code, i'm out of ideas and need your help :) i'm using a simple script to invite users to a channel using the MySQL db.. user sends his password and username in exchange for a channel invite it all works nice, until d...