Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
|
|
Quellcode |
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 |
"Databases"
{
"driver_default" "mysql"
"default"
{
"driver" "mysql"
"host" "gc-server.eu"
"database" "gameserver"
"user" "*******"
"pass" "*******"
//"timeout "0"
"port" "3306"
}
"sourcebans"
{
"driver" "mysql"
"host" "gc-server.eu"
"database" "sourcebans"
"user" "*****"
"pass" "*****"
//"timeout" "0"
"port" "3306"
}
"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
}
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
"Databases"
{
"driver_default" "mysql"
"sourcebans"
{
"driver" "mysql"
"host" "81.209.165.158"
"database" "usr_web1_2"
"user" "XXXXX"
"pass" "XXXXXXXX"
//"timeout" "0"
"port" " 3306"
}
"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
}
|
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
|
|
Quellcode |
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 |
/**
* 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.team-wb.de/sourceban/index.php?p=protest"
// Allow or disallow admins access addban command (Currently not implemented)
"Addban" "1"
// Allow or disallow admins access to unban command
"Unban" "1"
"DatabasePrefix" "sourcebans"
// 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" "0"
// Server port and IP MUST be set correctly if 'AutoAddServer' is enabled (1)
"ServerIP" "127.0.0.1"
"ServerPort" "27015"
// 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"
}
/*
* 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"
"Exploit" "General Exploit of Game/Map/Server"
"TK" "Team Killing"
"TF" "Team Flashing"
"CommSpam" "Spamming Mic/Chat"
"BadSpray" "Inappropriate Spray"
"BadLang" "Inappropriate Language"
"BadName" "Inappropriate Name"
"IgnoreAdmin" "Ignoring Admins"
"Stacking" "Team Stacking"
}
/*
* 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" "Hacking"
"Wallhack" "Wallhack"
"Spinhack" "Spinhack"
"Speedhack" "Speedhack"
"Multi-Hack" "Multi-Hack"
"No Smoke" "No Smoke"
}
}
|
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
|
|
Quellcode |
1 2 3 4 5 6 |
23:58:41 sm plugins reload sourcebans 23:58:41 L 01/18/2008 - 00:01:07: [SM] Plugin encountered error 25: Call was aborted 23:58:41 L 01/18/2008 - 00:01:07: [SM] Native "SetFailState" reported: unable to open database file 23:58:41 L 01/18/2008 - 00:01:07: [SM] Displaying call stack trace for plugin "sourcebans.smx": 23:58:41 L 01/18/2008 - 00:01:07: [SM] [0] Line 1760, sourcebans.sp::InitializeBackupDB() 23:58:41 L 01/18/2008 - 00:01:07: [SM] [1] Line 241, sourcebans.sp::OnPluginStart() |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
"Databases"
{
"driver_default" "mysql"
"sourcebans"
{
"driver" "mysql"
"host" "localhost:/var/run/mysqld/mysqld.sock"
"database" "usr_web1_2"
"user" "XXXXX"
"pass" "XXXXXXXX"
//"timeout" "0"
"port" " 3306"
}
"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
}
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 |
"default"
{
"driver" "mysql"
"host" "localhost" oder "host" "localhost:/var/run/mysqld/mysqld.sock"
"database" "sourcemod"
"user" "myaccount"
"pass" "mypassword"
}
|
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein