In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

You are here: Big Brother Bot ForumSupport ForumsInstallation Support (Moderator: MordyT)Install Successfull however isnt working.
Pages: [1]   Go Down
  Print  
Author Topic: Install Successfull however isnt working.  (Read 818 times) Bookmark and Share
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD4
Posts: 8
Offline Offline
« on: December 21, 2010, 12:07:00 AM »

I did successfully install python and the mysql, and i did the online config, it all works fine untill i try to start the bot.

My b3.xml
Code:
<?xml version="1.0"?>
<configuration>
  <settings name="b3">
    <set name="parser">cod4</set>
    <set name="database">mysql://****:****@localhost/b3</set>
    <set name="bot_name">****</set>
    <set name="bot_prefix">*****</set>
    <set name="time_format">%H:%M</set>
    <set name="time_zone">CET</set>
    <set name="log_level">9</set>
    <set name="logfile">logs/b3.log</set>
  </settings>
  <settings name="server">
    <set name="rcon_password">*****</set>
    <set name="port">28960</set>
    <set name="game_log">logs/games_mp.log</set>
    <set name="public_ip">***.**.**.***</set>
    <set name="rcon_ip">127.0.0.1</set>
    <set name="punkbuster">off</set>
  </settings>
  <settings name="autodoc">
    <set name="type">html</set>
    <set name="maxlevel">100</set>
    <set name="destination">logs/b3_doc.html</set>
  </settings>
  <settings name="messages">
    <set name="kicked_by">%s^7 was kicked by %s^7 %s</set>
    <set name="kicked">%s^7 was kicked %s</set>
    <set name="banned_by">%s^7 was banned by %s^7 %s</set>
    <set name="banned">%s^7 was banned %s</set>
    <set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
    <set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
    <set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
    <set name="unbanned">%s^7 was un-banned %s</set>
  </settings>
  <settings name="plugins">
    <set name="external_dir">@b3/extplugins</set>
  </settings>
  <plugins>
    <plugin name="censor" config="@conf/plugin_censor.xml"/>
    <plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml"/>
    <plugin name="admin" config="@conf/plugin_admin.xml"/>
    <plugin name="tk" config="@conf/plugin_tk.xml"/>
    <plugin name="stats" config="@conf/plugin_stats.xml"/>
    <plugin name="pingwatch" config="@conf/plugin_pingwatch.xml"/>
    <plugin name="adv" config="@conf/plugin_adv.xml"/>
    <plugin name="status" config="@conf/plugin_status.xml"/>
    <plugin name="welcome" config="@conf/plugin_welcome.xml"/>
    <plugin name="punkbuster" config="@conf/plugin_punkbuster.xml"/>
  </plugins>
</configuration>

my b3.log before i added games_mp.log into my log folder
Code:
101221 08:24:58 BOT    Attempting to connect to database mysql://root:******@localhost/b3...
101221 08:24:58 BOT    Connected to database [1 times]
101221 08:24:58 BOT    Game log logs/games_mp.log
101221 08:24:58 BOT    Starting bot reading file logs\games_mp.log
101221 08:24:58 ERROR Error reading file logs\games_mp.log

My b3.log
Code:
101221 08:39:47 BOT    www.bigbrotherbot.net (b3) v1.4.1 [nt] (Daniel) [Win32 standalone]
101221 08:39:47 BOT    Python: 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]
101221 08:39:47 BOT    Starting Cod4Parser v1.3.2 for server 127.0.0.1:28960
101221 08:39:47 BOT    --------------------------------------------
101221 08:39:47 BOT    Attempting to connect to database mysql://root:******@localhost/b3...
101221 08:39:47 BOT    Connected to database [1 times]
101221 08:39:47 BOT    Game log logs/games_mp.log
101221 08:39:47 BOT    Starting bot reading file logs\games_mp.log
101221 08:39:47 VERBOSE RCON sending (127.0.0.1:28960) status
101221 08:39:48 BOT    Loading Plugins (external plugin directory------\BigBrotherBot_1.4.1\extplugins)
101221 08:39:48 BOT    Loading Plugin #1 censor [@conf\plugin_censor.xml]
101221 08:39:48 BOT    CensorPlugin: Loading config @conf\plugin_censor.xml for CensorPlugin
101221 08:39:48 CRITICAL CensorPlugin: Could not find config file @conf\plugin_censor.xml
Traceback (most recent call last):
  File "b3\plugin.pyo", line 97, in loadConfig
  File "b3\config.pyo", line 271, in load
  File "b3\config.pyo", line 177, in load
ConfigFileNotFound: 'conf\\plugin_censor.xml'
[/code

[attachment deleted by maintenance]
Logged

Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #1 on: December 21, 2010, 10:26:17 AM »

The log is saying it cannot find the censor plugin, try disabling it and see if the bot will start

*Via my HTC EvO 4G*
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Newbie
*
OS: Windows
Type: Home user
Gameservers: CoD4
Posts: 8
Offline Offline
« Reply #2 on: December 23, 2010, 12:24:23 AM »

got it to work! ty for help
« Last Edit: December 23, 2010, 01:43:20 AM by cheatingbee » Logged
Tags: Install but not working 
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal