webp immages #160
BIN
images/ranks/Bronze-1.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
images/ranks/Bronze-2.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
images/ranks/Bronze-3.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
images/ranks/Bronze-4.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
images/ranks/Bronze-5.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
images/ranks/Diamond-1.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
images/ranks/Diamond-2.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
images/ranks/Diamond-3.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
images/ranks/Diamond-4.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
images/ranks/Diamond-5.webp
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
images/ranks/Gold-1.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
images/ranks/Gold-2.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
images/ranks/Gold-3.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
images/ranks/Gold-4.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
images/ranks/Gold-5.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
images/ranks/Master.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
images/ranks/Platinum-1.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
images/ranks/Platinum-2.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
images/ranks/Platinum-3.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
images/ranks/Platinum-4.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
images/ranks/Platinum-5.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
images/ranks/Silver-1.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
images/ranks/Silver-2.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
images/ranks/Silver-3.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
images/ranks/Silver-4.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
images/ranks/Silver-5.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
images/ranks/Unranked.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -108,7 +108,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
if (isset($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp'])) {
|
||||
$tier = $rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentTier']['tier'];
|
||||
$subTier = $rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentTier']['subTier'];
|
||||
$image = "./images/ranks/" . $tier . "-" . $subTier . ".png";
|
||||
$image = "./images/ranks/" . $tier . "-" . $subTier . ".webp";
|
||||
$rankPoint = htmlspecialchars($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentRankPoint']);
|
||||
echo "<tr><td><a href='latestmatches.php?selected_player=" . htmlspecialchars($playername) . "'>name</a></td><td><a href='latestmatches.php?selected_player=" . htmlspecialchars($playername) . "'>" . htmlspecialchars($playername) . "</a></td><td><img src='" . $image . "' class='table-image'></td><td>" . $rankPoint . "</td></tr>";
|
||||
} else {
|
||||
|
|
|
|||