Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 1.03 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?
  2. require('../lib/config.php');
  3.  
  4. $user_id = $_GET['id'];
  5. $user = new User($user_id);
  6.  
  7. require('../include/header.php');
  8. ?>
  9. <script type="text/javascript">
  10. setTimeout(function(){
  11.    window.location.reload(1);
  12. }, 15000);
  13. </script>
  14. <div id="profile_header">
  15.         <div id="profile_img"></div>
  16.         <div id="profile_info">
  17.         <table>
  18.         <tr>
  19.                 <td class="profile_username"><?=$user->data['username'];?><span class="last_active">last active <?=$user->data['last_active'];?></td>
  20.         </tr>
  21.         <tr>
  22.                 <td></td>
  23.         </tr>
  24.         </table>
  25. </div>
  26. </div>
  27. <div id="profile_stats">
  28. <table>
  29.         <tr>
  30.                 <th>K/D</a></th>
  31.                 <th>ADR</th>
  32.                 <th>K</th>
  33.                 <th>D</th>
  34.                 <th>BP</th>
  35.                 <th>BD</th>
  36.                 <th>3K</th>
  37.                 <th>4K</th>
  38.                 <th>5K</th>
  39.                 <th>HSP</th>
  40.                 <th>Fav Weapon</th>
  41.                 <th>Time</th>
  42.  
  43.         </tr>