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

by adamast0r
Tue Jul 05, 2011 6:51 pm
Forum: Scripting Help
Topic: erro tcl help
Replies: 2
Views: 3060

Boas,
presumo que sejas português também..
Segundo o teu código o erro não se encontra aí porque tu em nenhum sitio usas a variável $portas, o erro deve estar em outra parte do código, cumprimentos.
by adamast0r
Thu Apr 21, 2011 9:29 am
Forum: Scripting Help
Topic: request tcl
Replies: 3
Views: 3654

i don´t know what you want but..

Code: Select all

bind join - * join

proc join { n u h c t } {
set lastjoin $n
putlog "last join by $lastjoin"
}
is this?
by adamast0r
Thu Apr 21, 2011 9:26 am
Forum: Scripting Help
Topic: Setting ban time on TCL
Replies: 3
Views: 3974

post code..
by adamast0r
Thu Apr 21, 2011 9:08 am
Forum: Scripting Help
Topic: MySQL server has gone away
Replies: 2
Views: 2818

Ok, i used:

Code: Select all

proc mysql_ping { } {
	global db
	utimer 30 [list mysql_ping]
	set r [::mysql::ping $db]
}
mysql_ping
And work :D
Thanks :P
by adamast0r
Wed Apr 20, 2011 8:38 pm
Forum: Scripting Help
Topic: MySQL server has gone away
Replies: 2
Views: 2818

MySQL server has gone away

hey guys,
i have one problem in my script.. is as follows ..
after some time gives me this error:

"Tcl error [my_proc]: ::mysql::sel/db server: MySQL server has gone away"

any idea?

thks