Quote:
Originally Posted by jmosterd
Hello,
I have a question due the web interface.
i uploaded the webinterface to my webftp.
changed mysql / ftp settings of:
- config.php
- bd.php
on my gameserver i added to database.cfg:
"rankme"
{
"driver" "default"
"host" "localhost"
"database" "rankme"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" ""
}
in cstrike/addons/eventscript/rankme I have changed rankme.py and config.cfg with my webdatabase settings without any succes.
What did I do wrong?
Kind regards
|
Hey. Why are you putting the plugin in the eventscripts folder? The extension is .smx. (rankme.smx)
But if it is a mistype, a few questions:
- Are you running in MySQL or SQLite?
- If MySQL, the host is localhost? the user is root? and there is no password? if any of those are wrong there is your problem.
- If you are running SQLite, the plugin is ranking? If so post me the URL for the web interface so i can see.
__________________