View Single Post
BlagoYar
Member
Join Date: Nov 2018
Location: Чернигов Град
Old 02-04-2019 , 13:54   Re: [RELEASE] SourceBans++ (v1.6.3) [Updated: 2018-04-06]
#1353

Quote:
Originally Posted by itzty. View Post
Well I bought a CS:GO server too, and sourcebans works perfectly there. On CS:S it does not.
In general, the essence is as follows:
Your hoster should have given you the IP address or just the database address, which you should write in the /addons/sourcemod/configs/databases.cfg file
Here is an example:

Code:
"sourcebans"
{
  "driver"     "mysql"
  "host"       "db3.myarena.ru" - this address learn from a hoster
  "database"   "your name DB"
  "user"       "your name of user DB"
  "pass"       "your password"
  //"timeout"  "0"
  "port"       "3306"
__________________
BlagoYar is offline