I have been trying for a long time to get my SourceBans working on my server. I am currently using Nuclear Fallout and installed the phpmyadmin and also followed the SourceBans guide.
When I installed SourceBans to my FTP everything seemed to be working fine, but as soon as I ban someone in game it does not register onto the SourceBans page! Please help me.
Here is my server SourceBans page.
http://ezf.site.nfoservers.com/bans/
Here is my database.cfg
Code: Select all
"Databases"
{
"driver_default" "mysql"
"sourcebans"
{
"driver" "mysql"
"host" "66.151.244.36"
"database" "ezf_sourcebans"
"user" "ezf
"pass" "password"
//"timeout" "0"
"port" "3306"
}
"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
}Can someone please help me, this is really annoying.
Thank you.


