Raised This Month: $32 Target: $400
 8% 

Sourcebans error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
PCDrivers
AlliedModders Donor
Join Date: Feb 2013
Location: Canary Islands
Old 02-14-2013 , 03:58   Sourcebans error
Reply With Quote #1

I think I have correctly installed the plugin Sourcebans. But I have a problem, does not ban me from the mysql database, is doing it directly on the server. And put, put it, are bans of 5,000 min.


My Database config file:

Code:
"Databases"
{
	"driver_default"		"mysql"
	"default"
	{
		"driver"			"default"
        "host"		"***.***.***.***"
        "database"		"c****_trolls"
        "user"		"c****_usr"
        "pass"		"*******"
	}
	"storage-local"
	{
		"driver"		"sqlite"
		"database"		"sourcemod-local"
	}
	"clientprefs"
	{
		"driver"		"sqlite"
		"host"		"localhost"
		"database"		"clientprefs-sqlite"
		"user"		"root"
	}
	"serverredirect"
    {
       "driver"			"default"
        "host"		"***.***.***.***"
        "database"		"c****_trolls"
        "user"		"c****_usr"
        "pass"		"*******"
        //"timeout"            "0"
        //"port"            "0"
    }
	"sourcebans"
	{
		"driver"			"default"
		"host"		"***.***.***.***"
		"database"		"c****_trolls"
		"user"		"c****_usr"
		"pass"		"*******"
		//"timeout"			"0"
		//"port"			"3306"
	}
}


I have other plugin doing connections to mysql database and that's run good.

Last edited by PCDrivers; 02-14-2013 at 04:01.
PCDrivers is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode