Full documentation and information about XLRstats can be found on our XLRstats website: www.xlrstats.com

You are here: Big Brother Bot ForumAdd-OnsXLRstatsXLRStats not updating
Pages: [1]   Go Down
  Print  
Author Topic: XLRStats not updating  (Read 3644 times) Bookmark and Share
Newbie
*
Posts: 9
Offline Offline
« on: March 25, 2009, 10:43:55 AM »

Hello,

I've got B3 running on my UrT server.
I also added the webfront for the stats : followed the installation instructions, created the tables in mysql etc..

B3 and UrT are running from my home folder and the stats page from var/www/.
I can !register and use common commands.
However xlrstats is not updating even with min kills : 1 and min games : 1 (for testing purpose).
The live monitor doesn't work too and !xlrstats will only show 0's.

Could you guide me to some basic verifications please?(access rights? path? etc..)

Thank you!
Q-SeNs

EDIT: All a sudden it started working. However the live monitor(current players) does not show up even with $useppllist = 1.
« Last Edit: March 25, 2009, 02:26:07 PM by Q-SeNs » Logged

B3 Contrib/Support
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1225
Offline Offline
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #1 on: March 26, 2009, 04:34:59 PM »

have you configured it to import the status.xml?

it won't work if it doesn't.
Logged

[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #2 on: March 27, 2009, 01:41:36 AM »

Can you provide a link to your stats pages?
Logged

Newbie
*
Posts: 9
Offline Offline
« Reply #3 on: March 27, 2009, 11:08:28 AM »

www.waron.net/xlrstats

Sorry I've been lazy. Here is my conf:
Code:
// What game? (urt, cod1, coduo, cod2, cod4, codwaw, wop)
$game = "urt";
$public_ip = "88.191.93.28:27960";
// This is the path where B3 stores the status.xml file. May be an absolute path or an URL. (Use forward slashes / only!)
$b3_status_url = "var/www/xlrstats/";

// URL to my website, make empty if XLRstats is standalone.
$mysiteurl = "www.waron.net";        // URL (without the http:// part!) -> "" if you dont want a link to a homepage included
$mysitelinkname = "Home";      // Short name that appears in navigation to describe the link back to your site
$template = "oldskool";

// Use signature module? --> You must have php version 4.3.2 or newer with php4-gd extension installed!
$sig = 1;

// Title of the statistics pages
$statstitle = "Real time gamestats!";

// Does this server run teambased games? (For teamkill and teamdeath awards)
$teambased = 1;

// Number of players/maps/weapons in mainpage top lists
$toplist_max = 25;
$maplist_max = 13;
$weaplist_max = 13;
$separatorline = 1; //Draw a 1 pixel separator line in the toplist between rows? 0 = nope, 1 = yep.

// Number of players in block.php an inclusion file for websites.
$toplist_block = 5;
// Number of characters in username (block) before breaking off.
$user_length = 14;

// minimum amount of kills or rounds (which ever comes first) before a player is included in the mainpage player statistics and awards...
$minkills = 1; //10 //250;
$minrounds = 1; //14 //15;

// exclude currently banned player from top lists and ranking
$exclude_ban = 1;

// Options: 0 = values only; 1 = Freelanders inline bar; 2 = Freelanders double bars; 3 = simple inline bar with values below
$ShowRatioGraph = 1;
// For the ratio bar - leave at 0 for automatic detection of the maximum ratio
$MaxKillRatio = 0;
//number of days a player is still displayed if he hasn't played anymore.
$maxdays = 30;

// Minimum kills or rounds (which ever comes first) before a player is displayed on map-page
$map_minkills = 1;
$map_minrounds = 1;

// Minimum kills before a player is displayed on weapon-page
$weap_minkills = 1;

// Minimum grouplevel to hide aliases on playerpages, this will show aliases for players with a lower level. Disable aliases by setting it to 0
$aliashide_level = 2;

// Limit playerspecific stats for unregistered players
$limitplayerstats = 1;

// Number of worst enemies in personal playerpages
$enemies_max = 13;

// Do you want a Clan search filter on the index page? (0 = nope, 1 = yep)
$showclansearch = 1;

// Do you want to display times for your local timezone? (0 = no, just use GMT; 1 = yes)
$use_localtime = 1;

// Do you want to have current player list (0 no, 1 yes) //Anubis
$useppllist = 1;
$pll_noteams = 0;

//// Show the stylepicker (0 disables, options are: "left", "right", "footer")
$stylepicker = "0";

// Use GeoIP information in playerpages?
$use_geoip = 1;
$geoip_path = "/geoIP/";

// setting to 1 will enable all php-error reporting and phpinfo to show for debugging purposes.
// If you find that your XLRstats is okay, set it to 0. If you need support make sure you set this to 1 before posting requests in the support forums.
$debug = 1;

//********************
// Table names
//********************

// B3 tables
$t['b3_clients'] = "clients";
$t['b3_groups'] = "groups";
$t['b3_aliases'] = "aliases";
$t['b3_penalties'] = "penalties";
$t['b3_ctime'] = "ctime";

//stats tables
$t['players'] = "xlr_playerstats";
$t['weapons'] = "xlr_weaponstats";
$t['maps'] = "xlr_mapstats";
$t['bodyparts'] = "xlr_bodyparts";
$t['opponents'] = "xlr_opponents";
$t['weaponusage'] = "xlr_weaponusage";
$t['playerbody'] = "xlr_playerbody";
$t['playermaps'] = "xlr_playermaps";


Also have a b3 related question but I'm pretty sure I am not in the right category of this forum lol
!teams ain't working -> unrecognized command

Thank you,
Q-SeNs
« Last Edit: March 27, 2009, 11:11:50 AM by Q-SeNs » Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #4 on: March 27, 2009, 11:17:15 AM »

Try this: $b3_status_url = "var/www/xlrstats/status.xml";
It needs path and file...
Logged

B3 Contrib/Support
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1225
Offline Offline
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #5 on: March 27, 2009, 12:00:59 PM »

!teams is not included with the default b3, it is provided with the 'poweradminurt' plugin.
Logged

Newbie
*
Posts: 9
Offline Offline
« Reply #6 on: March 27, 2009, 12:43:32 PM »

Hello!

First of all thanks a lot for your replies.

I changed the statsconfig.php to
$b3_status_url = "var/www/xlrstats/status.xml";
However its still not showing up.
I'll look into it a bit more..

About the !teams command it's working now thanks to xlr8or who provided me 'live' support with it.
Indeed I was missing the 'poweradminurt' plugin.

XLRStats live updates and this great idea of ranks is just awesome!!

Many thanks!
Q-SeNs
« Last Edit: March 27, 2009, 12:46:52 PM by Q-SeNs » Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #7 on: March 27, 2009, 12:47:47 PM »

Try adding a leading / to the path which I overlooked. Like this: $b3_status_url = "/var/www/xlrstats/status.xml";
Logged

Newbie
*
Posts: 9
Offline Offline
« Reply #8 on: March 28, 2009, 02:19:13 AM »

yes it worked with :
$b3_status_url = "/var/www/xlrstats/status.xml";

XLRStats is such a great peace of work!
Thanks again!

Q-SeNs

Next step : getting rid of the /tell command being public on my server..
I think you figured about it xlr8or.. all the /tells commands from b3 are displayed on the top as : server: /tell blablabla.
I checked all the conf files but it seems to come from something else.
« Last Edit: March 28, 2009, 04:20:24 AM by Q-SeNs » Logged
Jr. Member
**
Posts: 48
Offline Offline
« Reply #9 on: February 05, 2012, 05:19:31 PM »

I am having XLRSTATS trouble as well please help me here is my link by the way had it working before lol.

http://www.white-black-gaming.com/xlrstats/index.php
Logged
Support Hero
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2629
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #10 on: February 06, 2012, 08:08:05 AM »

Please create a new topic instead of bumping a almost 3 year old topic.
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:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal