Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Masa - zdjęcie

Masa

Rejestracja: 05.05.2013
Aktualnie: Nieaktywny
Poza forum Ostatnio: 31.08.2014 19:34
-----

Moje tematy

Problem z połączeniem i działaniem sourcebans na serwerze

01.02.2014 15:17

witam od razu przejde do tematu zainstalowalem metamoda ver. 1.10.0 po czym sprawdzilem na serwerze komenda meta list i wyskoczyl ten komunikat ze dziala potem przeszedlem do instalacji sourcemoda ver. 1.6.0-hg4217 i takze udalo mi sie go poprawnie zainstalowac przeszedlem do instalacji sourcebans ver. 1.4.10 na stronie zainstalowalem wrzucilem pliki na serwer i dodalem dane do databases.cfg takie jak mialem przy instalacji na stronie. i moj problem jest taki ze nie moge w zaden sposob skonfigurowac serwera aby sie laczyl z baza mysql 

"Databases"
{
	"driver_default"		"mysql"
	
	"sourcebans"
	{
		"driver"			"mysql"
		"host"				"*******.xaa.pl"
		"database"			"******_sourcebans"
		"user"				"******"
		"pass"				"******"
		"port"			"2082"
	}
	
	"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}
}
/**
* 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.xxxxx.pl/"

		// Allow or disallow admins access to addban command
		"Addban"			"1"

		// Allow or disallow admins access to unban command
		"Unban"				"1"
        
        // The Tableprefix you set while installing the webpanel. (default: "sb")
		"DatabasePrefix"	"sb"

		// How many seconds to wait before retrying when a players ban fails to be checked. Min = 15.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"

		// 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
	 */
	"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"
		"Own Reason"	"Own Reason"
	}
	
	/*
	 * Submenu options for when "Hacking" is selected
	 * If "Hacking" is removed from the menu above this will not be accessable
	 */
	"HackingReasons"
	{
		"Aimbot"	"Aimbot"
		"Antirecoil"	"Anti Recoil"
		"Wallhack"	"Wallhack"
		"Spinhack"	"Spinhack"
		"Speedhack"	"Speedhack"
		"Multi-Hack"	"Multi-Hack"
		"No Smoke"	"No Smoke"
		"No Flash"	"No Flash"
	}
}
L 02/01/2014 - 00:08:31: SourceMod error session started
L 02/01/2014 - 00:08:31: Info (map "de_inferno") (file "errors_20140201.log")
L 02/01/2014 - 00:08:31: Error log file session closed.
L 02/01/2014 - 00:08:31: SourceMod error session started
L 02/01/2014 - 00:08:31: Info (map "de_inferno") (file "errors_20140201.log")
L 02/01/2014 - 00:08:31: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 00:08:31: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 00:08:31: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 00:08:31: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 00:21:52: Error log file session closed.
L 02/01/2014 - 00:21:52: SourceMod error session started
L 02/01/2014 - 00:21:52: Info (map "de_nuke") (file "errors_20140201.log")
L 02/01/2014 - 00:21:52: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 00:21:52: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 00:21:52: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 00:21:52: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 00:35:54: Error log file session closed.
L 02/01/2014 - 00:35:54: SourceMod error session started
L 02/01/2014 - 00:35:54: Info (map "cs_italy") (file "errors_20140201.log")
L 02/01/2014 - 00:35:54: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 00:35:54: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 00:35:54: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 00:35:54: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 00:51:32: Error log file session closed.
L 02/01/2014 - 00:51:32: SourceMod error session started
L 02/01/2014 - 00:51:32: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 00:51:32: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 00:51:32: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 00:51:32: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 00:51:32: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 01:04:59: Error log file session closed.
L 02/01/2014 - 01:04:59: SourceMod error session started
L 02/01/2014 - 01:04:59: Info (map "de_aztec") (file "errors_20140201.log")
L 02/01/2014 - 01:04:59: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 01:04:59: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 01:04:59: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 01:04:59: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 01:23:10: Error log file session closed.
L 02/01/2014 - 01:23:10: SourceMod error session started
L 02/01/2014 - 01:23:10: Info (map "cs_office") (file "errors_20140201.log")
L 02/01/2014 - 01:23:10: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 01:23:10: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 01:23:10: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 01:23:10: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 01:35:33: Error log file session closed.
L 02/01/2014 - 01:35:33: SourceMod error session started
L 02/01/2014 - 01:35:33: Info (map "de_dust2") (file "errors_20140201.log")
L 02/01/2014 - 01:35:33: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 01:35:33: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 01:35:33: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 01:35:33: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 01:46:39: Error log file session closed.
L 02/01/2014 - 01:46:39: SourceMod error session started
L 02/01/2014 - 01:46:39: Info (map "de_train") (file "errors_20140201.log")
L 02/01/2014 - 01:46:39: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 01:46:39: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 01:46:39: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 01:46:39: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 10:14:02: Error log file session closed.
L 02/01/2014 - 10:14:02: SourceMod error session started
L 02/01/2014 - 10:14:02: Info (map "de_train") (file "errors_20140201.log")
L 02/01/2014 - 10:14:02: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 10:14:02: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 10:14:02: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 10:14:02: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:26:05: SourceMod error session started
L 02/01/2014 - 11:26:05: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:26:05: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 11:26:06: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:26:06: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:26:06: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:26:06: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:31:06: Error log file session closed.
L 02/01/2014 - 11:31:06: SourceMod error session started
L 02/01/2014 - 11:31:06: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:31:06: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:31:06: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:31:06: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:31:06: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:34:09: SourceMod error session started
L 02/01/2014 - 11:34:09: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:34:09: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 11:34:09: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:34:09: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:34:09: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:34:09: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:34:52: Error log file session closed.
L 02/01/2014 - 11:34:52: SourceMod error session started
L 02/01/2014 - 11:34:52: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:34:52: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:34:52: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:34:52: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:34:52: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:35:49: Error log file session closed.
L 02/01/2014 - 11:35:49: SourceMod error session started
L 02/01/2014 - 11:35:49: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:35:49: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:35:49: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:35:49: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:35:49: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:38:25: SourceMod error session started
L 02/01/2014 - 11:38:25: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:38:25: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 11:38:25: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:38:25: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:38:25: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:38:25: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:38:50: Error log file session closed.
L 02/01/2014 - 11:38:50: SourceMod error session started
L 02/01/2014 - 11:38:50: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:38:50: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:38:50: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:38:50: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:38:50: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:41:44: SourceMod error session started
L 02/01/2014 - 11:41:44: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:41:44: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 11:41:44: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:41:44: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:41:44: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:41:44: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:42:45: Error log file session closed.
L 02/01/2014 - 11:42:45: SourceMod error session started
L 02/01/2014 - 11:42:45: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:42:45: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:42:45: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:42:45: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:42:45: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:48:57: SourceMod error session started
L 02/01/2014 - 11:48:57: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:48:57: [SM] Detected parse error(s) in file "/home/s14580/csgo/addons/sourcemod/configs/databases.cfg"
L 02/01/2014 - 11:48:57: [SM] Line 14: Section beginning without a matching ending
L 02/01/2014 - 11:48:57: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 11:48:57: [SM] Unable to load extension "clientprefs.ext": Could not find any suitable database configs
L 02/01/2014 - 11:48:57: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 02/01/2014 - 11:48:57: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:48:57: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:48:57: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:48:57: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:49:23: Error log file session closed.
L 02/01/2014 - 11:49:23: SourceMod error session started
L 02/01/2014 - 11:49:23: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:49:23: [SM] Detected parse error(s) in file "/home/s14580/csgo/addons/sourcemod/configs/databases.cfg"
L 02/01/2014 - 11:49:23: [SM] Line 14: Section beginning without a matching ending
L 02/01/2014 - 11:49:23: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 02/01/2014 - 11:49:23: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:49:23: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:49:23: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:49:23: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:54:44: SourceMod error session started
L 02/01/2014 - 11:54:44: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:54:44: [SM] Detected parse error(s) in file "/home/s14580/csgo/addons/sourcemod/configs/databases.cfg"
L 02/01/2014 - 11:54:44: [SM] Line 14: Section beginning without a matching ending
L 02/01/2014 - 11:54:44: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 11:54:44: [SM] Unable to load extension "clientprefs.ext": Could not find any suitable database configs
L 02/01/2014 - 11:54:44: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 02/01/2014 - 11:54:44: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:54:44: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:54:44: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:54:44: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:55:18: Error log file session closed.
L 02/01/2014 - 11:55:18: SourceMod error session started
L 02/01/2014 - 11:55:18: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:55:18: [SM] Detected parse error(s) in file "/home/s14580/csgo/addons/sourcemod/configs/databases.cfg"
L 02/01/2014 - 11:55:18: [SM] Line 14: Section beginning without a matching ending
L 02/01/2014 - 11:55:18: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 02/01/2014 - 11:55:18: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:55:18: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:55:18: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:55:18: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 11:57:54: Error log file session closed.
L 02/01/2014 - 11:57:54: SourceMod error session started
L 02/01/2014 - 11:57:54: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 11:57:54: [SM] Detected parse error(s) in file "/home/s14580/csgo/addons/sourcemod/configs/databases.cfg"
L 02/01/2014 - 11:57:54: [SM] Line 14: Section beginning without a matching ending
L 02/01/2014 - 11:57:54: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 02/01/2014 - 11:57:54: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 11:57:54: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 11:57:54: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 11:57:54: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 12:01:14: SourceMod error session started
L 02/01/2014 - 12:01:14: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 12:01:14: [SM] Detected parse error(s) in file "/home/s14580/csgo/addons/sourcemod/configs/databases.cfg"
L 02/01/2014 - 12:01:14: [SM] Line 14: Section beginning without a matching ending
L 02/01/2014 - 12:01:14: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 12:01:14: [SM] Unable to load extension "clientprefs.ext": Could not find any suitable database configs
L 02/01/2014 - 12:01:14: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 02/01/2014 - 12:01:14: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 12:01:14: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 12:01:14: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 12:01:14: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 12:01:41: Error log file session closed.
L 02/01/2014 - 12:01:41: SourceMod error session started
L 02/01/2014 - 12:01:41: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 12:01:41: [SM] Detected parse error(s) in file "/home/s14580/csgo/addons/sourcemod/configs/databases.cfg"
L 02/01/2014 - 12:01:41: [SM] Line 14: Section beginning without a matching ending
L 02/01/2014 - 12:01:41: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 02/01/2014 - 12:01:41: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 12:01:41: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 12:01:41: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 12:01:41: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 12:04:20: Error log file session closed.
L 02/01/2014 - 12:04:20: SourceMod error session started
L 02/01/2014 - 12:04:20: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 12:04:20: [SM] Detected parse error(s) in file "/home/s14580/csgo/addons/sourcemod/configs/databases.cfg"
L 02/01/2014 - 12:04:20: [SM] Line 14: Section beginning without a matching ending
L 02/01/2014 - 12:04:20: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 02/01/2014 - 12:04:20: [SM] Plugin encountered error 25: Call was aborted
L 02/01/2014 - 12:04:20: [SM] Native "SetFailState" reported: Database failure: Could not find Database conf "sourcebans"
L 02/01/2014 - 12:04:20: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/01/2014 - 12:04:20: [SM]   [0]  Line 206, D:\scripting\sourcebans.sp::OnPluginStart()
L 02/01/2014 - 12:10:37: SourceMod error session started
L 02/01/2014 - 12:10:37: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 12:10:37: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 12:11:07: Error log file session closed.
L 02/01/2014 - 12:31:39: SourceMod error session started
L 02/01/2014 - 12:31:39: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 12:31:39: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 12:32:09: Error log file session closed.
L 02/01/2014 - 12:34:12: SourceMod error session started
L 02/01/2014 - 12:34:12: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 12:34:12: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 12:34:55: Error log file session closed.
L 02/01/2014 - 12:36:01: SourceMod error session started
L 02/01/2014 - 12:36:01: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 12:36:01: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 12:36:13: Error log file session closed.
L 02/01/2014 - 12:38:14: SourceMod error session started
L 02/01/2014 - 12:38:14: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 12:38:14: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 12:38:48: Error log file session closed.
L 02/01/2014 - 12:42:01: SourceMod error session started
L 02/01/2014 - 12:42:01: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 12:42:01: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 12:42:14: Error log file session closed.
L 02/01/2014 - 14:23:17: SourceMod error session started
L 02/01/2014 - 14:23:17: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 14:23:17: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 14:23:47: Error log file session closed.
L 02/01/2014 - 14:41:44: SourceMod error session started
L 02/01/2014 - 14:41:44: Info (map "de_dust") (file "errors_20140201.log")
L 02/01/2014 - 14:41:44: Server language was set to bad language "pl" -- reverting to English
L 02/01/2014 - 14:42:14: Error log file session closed.

L 02/01/2014 - 14:31:55: [sourcebans.smx] Database failure: [2013]: Lost connection to MySQL server at 'reading initial communication packet', system error: 0. See FAQ: http://www.sourcebans.net/node/20
L 02/01/2014 - 14:42:19: [sourcebans.smx] Database failure: [2013]: Lost connection to MySQL server at 'reading initial communication packet', system error: 0. See FAQ: http://www.sourcebans.net/node/20
L 02/01/2014 - 14:59:09: [sourcebans.smx] Database failure: [2013]: Lost connection to MySQL server at 'reading initial communication packet', system error: 0. See FAQ: http://www.sourcebans.net/node/20

proszę o pomoc co zmienic aby dziala poprawnie sourcebans 

Serwer CS:GO Nowy

29.01.2014 15:54

witam tak ja w temacie zakupiłem serwer zainstalowałem go przez panel i nic nie robiłem chciałem wejść na serwer i wyskakuje taki błąd "connection failed after 10 retries" jak sobie z tym poradzić?? próbowałem aktualizacje serwera zrobić przez panel ale nie da sie :/

[PROBLEM] z wysyłaniem formularza na email

14.08.2013 14:25

Dziś wziąłem się za zrobienie własnego sklepu pod serwerownie cs ale zaraz napotkałem problem z którym nie mogę sobie poradzić a mianowicie tworze plik .php a potem .tpl ale nie wiem co dodać do pliku php jak go skonfigurować aby wysyłał wiadomość na email bez użycia programy do wysyłania email z naszego pc. W załączniku dodaje pliki wykonane już. Z góry dziękuje. 

[Problem] sklepem by Mat 2012

15.07.2013 11:17

Strona WWW: 

www.headskullgame.xaa.pl/sklep.php 

Pełny opis problemu:

Witam posiadam taki sklepik zainstalowany i chciałbym dodać kategorie w nim ale jak dodaje je do 

cennik.php

 to się nie dodają gdzie i jak mam je dopisać aby działaly?? w załączniku dodaje cały sklepik z nowymi php i nazwami kategorii. 

Kategorie jakie chce dodać to: 

COD MOD 

-Admin Cod Mod 30dni 

-Vip Cod Mod 30dni 

Only DD2 

-Admin Only DD2 

-Vip Only DD2 

Reklamy 

-50 Reklam 

-100 Reklam 

-150 Reklam

-200 Reklam

-350 Reklam

-500 Reklam

-1000 Reklam

 

 

[Problem] Paczka PaintBall by ^sheLLby.?

06.07.2013 11:26

Witam mam ta paczuszkę na swoim serwerze i dorzuciłem do niej paintball shop oraz super markera ale jest problem tego typy ze na początku rundy zaraz kasa znika jak to zmienić aby była cały czas bo nie da się nic kupić w sklepie bo pisze brak kasy?? 

A druga sprawa jest taka ze potrzebuje modelu wyrzutni HE na pb jak ktoś ma takowy plik to proszę o podanie namiarow.