This addon parsing bans from SourceBans.
Tested on CS:S, but it maybe works with other games.
Installation
[b]I. Web Part Instalation:[/b]
-------------------------------------
1) Open file 'check.php' and edit database settings:
[quote]Change 'db_user' to database user name
Change 'db_password' to database user password
Change 'db_name' to database name[/quote]
2) Save file.
3) Upload file 'check.php' to the site.
[b]II. Server Part Instalation:[/b]
-------------------------------------
1) Upload files from folder 'gameserver' to the server.
2) Open file 'sb_es.py' and edit your settings:
[quote]# Time in minutes between updates
updatetime = 3
# SourceBans URL
sb_url = 'bans.net4all.su'
# SourceBans check.php URL
sb_url_check = 'http://bans.net4all.su/check.php'
# Admin List
admins = ['STEAM_0:1:20193530', 'STEAM_0:1:23456789'][/quote]
3) Save file.
4) Add 'es_load sb_es' to your 'autoexec.cfg'.
5) Restart your server or type in server console 'es_load sb_es'