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 ForumsGame specific SupportCall of Duty seriesCall of Duty 4 (Modern Warfare) (Moderator: MordyT)!iamgod Command not working; B3 hosted remotely through Host4B3
Pages: [1]   Go Down
  Print  
Author Topic: !iamgod Command not working; B3 hosted remotely through Host4B3  (Read 411 times) Bookmark and Share
Newbie
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 4
Offline Offline
« on: December 19, 2011, 07:30:34 PM »

As the thread title states, the !iamgod command is not working. My b3 is hosted remotely from Host4B3 although I do not believe the remote hosting is causing my issues. Below is my B3 Log file along with my B3.xml file.

B3 Log:
http://pastebin.com/2wztJ1br

B3 XML:
Code:
<configuration>
<!--
 If you want to generate a new config file and make sure the format is
 correct, you can invoke the setup procedure with the
 command : b3_run -s b3.xml

 This is B3 main config file (the one you specify when you run B3 with the
 command : b3_run -c b3.xml)

 For any change made in this config file, you have to restart the bot.
 Whenever you can specify a file/directory path, the following shortcuts
 can be used :
  @b3 : the folder where B3 code is installed in
  @conf : the folder containing this config file
 -->
<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">cod4</set>
<!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
<set name="database">mysql://USERNAME:PASSWORD@localhost/holmes</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 by Host4B3.com:</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\logs\b3.log</set>
</settings>
<settings name="server">
<!-- The RCON pass of your gameserver -->
<set name="rcon_password">RCONPASSWORD</set>
<!-- The port the server is running on -->
<set name="port">28960</set>
<!-- The gameserver generates a logfile, put the path and name here (very important !) -->
<set name="game_log">ftp://USERNAME:PASSWORD@70.42.74.219/main/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">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">70.42.74.219</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">70.42.74.219</set>
<!-- Is the gameserver running PunkBuster Anticheat: on/off -->
<set name="punkbuster">on</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">
<!-- 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">C:\Users\b3\Desktop\test_doc.htm</set> -->
<!-- <set name="destination">ftp://user:pass@somewhere.com/www/test_doc.htm</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>
<!-- Define here the plugins you want to load.
            Plugin order is important. Plugins that add new in-game commands all
depend on the admin plugin. Make sure to have the admin plugin before
them.             
            -->
<plugin name="admin" config="@conf/plugin_admin.xml" /> <!-- Command Levels and Rules, Spams, etc in here -->
<plugin name="censor" config="@conf/plugin_censor.xml" /> <!-- Auto-Kicks for bad words -->
<plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml" /> <!-- helps prevent spamming from players -->
<plugin name="tk" config="@conf/plugin_tk.xml" /> <!-- Teamkill detector plugin. In games like CoD4 and CoD7, kinda buggy -->
<plugin name="stats" config="@conf/plugin_stats.xml" /> <!-- basic stats, not XLR -->
<plugin name="pingwatch" config="@conf/plugin_pingwatch.xml" /> <!-- warns (not kicks) for high ping players -->
<plugin name="adv" config="@conf/plugin_adv.xml" /> <!-- Auto messages, aka advertisments. Contains the RSS feed as well -->
<!-- <plugin name="status" config="@conf/plugin_status.xml" /> Plugin only if webfront is used. Needs to be configured for any real use. -->
<plugin name="welcome" config="@conf/plugin_welcome.xml" /> <!-- Welcome players based on how many connects, etc in a PM -->
<plugin name="punkbuster" config="@conf/plugin_punkbuster.xml" /> <!-- Additonal PB commands -->
<plugin name="host" /> <!-- Please leave this in. Open a support ticket if you have any questions -->

<!--
(Host4B3.com edit - IMPORTANT!)
If you want the webfront (free), you will need to open a support ticket.
As of 1.50, b3 will auto-setup the database tables if you enable this plugin.

<plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
-->

<!-- You can find many others plugin for B3 which can extend functionalities a lot !
Please take a look at the official website for more informations. -->
</plugins>
</configuration>

Any help would be greatly appreciated.

**NOTE** In the b3 Log, I saw that there were failed FTP connections and im wondering if that may be the cause. If so, how would I go about fixing that?

Thank you
Alex Holmes
Logged

Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2615
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #1 on: December 19, 2011, 07:34:40 PM »

Failed FTP would cause this issue.
I checked into it and it seems if you throw:
[]ftp://USERNAME:PASSWORD@70.42.74.219/main (skip the [] part) into firefox browser, it displays the main folder.
However if you click the link to games_mp.log it gives a error 530.

You need to contact your hosting company (for the gameserver) and ask them why the link to []ftp://USERNAME:PASSWORD@70.42.74.219/main/games_mp.log (once again remove [], just in there to prevent parsing) is not working. Then start your bot and you will be good to go.
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: Owner dedicated server(s)
Gameservers: CoD4
Posts: 4
Offline Offline
« Reply #2 on: December 19, 2011, 07:58:54 PM »

I actually have the server running on a dedicated box and am running Filezilla Server with the ftp account set for that directory. So how would I go about fixing it? I manually installed cod4 to my box
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3478
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #3 on: December 20, 2011, 04:39:58 AM »

I'm afraid you have to get that answer from the Filezilla Server documentation or forums
Logged

Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2615
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #4 on: December 20, 2011, 05:27:03 AM »

What you need to do is under filezilla settings (i think under misc) is select "Allow transfers of files that are currently open"
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: Owner dedicated server(s)
Gameservers: CoD4
Posts: 4
Offline Offline
« Reply #5 on: December 20, 2011, 06:25:34 PM »

MordyT, that did the trick. I appreciate the support. Keep up the good PR guys!
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal