Forums
BF2Statistics.com :: Forums :: General :: BF2Statistics discussion
 
<< Previous thread | Next thread >>
UnOfficial BF2statistics Release Thread
Go to page       >>  
Moderators: MrNiceGuy, Twhyman, Chump, hurr1k4ne, The Shadow, Wilson212
This thread is now closed
Author Post
Wilson212
Tue Feb 07 2012, 08:05AM
Wilson212

Registered Member #5224
Joined: Mon Jun 23 2008, 11:43PM

Location: Seattle, WA
Posts: 184
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
Back to top
MrNiceGuy
Tue Feb 07 2012, 08:14AM
Get First Aid Here!!

Registered Member #1
Joined: Tue Jan 24 2006, 01:32PM

Location: Norway
Posts: 614

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 ]
Back to top
Wilson212
Tue Feb 07 2012, 08:18AM
Wilson212

Registered Member #5224
Joined: Mon Jun 23 2008, 11:43PM

Location: Seattle, WA
Posts: 184
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).
Back to top
MrNiceGuy
Tue Feb 07 2012, 08:34AM
Get First Aid Here!!

Registered Member #1
Joined: Tue Jan 24 2006, 01:32PM

Location: Norway
Posts: 614

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!
Back to top
Shark-kun
Wed Feb 08 2012, 03:30AM
Registered Member #2459
Joined: Sun Nov 26 2006, 02:56PM

Location: V.Novgorod (Russia)
Posts: 151
Home pages problems link
Download: Bf2_stats_1.4.7 <-
Back to top
Website
MrNiceGuy
Wed Feb 08 2012, 07:21AM
Get First Aid Here!!

Registered Member #1
Joined: Tue Jan 24 2006, 01:32PM

Location: Norway
Posts: 614

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

Download link works for me?


[ Edited Wed Feb 08 2012, 07:25AM ]
Back to top
Shark-kun
Wed Feb 08 2012, 07:59AM
Registered Member #2459
Joined: Sun Nov 26 2006, 02:56PM

Location: V.Novgorod (Russia)
Posts: 151
Image: http://img404.imageshack.us/img404/6789/20120208184954.jpg

[ Edited Thu Feb 09 2012, 12:43AM ]
Back to top
Website
Wilson212
Wed Feb 08 2012, 12:52PM
Wilson212

Registered Member #5224
Joined: Mon Jun 23 2008, 11:43PM

Location: Seattle, WA
Posts: 184
Nice catch on that error
Back to top
MrNiceGuy
Thu Feb 09 2012, 12:52AM
Get First Aid Here!!

Registered Member #1
Joined: Tue Jan 24 2006, 01:32PM

Location: Norway
Posts: 614

Have no idea what happened there, the file is in the download section anyways...
Back to top
Shark-kun
Sun Feb 19 2012, 08:10PM
Registered Member #2459
Joined: Sun Nov 26 2006, 02:56PM

Location: V.Novgorod (Russia)
Posts: 151
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';

Back to top
Website
Go to page       >>   

Jump:     Back to top


Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System
Render time: 0.2625 sec, 0.0083 of that for queries.