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 experts
Tue Sep 04, 2007 1:20 am
Forum: Scripting Help
Topic: Heavy duty Base64 decoding.
Replies: 4
Views: 3503

Heyz, thanks for the info. Do you know a very basic C module written for eggdrop scripts? I am not so sure on the interfacing. I am more used to coding in C for mirc. Would appreciate any help pointing me to a guide or an example on how to write a C module for tcl scripts. As for the base 64 encodin...
by experts
Tue Jun 19, 2007 3:39 am
Forum: Scripting Help
Topic: eggdrop & mysql : Problems with fbsql
Replies: 2
Views: 2852

I see.
Alright i will try to switch the whole process to mysqltcl. Hope that helps.
Thanks for the help.
by experts
Tue Jun 19, 2007 3:36 am
Forum: Scripting Help
Topic: Heavy duty Base64 decoding.
Replies: 4
Views: 3503

Heavy duty Base64 decoding.

Hi guys,

I need to decode a lot of base64 encoded messages. Something to the order of 70 per second.
I heard that it would be better writing a c module to do the decoding rather than decode purely using a tcl script.
Is this true?
by experts
Mon Jun 18, 2007 3:58 am
Forum: Scripting Help
Topic: eggdrop & mysql : Problems with fbsql
Replies: 2
Views: 2852

eggdrop & mysql : Problems with fbsql

Hi guys, I am using fbsql to connect to a local database. The way i use it is in the following manner: I create a persistant connection on start and keep using it as the access is quite frequent. However after a few hours to a day or so, i get the following error: "MySQL server has gone away&qu...