View Single Post
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 11-02-2010 , 08:22   Re: Stamm (VIP Mod)
Reply With Quote #11

Quote:
Originally Posted by Popoklopsi View Post
You mean to set up the SQL Database?
yeah lol Ill have someone available in the morning.

this is my database.cfg as it is at the moment. I am also a little weiry of setting all rights (777)

Code:
"Databases"
{
    "driver_default"        "mysql"
    
    "default"
    {
        "driver"            "default"
        "host"                "localhost"
        "database"            "sourcemod"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }
    
    "storage-local"
    {
        "driver"            "sqlite"
        "database"            "sourcemod-local"
    }

    "clientprefs"
    {
        "driver"            "sqlite"
        "host"                "localhost"
        "database"            "clientprefs-sqlite"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }
}
__________________
Happy Happy Joy Joy


Last edited by sinblaster; 11-02-2010 at 08:27.
sinblaster is offline