Warning: Undefined array key "STEAMID" in /home/container/public_html/ttt_stats/compare.php on line 16

Warning: Undefined array key "STEAMID2" in /home/container/public_html/ttt_stats/compare.php on line 17

Warning: Undefined array key "stype" in /home/container/public_html/ttt_stats/compare.php on line 18

Compare your stats with a friends!

"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; if ($sb_enabled == true){ echo ""; } echo ""; } } echo "
SteamID Nickname Playtime
(hours, minutes, seconds)
Rounds Played Times Innocent Times Detective Times Traitor Total Deaths Total Kills K/D Ratio Total Head-Shots Total Points Highest Score First Joined Last Seen
" . $playerSteamid . "" . $playerNickname . " H:" . $hours . " M:" . $minutes . " S:" . $seconds . "" . $playerRoundsplayed . "" . $playerInnocenttimes . "" . $playerDetectivetimes . "" . $playerTraitortimes . "" . $playerDeaths . "" . $playerKills . "" . $playerKDR . "" . $playerHeadshots . "" . $playerPoints . "" . $playerMaxfrags . "" . $playerFirstjoined . "" . $playerLastSeen . " " . $bannedTotal . "
"; //end of player 1 get and print of data ?>



"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; if ($sb_enabled == true){ echo ""; } echo ""; } } echo "
SteamID Nickname Playtime
(hours, minutes, seconds)
Rounds Played Times Innocent Times Detective Times Traitor Total Deaths Total Kills K/D Ratio Total Head-Shots Total Points Highest Score First Joined Last Seen
" . $playerSteamid2 . "" . $playerNickname2 . " H:" . $hours2 . " M:" . $minutes2 . " S:" . $seconds2 . "" . $playerRoundsplayed2 . "" . $playerInnocenttimes2 . "" . $playerDetectivetimes2 . "" . $playerTraitortimes2 . "" . $playerDeaths2 . "" . $playerKills2 . "" . $playerKDR2 . "" . $playerHeadshots2 . "" . $playerPoints2 . "" . $playerMaxfrags2 . "" . $playerFirstjoined2 . "" . $playerLastSeen2 . " " . $bannedTotal2 . "
"; //end of player 2 start and get data if (isset($player) && isset($player2)){ $multiResult = mysqli_num_rows($player); $multiResult2 = mysqli_num_rows($player2); } if ($multiResult == 0 && isset($inputPlayer) || $multiResult2 == 0 && isset($inputPlayer2)){ echo "

One of more users doesn't exist, please try again.

"; } ?>