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 ForumsGeneral Usage Support (Moderator: MordyT)not all the plugins in the installer
Pages: [1]   Go Down
  Print  
Author Topic: not all the plugins in the installer  (Read 318 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: Urban terror
Posts: 11
Offline Offline
live your life...
« on: January 29, 2012, 11:43:46 PM »

i install the b3 software,create the mysql data bases all good...  i use the 2 installers and any have the plugins !register...

the software run good, the mysql and the logs are ok but i cant register in my server



see in youtube i press !register

http://www.youtube.com/watch?v=vCjeALi1UM8

or i need create thats plugin?



b3.xml:


<configuration>
   <settings name="b3">      
      <set name="parser">iourt41</set>
      <!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
      <set name="database">mysql://kwbotb3:********@localhost/b3</set>
      <!-- Name of the bot -->
      <set name="bot_name">^0|^2KW^0|^2Bot^7:</set>
      <!-- Ingame messages are prefixed with this code, you can use colorcodes -->
      <set name="bot_prefix">^0|^2KW^0|^2Bot^7:</set>
      <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
      <!-- The timezone your bot is in -->
      <set name="time_zone">CST</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">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">186</set>
      <!-- The gameserver generates a logfile, put the path and name here (very important !) -->
      <set name="game_log">http://localhost\q3ut4\games_mp.log</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">186.86.2**.1*8</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">186.86.***.1*8</set>
      <!-- Is the gameserver running PunkBuster Anticheat: on/off -->
      <set name="punkbuster">off</set>
      <!-- Delay between each log reading. Set a higher value to consume less disk ressources or bandwidth if you remotely connect (ftp or http remote log access) -->
      <set name="delay">0.33</set>
      <!-- Number of lines to process per second. Set a lower value to consume less CPU ressources -->
      <set name="lines_per_second">50</set>
   </settings>
   <settings name="autodoc">      
      <set name="type">html</set>
      <set name="maxlevel">100</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"/>
                <plugin name="bots" config="@b3/extplugins/conf/bots.xml"/>
                <plugin name="potion" config="@b3/extplugins/conf/potion.xml"/>
                <plugin name="banlist" config="@b3/extplugins/conf/banlist.xml"/>
                <plugin name="spree" config="@b3/extplugins/conf/plugin_spree.xml"/>
                <plugin name="knifer" config="@b3/extplugins/conf/knifer.xml"/>
                <plugin name="registered" config="@b3/extplugins/conf/plugin_registered.xml"/>
                <plugin name="flagstats" config="@b3/extplugins/conf/flagstats.xml"/>
                <plugin name="headshotsurt" config="@b3/extplugins/conf/headshots.xml"/>
                <plugin name="urtbslap" config="@b3/extplugins/conf/urtbslap.xml"/>
                <plugin name="weaponcontrolurt" config="@b3/extplugins/conf/plugin_weaponcontrolurt.xml"/>
                <plugin name="countryfilter" config="@b3/extplugins/conf/countryfilter.xml"/>       
   </plugins>
</configuration>
« Last Edit: January 30, 2012, 09:04:22 AM by dots » 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: January 30, 2012, 05:58:23 AM »

actually the screenshot showing B3 is showing it is crashing (exiting with code 220).

Post your b3.log please.
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
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: Urban terror
Posts: 11
Offline Offline
live your life...
« Reply #2 on: January 30, 2012, 01:53:34 PM »

i upload the b3.xml in the principal forum
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 #3 on: January 30, 2012, 02:26:36 PM »

I need the b3.log - not the b3.xml
Please add b3.log file.
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
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: Urban terror
Posts: 11
Offline Offline
live your life...
« Reply #4 on: January 30, 2012, 04:06:55 PM »

i now have a idea... not save the log file...  Sad  Cry
can i use my local disc for save the logfile and how?

i use a ftp free from my web in 000web but not save thats file... i use this link

<set name="game_log">http://ftp://a7190324:*******************@31.170.160.91/public_html/q3ut4\games_mp.log</set>
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: Urban terror
Posts: 11
Offline Offline
live your life...
« Reply #5 on: January 30, 2012, 04:54:00 PM »

In thats ftp site isn`t the info... but.... in the b3 folder i have logs

http://www.mediafire.com/?y47lm919r99m1f7
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #6 on: January 30, 2012, 06:16:48 PM »

You are trying to load a plugin called bots that you haven't installed, either install it and try again or remove the line from you xml and try again.
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: Urban terror
Posts: 11
Offline Offline
live your life...
« Reply #7 on: January 30, 2012, 09:23:16 PM »

You are trying to load a plugin called bots that you haven't installed, either install it and try again or remove the line from you xml and try again.
Now...

<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"/>
                plugin name="bots" config="@b3/extplugins/conf/bots.xml"/
                plugin name="potion" config="@b3/extplugins/conf/potion.xml"/
                plugin name="banlist" config="@b3/extplugins/conf/banlist.xml"/
                plugin name="spree" config="@b3/extplugins/conf/plugin_spree.xml"/
                plugin name="knifer" config="@b3/extplugins/conf/knifer.xml"/
                <plugin name="registered" config="@b3/extplugins/conf/plugin_registered.xml"/>
                plugin name="flagstats" config="@b3/extplugins/conf/flagstats.xml"/
                <plugin name="headshotsurt" config="@b3/extplugins/conf/headshots.xml"/>
                plugin name="urtbslap" config="@b3/extplugins/conf/urtbslap.xml"/
                <plugin name="weaponcontrolurt" config="@b3/extplugins/conf/plugin_weaponcontrolurt.xml"/>
                plugin name="countryfilter" config="@b3/extplugins/conf/countryfilter.xml"/      


b3 log = !register => no answer

http://www.mediafire.com/?cf7u83v611g1g3q
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #8 on: January 30, 2012, 09:35:43 PM »

Make sure you have actually installed all the plugins in you xml, this time its complaining about registered.

If you look at the log it is usually fairly easy to see what has gone wrong if it is something like this.

Also, your xml you posted looks strange, it may work with the way you have done it but its probably better to either remove the lines completely or use the official xml comment delimiters, <!--  and -->

That is unless it has pasted funnily into the post, in which case it may be OK.
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: Urban terror
Posts: 11
Offline Offline
live your life...
« Reply #9 on: January 31, 2012, 08:17:49 PM »

guys... i go to install the b3... i go to create the mysql tables and use other local host software... (XAMPP)
« Last Edit: January 31, 2012, 09:47:54 PM by dots » Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: Urban terror
Posts: 11
Offline Offline
live your life...
« Reply #10 on: January 31, 2012, 09:55:46 PM »



http://www.mediafire.com/?a2reua8outbmry5

now i use the comand line !register but i dont see any...

any idea what is my problem? i install again all my software...


i use ftp and local directory for Local Game Log but i continue having thats error  Huh

and ty for your answer


Pd my b3.xml resume

<settings name="b3">
      <!--
         Next line: the parser defines the game:
         cod/cod2/cod4/cod5/cod6/cod7/iourt41/etpro/wop/smg/smg11/oa081 (it should NOT be 'changeme')
      -->
      <set name="parser">iourt41</set>
      <!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
      <set name="database">mysql://kw:******@localhost/b3</set>
      <!-- Name of the bot -->
      <set name="bot_name">^0|^2KW^0|^2Bot^7:</set>
      <!-- Ingame messages are prefixed with this code, you can use colorcodes -->
      <set name="bot_prefix">^0|^2KW^0|^2Bot^7:</set>
      <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
      <!-- The timezone your bot is in -->
      <set name="time_zone">CST</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">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">186</set>
      <!-- The gameserver generates a logfile, put the path and name here (very important !) -->
      <set name="game_log">http://ftp://b3kw:*********@186.86.232.148/q3ut4/games_mp.log</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">186.86.232.148</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">186.86.232.148</set>
      <!-- Is the gameserver running PunkBuster Anticheat: on/off -->
      <set name="punkbuster">off</set>
      <!-- Delay between each log reading. Set a higher value to consume less disk ressources or bandwidth if you remotely connect (ftp or http remote log access) -->
      <set name="delay">0.33</set>
      <!-- Number of lines to process per second. Set a lower value to consume less CPU ressources -->
      <set name="lines_per_second">50</set>


<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" /-->
« Last Edit: January 31, 2012, 10:02:22 PM by dots » Logged
Jr. Member
**
OS: Windows
Type: Renting Server, no B3
Gameservers: CoD4
Posts: 48
Offline Offline
« Reply #11 on: February 01, 2012, 12:30:55 AM »

<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>

Did you select you log file path?
Logged

NEVERDiE GAMiNG pa3ck

Clan and CoD4 servers owner
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 #12 on: February 01, 2012, 05:21:03 AM »

<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>

Did you select you log file path?
He has in the game log path:
Code:
<set name="game_log">ftp://b3kw:*********@186.86.232.148/q3ut4/games_mp.log</set>

Which looks ok.

The question is if you past that link into a browser, does it show you your gamelog? And do you have log sync 2 in your server.cfg?
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
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: Urban terror
Posts: 11
Offline Offline
live your life...
« Reply #13 on: February 01, 2012, 10:22:03 AM »

i find... find the error and i fix that... the "games_mp.log" in Urban terror the name is diferent is only games.log i reaname thats file and all ok =)

please MordyT can you agree thats in the  instalation steps for URT and thats for your help i go to customise my server
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 #14 on: February 01, 2012, 10:39:12 AM »

Glad to hear you got it working.
I can confirm in URT that games.log is the default name. The name can be changed in the server.cfg though.

Have fun.
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
Tags: register pluging 
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal