View Single Post
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 05-12-2010 , 12:08   Re: CSS Bank (including MySQL support)
Reply With Quote #60

Hi

Either you correct the databases.cfg or the cssbank.cfg.

If you use
Code:
css_bank_dbconfig "clientprefs"
You have to correct your clientprefs part in the databases.cfg to:
Code:
    "clientprefs"
    {
        "driver"            "sqlite"
        "host"                "localhost"
        "database"            "clientprefs"
        "user"                "root"
        "pass"                ""
    }
If you want to use your external database at fakaheda.eu, the entry in the cssbank.cfg will be
Code:
css_bank_dbconfig "sourcebans"
Don't worry about the name. But you've named it like this in the databases.cfg.

And XXX your passwords, because everyone can login to your DB!
__________________
greeetz Miraculix ;-)

Last edited by Miraculix; 05-12-2010 at 12:14.
Miraculix is offline