set_charset("utf8"); $style = 0; if(isset($_REQUEST["style"])) { $style = $_REQUEST["style"]; } $map = ""; if(isset($_REQUEST["map"])) { $map = $_REQUEST["map"]; } ?> " . HOMEPAGE_TITLE . ""); } else { echo("".removeworkshop($_GET["map"]).""); } ?>

To show the records of any map, please select it using the menu at the top right of this page.
Don't forget to select a style if you wish, and then tap 'Submit'!

prepare("SELECT p.id, p.map, u.auth, u.name, p.time, p.jumps FROM playertimes p JOIN users u ON p.auth = u.auth WHERE map = ? AND style = ? ORDER BY time ASC;")) { $stmt->bind_param("ss", $_GET["map"], $_GET["style"]); $stmt->execute(); $stmt->store_result(); $rows = $stmt->num_rows; $stmt->bind_result($id, $map, $auth, $name, $time, $jumps); if($rows > 0) { $first = true; $rank = 1; while($row = $stmt->fetch()) { if($rank > RECORD_LIMIT) { break; } if($first) { ?>

Records () for :

Rank Record ID SteamID3 Player Time Jumps
#".$rank); break; } case 2: { echo(" #".$rank); break; } case 3: { echo(" #".$rank); break; } default: { echo("#".$rank); break; } } ?> Format(SteamID::FORMAT_STEAMID64) . "/\">" . $auth . ""); ?>

No results!

Try another map, there may be some records!

close(); } } ?>