I'm sorry but I dont know what fastbase is. The only way I know of, correct me if I'm wrong here, is to compile the module againts the mysql headers and library.Quinie wrote:Well at this time i'm using a windrop with fastbase dll to support the connection to mysql.
Correct, the module does not add users automatically. However, this feature will be added to the pgstats.mod module in the next release. I have the autoadding working (sort'a) but it needs some further testing and tuning. I plan to add this feature to the mysql.mod module whenever I get time.Alban wrote:But i have a problem. The module doesn't add the user who join the channel , so the module don't make the stats for the new users... I need add this users manually. It's very boring.
Code: Select all
* Added a sync-table with triggers to log userdb changes
* Added suport for multiple bots using same userdb
* Added function to verify pgstats-database version
* Added autoadding and autodeleting
* Added more options in configuration file
* Added url logger
* Extended the PHP5 web API
You have to add you users manuallySatras wrote:So far the installation runs fine (eaven for a n00b like me !)
But i dont get any Stats from the Bot
[07:08pm] [Satras] !top10
[07:08pm] (..notice..) |Bot|: No users in database.
Does this means, i have to add every user to the Database ???
Maybe i missunderstood this script. I thought it is like a chanstats script
help plz
Thats mainly because ofcaesar wrote:@ pelefanten:
I get a 404 on http://www.cau.se/mystats/
I've kinda dropped the developement of mystats.pelefanten wrote: ... I'm focusing on the pgstats.mod module from now on since postgresql has the features I'm looking for ...