Forums

BF2Statistics.com :: Forums :: BF2Statistics discussion

UnOfficial BF2statistics Release Thread

Wilson212
Wilson212


Joined: Mon Jun 23 2008, 11:43PM
Posts: 190
Hey guys, I decided to make a thread dedicated to all release versions of the *Unofficial* bf2statistics updates. I will keep this thread updated with the newest release version links

Latest Version: 1.4.7
Download: Bf2_stats_1.4.7

Included with each download package:

  • ASP web interface (Server Admin Page)
  • Bf2sclone web interface (Stats Viewing)
  • Updated server files


Notes:

1.4.7 Has been tested extensively on a server containing the following versions: PHP v5.3.10, MySQL: 5.5.20, Apache: 2.2.21. Im pretty sure i have most bugs worked out, but please let me know if you find anymore
Get First Aid Here!!
MrNiceGuy


Joined: Tue Jan 24 2006, 01:32PM
Posts: 619

Thats great wilson! What are the changes from previous version?

*Edit*
You've got moderator status! smiley-wink.gif

[ Edited Tue Feb 07 2012, 08:17AM ]

Wilson212
Wilson212


Joined: Mon Jun 23 2008, 11:43PM
Posts: 190
Mostly code cleanup... There was also an missing "$" in the serchforplayers.aspx, which caused it to always print "Invalid Syntax". I also fixed alot of notice errors in the ASP on php version 5.3.10 (a few variables where not defined before being used). BF2sclone is now complete, everything works as it should and i added number formatting for kills / deaths / scores etc (8976 is now 8,976).
Get First Aid Here!!
MrNiceGuy


Joined: Tue Jan 24 2006, 01:32PM
Posts: 619

wilson212 wrote ...
Mostly code cleanup... There was also an missing "$" in the serchforplayers.aspx, which caused it to always print "Invalid Syntax". I also fixed alot of notice errors in the ASP on php version 5.3.10 (a few variables where not defined before being used). BF2sclone is now complete, everything works as it should and i added number formatting for kills / deaths / scores etc (8976 is now 8,976).


Thats great work you are doing here!

Thank you for keeping this mod alive!
Shark-kun

Joined: Sun Nov 26 2006, 02:56PM
Posts: 153
Home pages problems link
Download: Bf2_stats_1.4.7 <- http://bf2statistics.com/%3Ca
Website
Get First Aid Here!!
MrNiceGuy


Joined: Tue Jan 24 2006, 01:32PM
Posts: 619

[quote] Home pages problems link Download: Bf2_stats_1.4.7 What are you trying to say shark?

Download link works for me? http://www.bf2statistics.com/download.php?view.13

[ Edited Wed Feb 08 2012, 07:25AM ]

Shark-kun

Joined: Sun Nov 26 2006, 02:56PM
Posts: 153
Website
Wilson212
Wilson212


Joined: Mon Jun 23 2008, 11:43PM
Posts: 190
Nice catch on that error
Get First Aid Here!!
MrNiceGuy


Joined: Tue Jan 24 2006, 01:32PM
Posts: 619

Have no idea what happened there, the file is in the download section anyways...
Shark-kun

Joined: Sun Nov 26 2006, 02:56PM
Posts: 153
Fixed for Linux
before
_admin_event.log
2012-02-19 21:49:08 : > Checking SNAPSHOT Storage Path...
2012-02-19 21:49:08 : - SNAPSHOT Path Writable: Fail
2012-02-19 21:49:08 : > Checking SNAPSHOT Archive Storage Path...
2012-02-19 21:49:08 : - SNAPSHOT Archive Path Writable: Fail
2012-02-19 21:49:08 : > Checking Backup Storage Path...
2012-02-19 21:49:08 : - Backup Path Writable: Fail
_config.php
  1. $stats_logs = 'logs/';
  2. $stats_logs_store = 'logs/_processed/';
  3. $admin_backup_path = '/var/www/ASP/_backups/';


after
_admin_event.log
2012-02-20 06:39:51 : > Checking SNAPSHOT Storage Path...
2012-02-20 06:39:51 : - SNAPSHOT Path Writable: Pass
2012-02-20 06:39:51 : > Checking SNAPSHOT Archive Storage Path...
2012-02-20 06:39:51 : - SNAPSHOT Archive Path Writable: Pass
2012-02-20 06:39:51 : > Checking Backup Storage Path...
2012-02-20 06:39:51 : - Backup Path Writable: Pass
_config.php
  1. $stats_logs = 'logs';
  2. $stats_logs_store = 'logs/_processed';
  3. $admin_backup_path = '/var/www/ASP/_backups';

Website

Moderators: MrNiceGuy, Twhyman, Chump, hurr1k4ne, The Shadow, Wilson212

<< Previous thread | Next thread >>

Jump:     Back to top