commit
3c4495791e
1 changed files with 1 additions and 4 deletions
|
|
@ -151,8 +151,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
||||||
<th>Damage Dealt</th>
|
<th>Damage Dealt</th>
|
||||||
<th>Time Survived</th>
|
<th>Time Survived</th>
|
||||||
<th>Rank</th>
|
<th>Rank</th>
|
||||||
<th>Revives</th>
|
<th>Revs</th>
|
||||||
<th>Longest Kill</th>
|
|
||||||
<th>DBNOs</th>
|
<th>DBNOs</th>
|
||||||
<th>Headshot Kills</th>
|
<th>Headshot Kills</th>
|
||||||
<th>Assists</th>
|
<th>Assists</th>
|
||||||
|
|
@ -171,7 +170,6 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
||||||
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['timeSurvived']) . "</a></td>";
|
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['timeSurvived']) . "</a></td>";
|
||||||
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['winPlace']) . "</a></td>";
|
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['winPlace']) . "</a></td>";
|
||||||
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['revives']) . "</a></td>";
|
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['revives']) . "</a></td>";
|
||||||
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['longestKill']) . "</a></td>";
|
|
||||||
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['DBNOs']) . "</a></td>";
|
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['DBNOs']) . "</a></td>";
|
||||||
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['headshotKills']) . "</a></td>";
|
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['headshotKills']) . "</a></td>";
|
||||||
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['assists']) . "</a></td>";
|
echo "<td><a href='https://pubg.op.gg/user/" . urlencode($playerStats['name']) . "' target='_blank'>" . htmlspecialchars($playerStats['assists']) . "</a></td>";
|
||||||
|
|
@ -186,7 +184,6 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
||||||
echo "<td>" . htmlspecialchars($playerStats['timeSurvived']) . "</td>";
|
echo "<td>" . htmlspecialchars($playerStats['timeSurvived']) . "</td>";
|
||||||
echo "<td>" . htmlspecialchars($playerStats['winPlace']) . "</td>";
|
echo "<td>" . htmlspecialchars($playerStats['winPlace']) . "</td>";
|
||||||
echo "<td>" . htmlspecialchars($playerStats['revives']) . "</td>";
|
echo "<td>" . htmlspecialchars($playerStats['revives']) . "</td>";
|
||||||
echo "<td>" . htmlspecialchars($playerStats['longestKill']) . "</td>";
|
|
||||||
echo "<td>" . htmlspecialchars($playerStats['DBNOs']) . "</td>";
|
echo "<td>" . htmlspecialchars($playerStats['DBNOs']) . "</td>";
|
||||||
echo "<td>" . htmlspecialchars($playerStats['headshotKills']) . "</td>";
|
echo "<td>" . htmlspecialchars($playerStats['headshotKills']) . "</td>";
|
||||||
echo "<td>" . htmlspecialchars($playerStats['assists']) . "</td>";
|
echo "<td>" . htmlspecialchars($playerStats['assists']) . "</td>";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue