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 5 ... 15   Go Down
  Print  
Author Topic: XLRstats version 2.0  (Read 38716 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 #30 on: December 29, 2008, 02:06:21 AM »

@magoo:

1. Iit's all the pictures I had, feel free to complement the packages and share them with us all Smiley

2. The C4 bug is fixed in the next version.

3. Has nobody fallen to death yet?

4. It's artistic freedom, not a typo Wink
Logged


Jr. Member
**
Posts: 11
Offline Offline
WWW
« Reply #31 on: December 29, 2008, 06:06:20 AM »

@xlr8or

1. no problem, just thought they were missing;

2. Just letting you know;

3. Many clanmates have fallen, including myself.  That is why I do not understand.  We are running cod4 HC S&D.
     I took a look at |FaLLeN| Op-X  xlrstats page and he has the same problem http://www.fallenclan.com/xlrstats

4. My mistake, keys are very close together.
« Last Edit: December 29, 2008, 06:11:25 AM by magoo » 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 #32 on: December 29, 2008, 08:01:04 AM »

Great Release, thanks to xlr8or for all your work.

I had a little trouble at the start with the signature module at the start but i solved that and it all works perfectly
Here is how to setup the signature module.

Step 1. Download a previous version of xlrstats and extract the sig folder.
Step 2. Open the settings.php file of the sig module and edit the lines that say

Code:
include("../statsconfig.php");
include("../functions.php");

So they look like this

Code:
include("../config/statsconfig.php");
include("../lib/functions.php");
Step 4. Upload to your server and chmod all files to 755 except user_store which needs to be 777
Step 5. If you havnt already you need to change $sig = 0; to $sig = 1; in your statsconfig.php file
All done your signature module should now work.

Another awesome release by xlr8or.
Do you have a link so I can look at your results, I'd love to see your sig builder. Still working on mine.
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 #33 on: December 29, 2008, 10:55:28 AM »

I will have a new release soon with sigs included. Ir's fixed for multiserver setups...
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 #34 on: December 29, 2008, 01:18:34 PM »

I have version 2.0.2. ready for you guys.

It has signature module included (with multiserver support) and country flags are now included in the package also.

One thing with the Ranking in the sigs tho. I can't figure out why the rank in the sig is sometimes one off. So if a player has ie. second place it sometimes shows the number 3 in the signature... I just can't find why that is happening. It mus be in the SQL somewhere, but I'm very code blind by now. Any insight in that bug is really appreciated.

good luck with this version... Wink
Logged

Jr. Member
**
Posts: 11
Offline Offline
WWW
« Reply #35 on: December 29, 2008, 05:07:47 PM »

I think I've found another small issue.  Under Shame Medals - Mechanic Award - The number of deaths is cut off.  Probably due to the size of the lline.
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 #36 on: December 29, 2008, 05:51:18 PM »

The problem magoo your having is because of a small typo on line 976 of the awardslogic file.  You want to change this line
Quote
ShowMedal("Mechanic", "Vehicle Deaths", $row['deaths'], $row['id'], $name  , "xlr_shame_vehicle_deaths.gif", "Most deaths by exploding vehicle");
with this line
Quote
ShowMedal("Mechanic", "Vehicle Deaths", $row['total_deaths'], $row['id'], $name  , "xlr_shame_vehicle_deaths.gif", "Most deaths by exploding vehicle"); 

Eire.32
Logged

Eire.32
Sr. Member
****
Posts: 259
Offline Offline
WWW
« Reply #37 on: December 29, 2008, 05:52:08 PM »

Stats work fine for me.  When I try to run build.php in the sig folder I get this:

Server error!

The server encountered an internal error and was unable to complete your request.

Error message:
Premature end of script headers: build.php
Logged

Deadbone Platoon
B3 Driven CoD Servers
Jr. Member
**
Posts: 11
Offline Offline
WWW
« Reply #38 on: December 29, 2008, 06:39:47 PM »

@Eire.32

That took care of it.  Great catch.  I also see an issue with accidental deaths showing 0
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 #39 on: December 30, 2008, 01:18:06 AM »

@magoo & click: Thanks, I will fix these 2 bugs asap.

I don't see that an award showing 0 as a real bug tho. I see it too on my low activity cod4 server, where nobody meets the criteria for the award. I'll see that I get to modify the logic so that it doesn't show a name anymore, but a message that the award is free/available...
Logged

Jr. Member
**
Posts: 11
Offline Offline
WWW
« Reply #40 on: December 30, 2008, 05:58:48 AM »

@xlr8or

I have gone into the xlrstats database and looked at xlrplayerstats and everyone is at 0 under suicide. 

I find that hard to believe since so many of my clanmates, including myself,  have fallen off buildings and the like. 

I thought thats what the accident award was all about. 

hmm, don't know.  Is it possible that it could be the xlrstats plugin  not registering the suicide? 

Again, |FaLLeN| Op-X  xlrstats page has the same problem http://www.fallenclan.com/xlrstats

Soomeone has had to have fallen on his game server.  It's just odd.
« Last Edit: December 30, 2008, 06:09:12 AM by magoo » 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 #41 on: December 30, 2008, 06:29:09 AM »

I just checked my database and I'm exactly the same. No recorded suicides.
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 #42 on: December 30, 2008, 07:05:22 AM »

Hmmm, it's not XLRstats, but the cod parsers that identify falling as kills instead of suicides. So the parser needs an update.
Logged

Full Member
***
Posts: 59
Offline Offline
« Reply #43 on: December 30, 2008, 11:12:42 AM »

I'm seeing blank names in this version of xlrstats as well as the original version.

Check here.
http://ufclansite.net/xlrstats/

and here.
http://ufclansite.net/2304/

I'm assuming this is a b3 issue or a parser issue.

« Last Edit: December 30, 2008, 12:41:53 PM by fistfight » Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3344
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #44 on: December 30, 2008, 12:24:31 PM »

@fistfight: can you check on your game log what names should be for those players ?
maybe those players used a name composed of non-printable characters. (some do this to try avoiding being kicked IG)
you can get their id looking at the html code of your stat page.
Logged

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


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal