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)no ingame commands working
Pages: [1] 2   Go Down
  Print  
Author Topic: no ingame commands working  (Read 1197 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Renting Server, no B3
Gameservers: cod
Posts: 28
Offline Offline
« on: December 09, 2010, 01:10:46 PM »

I have installed b3. imported the xlrstats and b3.xml.
  it seems to be running great on the server, but none of the commands work.

here is my distribution file. i have changed the passwords here, but everything else is "as is".
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">cod</set>
<!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
<set name="database">mysql://xxxxx:xxxxxxx@12.123.123.234/tromus/b3</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(^2DUI^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">EST</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">xxxxxxx</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">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">72.249.142.234</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">72.249.142.234</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.05</set>
<!-- Number of lines to process per second. Set a lower value to consume less CPU ressources -->
<set name="lines_per_second">1000</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">%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 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" />
<plugin name="censor" config="@conf/plugin_censor.xml" />
<plugin name="spamcontrol" config="@conf/plugin_spamcontrol.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"/>

<!-- The next plugins are external, 3rd party plugins and should reside in the external_dir. Example: -->
<!-- plugin config="@b3/extplugins/conf/newplugin.xml" name="newplugin" -->

<!-- You can add new/custom plugins to this list using the same form as above. -->

<!--
This is a non-standard plugin, and quite resource heavy. Please take
a look in the B3 forums (look for XLR Extensions) for more
information before enabling this. Extra database tables are
necessary.
<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>

anybody see anything here that is not correct???
let me know if you need to see something else...
thank you so much, ive been working on this for a long time....its beyond me....
« Last Edit: December 09, 2010, 02:35:04 PM by Courgette » Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #1 on: December 09, 2010, 02:39:57 PM »

Most likely :
Code:
<!-- The gameserver generates a logfile, put the path and name here (very important !) -->
<set name="game_log">games_mp.log</set>
is incorrect

The value here must be the full path of your game log file. See documentation at http://wiki.bigbrotherbot.net/doku.php/usage:manual_configuration#servergame_log
Logged

Jr. Member
**
OS: Windows
Type: Renting Server, no B3
Gameservers: cod
Posts: 28
Offline Offline
« Reply #2 on: December 09, 2010, 04:29:26 PM »

thank you for your quick response.   I did try chaning that line  ,but no progress. I would be willing to make a nice donation if i can get this thing going. Ive been working on it forever it seems. This is what i changed the line to....
Code:
<!-- The gameserver generates a logfile, put the path and name here (very important !) -->
<set name="game_log">ftp://tromus:xxxxx@72.249.142.234/tromus/games_mp.log</set>
tromus being user
xxxxx being password
72.249.142.234 being server ip
tromus being the mod file

any suggestions.Huh

i really like the b3 program!!!

if you know anyone interested in configuring this for me, id make it worth theyre while.

Thanks in advance

Tromus
« Last Edit: December 10, 2010, 12:19:21 AM by Courgette » Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD W@W, COD BO, MOH
Posts: 92
Offline Offline
WWW
« Reply #3 on: December 09, 2010, 08:36:50 PM »

be careful with the information that you post!!!  might want to change your password now!  Wink  and on the issue, hopefully you are not having the same issue as me ( you can read about this here; http://www.bigbrotherbot.net/forums/cod5/b3-wont-respond-after-host-change/) but yeah just double check your path to the log.
Logged

Jr. Member
**
OS: Windows
Type: Renting Server, no B3
Gameservers: cod
Posts: 28
Offline Offline
« Reply #4 on: December 10, 2010, 01:32:56 AM »

I did change the passwords that I posted here before I made that post. Everything else is as is....

Still need help getting this running...
Im in control of 11 servers and would like to run this on all of them.

thank you...
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 #5 on: December 10, 2010, 08:35:11 AM »

When you put that line in a browser, do you see a updated server log?

*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
Jr. Member
**
OS: Windows
Type: Renting Server, no B3
Gameservers: cod
Posts: 28
Offline Offline
« Reply #6 on: December 10, 2010, 12:03:16 PM »

i see no server log at all
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 #7 on: December 10, 2010, 01:59:39 PM »

And that is why the command are not working. If you pm your login details to tcadmin to me, after I get back in 24 hours I will give you the exact path you need to enter.

*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
Jr. Member
**
OS: Windows
Type: Renting Server, no B3
Gameservers: cod
Posts: 28
Offline Offline
« Reply #8 on: December 11, 2010, 02:07:45 PM »

I did get the b3 program working on my server!!!!   Except, I had to take line 50 out of the b3.xml file which is xlr stats...

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

this is the error that i recieved, and I did import xlrstats to my database, but this is the error i get in the log.

101211 16:54:57   BOT       Plugin punkbuster (1.0.8 - ThorN) loaded
101211 16:54:57   BOT       Loading Plugin #11 xlrstats [dui\b3\extplugins\conf\xlrstats.xml]
101211 16:54:57   INFO   Could not load built in plugin xlrstats (No module named xlrstats)
101211 16:54:57   INFO   trying external plugin directory : dui b3 extplugins
101211 16:54:57   CRITICAL   Error loading plugin: No module named xlrstats
Traceback (most recent call last):
  File "b3\parser.pyo", line 535, in loadPlugins
  File "b3\parser.pyo", line 643, in pluginImport
ImportError: No module named xlrstats
101211 16:55:01   ERROR   Error executing crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x02AE2710>>: 'NoneType' object has no attribute 'gameName'
[('b3\\cron.pyo', 270, 'run', None), ('b3\\cron.pyo', 208, 'run', None), ('b3\\cron.pyo', 64, 'run', None), ('b3\\plugins\\status.pyo', 115, 'update', None)]



Any suggestions.   All other functions are working properly....
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 #9 on: December 11, 2010, 04:53:47 PM »

In your b3.xml, you have the line as:<plugin name="xlrstats" config="@dui/b3/extplugins/conf/xlrstats.xml"/>

Try <plugin name="xlrstats" config="@extplugins/conf/xlrstats.xml"/>
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: Renting Server, no B3
Gameservers: cod
Posts: 28
Offline Offline
« Reply #10 on: December 11, 2010, 08:01:02 PM »

thank you montyd,    I changed it to your suggestion, but still get this error......



101211 22:54:43   INFO   WelcomePlugin: delay set to 30. The bot will wait 30s after a player connects to write the welcome message
101211 22:54:43   INFO   WelcomePlugin: min_gap set to 3600. The bot will not welcome a player more than once every 3600 seconds
101211 22:54:43   BOT       Plugin welcome (1.1 - ThorN) loaded
101211 22:54:43   BOT       Loading Plugin #10 punkbuster [conf\plugin_punkbuster.xml]
101211 22:54:43   BOT       PunkbusterPlugin: Loading config conf\plugin_punkbuster.xml for PunkbusterPlugin
101211 22:54:43   BOT       Plugin punkbuster (1.0.8 - ThorN) loaded
101211 22:54:43   BOT       Loading Plugin #11 xlrstats [@extplugins\conf\xlrstats.xml]
101211 22:54:43   INFO   Could not load built in plugin xlrstats (No module named xlrstats)
101211 22:54:43   INFO   trying external plugin directory : dui b3 extplugins
101211 22:54:43   CRITICAL   Error loading plugin: No module named xlrstats
Traceback (most recent call last):
  File "b3\parser.pyo", line 535, in loadPlugins
  File "b3\parser.pyo", line 643, in pluginImport
ImportError: No module named xlrstats


here is my xlrstats.xml that is in my database.









-- phpMyAdmin SQL Dump
-- version 2.9.1.1-Debian-10
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 27, 2009 at 03:16 PM
-- Server version: 5.0.32
-- PHP Version: 5.2.0-8+etch13
--
-- Database: `b3`
--

-- --------------------------------------------------------

--
-- Table structure for table `bodyparts`
--

CREATE TABLE IF NOT EXISTS `xlr_bodyparts` (
  `id` tinyint(3) unsigned NOT NULL auto_increment,
  `name` varchar(25) NOT NULL default '',
  `kills` mediumint(Cool unsigned NOT NULL default '0',
  `teamkills` smallint(5) unsigned NOT NULL default '0',
  `suicides` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `mapstats`
--

CREATE TABLE IF NOT EXISTS `xlr_mapstats` (
  `id` tinyint(3) unsigned NOT NULL auto_increment,
  `name` varchar(25) NOT NULL default '',
  `kills` mediumint(Cool unsigned NOT NULL default '0',
  `teamkills` smallint(5) unsigned NOT NULL default '0',
  `suicides` smallint(5) unsigned NOT NULL default '0',
  `rounds` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `opponents`
--

CREATE TABLE IF NOT EXISTS `xlr_opponents` (
  `id` mediumint(Cool unsigned NOT NULL auto_increment,
  `target_id` smallint(5) unsigned NOT NULL default '0',
  `killer_id` smallint(5) unsigned NOT NULL default '0',
  `kills` smallint(5) unsigned NOT NULL default '0',
  `retals` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `target_id` (`target_id`),
  KEY `killer_id` (`killer_id`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `playerbody`
--

CREATE TABLE IF NOT EXISTS `xlr_playerbody` (
  `id` mediumint(Cool unsigned NOT NULL auto_increment,
  `bodypart_id` tinyint(3) unsigned NOT NULL default '0',
  `player_id` smallint(5) unsigned NOT NULL default '0',
  `kills` mediumint(Cool unsigned NOT NULL default '0',
  `deaths` mediumint(Cool unsigned NOT NULL default '0',
  `teamkills` smallint(5) unsigned NOT NULL default '0',
  `teamdeaths` smallint(5) unsigned NOT NULL default '0',
  `suicides` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `bodypart_id` (`bodypart_id`),
  KEY `player_id` (`player_id`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `playermaps`
--

CREATE TABLE IF NOT EXISTS `xlr_playermaps` (
  `id` mediumint(Cool unsigned NOT NULL auto_increment,
  `map_id` tinyint(3) unsigned NOT NULL default '0',
  `player_id` smallint(5) unsigned NOT NULL default '0',
  `kills` mediumint(Cool unsigned NOT NULL default '0',
  `deaths` mediumint(Cool unsigned NOT NULL default '0',
  `teamkills` mediumint(Cool unsigned NOT NULL default '0',
  `teamdeaths` smallint(5) unsigned NOT NULL default '0',
  `suicides` smallint(5) unsigned NOT NULL default '0',
  `rounds` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `map_id` (`map_id`),
  KEY `player_id` (`player_id`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `playerstats`
--

CREATE TABLE IF NOT EXISTS `xlr_playerstats` (
  `id` smallint(5) unsigned NOT NULL auto_increment,
  `client_id` int(11) unsigned NOT NULL default '0',
  `kills` mediumint(Cool unsigned NOT NULL default '0',
  `deaths` mediumint(Cool unsigned NOT NULL default '0',
  `teamkills` smallint(5) unsigned NOT NULL default '0',
  `teamdeaths` smallint(5) unsigned NOT NULL default '0',
  `suicides` smallint(5) unsigned NOT NULL default '0',
  `ratio` float NOT NULL default '0',
  `skill` float NOT NULL default '0',
  `assists` mediumint(Cool NOT NULL default '0',
  `assistskill` float NOT NULL default '0',
  `curstreak` smallint(6) NOT NULL default '0',
  `winstreak` smallint(6) NOT NULL default '0',
  `losestreak` smallint(6) NOT NULL default '0',
  `rounds` smallint(5) unsigned NOT NULL default '0',
  `hide` tinyint(4) NOT NULL default '0',
  `fixed_name` varchar(32) NOT NULL default '',  PRIMARY KEY  (`id`),
  UNIQUE KEY `client_id` (`client_id`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `weaponstats`
--

CREATE TABLE IF NOT EXISTS `xlr_weaponstats` (
  `id` tinyint(3) unsigned NOT NULL auto_increment,
  `name` varchar(32) NOT NULL default '',
  `kills` mediumint(Cool unsigned NOT NULL default '0',
  `teamkills` smallint(5) unsigned NOT NULL default '0',
  `suicides` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `weaponusage`
--

CREATE TABLE IF NOT EXISTS `xlr_weaponusage` (
  `id` mediumint(Cool unsigned NOT NULL auto_increment,
  `weapon_id` tinyint(3) unsigned NOT NULL default '0',
  `player_id` smallint(5) unsigned NOT NULL default '0',
  `kills` mediumint(Cool unsigned NOT NULL default '0',
  `deaths` mediumint(Cool unsigned NOT NULL default '0',
  `teamkills` smallint(5) unsigned NOT NULL default '0',
  `teamdeaths` smallint(5) unsigned NOT NULL default '0',
  `suicides` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `weapon_id` (`weapon_id`),
  KEY `player_id` (`player_id`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `xlr_actionstats`
--

CREATE TABLE IF NOT EXISTS `xlr_actionstats` (
  `id` tinyint(3) unsigned NOT NULL auto_increment,
  `name` varchar(25) NOT NULL default '',
  `count` mediumint(Cool unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `xlr_playeractions`
--

CREATE TABLE IF NOT EXISTS `xlr_playeractions` (
  `id` mediumint(Cool unsigned NOT NULL auto_increment,
  `action_id` tinyint(3) unsigned NOT NULL default '0',
  `player_id` smallint(5) unsigned NOT NULL default '0',
  `count` mediumint(Cool unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `action_id` (`action_id`),
  KEY `player_id` (`player_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `xlr_history_monthly`
--

CREATE TABLE IF NOT EXISTS `xlr_history_monthly` (
  `id` smallint(5) unsigned NOT NULL auto_increment,
  `client_id` int(11) unsigned NOT NULL default '0',
  `kills` mediumint(Cool unsigned NOT NULL default '0',
  `deaths` mediumint(Cool unsigned NOT NULL default '0',
  `teamkills` smallint(5) unsigned NOT NULL default '0',
  `teamdeaths` smallint(5) unsigned NOT NULL default '0',
  `suicides` smallint(5) unsigned NOT NULL default '0',
  `ratio` float NOT NULL default '0',
  `skill` float NOT NULL default '0',
  `assists` mediumint(Cool NOT NULL default '0',
  `assistskill` float NOT NULL default '0',
  `winstreak` smallint(6) NOT NULL default '0',
  `losestreak` smallint(6) NOT NULL default '0',
  `rounds` smallint(5) unsigned NOT NULL default '0',
  `year` int(4) NOT NULL,
  `month` int(2) NOT NULL,
  `week` int(2) NOT NULL,
  `day` int(2) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `xlr_history_weekly`
--

CREATE TABLE IF NOT EXISTS `xlr_history_weekly` (
  `id` smallint(5) unsigned NOT NULL auto_increment,
  `client_id` int(11) unsigned NOT NULL default '0',
  `kills` mediumint(Cool unsigned NOT NULL default '0',
  `deaths` mediumint(Cool unsigned NOT NULL default '0',
  `teamkills` smallint(5) unsigned NOT NULL default '0',
  `teamdeaths` smallint(5) unsigned NOT NULL default '0',
  `suicides` smallint(5) unsigned NOT NULL default '0',
  `ratio` float NOT NULL default '0',
  `skill` float NOT NULL default '0',
  `assists` mediumint(Cool NOT NULL default '0',
  `assistskill` float NOT NULL default '0',
  `winstreak` smallint(6) NOT NULL default '0',
  `losestreak` smallint(6) NOT NULL default '0',
  `rounds` smallint(5) unsigned NOT NULL default '0',
  `year` int(4) NOT NULL,
  `month` int(2) NOT NULL,
  `week` int(2) NOT NULL,
  `day` int(2) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
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 #11 on: December 11, 2010, 09:09:29 PM »

Two more things.
Under settings =DUI change that to original value (i think b3). And under explugin directory you have /dui/b3/explugins etc... Set that to extplugins/rest of line.

*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
Jr. Member
**
OS: Windows
Type: Renting Server, no B3
Gameservers: cod
Posts: 28
Offline Offline
« Reply #12 on: December 12, 2010, 03:25:13 AM »

i know your getting tired of hearing from me, but i tried both things you suggested......same result......next suggestion...lol
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #13 on: December 12, 2010, 05:27:03 AM »

If you aren't using XLRStats, you don't need that line in there. If you ARE using XLRStats, you need to upload the XLRStats files to a webserver, add the tables to your database, and configure XLRStats.
Logged
Jr. Member
**
OS: Windows
Type: Renting Server, no B3
Gameservers: cod
Posts: 28
Offline Offline
« Reply #14 on: December 12, 2010, 09:53:51 AM »

this is a new install of b3 and would like xlrstats, but havent had them working. I runn b3 from a computer in my home to my server box in dalls. How do i do this on my home comp?Huh
Logged
Tags:
Pages: [1] 2   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal