The user "" does not exist.

getRank(); $totalRanks = is_array($rankArray) ? count($rankArray) : 0; /** Pagination */ if (isset($_GET['rank']) && is_numeric($_GET['rank'])) { $rankGet = (int)$_GET['rank']; if ($rankGet > $totalRanks) { $rankGet = max(1, $totalRanks - 1); } $multiplier = 1; while ($rankGet > (20 * $multiplier)) { $multiplier++; } $start = (20 * $multiplier) - 19; } else { $start = isset($_SESSION['start']) ? ((int)$_SESSION['start'] + 1) : 1; } ?> 0) { $end = $start + 20; for ($i = $start; $i < $end; $i++) { if (!isset($rankArray[$i]) || $rankArray[$i] === "pad") { continue; } $row = $rankArray[$i]; $uid = (int)$row['userid']; $rank = (int)$i; $username = htmlspecialchars($row['username'], ENT_QUOTES, 'UTF-8'); $aname = htmlspecialchars($row['aname'], ENT_QUOTES, 'UTF-8'); $highlight = ($i == $search) ? " class=\"hl\"" : ""; echo ""; echo ""; // Player echo ""; // Alliance echo ""; echo ""; echo ""; echo ""; } } else { echo ""; } ?>
The largest Teutons
PlayerAlliancePopulationVillages
{$rank}."; if (!empty($row['access']) && (int)$row['access'] > 2) { echo "{$username}"; } else { echo "{$username}"; } echo ""; if (!empty($row['alliance']) && (int)$row['alliance'] > 0) { echo "{$aname}"; } else { echo "-"; } echo "".(int)$row['totalpop']."".(int)$row['totalvillage']."
No users found