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.

MysqlTCL

Discussion of Eggdrop's code and module programming in C.
Post Reply
h
hrazor
Voice
Posts: 1
Joined: Fri Jul 14, 2006 5:43 pm

MysqlTCL

Post by hrazor »

Hey,
Im having troubles loading mysqltcl on a windrop. I have put both DLL's in the main dir of windrop and loaded pkgIndex.tcl but still nothin workin, please help.

Thanks in advance!
g
glAsh
Voice
Posts: 1
Joined: Thu Aug 17, 2006 10:54 am

mysql

Post by glAsh »

Use the mysql module from FastBase, i use it now for a while programming some scripts and it realy works great!... Althought i dont use Windrop but eggdrop (Linux) .. but it should work for windrop aswell...

Take a look here: http://www.fastbase.co.nz/fbsql/index.html
G
Gust
Voice
Posts: 15
Joined: Wed Jun 28, 2006 12:53 pm

Re: mysql

Post by Gust »

glAsh wrote:Use the mysql module from FastBase, i use it now for a while programming some scripts and it realy works great!... Althought i dont use Windrop but eggdrop (Linux) .. but it should work for windrop aswell...

Take a look here: http://www.fastbase.co.nz/fbsql/index.html
How to install this mysql module from FastBase? Is it possible to connect an eggdrop with a mysql db on another server?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Re: mysql

Post by Alchera »

Gust wrote:How to install this mysql module from FastBase? Is it possible to connect an eggdrop with a mysql db on another server?
Try reading the documentation?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
G
Gust
Voice
Posts: 15
Joined: Wed Jun 28, 2006 12:53 pm

Re: mysql

Post by Gust »

Alchera wrote:
Gust wrote:How to install this mysql module from FastBase? Is it possible to connect an eggdrop with a mysql db on another server?
Try reading the documentation?
I did... But understanding what you've read is something totally different :)
D
DayCuts
Voice
Posts: 37
Joined: Tue Jun 15, 2004 8:43 am

Post by DayCuts »

Looks like an old thread, but mysqltcl requires a tcl installation on windows systems because it is a tcl modules not an eggdrop module. To use the mysqltcl binaries on windows you must have tcl installed (and i assume tell eggdrop to use it) and load the module into tcl itself. You should then be able to use package require.
s
smash
Halfop
Posts: 45
Joined: Mon Jul 31, 2006 12:33 pm

Post by smash »

I have tcl installed in windows .. but to how load the module into tcl itself.. ?? any1 know please.
quakenet #fraguk www.fraguk.com
hosting 113 scripts @ this time!
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Same as any other module, presumably:

loadmodule <module>
Description: attempts to load the specified module.
Returns: "Already loaded." if the module is already loaded, "" if
successful, or the reason the module couldn't be loaded.
Module: core

Look in your eggdrop.conf
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

That would only work with eggdrop-speciffic modules (ie. not tcl-modules).
In this case, I would believe the 'load' command would be appropriate.
NML_375
Post Reply