longestkill be gone #127
2 changed files with 2 additions and 5 deletions
|
|
@ -55,7 +55,7 @@
|
|||
overflow: hidden;
|
||||
background-color: #0f0f0f;
|
||||
position: relative;
|
||||
min-width: 424px;
|
||||
min-width: 300px;
|
||||
max-width: 500px;
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
|
|
|
|||
|
|
@ -151,8 +151,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
<th>Damage Dealt</th>
|
||||
<th>Time Survived</th>
|
||||
<th>Rank</th>
|
||||
<th>Revives</th>
|
||||
<th>Longest Kill</th>
|
||||
<th>Revs</th>
|
||||
<th>DBNOs</th>
|
||||
<th>Headshot Kills</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['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['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['headshotKills']) . "</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['winPlace']) . "</td>";
|
||||
echo "<td>" . htmlspecialchars($playerStats['revives']) . "</td>";
|
||||
echo "<td>" . htmlspecialchars($playerStats['longestKill']) . "</td>";
|
||||
echo "<td>" . htmlspecialchars($playerStats['DBNOs']) . "</td>";
|
||||
echo "<td>" . htmlspecialchars($playerStats['headshotKills']) . "</td>";
|
||||
echo "<td>" . htmlspecialchars($playerStats['assists']) . "</td>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue