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)Here is my problem
Pages: 1 [2]   Go Down
  Print  
Author Topic: Here is my problem  (Read 1589 times) Bookmark and Share
Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 12
Offline Offline
« Reply #15 on: February 21, 2011, 04:57:36 PM »

still getting this same message. I did a full delete of the program, and reuploaded it again from a newly download version.

here is the message when i goto start it

Just so you know.. it looks like this in my ftp

folders - bot/b3/all files are in here!


clanofcc@clan-ofc.com [~/public_html/bot/b3]# python ./b3_run.py -c /home2/clanofcc/public_html/bot/b3/b3/b3.xml
Traceback (most recent call last):
  File "./b3_run.py", line 32, in ?
    import b3.run
  File "/usr/lib64/python2.4/site-packages/PIL/__init__.py", line 37, in ?

  File "/home2/clanofcc/public_html/b3bot/b3/pkg_handler.py", line 33, in ?
  File "/home2/clanofcc/public_html/bot/b3/b3/functions.py", line 93
    finally:
          ^

do you have a ts3 or a vent i can come on so i can get some support with this. so it is quicker than the forums?
Logged

Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #16 on: February 21, 2011, 06:19:33 PM »

b3 xml?
 b3 log? (if its producing one)
Logged
Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 12
Offline Offline
« Reply #17 on: February 21, 2011, 09:11:40 PM »

here is the b3.xml file, it is not creating a log file!


Quote
<configuration>
   <settings name="b3">
      <!--
         Next line: the parser defines the game:
         cod/cod2/cod4/cod5/iourt41/etpro/wop/smg/smg11/bfbc2/oa081 (it should NOT be 'changeme')
      -->
      <set name="parser">cod7</set>
      <!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
      <set name="database">mysql://****_*****:*****@localhost/*****_bbbot3</set>
      <!-- Name of the bot -->
      <set name="bot_name">b3</set>
      <!-- Ingame messages are prefixed with this code, you can use colorcodes -->
      <set name="bot_prefix">^0(^2b3^0)^7:</set>
      <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
      <!-- The timezone your bot is in -->
      <set name="time_zone">CEST</set>
      <!-- How much detail in the b3 logfile: 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
      <set name="log_level">9</set>
      <!-- Name of the logfile the bot will generate -->
      <set name="logfile">/home2/clanofcc/public_html/bot/b3/b3.log</set>
   </settings>
   <settings name="server">
      <!-- The RCON pass of your gameserver -->
      <set name="rcon_password">******</set>
      <!-- The port the server is running on -->
      <set name="port">3084</set>
      <!-- Gameserver.com log url
      <set name="bo_logurl"></set> -->
      <!-- The gameserver generates a logfile, put the path and name here (very important !) -->
      <set name="game_log">http://logs.gameservers.com/173.199.104.27:3084/f053b821-fa02-4bfc-b5a6-4d8a9d97fcfd </set>
      <!-- If you want to run b3 on a different computer than where your server reside (remote access to the gamelog), you can connect via ftp or http by using the following syntax:
      <set name="game_log">http://ftp://username:password@serverhost/path/to/games_mp.log</set>
      <set name="game_log">http://serverhost/path/to/games_mp.log</set>
      Note: you can protect your http access with a .htaccess, b3 can authenticate itself.
      -->
      <!-- The public IP your gameserver is residing on -->
      <set name="public_ip">173.199.104.27</set>
      <!-- The IP the bot can use to send RCON commands to (127.0.0.1 when on the same box) -->
      <set name="rcon_ip">173.199.104.27</set>
      <!-- Is the gameserver running PunkBuster Anticheat: on/off -->
      <set name="punkbuster">off</set>
      <set name="delay">10</set>
      </settings>
<settings name="autodoc">
      <!-- Autodoc will generate a user documentation for all B3 commands
       * type : can be one of : html, htmltable, xml
       * maxlevel : if you want to exclude commands reserved for higher levels
       * destination : can be a file or a ftp url
       by default, a html documentation is created in your conf folder
      -->
      <set name="type">html</set>
      <set name="maxlevel">100</set>
      <!-- <set name="destination">http://www.clan-ofc.com/bot/doc.html</set> -->
      <!-- <set name="destination">http://ftp://clanofcc:**********@clan-ofc.com/www.clan-ofc.com/bot/b3/b3/conf/b3doc.html</set> -->
   </settings>

     </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="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"/>
     </plugins>
</configuration>

Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #18 on: February 22, 2011, 06:15:50 AM »

Which version of python is being used?
Logged
Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 12
Offline Offline
« Reply #19 on: February 22, 2011, 11:31:31 AM »

when i check the version of it thro Shell, it tells me python 2.6
Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #20 on: February 22, 2011, 12:02:22 PM »

You have to remove one of the </settings> tags just before <settings name="messages">
Logged

Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 12
Offline Offline
« Reply #21 on: February 22, 2011, 08:29:27 PM »

Tried it. and i am getting the exact same error i was getting.. I know it is something simple. I had it almost running before. it was just not sending commands.

I am probably missing something simple to get it running again.. hopefully one of your guy's suggestions get me up and running.. I appretiate all the help guys..
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #22 on: February 23, 2011, 12:28:00 PM »

Which OS?
Logged
Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 12
Offline Offline
« Reply #23 on: February 23, 2011, 08:02:17 PM »

Linux
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #24 on: February 24, 2011, 05:57:36 AM »

Which flavor?

Do you have more than 1 version of Python on the system, and if so are you using the correct one?
« Last Edit: February 24, 2011, 08:38:22 AM by 82ndAB.Bravo17 » Logged
Tags:
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal