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

by TewSmooth18
Fri Mar 16, 2007 3:26 am
Forum: Script Support & Releases
Topic: windrop and mysqltcl
Replies: 14
Views: 13450

Nevermind on that last post. I got everything working fine now. Thanks for the help from the people that gave me help
by TewSmooth18
Thu Mar 15, 2007 11:27 pm
Forum: Script Support & Releases
Topic: windrop and mysqltcl
Replies: 14
Views: 13450

I have one more question.. on this peice set db_handle [mysqlconnect -host www.siteurl.com -user xxxxxx -password xxxxxxx -db trackerstrike] can I use www.siteurl.com or do I need to use an actual IP Address for this? also beings that this is running on a windows system and not a linux system i remo...
by TewSmooth18
Thu Mar 15, 2007 10:12 pm
Forum: Script Support & Releases
Topic: windrop and mysqltcl
Replies: 14
Views: 13450

ok I think I got it now, I am now getting a error but it's saying Access Denied so that's probably being denied from the mysql server on the website server.. So now I just gotta get all the correct information for that (as I am running this for somebody else) so I will have to have them give me access
by TewSmooth18
Thu Mar 15, 2007 10:08 pm
Forum: Script Support & Releases
Topic: windrop and mysqltcl
Replies: 14
Views: 13450

ummm i had it right then.. the .dll files are IN a directory called "mysqltcl" and that directory is inside of the "lib" directory

there for the /lib/mysqltcl/ is correct
by TewSmooth18
Thu Mar 15, 2007 10:02 pm
Forum: Script Support & Releases
Topic: windrop and mysqltcl
Replies: 14
Views: 13450

so what you are saying is change this set dir "/lib/mysqltcl/" proc loadmysqltcl { dir } { set oldcwd [pwd] cd $dir load libmysqltcl[info sharedlibextension] cd $oldcwd } package ifneeded mysqltcl 3.02 [list loadmysqltcl $dir] To this proc loadmysqltcl { C:\eggdrop\lib\mysqltcl\ } { set ol...
by TewSmooth18
Thu Mar 15, 2007 9:24 pm
Forum: Script Support & Releases
Topic: windrop and mysqltcl
Replies: 14
Views: 13450

ok it seems that was part of the problem, but now i am getting this error [20:20] Tcl error in file 'eggdrop.conf': [20:20] couldn't change working directory to "/lib/mysqltcl/": no such file or d irectory while executing "cd $dir" (procedure "loadmysqltcl" line 3) invo...
by TewSmooth18
Thu Mar 15, 2007 9:17 pm
Forum: Script Support & Releases
Topic: windrop and mysqltcl
Replies: 14
Views: 13450

ok it seems that was part of the problem, but now i am getting this error [20:20] Tcl error in file 'eggdrop.conf': [20:20] couldn't change working directory to "/lib/mysqltcl/": no such file or d irectory while executing "cd $dir" (procedure "loadmysqltcl" line 3) invo...
by TewSmooth18
Thu Mar 15, 2007 8:20 pm
Forum: Script Support & Releases
Topic: windrop and mysqltcl
Replies: 14
Views: 13450

ok well what am i supposed to do to fix it? I don't really know all that much about windrops so that doesnt really explain much to me
by TewSmooth18
Thu Mar 15, 2007 6:20 pm
Forum: Script Support & Releases
Topic: windrop and mysqltcl
Replies: 14
Views: 13450

windrop and mysqltcl

I need some help getting a script to work. I have a windrop bot (Eggdrop v1.6.18 Cygwin binary (Win95/98/ME/NT/2000/XP) I have downloaded a file that has 3 files in it for mysqltcl libmySQL.dll libmysqltcl.dll pkgIndex.tcl Ok I have a directory called mysqltcl inside of my lib directory. so it looks...