
Untitled
By: a guest on
Aug 3rd, 2012 | syntax:
None | size: 1.03 KB | hits: 13 | expires: Never
<?
require('../lib/config.php');
$user_id = $_GET['id'];
$user = new User($user_id);
require('../include/header.php');
?>
<script type="text/javascript">
setTimeout(function(){
window.location.reload(1);
}, 15000);
</script>
<div id="profile_header">
<div id="profile_img"></div>
<div id="profile_info">
<table>
<tr>
<td class="profile_username"><?=$user->data['username'];?><span class="last_active">last active <?=$user->data['last_active'];?></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<div id="profile_stats">
<table>
<tr>
<th>K/D</a></th>
<th>ADR</th>
<th>K</th>
<th>D</th>
<th>BP</th>
<th>BD</th>
<th>3K</th>
<th>4K</th>
<th>5K</th>
<th>HSP</th>
<th>Fav Weapon</th>
<th>Time</th>
</tr>