From 3d97bf6a7512db59a727da55ecb0f8dd5744ddef Mon Sep 17 00:00:00 2001 From: Tzen Date: Tue, 28 Nov 2023 12:16:35 +0100 Subject: [PATCH 1/2] Update topstats.php Changed the order --- topstats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topstats.php b/topstats.php index aeb8a05..e5d9612 100644 --- a/topstats.php +++ b/topstats.php @@ -32,7 +32,7 @@ include './includes/header.php';
"; // Displaying top 10 comparisons for each attribute - $attributes = ['dBNOs', 'damageDealt', 'roadKills', 'teamKills','headshotKills','roundMostKills','kills','wins','top10s']; + $attributes = ['wins','top10s','kills','dBNOs','damageDealt','headshotKills','roadKills','teamKills','roundMostKills']; foreach ($attributes as $attribute) { echo "

Top 10 $attribute

"; uasort($players_data[$selected_mode], function ($a, $b) use ($attribute) { From c3d304062e0acae50b0c399ab4c55ff1496c81c1 Mon Sep 17 00:00:00 2001 From: Tzen Date: Tue, 28 Nov 2023 12:23:14 +0100 Subject: [PATCH 2/2] Update last_stats.php Changed Human kills position --- last_stats.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/last_stats.php b/last_stats.php index f9c510f..c67d509 100644 --- a/last_stats.php +++ b/last_stats.php @@ -51,9 +51,9 @@ $ogDescription = "Explore detailed player statistics over the past month includi Player Win % K/D Human + Human Kills K/D All Kills - Human Kills Mtchs Wins Deaths @@ -127,9 +127,9 @@ $ogDescription = "Explore detailed player statistics over the past month includi $player_name $winratio $KD_H + $humankills $KD_ALL $kills - $humankills $matches $wins $deaths @@ -161,4 +161,4 @@ $ogDescription = "Explore detailed player statistics over the past month includi - \ No newline at end of file +