Location: Düsseldorf
Occupation: Fachinformatiker Systemintegration
wcf.user.option.userOption53: Ja
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
"Databases"
"driver_default" "mysql"
"sourcebans"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "xxx"
"pass" "xxx"
//"timeout" "0"
"port" "3306"
}
|

Location: Düsseldorf
Occupation: Fachinformatiker Systemintegration
wcf.user.option.userOption53: Ja
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
/**
* sourcebans.cfg
*
* This file contains settings for the SourceBans Source Server Plugin
* @author SteamFriends Development Team
* @version 0.0.0.$Rev: 74 $
* @copyright SteamFriends (www.steamfriends.com)
* @package SourceBans
*/
"SourceBans"
{
"Config"
{
// Website address to tell where the player to go for unban, etc
"Website" "http://www.nackteoma-server.de/sourcemod/index.php"
// Allow or disallow admins access to addban command
"Addban" "1"
// Allow or disallow admins access to unban command
"Unban" "1"
"DatabasePrefix" "sb"
// How many seconds to wait before retrying when a players ban fails to be checked. Min = 150.0 Max = 60.0
"RetryTime" "45.0"
// How often should we process the failed ban queue in minutes
"ProcessQueueTime" "5"
// Should the plugin automaticaly add the server to sourcebans
// (servers without -ip being set on startup need this set to 0)
"AutoAddServer" "1"
// Server port and IP MUST be set correctly if 'AutoAddServer' is enabled (1)
"ServerIP" "87.118.112.83"
"ServerPort" "30015"
// Enable backing up config files after getting admins from database (1 = enabled, 0 = disabled)
"BackupConfigs" "1"
// Enable admin part of the plugin (1 = enabled, 0 = disabled)
"EnableAdmins" "1"
// Require the admin to login once into website
"RequireSiteLogin" "0"
// This is the ID of this server (Check in the admin panel -> servers to find the ID of this server)
"ServerID" "1"
}
/*
* Generic menu options for if a reason isn't supplied in a ban
* Without a supplied reason the ban will never be written to the database
* Maximum of 10 reasons only can be allowed
*/
"BanReasons"
{
"Hacking" "Hacking"
"TK" "Team Killing"
"TF" "Team Flashing"
"CommSpam" "Spam"
"BadSpray" "Verbotenes Spraylogo"
"BadName" "Verbotener Name"
"IgnoreAdmin" "Ignoriert Adminanweisung"
"Own Reason" "anderer Grund"
}
/*
* Submenu options for when "Hacking" is selected
* If "Hacking" removed from the menu above this will not be accessable
* Maximum of 10 reasons only can be allowed
*/
"HackingReasons"
{
"Aimbot" "Aimbot"
"Antirecoil" "Anti Recoil"
"Wallhack" "Wallhack"
"Spinhack" "Spinhack"
"Speedhack" "Speedhack"
"Multi-Hack" "Multi-Hack"
"No Smoke" "No Smoke"
"No Flash" "No Flash"
}
}
|
Location: Düsseldorf
Occupation: Fachinformatiker Systemintegration
wcf.user.option.userOption53: Ja
Location: Düsseldorf
Occupation: Fachinformatiker Systemintegration
wcf.user.option.userOption53: Ja
Location: Düsseldorf
Occupation: Fachinformatiker Systemintegration
wcf.user.option.userOption53: Ja
Location: Düsseldorf
Occupation: Fachinformatiker Systemintegration
wcf.user.option.userOption53: Ja