You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace your installed files with the new ones from the archive.
In a terminal run the command npm update to update required packages.
In a terminal run the command npm run build to rebuild the website, then npm run start to start the website.
In a terminal run the command node importer to restart the importer if required.
V 2.12.0 Change Log:
Replaced many of the site's graphs, graph tabs with no data are automatically hidden, and many general improvements.
Fixed an issue where the import would hang indefinitely on a ftp error, now if there is an ftp error it will only affect said ftp importer and log an error message, then continue on the next.
Fixed an issue with Domination table nstats_dom_match_caps column team always being -1 instead of a valid team id.
Added the “Control Point Captures” tab to match domination graphs, this will display the total times the point has been capped over time.
Added the “Team ” tab to match domination graphs, this will display the team’s total captures for each point over time.
Added team icons to match result scores(non table version).
Fixed bNoMouseOver not being applied to country flags if enabled.
Hide telefrags in match reports if there is no data.
Hide gametypes with no telefrags events, hide telefrags area completely if there is no data at all on player profile pages.
Fixed admin user agents not displaying correctly.
Added site hits graph to admin area, includes hits past 24 hours, 7, 28, 365 days, unique views and total page views.
Fixed another issue with the importer hanging indefinitely.
Fixed an issue where a player’s team is not correctly assigned making them not appear in match reports.
Added new “best stats” to match weapon statistics, you can view who has gotten the best damage and or kills with each weapon.
Added total damage tab to match weapon statistics, you can view who got the most damage and percentage of their team’s damage.
Fixed team games screenshot displaying one team as the winner in the if a match result was a draw.