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.

Eggdrop -Mysql

Old posts that have not been replied to for several years.
Locked
r
ryal
Voice
Posts: 35
Joined: Thu May 12, 2005 6:10 pm

Eggdrop -Mysql

Post by ryal »

Hi !
I'd like to make a script on my eggy that accesses a sql database.
I have to say that i have windowsXP, no linux...
Is there actually any module available and working for it ?
I tried mysqltcl but it doesnt seem to work with windows :(
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

r
ryal
Voice
Posts: 35
Joined: Thu May 12, 2005 6:10 pm

Post by ryal »

Thx but are you 100% sure it is for windows ?
Maybe i'm just a n00b but i dont see how to complete these intallation steps. For starters, where do i execute the "make config" ? Seems like a linux thing to me, no ?
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

to use custom modules for your windrop you have to compile it yourself. Refer this link for howtos:
http://windrop.sourceforge.net/compiling.html
make sure you install minires 0.97-1, nothing newer! You can find it in the lib subtree of the cygwin install.
besides the use of compiling your own eggdrop you can use it as a smal unix emulator (handy for using things like tar to create .tar.gz or .tar.bz2 files or using the unix command "whois" to lookup ips and domain names ^^).
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Re: Eggdrop -Mysql

Post by Ofloo »

ryal wrote:Hi !
I'd like to make a script on my eggy that accesses a sql database.
I have to say that i have windowsXP, no linux...
Is there actually any module available and working for it ?
I tried mysqltcl but it doesnt seem to work with windows :(
try the dll that is precompiled and make sure you read the conditions and have the right version if you have 3.23 you need for instance 2.51 and not the latest !

also is that mysql module that is suggested just a logging module ?
XplaiN but think of me as stupid
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

its a complete frontend for mysql, so no need for any other external tcl libs or modules.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

cool didn't know about that, altho i rather stick with mysqltcl nice to know there is alternatives
XplaiN but think of me as stupid
Locked