| View previous topic :: View next topic |
| Author |
Message |
SgtLegend Site Admin
 Xtreme Developer
 DFG-Devloper

Gender:  Joined: Oct 11, 2008 Age: 19 Posts: 2707 Location: Australia Reputation: 284.3   votes: 15

Status: Offline
Web Control Panel: cPanel 11.25 |
Posted: Mon May 10, 2010 4:07 pm Post subject: Battlefield Bad Company 2 Stats Tracker |
|
|
This is the offical thread for the Nuke Evolution Battlefield Bad Company 2 stats tracker module, any bugs found will need to be reported with a detailed description of the bugs location and any screenshot you can provide.
The current releases are as follows...
Nuke Evolution: 1.3.0 ( Last Update: 05/06/2010 )
5/4/2010 - Fixed weapons stars
6/4/2010 - Updated pins to .png and added url encoding for ab-normal profile names
7/4/2010 - Updated json_decode to use JSON file for servers using PHP 5.2.1 and lower
9/4/2010
- Added force player to queue coding
- Fixed admin add player
10/4/2010 - Updated admin panel to loop through player queue more rapidly to save loading times
15/4/2010 - Fixed player add coding in admin panel
16/4/2010
- Removed force player to queue coding
- Added rank progress bar to index and profile
27/4/2010
- Updated admin panel (added realtime user search)
- Forced 230 player limit to save server loads
29/4/2010
- Added configuration panel to turn things on and off
- Included a block and updated insignia and pin images
30/4/2010
- Updated block to show error message if no players exist and added a link to the module
- Fixed and add new pin images aswell as added new insignia images
- Fixed vehicle array and added missing vehicle
6/5/2010
- Updated to 1.2 RC3
- Added stats selection for PS3 and Xbox 360
- Fixed JSON conflict error with other modules
- Added 4 new weapons
- Fixed SQL error in installer/upgrades
- Fixed JSON conflict in the admin panel
7/5/2010 - Fixed SQL query error on installer/upgrade
8/5/2010 - Fixed missing SQL in the installer/upgrade
11/5/2010 - Fixed SQL error in the installer
20/5/2010
- Fixed platform bugs related to viewing a players profile and when viewing another consoles stats
- Fixed the manual installation SQL file due to missing SQL
29/5/2010
- Added 4 new achievements (Ready for the next update - Thanks TONY[-TOC-])
- Added insignia progress bars
- Updated progress bars to use CSS instead of PHP
- Updated to 1.3.0
30/5/2010
- Fixed HTML error in progress bar
- Fixed progress bars
- Updated 4 new achievement images with better images (Thanks TONY[-TOC-])
1/6/2010
- Added repair count to Repair Tool
- Added copyright link to BFBCS as a show of kindness
5/6/2010
- Fixed language error
- Fixed cache issue
Raven Nuke: 1.0 RC1 ( Last Update: 19/04/2010 )
5/4/2010 - Fixed weapons stars
6/4/2010 - Updated pins to .png and added url encoding for ab-normal profile names
7/4/2010 - Updated json_decode to use JSON file for servers using PHP 5.2.1 and lower
9/4/2010
- Added force player to queue coding
- Fixed admin add player
10/4/2010 - Updated admin panel to loop through player queue more rapidly to save loading times
15/4/2010 - Fixed player add coding in admin panel
16/4/2010
- Removed force player to queue coding
- Added rank progress bar to index and profile
18/4/2010 - Fixed undefined function error
19/4/2010 - Removed is_mod_admin and updated admin panel
If your site is not using jQuery please make careful note of the jQuery edits the installer clearly asks you to make, these edits are in plain view and are required so posts asking why i can't members should not occur. Also note that the nuke evolution version will NOT work on raven nuke or PHP-Nuke 8 and below.
If you have downloaded the module and are experiencing issues adding members run the following via phpMyAdmin and if you get an SQL error do not worry about it and continue on...
NOTE: These SQL queries are only for those having issues with 1.2
| Code:
|
|
ALTER TABLE `nuke_bc2_stats` ADD `platform` varchar(10) NOT NULL
|
| Code:
|
|
UPDATE TABLE `nuke_bc2_stats` SET platform='pc'
|
| Code:
|
|
ALTER TABLE `nuke_bc2_stats_config` ADD `default_platform` varchar(10) NOT NULL AFTER `block_loader`
|
| Code:
|
|
UPDATE TABLE `nuke_bc2_stats_config` SET default_platform='pc'
|
This module was brought to you by,
DarkForgeGfx |
DarkForge Hosting
Great Hosting Rates
I may be a legend, i may be a human, one thing im sure of is that im smarter then you!
Last edited by SgtLegend on Fri Jun 04, 2010 11:58 pm; edited 10 times in total |
|
| Back to top |
|
 |
| Thankful People |
2 user(s) is/are thankful for this post.
TONY[-TOC-](20-05, 19:51), sdtfmaester(08-06, 23:10), Thanks SgtLegend for his/her post
|
|
SgtLegend Site Admin
 Xtreme Developer
 DFG-Devloper

Gender:  Joined: Oct 11, 2008 Age: 19 Posts: 2707 Location: Australia Reputation: 284.3   votes: 15

Status: Offline
Web Control Panel: cPanel 11.25 |
Posted: Wed May 19, 2010 12:24 pm Post subject: Re: Battlefield Bad Company 2 Stats Tracker |
|
|
The nuke evolution download has been updated, if your running 1.2 RC3 already and do not want to run the installer again simply run the following 2 queries via phpMyAdmin
| Code:
|
UPDATE `nuke_bc2_stats` SET platform='360' WHERE platform='xbox';
UPDATE `nuke_bc2_stats_config` SET default_platform='pc'
|
Please NOTE that this will reset your default platform (same thing happens with the installer) so you will need to change that via the configuration again. Please report any issues you find |
DarkForge Hosting
Great Hosting Rates
I may be a legend, i may be a human, one thing im sure of is that im smarter then you! |
|
| Back to top |
|
 |
SgtLegend Site Admin
 Xtreme Developer
 DFG-Devloper

Gender:  Joined: Oct 11, 2008 Age: 19 Posts: 2707 Location: Australia Reputation: 284.3   votes: 15

Status: Offline
Web Control Panel: cPanel 11.25 |
Posted: Fri May 28, 2010 11:01 pm Post subject: Re: Battlefield Bad Company 2 Stats Tracker |
|
|
The Nuke Evolution download has been updated to 1.3.0, if you are running 1.2 RC3 simply download the zip file again, extract the files and upload the files in the 1.2 RC3 - 1.3.0 folder. This update requires no SQL queries or SQL updates.
Raven Nuke Users: I will try to get the raven nuke version updated soon but due to only a small amount of downloads compared to nuke the update to 1.3.0 may not go ahead |
DarkForge Hosting
Great Hosting Rates
I may be a legend, i may be a human, one thing im sure of is that im smarter then you! |
|
| Back to top |
|
 |
|
SgtLegend Site Admin
 Xtreme Developer
 DFG-Devloper

Gender:  Joined: Oct 11, 2008 Age: 19 Posts: 2707 Location: Australia Reputation: 284.3   votes: 15

Status: Offline
Web Control Panel: cPanel 11.25 |
Posted: Sun May 30, 2010 9:58 am Post subject: Re: Battlefield Bad Company 2 Stats Tracker |
|
|
Nuke Evolution Users:
The download has been updated again due to an error in the new CSS progress bars, it has since been fixed and the 4 new achievements updated with better images |
DarkForge Hosting
Great Hosting Rates
I may be a legend, i may be a human, one thing im sure of is that im smarter then you! |
|
| Back to top |
|
 |
SgtLegend Site Admin
 Xtreme Developer
 DFG-Devloper

Gender:  Joined: Oct 11, 2008 Age: 19 Posts: 2707 Location: Australia Reputation: 284.3   votes: 15

Status: Offline
Web Control Panel: cPanel 11.25 |
Posted: Sat Jun 05, 2010 4:14 am Post subject: Re: Battlefield Bad Company 2 Stats Tracker |
|
|
I've made a video tutorial on how to install the module, you might need to turn up your sound as i was sick when i recorded it but it explains how to install the BC2 Stats Tracker
http://videos.sgtlegend.com/BFBC2%20Install/ |
DarkForge Hosting
Great Hosting Rates
I may be a legend, i may be a human, one thing im sure of is that im smarter then you! |
|
| Back to top |
|
 |
|