diff --git a/data/player_matches.json b/data/player_matches.json index cb6c62e..476051d 100644 --- a/data/player_matches.json +++ b/data/player_matches.json @@ -158,7 +158,7 @@ "mapName": "Baltic_Main" } ], - "updated": "09/23/2023 17:53:53 - Time Zone: W. Europe Standard Time" + "updated": "09/24/2023 20:05:50 - Time Zone: W. Europe Standard Time" }, { "playername": "Petje1972", @@ -319,7 +319,7 @@ "mapName": "Baltic_Main" } ], - "updated": "09/23/2023 17:53:53 - Time Zone: W. Europe Standard Time" + "updated": "09/24/2023 20:05:50 - Time Zone: W. Europe Standard Time" }, { "playername": "TaGMoM", @@ -480,7 +480,7 @@ "mapName": "Baltic_Main" } ], - "updated": "09/23/2023 17:53:53 - Time Zone: W. Europe Standard Time" + "updated": "09/24/2023 20:05:50 - Time Zone: W. Europe Standard Time" }, { "playername": "r00tger", @@ -517,7 +517,7 @@ "mapName": "Baltic_Main" } ], - "updated": "09/23/2023 17:53:53 - Time Zone: W. Europe Standard Time" + "updated": "09/24/2023 20:05:50 - Time Zone: W. Europe Standard Time" }, { "playername": "Masistuta", @@ -678,7 +678,7 @@ "mapName": "Baltic_Main" } ], - "updated": "09/23/2023 17:53:53 - Time Zone: W. Europe Standard Time" + "updated": "09/24/2023 20:05:50 - Time Zone: W. Europe Standard Time" }, { "playername": "RalphNorris", @@ -839,7 +839,7 @@ "mapName": "Baltic_Main" } ], - "updated": "09/23/2023 17:53:53 - Time Zone: W. Europe Standard Time" + "updated": "09/24/2023 20:05:50 - Time Zone: W. Europe Standard Time" }, { "playername": "Jimbo_The_One", @@ -1000,7 +1000,7 @@ "mapName": "Desert_Main" } ], - "updated": "09/23/2023 17:53:53 - Time Zone: W. Europe Standard Time" + "updated": "09/24/2023 20:05:50 - Time Zone: W. Europe Standard Time" }, { "playername": "Shepherders", @@ -1099,6 +1099,6 @@ "mapName": "Baltic_Main" } ], - "updated": "09/23/2023 17:53:53 - Time Zone: W. Europe Standard Time" + "updated": "09/24/2023 20:05:50 - Time Zone: W. Europe Standard Time" } ] diff --git a/latestmatches.php b/latestmatches.php index dae1908..0be7fc4 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -45,15 +45,16 @@ error_reporting(E_ALL); $date = new DateTime($match['createdAt']); $formattedDate = $date->format('d F Y, H:i:s'); - + $matchType = $match['matchType']; $gameMode = $match['gameMode']; $mapName = $match['mapName']; $kills = $match['stats']['kills']; $damage = $match['stats']['damageDealt']; $timeSurvived = $match['stats']['timeSurvived']; - echo "