bf3stats Version 0.0.7 Released

Hey readers,

I released a new version of bf3stats including a new popup for Accuracy and disabling memcache by default in the configuration (since it’s not often used on shared hosts).

Getting close to a final version with only a few things left to do to meet my roadmap.

Changelog

  • disable memcache by default
  • only enable smarty cache when memcache is disabled
  • disable smarty cache by default if memcache is not used
  • split up the statistics on their own templates, including them on the default template for home
  • added accuracy popup to show top 10 accuarcy for weapons
  • moved best ribbon and medal count to best ribbon name line

 

bf3stats Version 0.0.6 Released

Hey interested readers,

I just released bf3stats Version 0.0.6. It includes some updates to the updatePlayers.php cronjob and a couple of template tweaks. See changelog for details.

Changelog Version 0.0.6

  • removed debug output from updatePlayers.php cronjob
  • only update players that were not updated > 2hrs
  • moved Kits from Score to Kit popup
  • removed Main Kit name from Kit popup and only show the icon instead
  • re-aligned Kills popup
  • merged MVP tables together into one table
  • removed unique medal and ribbon counts from popup and renamed Progress to Unique Progress

bf3stats Version 0.0.5 Released

Just minutes after my 0.0.4 release I had some reports that the % of total scores for ground and air vehicles didn’t work as well as issues on the “Compare” page for players.

These issues have both been address. I am sorry for the inconvenience this double release may have caused. I will make sure to test things better in the future.

Changelog

Version 0.0.5

  • Bugfix: Wrong player list due to configuration changes on compare page
  • Bugfix: % of Total score was not displayed for ground and air vehicles

Download: http://www.grewe.ca/projects/bf3stats/

bf3stats Version 0.0.4 Released

Another release of bf3stats adding more statistics and a new configuration option for players and a custom cache index name for shared memcache instances.

Players can now be assigned a “bought” variable that tells the stats parser to figure out the hours per day since the user bought the game. This is optional and backwards compatible to your old configuration.

Also added a new cache index so users with shared memcaches don’t override each others statistics upon updates. File based caching is not affected by this but the key is still required. Please update your configuration accordingly using the supplied configuration as an example.

Changelog

  • Added custom cache index
  • Added per player configuration for bought date
  • Added playtime per 50 Euro spent
  • Added playtime since release date
  • Added playtime since bought [Optional]
  • Added Main Kit used
  • Added best weapon and vehicle under kills popup

bf3stats Version 0.0.2 Released

Just a quick update to bf3stats adding SPM as a sorting column for vehicles instead of Score.

Changelog 0.0.2

  • fixed errors for devision by zero on round() calls
  • fixed error when debugging disabled
  • updated update_players method
  • Adjusted vehicle SPM location in list
  • Adjusted popup windows
  • Replaced Vehicles scores with Vehicles SPM

bf3stats Version 0.0.1 Released

As promised: I finished the bf3stats cleanup and created an initial release of my code. It already includes everything you would need to run this. Please read the bf3stats page for installation documentation and help.

As mentioned this is an initial release so you can try it out. It’s still under development and might not work perfectly for you. If you are having issues leave a comment on the bf3stats page.