
[l4d_stats.smx] Database.cfg missing 'l4dstats' entry!
here is my databases.cfg can you help me !
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"
}
}
"l4dstats"
{
"driver" "mysql"
"host" "localhost"
"database" "l4d"
"user" "l4d"
"pass" "hide"
oh ! and when I run createtable.php got the follow results
Code:
: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /date/www/bfxhz/l4drank/common.php on line 134
Maps table created successfully!
Maps data inserted successfully!
Players table created successfully!
All tables created successfully!