Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

bigbrother bot(RCON) Problem

Опубликовано:

i Have problem with bigbrother bot. I copied cod8.py change cod6 to cod 8 type game And its not working

 

bb3 frame

 

Using config file: b3\conf\b3.xml
checking for updates...
latest B3 stable version is 1.8.2
...no update available.
Using external plugin directory: C:\~~~~~~\extplugins
Activating log   : b3.log
Connecting to DB : OK
Creating Gamelog : games_mp_192_168_160_1_27017.log
Using Gamelog    : games_mp_192_168_160_1_27017.log
Testing RCON     : >>> Oops: No response
>>> Could be something wrong with the rcon connection to the server!
>>> Hint 1: The server is not running or it is changing maps.
>>> Hint 2: Check your server-ip and port.
Loading Events   : 34 events loaded
Loading Plugins  : ........ (8)
Starting Plugins : ........ (8)
Startup Complete : B3 is running! Let's get to work!

 

server.cfg

 

// Modern Warfare 3 Server Configuration


//////////////////////////////////////////////////////////
// Server command-line parameters (this section is for documentation only)

// Specify server configuration file (this file)
//+set sv_config "server.cfg" (default "server.cfg")

// Specify server visibility (1 = LAN, 2 = Internet (default) )
//+set dedicated 2

// Open game port (Steam-visible server game port)
+set net_queryPort 27017

// Secure game port
//+set net_port 27015

// Steam authentication port
//+set net_authPort 8766

// Steam master server (server browser) port
//+set net_masterServerPort 27016



//////////////////////////////////////////////////////////
// Server.cfg-configurable settings

// Server host name. This should always be set by the server admin.
seta sv_hostname "temp_cfg"

// Dedicated server play list (DSPL) specifying server map rotation.
//    Valid game options are controlled via DSR (dedicated server recipe) specified in the DSPL.
seta sv_maprotation "default"

// Maximum number of clients that may connect to this server (range 1-18)
seta sv_maxclients 16

// Server password. If set, users will be prompted on join attempt.
seta g_password ""

// Maximum number of private clients allowed on the server (range 0-18 (clamped to sv_maxclients) )
seta sv_privateClients 0

// Password for the private slots on this server. If set, users will be prompted on join attempt.
//    Users providing this password will have access to all slots.
//    Users providing an incorrect password will have access to the (sv_maxClients - sv_privateClients) public slots.
seta sv_privatePassword "" 

// Remote console password. If set, users will have access to a remote console, allowing server administration from a connected client.
seta rcon_password "abc"

// Server voice chat configuration ( 0 = "No Chat", 1 = "Free Chat", 2 = "Team Chat" (default) )
seta sv_voice 2

// Toggle voting for [player kick/map restart/next map] (0 or 1 (default) )
seta g_allowVote 1

// Toggle allowing dead players to chat with living players (0 (default) or 1)
seta g_deadChat 0

// Time in seconds before the server will kick a user for inactivity (range 0 - 10000)
seta g_inactivity 120

// Time in seconds for a player temporary ban (on kick/tempban) (range 0 - 3600)
seta sv_kickBanTime 300

// Toggle flood protection (throttling of user commands - should be enabled for non-password-protected Internet servers) (0 or 1 (default))
seta sv_floodProtect 1

 

 

cod5 frame

Welcome to IW5M r21.
http://fourdeltaone.net/ for help and support 
Connecting to online services....
Connected to online services.
Executing server config "server.cfg"
Succeeded reading from default.dspl
Loaded 5 map entries
Loading DSR "TDEF_default.dsr"...
Loading Succeeded for DSR "TDEF_default.dsr"
-----------------------------------
Spawning map: mp_restrepo_ss, gametype tdef
Initializing Steam Game Server: game port 27015, auth port 8766, query port 27017, gamedir modernwarfare3, version 1.0.0.0
Steam Game Server initialized as Internet Server.
Steam Master Servers found (1). Server will be Internet Server listed.
[scriptLoader] Loading script GameLog
Spawn map (mp_restrepo_ss, tdef) complete.
-----------------------------------
Succeeded reading from default.dspl
Loaded 5 map entries
Loading DSR "TDM_default.dsr"...
Loading Succeeded for DSR "TDM_default.dsr"
-----------------------------------
Spawning map: mp_terminal_cls, gametype war
[scriptLoader] Loading script GameLog
Spawn map (mp_terminal_cls, war) complete.
-----------------------------------

 

 

bb3 b3.xml

<?xml version="1.0"?>



admin
^0(^2b3^0)^7:
%I:%M%p %Z %m/%d/%y
UMT
9
b3.log
cod8
mysql://~~~~@~~~~


abc
27017
~~~~~~
192.168.160.1
0.33
50
off
ftp://~~~~~~@~~~~~~/games_mp.log


html
100
b3_doc.html


stable


$clientname^7 was kicked by $adminname^7 $reason
$clientname^7 was kicked $reason
$clientname^7 was banned by $adminname^7 $reason
$clientname^7 was banned $reason
$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason
$clientname^7 was temp banned for $banduration^7 $reason
$clientname^7 was un-banned by $adminname^7 $reason
$clientname^7 was un-banned $reason


@b3/extplugins









 

bb3 log

 

121001 20:38:25	BOT    	'www.bigbrotherbot.net (b3) v1.8.2 [nt] [seda]'
121001 20:38:25	BOT    	'Python: 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]'
121001 20:38:25	BOT    	'Default encoding: ascii'
121001 20:38:25	BOT    	'Starting Cod8Parser v0.1 for server 192.168.160.1:27017'
121001 20:38:25	BOT    	'--------------------------------------------'
121001 20:38:25	BOT    	'Attempting to connect to database mysql://adm:******@localhost/bb3...'
121001 20:38:25	BOT    	'Connected to database [1 times]'
121001 20:38:25	BOT    	'Working in Remote-Log-Mode : ftp://~~~~/games_mp.log'
121001 20:38:25	BOT    	'Starting bot reading file games_mp_192_168_160_1_27017.log'
121001 20:38:25	BOT    	'rcon status Cache Expire Time: [2 sec] Type: [memory]'
121001 20:38:25	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:38:25	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:25	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:38:25	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:25	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:38:25	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:25	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:38:25	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:25	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:38:25	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:25	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:38:25	DEBUG	'RCON: Did not send any data'
121001 20:38:27	BOT    	'Loading Plugins (external plugin directory: C:\\Users\\admin\\Downloads\\b3-1.8.2\\b3-1.8.2\\b3\\extplugins)'
121001 20:38:27	BOT    	'Loading Plugin #1 spamcontrol [b3\\conf\\plugin_spamcontrol.xml]'
121001 20:38:27	BOT    	'SpamcontrolPlugin: Loading config b3\\conf\\plugin_spamcontrol.xml for SpamcontrolPlugin'
121001 20:38:27	DEBUG	'Register Event: Stop Process: SpamcontrolPlugin'
121001 20:38:27	DEBUG	'Register Event: Program Exit: SpamcontrolPlugin'
121001 20:38:27	BOT    	'Plugin spamcontrol (1.1.2 - ThorN) loaded'
121001 20:38:27	BOT    	'Loading Plugin #2 admin [b3\\conf\\plugin_admin.xml]'
121001 20:38:27	BOT    	'AdminPlugin: Loading config b3\\conf\\plugin_admin.xml for AdminPlugin'
121001 20:38:27	DEBUG	'Register Event: Stop Process: AdminPlugin'
121001 20:38:27	DEBUG	'Register Event: Program Exit: AdminPlugin'
121001 20:38:27	BOT    	'Plugin admin (1.12.1 - ThorN, xlr8or, Courgette) loaded'
121001 20:38:27	BOT    	'Loading Plugin #3 stats [b3\\conf\\plugin_stats.xml]'
121001 20:38:27	BOT    	'StatsPlugin: Loading config b3\\conf\\plugin_stats.xml for StatsPlugin'
121001 20:38:27	DEBUG	'StatsPlugin: Using default value (0) for commands::mapstats'
121001 20:38:27	DEBUG	'StatsPlugin: Using default value (0) for commands::testscore'
121001 20:38:27	DEBUG	'StatsPlugin: Using default value (2) for commands::topstats'
121001 20:38:27	DEBUG	'Register Event: Stop Process: StatsPlugin'
121001 20:38:27	DEBUG	'Register Event: Program Exit: StatsPlugin'
121001 20:38:27	BOT    	'Plugin stats (1.3.7 - ThorN, GrosBedo) loaded'
121001 20:38:27	BOT    	'Loading Plugin #4 pingwatch [b3\\conf\\plugin_pingwatch.xml]'
121001 20:38:27	BOT    	'PingwatchPlugin: Loading config b3\\conf\\plugin_pingwatch.xml for PingwatchPlugin'
121001 20:38:27	VERBOSE	'Added crontab > (36021904) - [0, 30]s -1m -1h -1d -1M -1DOW'
121001 20:38:27	INFO	'cron scheduler started'
121001 20:38:27	DEBUG	'AdminPlugin: Command "ci (None)" registered with cmd_ci for level (20, 100)'
121001 20:38:27	DEBUG	'Register Event: Stop Process: PingwatchPlugin'
121001 20:38:27	DEBUG	'Register Event: Program Exit: PingwatchPlugin'
121001 20:38:27	BOT    	'Plugin pingwatch (1.2.2 - ThorN) loaded'
121001 20:38:27	BOT    	'Loading Plugin #5 status [b3\\conf\\plugin_status.xml]'
121001 20:38:27	BOT    	'StatusPlugin: Loading config b3\\conf\\plugin_status.xml for StatusPlugin'
121001 20:38:27	DEBUG	'StatusPlugin: Using default table for saving server svars: current_svars'
121001 20:38:27	DEBUG	'StatusPlugin: Using default table for saving current clients: current_clients'
121001 20:38:27	VERBOSE	'Added crontab > (52260016) - [0]s -1m -1h -1d -1M -1DOW'
121001 20:38:27	DEBUG	'Register Event: Stop Process: StatusPlugin'
121001 20:38:27	DEBUG	'Register Event: Program Exit: StatusPlugin'
121001 20:38:27	BOT    	'Plugin status (1.4.10 - ThorN) loaded'
121001 20:38:27	BOT    	'Loading Plugin #6 welcome [b3\\conf\\plugin_welcome.xml]'
121001 20:38:27	BOT    	'WelcomePlugin: Loading config b3\\conf\\plugin_welcome.xml for WelcomePlugin'
121001 20:38:27	DEBUG	'AdminPlugin: Command "greeting (None)" registered with cmd_greeting for level (20, 100)'
121001 20:38:27	INFO	'WelcomePlugin: delay set to 30. The bot will wait 30s after a player connects to write the welcome message'
121001 20:38:27	INFO	'WelcomePlugin: min_gap set to 3600. The bot will not welcome a player more than once every 3600 seconds'
121001 20:38:27	DEBUG	'Register Event: Stop Process: WelcomePlugin'
121001 20:38:27	DEBUG	'Register Event: Program Exit: WelcomePlugin'
121001 20:38:27	BOT    	'Plugin welcome (1.1 - ThorN) loaded'
121001 20:38:27	BOT    	'Loading Plugin publist'
121001 20:38:27	BOT    	'PublistPlugin: No config file found for PublistPlugin. (was not required either)'
121001 20:38:27	DEBUG	'Register Event: Stop Process: PublistPlugin'
121001 20:38:27	DEBUG	'Register Event: Program Exit: PublistPlugin'
121001 20:38:27	BOT    	'Plugin publist (1.10.1 - ThorN, Courgette) loaded'
121001 20:38:27	BOT    	'Loading ftpytail'
121001 20:38:27	BOT    	'FtpytailPlugin: No config file found for FtpytailPlugin. (was not required either)'
121001 20:38:27	DEBUG	'Register Event: Stop Process: FtpytailPlugin'
121001 20:38:27	DEBUG	'Register Event: Program Exit: FtpytailPlugin'
121001 20:38:27	BOT    	'Plugin ftpytail (1.5.8 - Bakes, Courgette) loaded'
121001 20:38:27	DEBUG	'creating the event queue with size 50'
121001 20:38:27	BOT    	'Starting parser'
121001 20:38:27	DEBUG	'Client Connected: [-1] World - WORLD ({})'
121001 20:38:27	DEBUG	'Storage: getClient Client<-1>'
121001 20:38:27	BOT    	'Client found in storage 1, welcome back World'
121001 20:38:27	DEBUG	'Storage: setClient Client<-1>'
121001 20:38:27	DEBUG	"Storage: setClient data {'time_add': 1349021035, 'time_edit': 1349116707, 'name': 'World', 'group_bits': 0, 'ip': '', 'auto_login': 1, 'greeting': u'', 'pbid': u'WORLD', 'connections': 25, 'mask_level': 0, 'guid': 'WORLD', 'id': 1}"
121001 20:38:27	DEBUG	'Client Authorized: [-1] World - WORLD'
121001 20:38:27	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:38:27	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:27	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:38:27	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:38:28	DEBUG	'RCON: Did not send any data'
121001 20:38:28	DEBUG	'Forcing server cvar g_logsync to 1'
121001 20:38:28	VERBOSE	"RCON sending (192.168.160.1:27017) 'set g_logsync 1'"
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	VERBOSE	"RCON: retry sending 'set g_logsync 1' (1/2)..."
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	ERROR	"RCON: too much tries. Abording ('set g_logsync 1')"
121001 20:38:28	DEBUG	'RCON: Did not send any data'
121001 20:38:28	VERBOSE	"RCON sending (192.168.160.1:27017) 'fs_game'"
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	VERBOSE	"RCON: retry sending 'fs_game' (1/2)..."
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	ERROR	"RCON: too much tries. Abording ('fs_game')"
121001 20:38:28	DEBUG	'RCON: Did not send any data'
121001 20:38:28	DEBUG	'Get cvar fs_game = []'
121001 20:38:28	WARNING	'Could not query server for fs_game'
121001 20:38:28	VERBOSE	"RCON sending (192.168.160.1:27017) 'fs_basepath'"
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	VERBOSE	"RCON: retry sending 'fs_basepath' (1/2)..."
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	ERROR	"RCON: too much tries. Abording ('fs_basepath')"
121001 20:38:28	DEBUG	'RCON: Did not send any data'
121001 20:38:28	DEBUG	'Get cvar fs_basepath = []'
121001 20:38:28	WARNING	'Could not query server for fs_basepath'
121001 20:38:28	VERBOSE	"RCON sending (192.168.160.1:27017) 'fs_homepath'"
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	VERBOSE	"RCON: retry sending 'fs_homepath' (1/2)..."
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	ERROR	"RCON: too much tries. Abording ('fs_homepath')"
121001 20:38:28	DEBUG	'RCON: Did not send any data'
121001 20:38:28	DEBUG	'Get cvar fs_homepath = []'
121001 20:38:28	WARNING	'Could not query server for fs_homepath'
121001 20:38:28	VERBOSE	"RCON sending (192.168.160.1:27017) 'shortversion'"
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	VERBOSE	"RCON: retry sending 'shortversion' (1/2)..."
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	ERROR	"RCON: too much tries. Abording ('shortversion')"
121001 20:38:28	DEBUG	'RCON: Did not send any data'
121001 20:38:28	DEBUG	'Get cvar shortversion = []'
121001 20:38:28	WARNING	'Could not query server for shortversion'
121001 20:38:28	DEBUG	'Parser started.'
121001 20:38:28	VERBOSE	"RCON sending (192.168.160.1:27017) 'sv_hostname'"
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	VERBOSE	"RCON: retry sending 'sv_hostname' (1/2)..."
121001 20:38:28	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:28	ERROR	"RCON: too much tries. Abording ('sv_hostname')"
121001 20:38:28	DEBUG	'RCON: Did not send any data'
121001 20:38:28	DEBUG	'Get cvar sv_hostname = []'
121001 20:38:28	WARNING	'Could not query server for sv_hostname'
121001 20:38:28	BOT    	'Starting plugins'
121001 20:38:28	VERBOSE	"RCON sending (192.168.160.1:27017) 'say ^0(^2b3^0)^7: ^8www.bigbrotherbot.net ^0(^8b3^0) ^9v1.8.2 [nt] ^9[^3Seda^9]^3 ^2[ONLINE]'"
121001 20:38:28	BOT    	'Starting Plugin admin'
121001 20:38:28	DEBUG	'Register Event: Say: AdminPlugin'
121001 20:38:28	DEBUG	'Register Event: Private Message: AdminPlugin'
121001 20:38:28	DEBUG	'AdminPlugin: Command "status (None)" registered with cmd_status for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "rules (r)" registered with cmd_rules for level (0, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "makereg (mr)" registered with cmd_makereg for level (80, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "leveltest (lt)" registered with cmd_leveltest for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "warn (w)" registered with cmd_warn for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "list (None)" registered with cmd_list for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "warns (None)" registered with cmd_warns for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "warntest (wt)" registered with cmd_warntest for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "warninfo (wi)" registered with cmd_warninfo for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "nextmap (None)" registered with cmd_nextmap for level (2, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "say (None)" registered with cmd_say for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "lookup (l)" registered with cmd_lookup for level (80, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "b3 (None)" registered with cmd_b3 for level (9, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "seen (None)" registered with cmd_seen for level (2, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "find (None)" registered with cmd_find for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "pause (None)" registered with cmd_pause for level (90, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "kickall (kall)" registered with cmd_kickall for level (80, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "warnclear (wc)" registered with cmd_warnclear for level (80, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "admintest (None)" registered with cmd_admintest for level (40, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "regtest (None)" registered with cmd_regtest for level (1, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "rebuild (None)" registered with cmd_rebuild for level (90, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "maps (None)" registered with cmd_maps for level (2, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "ban (b)" registered with cmd_ban for level (60, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "ungroup (None)" registered with cmd_ungroup for level (90, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "banall (ball)" registered with cmd_banall for level (80, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "maprotate (None)" registered with cmd_maprotate for level (80, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "putgroup (None)" registered with cmd_putgroup for level (90, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "map (None)" registered with cmd_map for level (80, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "notice (None)" registered with cmd_notice for level (40, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "enable (None)" registered with cmd_enable for level (100, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "runas (su)" registered with cmd_runas for level (100, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "spankall (sall)" registered with cmd_spankall for level (80, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "tempban (tb)" registered with cmd_tempban for level (40, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "unmask (None)" registered with cmd_unmask for level (100, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "aliases (alias)" registered with cmd_aliases for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "disable (None)" registered with cmd_disable for level (100, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "baninfo (bi)" registered with cmd_baninfo for level (40, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "kick (k)" registered with cmd_kick for level (40, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "clientinfo (None)" registered with cmd_clientinfo for level (90, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "restart (None)" registered with cmd_restart for level (100, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "spams (None)" registered with cmd_spams for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "scream (None)" registered with cmd_scream for level (40, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "poke (None)" registered with cmd_poke for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "die (None)" registered with cmd_die for level (100, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "register (None)" registered with cmd_register for level (0, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "mask (None)" registered with cmd_mask for level (100, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "unban (None)" registered with cmd_unban for level (60, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "help (h)" registered with cmd_help for level (0, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "reconfig (None)" registered with cmd_reconfig for level (100, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "admins (None)" registered with cmd_admins for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "warnremove (wr)" registered with cmd_warnremove for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "permban (pb)" registered with cmd_permban for level (80, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "time (None)" registered with cmd_time for level (1, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "clear (kiss)" registered with cmd_clear for level (80, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "spam (s)" registered with cmd_spam for level (20, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "spank (sp)" registered with cmd_spank for level (60, 100)'
121001 20:38:28	DEBUG	'SELECT * FROM groups WHERE `keyword` = "superadmin" LIMIT 1'
121001 20:38:28	DEBUG	"Storage: getClientsMatching {'&group_bits': 128}"
121001 20:38:28	DEBUG	'AdminPlugin: 0 superadmins found in database'
121001 20:38:28	VERBOSE	'AdminPlugin: No SuperAdmins found, enabling !iamgod'
121001 20:38:28	DEBUG	'AdminPlugin: Command "iamgod (None)" registered with cmd_iamgod for level (0, 100)'
121001 20:38:28	BOT    	'Starting Plugin spamcontrol'
121001 20:38:28	DEBUG	'Register Event: Say: SpamcontrolPlugin'
121001 20:38:28	DEBUG	'Register Event: Team Say: SpamcontrolPlugin'
121001 20:38:28	DEBUG	'AdminPlugin: Command "spamins (None)" registered with cmd_spamins for level (20, 100)'
121001 20:38:28	BOT    	'Starting Plugin stats'
121001 20:38:28	DEBUG	'AdminPlugin: Command "testscore (ts)" registered with cmd_testscore for level (0, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "topxp (None)" registered with cmd_topxp for level (2, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "topstats (top)" registered with cmd_topstats for level (2, 100)'
121001 20:38:28	DEBUG	'AdminPlugin: Command "mapstats (stats)" registered with cmd_mapstats for level (0, 100)'
121001 20:38:28	DEBUG	'Register Event: Client Team Damage: StatsPlugin'
121001 20:38:28	DEBUG	'Register Event: Client Team Kill: StatsPlugin'
121001 20:38:28	DEBUG	'Register Event: Client Kill: StatsPlugin'
121001 20:38:28	DEBUG	'Register Event: Client Damage: StatsPlugin'
121001 20:38:28	DEBUG	'Register Event: Game Exit: StatsPlugin'
121001 20:38:28	DEBUG	'Register Event: Game Round Start: StatsPlugin'
121001 20:38:28	BOT    	'Starting Plugin pingwatch'
121001 20:38:28	DEBUG	'Register Event: Game Exit: PingwatchPlugin'
121001 20:38:28	BOT    	'Starting Plugin status'
121001 20:38:28	BOT    	'Starting Plugin welcome'
121001 20:38:28	DEBUG	'Register Event: Client Authenticated: WelcomePlugin'
121001 20:38:28	BOT    	'Starting Plugin publist'
121001 20:38:28	DEBUG	'Set cvar _B3 = [b3 v1.8.2 [nt]]'
121001 20:38:28	ERROR	"RCON: too much tries. Abording ('say ^0(^2b3^0)^7: ^8www.bigbrotherbot.net ^0(^8b3^0) ^9v1.8.2 [nt] ^9[^3Seda^9]^3 ^2[ONLINE]')"
121001 20:38:28	DEBUG	'RCON: Did not send any data'
121001 20:38:29	VERBOSE	'RCON sending (192.168.160.1:27017) \'set _B3 "B3 v1.8.2 [nt]"\''
121001 20:38:29	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:29	VERBOSE	'RCON: retry sending \'set _B3 "B3 v1.8.2 [nt]"\' (1/2)...'
121001 20:38:29	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:29	ERROR	'RCON: too much tries. Abording (\'set _B3 "B3 v1.8.2 [nt]"\')'
121001 20:38:29	DEBUG	'RCON: Did not send any data'
121001 20:38:29	DEBUG	'PublistPlugin: publist will send heartbeat at 02:25 every day'
121001 20:38:29	VERBOSE	'Added crontab > (52312528) - 0s 25m 2h -1d -1M -1DOW'
121001 20:38:29	INFO	'PublistPlugin: initial heartbeat will be sent to B3 master server at 43 minutes'
121001 20:38:29	VERBOSE	'Added crontab > (52313872) - 0s 43m -1h -1d -1M -1DOW'
121001 20:38:29	BOT    	'Starting Plugin ftpytail'
121001 20:38:29	DEBUG	'FtpytailPlugin: Local Game Log is games_mp_94_126_20_89_27017.log'
121001 20:38:29	INFO	'FtpytailPlugin: Starting ftpytail thread'
121001 20:38:29	VERBOSE	'FtpytailPlugin: Connecting to localhost:1587 ...'
121001 20:38:29	BOT    	'all plugins started'
121001 20:38:29	BOT    	'starting event dispatching thread'
121001 20:38:29	BOT    	'start reading game events'
121001 20:38:29	DEBUG	'AUTODOC: saving html documentation'
121001 20:38:29	DEBUG	'AUTODOC: get commands with level <= 100'
121001 20:38:29	DEBUG	'Writing to b3_doc.html'
121001 20:38:30	DEBUG	'FtpytailPlugin: trying to cwd to [/]'
121001 20:38:30	DEBUG	'Synchronising Clients'
121001 20:38:30	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:38:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:30	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:38:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:30	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:38:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:30	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:38:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:30	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:38:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:38:30	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:38:30	DEBUG	'RCON: Did not send any data'
121001 20:38:30	VERBOSE	'FtpytailPlugin: Connection successful. Remote file size is 8883'
121001 20:39:00	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:39:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:39:00	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:39:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:39:00	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:39:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:39:00	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:39:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:39:00	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:39:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:39:00	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:39:00	DEBUG	'RCON: Did not send any data'
121001 20:39:00	VERBOSE	'StatusPlugin: Building XML status'
121001 20:39:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\admin\\status.xml'
121001 20:40:00	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:40:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:40:00	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:40:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:40:00	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:40:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:40:00	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:40:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:40:00	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:40:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:40:00	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:40:00	DEBUG	'RCON: Did not send any data'
121001 20:40:00	VERBOSE	'StatusPlugin: Building XML status'
121001 20:40:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\admin\\status.xml'
121001 20:40:30	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:40:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:40:30	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:40:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:40:30	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:40:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:40:30	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:40:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:40:30	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:40:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:40:30	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:40:30	DEBUG	'RCON: Did not send any data'
121001 20:41:00	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:41:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:41:00	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:41:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:41:00	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:41:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:41:00	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:41:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:41:00	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:41:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:41:00	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:41:00	DEBUG	'RCON: Did not send any data'
121001 20:41:00	VERBOSE	'StatusPlugin: Building XML status'
121001 20:41:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\admin\\status.xml'
121001 20:41:30	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:41:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:41:30	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:41:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:41:30	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:41:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:41:30	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:41:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:41:30	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:41:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:41:30	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:41:30	DEBUG	'RCON: Did not send any data'
121001 20:42:00	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:42:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:42:00	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:42:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:42:00	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:42:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:42:00	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:42:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:42:00	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:42:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:42:00	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:42:00	DEBUG	'RCON: Did not send any data'
121001 20:42:00	VERBOSE	'StatusPlugin: Building XML status'
121001 20:42:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\admin\\status.xml'
121001 20:42:30	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:42:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:42:30	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:42:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:42:30	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:42:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:42:30	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:42:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:42:30	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:42:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:42:30	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:42:30	DEBUG	'RCON: Did not send any data'
121001 20:43:00	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:43:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:43:00	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:43:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:43:00	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:43:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:43:00	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:43:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:43:00	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:43:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:43:00	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:43:00	DEBUG	'RCON: Did not send any data'
121001 20:43:00	VERBOSE	'StatusPlugin: Building XML status'
121001 20:43:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\admin\\status.xml'
121001 20:43:00	DEBUG	'PublistPlugin: Sending heartbeat to B3 master...'
121001 20:43:00	DEBUG	"PublistPlugin: {'python_version': '2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]', 'ip': '94.126.20.89', 'parser': 'cod8', 'default_encoding': 'ascii', 'plugins': 'spamcontrol/1.1.2,stats/1.3.7,pingwatch/1.2.2,status/1.4.10,welcome/1.1,publist/1.10.1,ftpytail/1.5.8', 'port': 27017, 'database': 'mysql', 'parserversion': '0.1', 'version': '1.8.2', 'action': 'update', 'os': 'nt', 'rconPort': 27017}"
121001 20:43:00	DEBUG	'PublistPlugin: master replied: Server list updated'
121001 20:43:30	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:43:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:43:30	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:43:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:43:30	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:43:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:43:30	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:43:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:43:30	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:43:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:43:30	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:43:30	DEBUG	'RCON: Did not send any data'
121001 20:44:00	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:44:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:44:00	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:44:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:44:00	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:44:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:44:00	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:44:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:44:00	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:44:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:44:00	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:44:00	DEBUG	'RCON: Did not send any data'
121001 20:44:00	VERBOSE	'StatusPlugin: Building XML status'
121001 20:44:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\admin\\status.xml'
121001 20:44:30	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:44:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:44:30	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:44:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:44:30	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:44:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:44:30	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:44:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:44:30	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:44:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:44:30	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:44:30	DEBUG	'RCON: Did not send any data'
121001 20:45:00	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:45:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:45:00	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:45:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:45:00	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:45:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:45:00	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:45:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:45:00	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:45:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:45:00	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:45:00	DEBUG	'RCON: Did not send any data'
121001 20:45:00	VERBOSE	'StatusPlugin: Building XML status'
121001 20:45:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\admin\\status.xml'
121001 20:45:30	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:45:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:45:30	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:45:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:45:30	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:45:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:45:30	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:45:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:45:30	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:45:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:45:30	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:45:30	DEBUG	'RCON: Did not send any data'
121001 20:46:00	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:46:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:46:00	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:46:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:46:00	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:46:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:46:00	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:46:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:46:00	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:46:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:46:00	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:46:00	DEBUG	'RCON: Did not send any data'
121001 20:46:00	VERBOSE	'StatusPlugin: Building XML status'
121001 20:46:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\admin\\status.xml'
121001 20:46:30	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:46:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:46:30	VERBOSE	"RCON: retry sending 'status' (1/5)..."
121001 20:46:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:46:30	VERBOSE	"RCON: retry sending 'status' (2/5)..."
121001 20:46:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:46:30	VERBOSE	"RCON: retry sending 'status' (3/5)..."
121001 20:46:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:46:30	VERBOSE	"RCON: retry sending 'status' (4/5)..."
121001 20:46:30	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"
121001 20:46:30	ERROR	"RCON: too much tries. Abording ('status')"
121001 20:46:30	DEBUG	'RCON: Did not send any data'
121001 20:47:00	VERBOSE	"RCON sending (192.168.160.1:27017) 'status'"
121001 20:47:00	WARNING	"RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

Any one know how to fix it?

Featured Replies

Опубликовано:

You got on server.cfg

+set net_queryPort 27017

Then on b3.xml

27017

 

Happens that "net_queryPort" defines the game port, and the query port is actually defined by "net_masterServerPort" command.

So, rcon is failing because port 27017 is the game port, not the query port.

Опубликовано:
  • Автор

Ohh my English is too poor to understand this you sad 27017 is game port not query port so console lying me:"Initializing Steam Game Server: game port 27015, auth port 8766, query port 27017",and one thing i connected with rcoon tool and its woorked on port 27017.So Can you tell me what i have to change in server.cfg.And i rung game with +set net_queryPort 27015 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.