Downloaded en configured libMySQLTCL (http://www.xdobry.de/mysqltcl)
* files placed in c:\eggdrop\lib\mysqltcl\
Downloaded en configured mysqlnews1.0 from script archive
* files placed in c:\eggdrop\scripts\mysqlnews\
But there is 1 thing i'm not sure about what to fill in mysqlnews.1.0.tcl
Problem is in RED
I have placed in eggdrop.conf the following statements# MySQL hostname
set db(host) "localhost"
# MySQL user
set db(id) "USER"
# MySQL password
set db(pass) "PASS"
# MySQL database
set db(dbase) "DATABASE"
# load the mysqltcl interface
load PATH/TO/libmysqltcl.so
Code: Select all
#needed for libMySQLTCL
loadmodule mysqltcl
#.tcl from libMySQLTCL
source lib/mysqltcl/pkgIndex.tcl
(dunno if this is correct?)
source script /scripts/mysqlnews/mysqlnews.1.0.tcl