Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

Pages: 1 [2] 3 4 ... 15   Go Down
  Print  
Author Topic: XLRstats version 2.0  (Read 38719 times) Bookmark and Share
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2005
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #15 on: December 28, 2008, 01:43:21 AM »

What are you looking for in this line of the config file.Looks good otherwise
Eire.32
That should point to the location where B3-statusplugin stores the status.xml, it may be an URL (for a remote server) but may also be an absolute path.

so ie: /path/to/b3/status.xml
or: http://www.yourwebsite/status/status.xml

or sumt'n...
Logged


Echelon v2. Dev.
Former Dev. (senate)
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 114
Offline Offline
WWW
Support Specialty: Echelon v.2
« Reply #16 on: December 28, 2008, 06:22:35 AM »

K. So does that means my website with the xlrstats on it has to get a new status.xml file every once and a while, whats the best way for the site to have access/read to the status.xml file. Schduled transfer?
Also how o you do pics for maps and weapons. I have all the pics uploaded to images/maps and images/weapons what needs editing. Also in those folders whats the file empty.file do?
Eire.32
« Last Edit: December 28, 2008, 06:27:21 AM by eire.32 » Logged

Eire.32
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 #17 on: December 28, 2008, 06:35:06 AM »

Xlrstats reads the status.xml every? time you go on xlrstats, to check how many people are online, and what level they are, and their score etc.
So, scheduled transfer is probably not a good idea, the best way (if website is not on webserver) is to install a webserver, point the status config to your htdocs folder, then point xlrstats to serverip/status.xml
Logged

Sr. Member
****
Posts: 259
Offline Offline
WWW
« Reply #18 on: December 28, 2008, 08:37:34 AM »

Where does it get the ranks from? 
Logged

Deadbone Platoon
B3 Driven CoD Servers
Full Member
***
Posts: 97
Offline Offline
WWW
« Reply #19 on: December 28, 2008, 08:42:28 AM »

I have mine up but not sure if the geoiIP works, i added the csv from maxmind but where would it show?
Still have to find out how to fix that blank name issue -  http://www.fallenclan.com/xlrstats

Small problem also, the Claymore Kills Award show "Most C4 Kills" under it instead of "Most Claymore Kills"
I tried downloading image pack from xlr8or's site for cod4 but its a baddownload  link
« Last Edit: December 28, 2008, 08:47:00 AM by |FaLLeN| Op-X » Logged


xfire=specialopx
www.fallenclan.com
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2005
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #20 on: December 28, 2008, 09:22:26 AM »

@click: It gets the ranks from ./config/ranks.php

@Op-X: I'll fix the download links and the C4 typo Wink Thanks.
GeoIP is not working for you since there are no countryflags and no worldmap link available. That indicates that XLRstats cannot find GeoIP.dat and GeoLiteCity.dat files that are available on www.maxmind.com. You need the statsconfig point to the path where these files are in. ie.:
Code:
// Use GeoIP information in playerpages?
$use_geoip = 1;
$geoip_path = "/home/xlr/geoIP/";
So not the filenames, just the path with a trailing slash...
Logged

Echelon v2. Dev.
Former Dev. (senate)
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 114
Offline Offline
WWW
Support Specialty: Echelon v.2
« Reply #21 on: December 28, 2008, 10:06:24 AM »

How do you get the city part to work cause there is no line for that in the statsconfig.php file. Is it somehwere else?
Eire.32
Logged

Eire.32
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2005
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #22 on: December 28, 2008, 10:09:28 AM »

City part is for the worldmap only, the path is the only thing you need to set. If you don't want the worldmap, leave the GeoLiteCity.dat out, it wont show the worldmap link when its not there.
Logged

[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2005
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #23 on: December 28, 2008, 10:25:44 AM »

Downloads are fixed.

Please post your XLRstats links so I can check them out Wink
Logged

Sr. Member
****
Posts: 259
Offline Offline
WWW
« Reply #24 on: December 28, 2008, 10:53:05 AM »

Not sure if you understood my question.  Where does the ranks.php get its information from.  The ranks that are displayed are wrong, if they get it from the mpdata.
Logged

Deadbone Platoon
B3 Driven CoD Servers
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2005
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #25 on: December 28, 2008, 11:57:09 AM »

Nope, they dont get it from mpdata. They get it from ranks.php... It's a kill based rank, so it works for all games, not just cod4...
Logged

Sr. Member
****
Posts: 259
Offline Offline
WWW
« Reply #26 on: December 28, 2008, 12:15:57 PM »

Nope, they dont get it from mpdata. They get it from ranks.php... It's a kill based rank, so it works for all games, not just cod4...

Any way to change it to KD ratio?
Logged

Deadbone Platoon
B3 Driven CoD Servers
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2005
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #27 on: December 28, 2008, 12:39:04 PM »

nope, not as it is now
Logged

Jr. Member
**
Posts: 11
Offline Offline
WWW
« Reply #28 on: December 28, 2008, 08:21:05 PM »

Everything seems to be working.  There are a couple of minor issues.

1.  Not all weapon images are displaying.  (I have downloaded the COD4 image pack)

2.  |FaLLeN| Op-X  has already posted about the claymore text issue

3.  Blind as a bat award displays a 0 value for the client (don't know why)

4. PR0 Medal text line is spelled using a number (Pr0) instead of ( Pro)

Will let you know if I find anything else.

Website is: http://XtremeDestruction.net
« Last Edit: December 28, 2008, 08:27:08 PM by magoo » 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 #29 on: December 29, 2008, 12:35:42 AM »

Looking at above poster's xlrstats, the description for the claymore kills is wrong. It reads most c4 kills.
Logged

Tags: xlrstats 
Pages: 1 [2] 3 4 ... 15   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal