Перейти к содержимому
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.

Featured Replies

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

Hello evrybody i wanna do just a single question

 

Why in the game b3 comands not working

ex...!iamgod,,,,!stats,,,,!help etc.

/////// ???? \\\\\\\\\\

/////// ???? \\\\\\\\\\

/////// ???? \\\\\\\\\\

 

 

I Hope You Find What Happens

 

:)))

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

ofc :)

and runing in game

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

If Wasent corect error will saw up ;)

 

<?xml version='1.0'?>




cod8

mysql://b3:123@localhost/b3

B3

^0(^2b3^0)^7:
%I:%M%p %z %m%d/%y

GMT

10

C:\Users\xTreamSex\Documents\b3/b3.log


****
27017
C:\Users\xTreamSex\Documents\FourDeltaOne IW5M's\scripts/games_mp.log
192.168.1.3
192.168.1.3
off


xml
100
C:\Users\xTreamSex\Documents\b3/b3_doc.htm


$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

























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

tell me if it is ok and cod8.py from ''admin's'' folder

# BigBrotherBot(B3) (www.bigbrotherbot.net)
# Copyright (C) 2010
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
#
# CHANGELOG
#
# 08/01/2012 - v0.1 - NTAuthority (http://fourdeltaone.net/)



__author__  = 'NTAuthority'
__version__ = '0.1'

import b3.parsers.cod6
import re

class Cod8Parser(b3.parsers.cod6.Cod6Parser):
   gameName = 'cod8'
   _guidLength = 16

   _commands = {}
   _commands['message'] = 'tell %(cid)s %(prefix)s ^3[pm]^7 %(message)s'
   _commands['deadsay'] = 'tell %(cid)s %(prefix)s [DEAD]^7 %(message)s'
   _commands['say'] = 'say %(prefix)s %(message)s'
   _commands['set'] = 'set %(name)s "%(value)s"'
   _commands['kick'] = 'dropclient %(cid)s "%(reason)s"'
   _commands['ban'] = 'banclient %(cid)s'
   _commands['unban'] = 'unban \"%(name)s\"' # remove players from game engine's permanent.ban
   _commands['tempban'] = 'tempbanclient %(cid)s "%(reason)s"'

   _regPlayer = re.compile(r'(?P[0-9]+)[\s\0]+(?P[0-9-]+)[\s\0]+(?P[0-9]+)[\s\0]+(?P[a-z0-9]+)[\s\0]+(?P.*?)[\s\0]+(?P[0-9]+)[\s\0]+(?P[0-9.]+)?P[0-9-]+)', re.I)

   def startup(self):
       b3.parsers.cod6.Cod6Parser.startup(self)

Опубликовано:
130126 03:20:34	BOT    	'www.bigbrotherbot.net (b3) v1.9.0b2 [nt] [PoisonIvy] [Win32 standalone]'
130126 03:20:34	BOT    	'Python: 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]'
130126 03:20:34	BOT    	'Default encoding: ascii'
130126 03:20:34	BOT    	'Starting Cod8Parser v0.1 for server 192.168.1.3:27017'
130126 03:20:34	BOT    	'--------------------------------------------'
130126 03:20:34	BOT    	'Attempting to connect to database mysql://b3:******@localhost/b3...'
130126 03:20:34	BOT    	'Connected to database [1 times]'
130126 03:20:34	BOT    	"Game log C:\\Users\\xTreamSex\\Documents\\FourDeltaOne IW5M's\\scripts/games_mp.log"
130126 03:20:34	BOT    	"Starting bot reading file C:\\Users\\xTreamSex\\Documents\\FourDeltaOne IW5M's\\scripts\\games_mp.log"
130126 03:20:34	BOT    	'rcon status Cache Expire Time: [2 sec] Type: [memory]'
130126 03:20:35	BOT    	'Loading Plugins (external plugin directory: C:\\Users\\xTreamSex\\Documents\\b3\\extplugins)'
130126 03:20:35	BOT    	'Loading Plugin #1 censor [conf\\plugin_censor.xml]'
130126 03:20:35	BOT    	'CensorPlugin: Loading config conf\\plugin_censor.xml for CensorPlugin'
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'shit' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'ass' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'asshole' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'fuck' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'fuc' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'cunt' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'cock' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'dick' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'bitch' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'biatch' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'fag' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'nigger' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'pussy' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'lul' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'flikker' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'homo' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'kanker' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'teringlijer' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'kut' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'hoer' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'neuk' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'vittu' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'paskiainen' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'kusipaeae' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'fitte' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'pikk' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'hore' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'fitta' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'knullare' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'kuksugare' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'huora' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'spica' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'piroca' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'caralho' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'puta' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'cabra' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'maricon' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'pinche' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'batard' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'encule' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'merde' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'putain' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'salaud' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'connard' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'salopard' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'salope' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'scheisse' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'arsch' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'huendin' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'kopulieren' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'fick' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'chuj' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'kutas' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'fiut' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'pedal' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'cipa' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'pizda' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'ciota' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'dupek' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'kurwa' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'skurwysyn' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'zajebac' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'pojebac' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'wyjebac' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'pierdolic' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'rozpierdalac' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'popierdolony' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badword rule 'wypierdalac' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'doublecolor' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'ass' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'fuck' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'shit' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'bitch' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'pussy' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'nigger' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'cunt' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'nazi' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'jihad' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'admin' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'hitler' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'asshole' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'kut' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'hoer' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'huora' loaded"
130126 03:20:35	DEBUG	"CensorPlugin: badname rule 'puta' loaded"
130126 03:20:35	DEBUG	'Register Event: Stop Process: CensorPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: CensorPlugin'
130126 03:20:35	BOT    	'Plugin censor (3.1 - ThorN, xlr8or, Bravo17, Courgette) loaded'
130126 03:20:35	BOT    	'Loading Plugin #2 spamcontrol [conf\\plugin_spamcontrol.xml]'
130126 03:20:35	BOT    	'SpamcontrolPlugin: Loading config conf\\plugin_spamcontrol.xml for SpamcontrolPlugin'
130126 03:20:35	DEBUG	'Register Event: Stop Process: SpamcontrolPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: SpamcontrolPlugin'
130126 03:20:35	BOT    	'Plugin spamcontrol (1.3 - ThorN, Courgette) loaded'
130126 03:20:35	BOT    	'Loading Plugin #3 admin [conf\\plugin_admin.xml]'
130126 03:20:35	BOT    	'AdminPlugin: Loading config conf\\plugin_admin.xml for AdminPlugin'
130126 03:20:35	INFO	'AdminPlugin: ------ loading warn_reasons from config file ------'
130126 03:20:35	INFO	"AdminPlugin: warn reason 'default' : (60.0, '^7behave yourself')"
130126 03:20:35	INFO	"AdminPlugin: warn reason 'generic' : (60.0, '^7')"
130126 03:20:35	INFO	'AdminPlugin: rule9      3 hours   \t"^3Rule #9: Do ^1NOT ^3fire at teammates or within 10 seconds of spawning" '
130126 03:20:35	INFO	'AdminPlugin: rule8      3 days    \t"^3Rule #8: No profanity or offensive language (in any language)" '
130126 03:20:35	INFO	'AdminPlugin: rule3      1 day     \t"^3Rule #3: No arguing with admins (listen and learn or leave)" '
130126 03:20:35	INFO	'AdminPlugin: rule2      1 day     \t"^3Rule #2: No clan stacking, members must split evenly between the teams" '
130126 03:20:35	INFO	'AdminPlugin: rule1      1.4 week  \t"^3Rule #1: No racism of any kind" '
130126 03:20:35	INFO	'AdminPlugin: rule7      1 day     \t"^3Rule #7: No advertising or spamming of websites or servers" '
130126 03:20:35	INFO	'AdminPlugin: rule6      1 day     \t"^3Rule #6: No recruiting for your clan, your server, or anything else" '
130126 03:20:35	INFO	'AdminPlugin: rule5      1 hour    \t"^3Rule #5: No offensive or potentially offensive names, annoying names, or in-game (double caret (^)) color in names" '
130126 03:20:35	INFO	'AdminPlugin: rule4      1 day     \t"^3Rule #4: No abusive language or behavior towards admins or other players" '
130126 03:20:35	INFO	'AdminPlugin: adv        1 day     \t"^3Rule #7: No advertising or spamming of websites or servers" '
130126 03:20:35	INFO	'AdminPlugin: afk        5 minutes \t"^7you appear to be away from your keyboard" '
130126 03:20:35	INFO	'AdminPlugin: generic    1 hour    \t"^7" '
130126 03:20:35	INFO	'AdminPlugin: ci         5 minutes \t"^7connection interupted, reconnect" '
130126 03:20:35	INFO	'AdminPlugin: racism     1.4 week  \t"^3Rule #1: No racism of any kind" '
130126 03:20:35	INFO	'AdminPlugin: camp       1 hour    \t"^7stop camping or you will be kicked!" '
130126 03:20:35	INFO	'AdminPlugin: sfire      3 hours   \t"^3Rule #9: Do ^1NOT ^3fire at teammates or within 10 seconds of spawning" '
130126 03:20:35	INFO	'AdminPlugin: color      1 hour    \t"^7No in-game (double caret (^)) color in names" '
130126 03:20:35	INFO	'AdminPlugin: tk         1 day     \t"^7stop team killing!" '
130126 03:20:35	INFO	'AdminPlugin: nocmd      1 hour    \t"^7do not use commands that you do not have access to, try using !help" '
130126 03:20:35	INFO	'AdminPlugin: spec       5 minutes \t"^7spectator too long on full server" '
130126 03:20:35	INFO	'AdminPlugin: lang       3 days    \t"^3Rule #8: No profanity or offensive language (in any language)" '
130126 03:20:35	INFO	'AdminPlugin: cuss       3 days    \t"^3Rule #8: No profanity or offensive language (in any language)" '
130126 03:20:35	INFO	'AdminPlugin: jerk       1 day     \t"^3Rule #4: No abusive language or behavior towards admins or other players" '
130126 03:20:35	INFO	'AdminPlugin: fakecmd    1 hour    \t"^7do not use fake commands" '
130126 03:20:35	INFO	'AdminPlugin: rule10     3 days    \t"^3Rule #10: Offense players must play for the objective and support their team" '
130126 03:20:35	INFO	'AdminPlugin: stack      1 day     \t"^3Rule #2: No clan stacking, members must split evenly between the teams" '
130126 03:20:35	INFO	'AdminPlugin: spawnfire  3 hours   \t"^3Rule #9: Do ^1NOT ^3fire at teammates or within 10 seconds of spawning" '
130126 03:20:35	INFO	'AdminPlugin: obj        1 hour    \t"^7go for the objective!" '
130126 03:20:35	INFO	'AdminPlugin: name       1 hour    \t"^3Rule #5: No offensive or potentially offensive names, annoying names, or in-game (double caret (^)) color in names" '
130126 03:20:35	INFO	'AdminPlugin: language   3 days    \t"^3Rule #8: No profanity or offensive language (in any language)" '
130126 03:20:35	INFO	'AdminPlugin: default    1 hour    \t"^7behave yourself" '
130126 03:20:35	INFO	'AdminPlugin: profanity  3 days    \t"^3Rule #8: No profanity or offensive language (in any language)" '
130126 03:20:35	INFO	'AdminPlugin: spam       1 hour    \t"^7do not spam, shut-up!" '
130126 03:20:35	INFO	'AdminPlugin: recruit    1 day     \t"^3Rule #6: No recruiting for your clan, your server, or anything else" '
130126 03:20:35	INFO	'AdminPlugin: badname    1 hour    \t"^7No offensive, potentially offensive, or annoying names" '
130126 03:20:35	INFO	'AdminPlugin: spectator  5 minutes \t"^7spectator too long on full server" '
130126 03:20:35	INFO	'AdminPlugin: argue      1 day     \t"^3Rule #3: No arguing with admins (listen and learn or leave)" '
130126 03:20:35	INFO	'AdminPlugin: -------------- warn_reasons loaded ----------------'
130126 03:20:35	DEBUG	'Register Event: Stop Process: AdminPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: AdminPlugin'
130126 03:20:35	BOT    	'Plugin admin (1.19 - ThorN, xlr8or, Courgette) loaded'
130126 03:20:35	BOT    	'Loading Plugin #4 tk [conf\\plugin_tk.xml]'
130126 03:20:35	BOT    	'TkPlugin: Loading config conf\\plugin_tk.xml for TkPlugin'
130126 03:20:35	DEBUG	'TkPlugin: tk max level is 40'
130126 03:20:35	DEBUG	'TkPlugin: Send messages privately ? True'
130126 03:20:35	DEBUG	'TkPlugin: Damage Threshold is 100'
130126 03:20:35	DEBUG	'TkPlugin: TK Warning duration is 1h'
130126 03:20:35	DEBUG	'TkPlugin: Max warn level is 2'
130126 03:20:35	DEBUG	'TkPlugin: Half life for TK points is 0 (0 is disabled)'
130126 03:20:35	DEBUG	'TkPlugin: Using GAME_EXIT event to halve TK points'
130126 03:20:35	DEBUG	'Register Event: Stop Process: TkPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: TkPlugin'
130126 03:20:35	BOT    	'Plugin tk (1.2.8 - ThorN) loaded'
130126 03:20:35	BOT    	'Loading Plugin #5 stats [conf\\plugin_stats.xml]'
130126 03:20:35	BOT    	'StatsPlugin: Loading config conf\\plugin_stats.xml for StatsPlugin'
130126 03:20:35	DEBUG	'StatsPlugin: Using default value (0) for commands::mapstats'
130126 03:20:35	DEBUG	'StatsPlugin: Using default value (0) for commands::testscore'
130126 03:20:35	DEBUG	'StatsPlugin: Using default value (2) for commands::topstats'
130126 03:20:35	DEBUG	'Register Event: Stop Process: StatsPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: StatsPlugin'
130126 03:20:35	BOT    	'Plugin stats (1.3.7 - ThorN, GrosBedo) loaded'
130126 03:20:35	BOT    	'Loading Plugin #6 pingwatch [conf\\plugin_pingwatch.xml]'
130126 03:20:35	BOT    	'PingwatchPlugin: Loading config conf\\plugin_pingwatch.xml for PingwatchPlugin'
130126 03:20:35	DEBUG	'AdminPlugin: Command "ci (None)" registered with cmd_ci for level (20, 100)'
130126 03:20:35	INFO	'cron scheduler started'
130126 03:20:35	DEBUG	'Register Event: Stop Process: PingwatchPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: PingwatchPlugin'
130126 03:20:35	BOT    	'Plugin pingwatch (1.2.2 - ThorN) loaded'
130126 03:20:35	BOT    	'Loading Plugin #7 adv [conf\\plugin_adv.xml]'
130126 03:20:35	BOT    	'AdvPlugin: Loading config conf\\plugin_adv.xml for AdvPlugin'
130126 03:20:35	INFO	'AdvPlugin: adv rate is 2'
130126 03:20:35	DEBUG	'AdvPlugin: 2 -> (*/2,0)'
130126 03:20:35	DEBUG	'Register Event: Stop Process: AdvPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: AdvPlugin'
130126 03:20:35	BOT    	'Plugin adv (1.4 - ThorN) loaded'
130126 03:20:35	BOT    	'Loading Plugin #8 status [conf\\plugin_status.xml]'
130126 03:20:35	BOT    	'StatusPlugin: Loading config conf\\plugin_status.xml for StatusPlugin'
130126 03:20:35	DEBUG	'StatusPlugin: Using default table for saving server svars: current_svars'
130126 03:20:35	DEBUG	'StatusPlugin: Using default table for saving current clients: current_clients'
130126 03:20:35	DEBUG	'Register Event: Stop Process: StatusPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: StatusPlugin'
130126 03:20:35	BOT    	'Plugin status (1.4.12 - ThorN) loaded'
130126 03:20:35	BOT    	'Loading Plugin #9 welcome [conf\\plugin_welcome.xml]'
130126 03:20:35	BOT    	'WelcomePlugin: Loading config conf\\plugin_welcome.xml for WelcomePlugin'
130126 03:20:35	DEBUG	'AdminPlugin: Command "greeting (None)" registered with cmd_greeting for level (20, 100)'
130126 03:20:35	INFO	'WelcomePlugin: delay set to 30. The bot will wait 30s after a player connects to write the welcome message'
130126 03:20:35	INFO	'WelcomePlugin: min_gap set to 3600. The bot will not welcome a player more than once every 3600 seconds'
130126 03:20:35	DEBUG	'Register Event: Stop Process: WelcomePlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: WelcomePlugin'
130126 03:20:35	BOT    	'Plugin welcome (1.1 - ThorN) loaded'
130126 03:20:35	BOT    	'Loading Plugin #10 punkbuster [conf\\plugin_punkbuster.xml]'
130126 03:20:35	BOT    	'PunkbusterPlugin: Loading config conf\\plugin_punkbuster.xml for PunkbusterPlugin'
130126 03:20:35	DEBUG	'Register Event: Stop Process: PunkbusterPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: PunkbusterPlugin'
130126 03:20:35	BOT    	'Plugin punkbuster (1.1.0 - ThorN) loaded'
130126 03:20:35	BOT    	'Loading Plugin #11 xlrstats [C]'
130126 03:20:35	INFO	'xlrstats is not a built-in plugin (No module named xlrstats)'
130126 03:20:35	INFO	'trying external plugin directory : C:\\Users\\xTreamSex\\Documents\\b3\\extplugins'
130126 03:20:35	BOT    	'XlrstatsPlugin: Loading config C:\\Users\\xTreamSex\\Documents\\b3\\extplugins\\conf\\xlrstats.xml for XlrstatsPlugin'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (False) for settings::silent'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (True) for settings::hide_bots'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (True) for settings::exclude_bots'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (2) for settings::assist_timespan'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (10) for settings::damage_assist_release'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (0) for settings::announce'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (1) for settings::keep_time'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_playerstats) for tables::playerstats'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_weaponstats) for tables::weaponstats'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_weaponusage) for tables::weaponusage'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_bodyparts) for tables::bodyparts'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_playerbody) for tables::playerbody'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_opponents) for tables::opponents'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_mapstats) for tables::mapstats'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_playermaps) for tables::playermaps'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_actionstats) for tables::actionstats'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_playeractions) for tables::playeractions'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_history_monthly) for tables::history_monthly'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (xlr_history_weekly) for tables::history_weekly'
130126 03:20:35	DEBUG	'XlrstatsPlugin: Using default value (ctime) for tables::ctime'
130126 03:20:35	DEBUG	'Register Event: Stop Process: XlrstatsPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: XlrstatsPlugin'
130126 03:20:35	BOT    	'Plugin xlrstats (2.7.1 - Tim ter Laak / Mark Weirath) loaded'
130126 03:20:35	BOT    	'Loading Plugin #12 Fdoadmin [C]'
130126 03:20:35	INFO	'Fdoadmin is not a built-in plugin (No module named Fdoadmin)'
130126 03:20:35	INFO	'trying external plugin directory : C:\\Users\\xTreamSex\\Documents\\b3\\extplugins'
130126 03:20:35	BOT    	'FdoadminPlugin: Loading config C:\\Users\\xTreamSex\\Documents\\b3\\extplugins\\conf\\plugin_Fdoadmin.xml for FdoadminPlugin'
130126 03:20:35	DEBUG	'Register Event: Stop Process: FdoadminPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: FdoadminPlugin'
130126 03:20:35	BOT    	'Plugin Fdoadmin (1.03 - Paulofonta) loaded'
130126 03:20:35	BOT    	'Loading Plugin #13 firstkill [C]'
130126 03:20:35	INFO	'firstkill is not a built-in plugin (No module named firstkill)'
130126 03:20:35	INFO	'trying external plugin directory : C:\\Users\\xTreamSex\\Documents\\b3\\extplugins'
130126 03:20:35	BOT    	'FirstkillPlugin: Loading config C:\\Users\\xTreamSex\\Documents\\b3\\extplugins\\conf\\firstkill.xml for FirstkillPlugin'
130126 03:20:35	DEBUG	'Register Event: Stop Process: FirstkillPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: FirstkillPlugin'
130126 03:20:35	BOT    	'Plugin firstkill (1.4.1 - PtitBigorneau www.ptitbigorneau.fr) loaded'
130126 03:20:35	BOT    	'Loading Plugin #14 countryfilter [C]'
130126 03:20:35	INFO	'countryfilter is not a built-in plugin (No module named countryfilter)'
130126 03:20:35	INFO	'trying external plugin directory : C:\\Users\\xTreamSex\\Documents\\b3\\extplugins'
130126 03:20:35	BOT    	'CountryfilterPlugin: Loading config C:\\Users\\xTreamSex\\Documents\\b3\\extplugins\\conf\\countryfilter.xml for CountryfilterPlugin'
130126 03:20:35	DEBUG	'CountryfilterPlugin: Ignored names: []'
130126 03:20:35	DEBUG	"CountryfilterPlugin: Ignored IP's: []"
130126 03:20:35	DEBUG	'CountryfilterPlugin: Ignored maxLevel: 1'
130126 03:20:35	DEBUG	'Register Event: Stop Process: CountryfilterPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: CountryfilterPlugin'
130126 03:20:35	BOT    	'Plugin countryfilter (1.2.1 - guwashi / xlr8or) loaded'
130126 03:20:35	BOT    	'Loading Plugin #15 voting [C]'
130126 03:20:35	INFO	'voting is not a built-in plugin (No module named voting)'
130126 03:20:35	INFO	'trying external plugin directory : C:\\Users\\xTreamSex\\Documents\\b3\\extplugins'
130126 03:20:35	BOT    	'VotingPlugin: Loading config C:\\Users\\xTreamSex\\Documents\\b3\\extplugins\\conf\\plugin_voting.xml for VotingPlugin'
130126 03:20:35	DEBUG	'Register Event: Stop Process: VotingPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: VotingPlugin'
130126 03:20:35	BOT    	'Plugin voting (1.5 - Ismael) loaded'
130126 03:20:35	BOT    	'Loading Plugin #16 topkiller [C]'
130126 03:20:35	INFO	'topkiller is not a built-in plugin (No module named topkiller)'
130126 03:20:35	INFO	'trying external plugin directory : C:\\Users\\xTreamSex\\Documents\\b3\\extplugins'
130126 03:20:35	BOT    	'TopkillerPlugin: Loading config C:\\Users\\xTreamSex\\Documents\\b3\\extplugins\\conf\\plugin_topkiller.xml for TopkillerPlugin'
130126 03:20:35	DEBUG	'TopkillerPlugin: Loading Configuration Started'
130126 03:20:35	DEBUG	'Register Event: Stop Process: TopkillerPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: TopkillerPlugin'
130126 03:20:35	BOT    	'Plugin topkiller (1.0.4 - Anubis) loaded'
130126 03:20:35	BOT    	'Loading Plugin #17 spree [C]'
130126 03:20:35	INFO	'spree is not a built-in plugin (No module named spree)'
130126 03:20:35	INFO	'trying external plugin directory : C:\\Users\\xTreamSex\\Documents\\b3\\extplugins'
130126 03:20:35	BOT    	'SpreePlugin: Loading config C:\\Users\\xTreamSex\\Documents\\b3\\extplugins\\conf\\plugin_spree.xml for SpreePlugin'
130126 03:20:35	DEBUG	'Register Event: Stop Process: SpreePlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: SpreePlugin'
130126 03:20:35	BOT    	'Plugin spree (Unknown Version - Unknown Author) loaded'
130126 03:20:35	BOT    	'Loading Plugin #18 pingkicker [C]'
130126 03:20:35	INFO	'pingkicker is not a built-in plugin (No module named pingkicker)'
130126 03:20:35	INFO	'trying external plugin directory : C:\\Users\\xTreamSex\\Documents\\b3\\extplugins'
130126 03:20:35	BOT    	'PingkickerPlugin: Loading config C:\\Users\\xTreamSex\\Documents\\b3\\extplugins\\conf\\plugin_pingkicker.xml for PingkickerPlugin'
130126 03:20:35	DEBUG	'Register Event: Stop Process: PingkickerPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: PingkickerPlugin'
130126 03:20:35	BOT    	'Plugin pingkicker (1.0.1 - Walker) loaded'
130126 03:20:35	BOT    	'Loading Plugin publist'
130126 03:20:35	BOT    	'PublistPlugin: No config file found for PublistPlugin. (was not required either)'
130126 03:20:35	DEBUG	'Register Event: Stop Process: PublistPlugin'
130126 03:20:35	DEBUG	'Register Event: Program Exit: PublistPlugin'
130126 03:20:35	BOT    	'Plugin publist (1.10.2 - ThorN, Courgette) loaded'
130126 03:20:35	DEBUG	'creating the event queue with size 50'
130126 03:20:35	BOT    	'Starting parser'
130126 03:20:35	DEBUG	'Client Connected: [-1] World - WORLD ({})'
130126 03:20:35	DEBUG	'Storage: getClient Client<@0:WORLD|WORLD:"World":-1>'
130126 03:20:35	BOT    	'Client found in storage 1, welcome back World'
130126 03:20:35	DEBUG	u'Storage: setClient Client<@1:WORLD|WORLD:"World":-1>'
130126 03:20:35	DEBUG	"Storage: setClient data {'time_add': 1359157697, 'password': u'', 'time_edit': 1359163235, 'name': 'World', 'group_bits': 0, 'ip': '', 'auto_login': 1, 'greeting': u'', 'pbid': u'WORLD', 'connections': 7, 'mask_level': 0, 'login': u'', 'guid': 'WORLD', 'id': 1}"
130126 03:20:35	DEBUG	'Client Authorized: [-1] World - WORLD'
130126 03:20:35	INFO	'map is: mp_terminal_cls'
130126 03:20:35	DEBUG	'Forcing server cvar g_logsync to 1'
130126 03:20:37	DEBUG	'Get cvar fs_game = ["fs_game" is: "^7" default: "^7"\n  Domain is any text]'
130126 03:20:38	DEBUG	'Get cvar fs_basepath = ["fs_basepath" is: "C:\\Users\\xTreamSex\\Documents\\FourDeltaOne IW5M\'s^7" default: "C:\\Users\\xTreamSex\\Documents\\FourDeltaOne IW5M\'s^7"\n  Domain is any text]'
130126 03:20:38	DEBUG	"fs_basepath: C:\\Users\\xTreamSex\\Documents\\FourDeltaOne IW5M's"
130126 03:20:39	DEBUG	'Get cvar fs_homepath = ["fs_homepath" is: "C:\\Users\\xTreamSex\\Documents\\FourDeltaOne IW5M\'s^7" default: "C:\\Users\\xTreamSex\\Documents\\FourDeltaOne IW5M\'s^7"\n  Domain is any text]'
130126 03:20:39	DEBUG	"fs_homepath: C:\\Users\\xTreamSex\\Documents\\FourDeltaOne IW5M's"
130126 03:20:39	DEBUG	'Get cvar shortversion = ["shortversion" is: "1.4^7" default: "1.4^7"\n  Domain is any text]'
130126 03:20:39	DEBUG	'shortversion: 1.4'
130126 03:20:39	DEBUG	'Parser started.'
130126 03:20:40	DEBUG	'Get cvar sv_hostname = ["sv_hostname" is: "^4Hellenic^7Task^4Force^7HC^7" default: "Modern Warfare 3^7"\n  Domain is any text]'
130126 03:20:40	DEBUG	'sv_hostname: ^4Hellenic^7Task^4Force^7HC'
130126 03:20:40	BOT    	'Starting plugins'
130126 03:20:40	BOT    	'Starting Plugin admin'
130126 03:20:40	DEBUG	'Register Event: Say: AdminPlugin'
130126 03:20:40	DEBUG	'Register Event: Private Message: AdminPlugin'
130126 03:20:40	DEBUG	'AdminPlugin: Command "status (None)" registered with cmd_status for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "rules (r)" registered with cmd_rules for level (0, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "regulars (regs)" registered with cmd_regulars for level (1, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "makereg (mr)" registered with cmd_makereg for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "leveltest (lt)" registered with cmd_leveltest for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "warn (w)" registered with cmd_warn for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "list (None)" registered with cmd_list for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "warns (None)" registered with cmd_warns for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "warntest (wt)" registered with cmd_warntest for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "warninfo (wi)" registered with cmd_warninfo for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "lastbans (lbans)" registered with cmd_lastbans for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "say (None)" registered with cmd_say for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "unreg (ur)" registered with cmd_unreg for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "lookup (l)" registered with cmd_lookup for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "b3 (None)" registered with cmd_b3 for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "seen (None)" registered with cmd_seen for level (2, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "find (None)" registered with cmd_find for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "nextmap (None)" registered with cmd_nextmap for level (2, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "pause (None)" registered with cmd_pause for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "kickall (kall)" registered with cmd_kickall for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "warnclear (wc)" registered with cmd_warnclear for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "admintest (None)" registered with cmd_admintest for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "regtest (None)" registered with cmd_regtest for level (1, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "rebuild (None)" registered with cmd_rebuild for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "maps (None)" registered with cmd_maps for level (2, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "ban (b)" registered with cmd_ban for level (60, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "ungroup (None)" registered with cmd_ungroup for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "banall (ball)" registered with cmd_banall for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "maprotate (None)" registered with cmd_maprotate for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "putgroup (None)" registered with cmd_putgroup for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "map (None)" registered with cmd_map for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "notice (None)" registered with cmd_notice for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "help (h)" registered with cmd_help for level (0, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "runas (su)" registered with cmd_runas for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "spankall (sall)" registered with cmd_spankall for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "tempban (tb)" registered with cmd_tempban for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "unmask (None)" registered with cmd_unmask for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "aliases (alias)" registered with cmd_aliases for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "clientinfo (None)" registered with cmd_clientinfo for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "baninfo (bi)" registered with cmd_baninfo for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "kick (k)" registered with cmd_kick for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "scream (None)" registered with cmd_scream for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "restart (None)" registered with cmd_restart for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "spams (None)" registered with cmd_spams for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "poke (None)" registered with cmd_poke for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "die (None)" registered with cmd_die for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "register (None)" registered with cmd_register for level (0, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "mask (None)" registered with cmd_mask for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "unban (None)" registered with cmd_unban for level (60, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "reconfig (None)" registered with cmd_reconfig for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "admins (None)" registered with cmd_admins for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "warnremove (wr)" registered with cmd_warnremove for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "permban (pb)" registered with cmd_permban for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "time (None)" registered with cmd_time for level (1, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "clear (kiss)" registered with cmd_clear for level (80, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "spam (s)" registered with cmd_spam for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "spank (sp)" registered with cmd_spank for level (60, 100)'
130126 03:20:40	DEBUG	"Storage: getClientsMatching {'&group_bits': 128}"
130126 03:20:40	DEBUG	'AdminPlugin: 0 superadmins found in database'
130126 03:20:40	DEBUG	'AdminPlugin: Command "iamgod (None)" registered with cmd_iamgod for level (0, 100)'
130126 03:20:40	BOT    	'Starting Plugin censor'
130126 03:20:40	DEBUG	'Register Event: Say: CensorPlugin'
130126 03:20:40	DEBUG	'Register Event: Team Say: CensorPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Name Change: CensorPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Authenticated: CensorPlugin'
130126 03:20:40	BOT    	'Starting Plugin spamcontrol'
130126 03:20:40	DEBUG	'Register Event: Say: SpamcontrolPlugin'
130126 03:20:40	DEBUG	'Register Event: Team Say: SpamcontrolPlugin'
130126 03:20:40	BOT    	'Starting Plugin tk'
130126 03:20:40	DEBUG	'Register Event: Client Team Damage: TkPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Team Kill: TkPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Disconnect: TkPlugin'
130126 03:20:40	DEBUG	'Register Event: Game Exit: TkPlugin'
130126 03:20:40	DEBUG	'Register Event: Game Round End: TkPlugin'
130126 03:20:40	DEBUG	'Register Event: Game Round Start: TkPlugin'
130126 03:20:40	DEBUG	'AdminPlugin: Command "forgive (f)" registered with cmd_forgive for level (0, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "forgivelist (fl)" registered with cmd_forgivelist for level (0, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "forgiveall (fa)" registered with cmd_forgiveall for level (0, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "forgiveinfo (fi)" registered with cmd_forgiveinfo for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "forgiveclear (fc)" registered with cmd_forgiveclear for level (60, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "forgiveprev (fp)" registered with cmd_forgivelast for level (0, 100)'
130126 03:20:40	DEBUG	'TkPlugin: Using default value (0) for grudge_level'
130126 03:20:40	DEBUG	'AdminPlugin: Command "grudge (grudge)" registered with cmd_grudge for level (0, 100)'
130126 03:20:40	BOT    	'Starting Plugin stats'
130126 03:20:40	DEBUG	'AdminPlugin: Command "testscore (ts)" registered with cmd_testscore for level (0, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "topxp (None)" registered with cmd_topxp for level (2, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "topstats (top)" registered with cmd_topstats for level (2, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "mapstats (stats)" registered with cmd_mapstats for level (0, 100)'
130126 03:20:40	DEBUG	'Register Event: Client Team Damage: StatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Team Kill: StatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Kill: StatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Damage: StatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Game Exit: StatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Game Round Start: StatsPlugin'
130126 03:20:40	BOT    	'Starting Plugin pingwatch'
130126 03:20:40	DEBUG	'Register Event: Game Exit: PingwatchPlugin'
130126 03:20:40	BOT    	'Starting Plugin adv'
130126 03:20:40	DEBUG	'AdminPlugin: Command "advadd (None)" registered with cmd_advadd for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "advrate (None)" registered with cmd_advrate for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "advlist (None)" registered with cmd_advlist for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "advload (None)" registered with cmd_advload for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "advrem (None)" registered with cmd_advrem for level (100, 100)'
130126 03:20:40	DEBUG	'AdvPlugin: XLRstats found, @topstats available!'
130126 03:20:40	BOT    	'Starting Plugin status'
130126 03:20:40	BOT    	'Starting Plugin welcome'
130126 03:20:40	DEBUG	'Register Event: Client Authenticated: WelcomePlugin'
130126 03:20:40	BOT    	'Starting Plugin punkbuster'
130126 03:20:40	DEBUG	'AdminPlugin: Command "pbss (None)" registered with cmd_pbss for level (20, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "pbbuildbans (None)" registered with cmd_pbbuildbans for level (80, 100)'
130126 03:20:40	BOT    	'Starting Plugin xlrstats'
130126 03:20:40	DEBUG	'AdminPlugin: Command "xlrhide (None)" registered with cmd_xlrhide for level (60, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "xlrstats (None)" registered with cmd_xlrstats for level (1, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "xlrtopstats (None)" registered with cmd_xlrtopstats for level (2, 100)'
130126 03:20:40	DEBUG	'Register Event: Client Join Team: XlrstatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Kill: XlrstatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Team Kill: XlrstatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Suicide: XlrstatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Game Round Start: XlrstatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Action: XlrstatsPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Damage: XlrstatsPlugin'
130126 03:20:40	DEBUG	'XlrstatsPlugin: Got client id for B3: 1; World'
130126 03:20:40	DEBUG	'XlrstatsPlugin: No Webfront Url available, using defaults'
130126 03:20:40	DEBUG	'XlrstatsPlugin: Calculating kill_bonus'
130126 03:20:40	DEBUG	'Register Event: Client Authenticated: CtimePlugin'
130126 03:20:40	DEBUG	'Register Event: Client Disconnect: CtimePlugin'
130126 03:20:40	DEBUG	u'CtimePlugin: 05:00 GMT => 05:00 UTC'
130126 03:20:40	INFO	u'CtimePlugin: everyday at  5: 0 GMT, connection info older than 31 days will be deleted'
130126 03:20:40	DEBUG	'Register Event: Stop Process: XlrstatscontrollerPlugin'
130126 03:20:40	DEBUG	'Register Event: Program Exit: XlrstatscontrollerPlugin'
130126 03:20:40	DEBUG	'Starting SubPlugin: XlrstatsControllerPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Join Team: XlrstatscontrollerPlugin'
130126 03:20:40	DEBUG	'Register Event: Game Round Start: XlrstatscontrollerPlugin'
130126 03:20:40	BOT    	'Starting Plugin Fdoadmin'
130126 03:20:40	DEBUG	'AdminPlugin: Command "headtimelimit (scr_koth_timelimit)" registered with cmd_headtimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "regentime (scr_player_healthregentime)" registered with cmd_regentime for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "killstreaks (scr_game_hardpoints)" registered with cmd_killstreaks for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "mod (fs_game)" registered with cmd_mod for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "gtnwtimelimit (scr_gtnw_timelimit)" registered with cmd_gtnwtimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "gametype (g_gametype)" registered with cmd_gametype for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "ctftimelimit (scr_ctf_timelimit)" registered with cmd_ctftimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "sdscorelimit (scr_sd_scorelimit)" registered with cmd_sdscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "grndscorelimit (scr_grnd_scorelimit)" registered with cmd_grndscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "maprotation (sv_maprotation)" registered with cmd_maprotation for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "headscorelimit (scr_koth_scorelimit)" registered with cmd_headscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "tdmtimelimit (scr_war_timelimit)" registered with cmd_tdmtimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "maxclients (sv_maxclients)" registered with cmd_maxclients for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "ffatimelimit (scr_dm_timelimit)" registered with cmd_ffatimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "script (loadscript)" registered with cmd_script for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "sabscorelimit (scr_sab_scorelimit)" registered with cmd_sabscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "maxhealth (scr_player_maxhealth)" registered with cmd_maxhealth for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "hostname (sv_hostname)" registered with cmd_hostname for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "deadchat (g_deadchat)" registered with cmd_deadchat for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "spectate (scr_game_spectatetype)" registered with cmd_spectate for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "ctfscorelimit (scr_ctf_scorelimit)" registered with cmd_ctfscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "oftimelimit (scr_oneflag_timelimit)" registered with cmd_oftimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "sabtimelimit (scr_sab_timelimit)" registered with cmd_sabtimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "demtimelimit (scr_dd_timelimit)" registered with cmd_demtimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "tdefscorelimit (scr_tdef_scorelimit)" registered with cmd_tdefscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "juggscorelimit (scr_jugg_scorelimit)" registered with cmd_juggscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "conftimelimit (scr_conf_timelimit)" registered with cmd_conftimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "tdmscorelimit (scr_war_scorelimit)" registered with cmd_tdmscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "gunscorelimit (scr_gun_scorelimit)" registered with cmd_gunscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "oicscorelimit (scr_oic_scorelimit)" registered with cmd_oicscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "allowvote (sv_allowvote)" registered with cmd_allowvote for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "unscript (unloadscript)" registered with cmd_unscript for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "exec (None)" registered with cmd_exec for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "viptimelimit (scr_vip_timelimit)" registered with cmd_viptimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "tjuggtimelimit (scr_tjugg_timelimit)" registered with cmd_tjuggtimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "ofscorelimit (scr_oneflag_scorelimit)" registered with cmd_ofscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "fastrestart (fast_restart)" registered with cmd_fastrestart for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "confscorelimit (scr_conf_scorelimit)" registered with cmd_confscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "hardcore (g_hardcore)" registered with cmd_hardcore for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "tdeftimelimit (scr_tdef_timelimit)" registered with cmd_tdeftimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "guntimelimit (scr_gun_timelimit)" registered with cmd_guntimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "grndtimelimit (scr_grnd_timelimit)" registered with cmd_grndtimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "tjuggscorelimit (scr_tjugg_scorelimit)" registered with cmd_tjuggscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "arenascorelimit (scr_arena_scorelimit)" registered with cmd_arenascorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "ff (scr_team_fftype)" registered with cmd_ff for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "vipscorelimit (scr_vip_scorelimit)" registered with cmd_vipscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "ffascorelimit (scr_dm_scorelimit)" registered with cmd_ffascorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "maprestart (map_restart)" registered with cmd_maprestart for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "domscorelimit (scr_dom_scorelimit)" registered with cmd_domscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "password (g_password)" registered with cmd_password for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "juggtimelimit (scr_jugg_timelimit)" registered with cmd_juggtimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "voice (sv_voice)" registered with cmd_voice for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "oictimelimit (scr_oic_timelimit)" registered with cmd_oictimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "arenatimelimit (scr_arena_timelimit)" registered with cmd_arenatimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "inftimelimit (scr_infect_timelimit)" registered with cmd_inftimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "domtimelimit (scr_dom_timelimit)" registered with cmd_domtimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "gtnwscorelimit (scr_gtnw_scorelimit)" registered with cmd_gtnwscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "demscorelimit (scr_dd_scorelimit)" registered with cmd_demscorelimit for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "killcam (scr_game_allowkillcam)" registered with cmd_killcam for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "balance (scr_teambalance)" registered with cmd_balance for level (40, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "sdtimelimit (scr_sd_timelimit)" registered with cmd_sdtimelimit for level (40, 100)'
130126 03:20:40	DEBUG	'FdoadminPlugin: Started'
130126 03:20:40	BOT    	'Starting Plugin firstkill'
130126 03:20:40	DEBUG	'Register Event: Client Kill: FirstkillPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Team Kill: FirstkillPlugin'
130126 03:20:40	DEBUG	'Register Event: Game Round Start: FirstkillPlugin'
130126 03:20:40	DEBUG	'AdminPlugin: Command "firstkill (None)" registered with cmd_firstkill for level (100, 100)'
130126 03:20:40	DEBUG	'AdminPlugin: Command "firsttk (None)" registered with cmd_firsttk for level (100, 100)'
130126 03:20:40	BOT    	'Starting Plugin countryfilter'
130126 03:20:40	DEBUG	'AdminPlugin: Command "cfcountry (country)" registered with cmd_cfcountry for level (40, 100)'
130126 03:20:40	ERROR	'Could not start plugin countryfilter'
Traceback (most recent call last):
 File "b3\parser.pyo", line 787, in startPlugins
 File "b3\parser.pyo", line 770, in start_plugin
 File "C:\Users\xTreamSex\Documents\b3\extplugins\countryfilter.py", line 89, in onStartup
 File "b3\lib\PurePythonGeoIP.pyo", line 61, in open
IOError: [Errno 2] No such file or directory: 'conf\\extplugins\\GeoIP\\GeoIP.dat'
130126 03:20:40	BOT    	'Starting Plugin voting'
130126 03:20:40	ERROR	'Could not start plugin voting'
Traceback (most recent call last):
 File "b3\parser.pyo", line 787, in startPlugins
 File "b3\parser.pyo", line 770, in start_plugin
 File "b3\plugin.pyo", line 149, in onStartup
 File "C:\Users\xTreamSex\Documents\b3\extplugins\voting.py", line 71, in startup
 File "b3\config.pyo", line 162, in getint
ValueError: invalid literal for int() with base 10: 'mod'
130126 03:20:40	BOT    	'Starting Plugin topkiller'
130126 03:20:40	DEBUG	'Register Event: Client Kill: TopkillerPlugin'
130126 03:20:40	DEBUG	'Register Event: Game Round End: TopkillerPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Damage: TopkillerPlugin'
130126 03:20:40	DEBUG	'Register Event: Client Disconnect: TopkillerPlugin'
130126 03:20:40	DEBUG	'Register Event: Game Exit: TopkillerPlugin'
130126 03:20:40	BOT    	'Starting Plugin spree'
130126 03:20:40	DEBUG	'SpreePlugin: Starting'
130126 03:20:40	DEBUG	'AdminPlugin: Command "spree (None)" registered with cmd_spree for level (0, 100)'
130126 03:20:40	DEBUG	'Register Event: Client Kill: SpreePlugin'
130126 03:20:40	DEBUG	'Register Event: Game Exit: SpreePlugin'
130126 03:20:40	DEBUG	'SpreePlugin: Started'
130126 03:20:40	BOT    	'Starting Plugin pingkicker'
130126 03:20:40	DEBUG	'Register Event: Game Exit: PingkickerPlugin'
130126 03:20:40	BOT    	'Starting Plugin publist'
130126 03:20:40	DEBUG	'Set cvar _B3 = [b3 v1.9.0b2 [nt]]'
130126 03:20:43	DEBUG	'PublistPlugin: publist will send heartbeat at 22:14 every day'
130126 03:20:43	INFO	'PublistPlugin: initial heartbeat will be sent to B3 master server at 25 minutes'
130126 03:20:43	BOT    	'all plugins started'
130126 03:20:43	BOT    	'starting event dispatching thread'
130126 03:20:43	BOT    	'start reading game events'
130126 03:20:43	DEBUG	'AUTODOC: saving xml documentation'
130126 03:20:43	DEBUG	'AUTODOC: get commands with level <= 100'
130126 03:20:43	DEBUG	'Writing to C:\\Users\\xTreamSex\\Documents\\b3\\b3_doc.htm'
130126 03:21:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:22:01	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:23:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:24:02	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:25:00	DEBUG	'PublistPlugin: Sending heartbeat to B3 master...'
130126 03:25:00	DEBUG	"PublistPlugin: {'python_version': '2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]', 'ip': '192.168.1.3', 'parser': 'cod8', 'default_encoding': 'ascii', 'plugins': 'censor/3.1,spamcontrol/1.3,tk/1.2.8,stats/1.3.7,pingwatch/1.2.2,adv/1.4,status/1.4.12,welcome/1.1,punkbuster/1.1.0,xlrstats/2.7.1,Fdoadmin/1.03,firstkill/1.4.1,countryfilter/1.2.1,voting/1.5,topkiller/1.0.4,spree/Unknown Version,pingkicker/1.0.1,publist/1.10.2', 'port': 27017, 'database': 'mysql', 'parserversion': '0.1', 'version': '1.9.0b2 win32', 'action': 'update', 'os': 'nt', 'rconPort': 27017}"
130126 03:25:01	INFO	'PublistPlugin: B3 masterserver refused the heartbeat. reason: Bad Request. Disabling publist'
130126 03:25:01	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:26:01	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:27:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:28:01	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:29:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:30:00	DEBUG	'formatting time with timezone [GMT], tzOffset : 0'
130126 03:30:00	DEBUG	'XlrstatsPlugin: Calculating kill_bonus'
130126 03:30:01	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:31:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:32:00	DEBUG	'AdminPlugin: trying to get admins'
130126 03:32:00	DEBUG	'AdminPlugin: no admins found'
130126 03:32:01	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:33:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:34:02	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:35:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'
130126 03:36:01	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\xTreamSex\\status.xml'

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

Remove "countryfilter" and "voting" plugins, as they are not starting.

Also make sure that your gamelog file is named "games_mp.log"

Delete any gamelog files on scripts folder, start the server again and see if the log file being created is named "games_mp.log"

I'm not sure about this, but the issue might also be caused by the "wildcard" (') on the log path

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

it creates a new one but not ''games_mp.log'' but ''game_mp.log'' is that corect or not ?

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

solved the corect is game not games ;) thanks bro you rock :DDD

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

Because none come to my server can you see if is any server names HellenicTaskForceHC on server list ?

Join the conversation

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

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

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

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

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

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

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.