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

by D4RkViP3R
Tue Aug 23, 2005 8:46 pm
Forum: Archive
Topic: DoEvents() function in TCL like in Visual Basic ???
Replies: 7
Views: 6304

DoEvents() function in TCL like in Visual Basic ???

Hi @ all I've a problem with a script who's making sql-query on a MySQL server. There are 106.976.536 entries in the table. It should require 5 - 6 minutes until the result is coming. At this matter of time most IRC Servers would give a ping timeout and kicks the eggdrop. Is it possible to execute t...
by D4RkViP3R
Wed Jun 15, 2005 7:11 pm
Forum: Modules & Programming
Topic: mysql.mod problem with
Replies: 14
Views: 26139

fixed, is used a wrong rowname :)

Tnx


D4RkViP3R
by D4RkViP3R
Tue Jun 14, 2005 12:43 pm
Forum: Modules & Programming
Topic: mysql.mod problem with
Replies: 14
Views: 26139

I've replaced the variable with the string.
The error doesn't change

May you help my over ICQ to solve the problem ?
by D4RkViP3R
Tue Jun 14, 2005 12:36 pm
Forum: Modules & Programming
Topic: mysql.mod problem with
Replies: 14
Views: 26139

:(

same error

Code: Select all

[18:37] Tcl error [testin]: mysqlquery/db server: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM allow_in_channels' at line 1
by D4RkViP3R
Tue Jun 14, 2005 10:46 am
Forum: Modules & Programming
Topic: mysql.mod problem with
Replies: 14
Views: 26139

Hi demond, I do this and it's the same problem. Now I take the mysqltcl module and its works very fine :) But one problem I have with this. I have a database named 'eggdrop' and a table named 'allow_in_channels'. If I want to query the table with following proc: proc allow_in_channel {current_channe...
by D4RkViP3R
Mon Jun 13, 2005 6:18 pm
Forum: Modules & Programming
Topic: mysql.mod problem with
Replies: 14
Views: 26139

Hi, I found the failure. I used wrong mySQL-dev versions. But now I have one other failure with the server.mod see below in codebox vs245184:/usr/src/eggdrop1.6.16# make modules make[1]: Entering directory `/usr/src/eggdrop1.6.16/src/mod' make[2]: Entering directory `/usr/src/eggdrop1.6.16/src/mod/a...
by D4RkViP3R
Mon Jun 13, 2005 7:27 am
Forum: Modules & Programming
Topic: mysql.mod problem with
Replies: 14
Views: 26139

Hi matteo, may you help me to compile the mysql.mod? I think I'm too stupid to do this. I copied the mysql sourcecode to /usr/src/mysql and the eggdrop sourcecode to /usr/src/eggdrop1.6.16. I also copied the mysql.mod tarball to /usr/src/eggdrop1.6.16/src/mysql.mod THEN the mysql include dir to /usr...