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 ]

Pages: [1]   Go Down
  Print  
Author Topic: Status.XML  (Read 772 times) Bookmark and Share
Newbie
*
OS: Windows
Type: Home user
Gameservers: COD6
Posts: 5
Offline Offline
« on: September 12, 2011, 12:09:22 PM »

bah, can someplease please help me, installing b3 and xlr stats for my MW2 server..............did everything asked when setting up using B3WX........and for some stupid reason status.xml wasnt created......and i have no idea how to get......any ideas? please......
Logged

Beta Testers
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 244
Offline Offline
« Reply #1 on: September 12, 2011, 01:36:04 PM »

Logs? Please? Smiley
Logged

Newbie
*
OS: Windows
Type: Home user
Gameservers: COD6
Posts: 5
Offline Offline
« Reply #2 on: September 12, 2011, 01:44:01 PM »

B3 Log



110912 14:00:20   BOT       www.bigbrotherbot.net (b3) v1.4.1 [nt] (Daniel) [Win32 standalone]
110912 14:00:20   BOT       Python: 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]
110912 14:00:20   BOT       Starting Cod6Parser v0.2 for server 192.168.1.100:37404
110912 14:00:20   BOT       --------------------------------------------
110912 14:00:20   BOT       Attempting to connect to database file://None:******@None[mysql://B3/password/localhost[:28960]/b3]...
110912 14:00:20   ERROR   Database connection failed, working in remote mode: Unknown database protocol file - [('b3\\storage.pyo', 207, 'connect', None), ('b3\\storage.pyo', 173, 'getConnection', None)]
110912 14:00:20   BOT       Game log b3.log
110912 14:00:20   BOT       Starting bot reading file b3.log
110912 14:00:20   VERBOSE   RCON sending (192.168.1.100:37404) status
110912 14:00:20   WARNING   RCON: ERROR reading: [Errno 10054] An existing connection was forcibly closed by the remote host
110912 14:00:20   VERBOSE   RCON: retry sending status (1/2)...
110912 14:00:20   WARNING   RCON: ERROR reading: [Errno 10054] An existing connection was forcibly closed by the remote host
110912 14:00:20   ERROR   RCON: too much tries. Abording (status)
110912 14:00:20   DEBUG   RCON: Did not send any data
110912 14:00:22   BOT       Loading Plugins (external plugin directory: C:\B3WX\BigBrotherBot_1.4.1\extplugins)
110912 14:00:22   BOT       Loading Plugin #1 censor [@conf\plugin_censor.xml]
110912 14:00:22   BOT       CensorPlugin: Loading config @conf\plugin_censor.xml for CensorPlugin
110912 14:00:22   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: 'C:\\B3WX\\BigBrotherBot_1.4.1\\conf\\plugin_censor.xml'



B3.xml


  <?xml version="1.0" ?>
- <configuration>
- <settings name="b3">
  <set name="parser">cod6</set>
  <set name="database">mysql://B3:password@localhost/b3</set>
  <set name="bot_name">B3</set>
  <set name="bot_prefix">^0(^2b3^0)^7:</set>
  <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
  <set name="time_zone">UCT 04:00</set>
  <set name="log_level">9</set>
  <set name="logfile">b3.log</set>
  </settings>
- <settings name="server">
  <set name="rcon_password">******</set>
  <set name="port">28960</set>
  <set name="game_log">b3.log</set>
  <set name="public_ip">65.48.134.50</set>
  <set name="rcon_ip">localhost</set>
  <set name="punkbuster">off</set>
  </settings>
- <settings name="autodoc">
  <set name="type">html</set>
  <set name="maxlevel">100</set>
  <set name="destination">test_doc.html</set>
  </settings>
- <settings name="messages">
  <set name="kicked_by">$clientname^7 was kicked by $adminname^7 $reason</set>
  <set name="kicked">$clientname^7 was kicked $reason</set>
  <set name="banned_by">$clientname^7 was banned by $adminname^7 $reason</set>
  <set name="banned">$clientname^7 was banned $reason</set>
  <set name="temp_banned_by">$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason</set>
  <set name="temp_banned">$clientname^7 was temp banned for $banduration^7 $reason</set>
  <set name="unbanned_by">$clientname^7 was un-banned by $adminname^7 $reason</set>
  <set name="unbanned">$clientname^7 was un-banned $reason</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" />
  <plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml" />
  </plugins>
  </configuration>






anything else? dunno if thats all u wanted...:/ im a serious nub/newbie when it comes to these things........
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #3 on: September 12, 2011, 02:07:16 PM »

ConfigFileNotFound: 'C:\\B3WX\\BigBrotherBot_1.4.1\\conf\\plugin_censor.xml

Last line of the log you posted - make sure the files are where you are looking for them

Also from you log:

110912 14:00:20   BOT       Attempting to connect to database file://None:******@None[mysql://B3/password/localhost[:28960]/b3]...
110912 14:00:20   ERROR   Database connection failed, working in remote mode: Unknown database protocol file - [('b3\\storage.pyo', 207, 'connect', None), ('b3\\storage.pyo', 173, 'getConnection', None)]

The db line is also messed up, It should look like:

<set name="database">mysql://b3:password@localhost/b3</set>

I suggest that you update yo the latest version from this site, which is 1.7.1, and re make the xml file since there wer changes in format from 1.4.1 and 1.7.1.
Logged
Newbie
*
OS: Windows
Type: Home user
Gameservers: COD6
Posts: 5
Offline Offline
« Reply #4 on: September 12, 2011, 02:38:35 PM »

ok, will try to, expect another reply from me within the next hour or two
Logged
Tags: status.xml 
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal