REGISTER

Create a new game account.

/index.php#register" method="post">
Email
Username
Password
Re-Password

Server Status

Online Players:

$onerealm) { echo "

{$onerealm['realmname']} (Limited to show 49 player - Online players : " . user::get_online_players_count($onerealm['realmid']) . ")


"; $online_chars = user::get_online_players($onerealm['realmid']); if (!is_array($online_chars)) { echo "No players are currently online."; } else { echo ''; foreach ($online_chars as $one_char) { echo ''; } echo '
NameRace ClassLevel
' . $antiXss->xss_clean($one_char['name']) . 'xss_clean(get_config("template")) . '/images/race/' . $antiXss->xss_clean($one_char["race"]) . '-' . $antiXss->xss_clean($one_char["gender"]) . '.gif\'>xss_clean(get_config("template")) . '/images/class/' . $antiXss->xss_clean($one_char["class"]) . '.gif\'>' . $antiXss->xss_clean($one_char['level']) . '
'; } echo "
"; } } ?>

Top Players

$onerealm) { echo "
{$onerealm['realmname']}

"; $data2show = status::get_top_playtime($onerealm['realmid']); echo "

TOP PLAYERS - Play Time

"; if (!is_array($data2show)) { echo "Don't have anything for display."; } else { echo ''; $m = 1; foreach ($data2show as $one_char) { if(empty($one_char['name'])) { continue; } echo ''; } echo '
RankNameRace ClassLevelPlay Time
' . $m++ . '' . $antiXss->xss_clean($one_char['name']) . 'xss_clean(get_config("template")) . '/images/race/' . $antiXss->xss_clean($one_char["race"]) . '-' . $antiXss->xss_clean($one_char["gender"]) . '.gif\'>xss_clean(get_config("template")) . '/images/class/' . $antiXss->xss_clean($one_char["class"]) . '.gif\'>' . $antiXss->xss_clean($one_char['level']) . '' . $antiXss->xss_clean(get_human_time_from_sec($one_char['totaltime'])) . '
'; } echo "
"; $i++; $data2show = status::get_top_killers($onerealm['realmid']); echo "

TOP PLAYERS - Kills

"; if (!is_array($data2show)) { echo "Don't have anything for display."; } else { echo ''; $m = 1; foreach ($data2show as $one_char) { if(empty($one_char['name'])) { continue; } echo ''; } echo '
RankNameRace ClassLevelKills
' . $m++ . '' . $antiXss->xss_clean($one_char['name']) . 'xss_clean(get_config("template")) . '/images/race/' . $antiXss->xss_clean($one_char["race"]) . '-' . $antiXss->xss_clean($one_char["gender"]) . '.gif\'>xss_clean(get_config("template")) . '/images/class/' . $antiXss->xss_clean($one_char["class"]) . '.gif\'>' . $antiXss->xss_clean($one_char['level']) . '' . $antiXss->xss_clean($one_char['totalKills']) . '
'; } echo "
"; $i++; $data2show = status::get_top_honorpoints($onerealm['realmid']); echo "

TOP PLAYERS - Honor Point

"; if (!is_array($data2show)) { echo "Don't have anything for display."; } else { echo ''; if (get_config('expansion') >= 6) { echo ''; } echo ''; $m = 1; foreach ($data2show as $one_char) { if(empty($one_char['name'])) { continue; } echo ''; if (get_config('expansion') >= 6) { echo ''; echo ''; } else { echo ''; } echo ''; } echo '
RankNameRace ClassLevelHonor LevelHonor Points
' . $m++ . '' . $antiXss->xss_clean($one_char['name']) . 'xss_clean(get_config("template")) . '/images/race/' . $antiXss->xss_clean($one_char["race"]) . '-' . $antiXss->xss_clean($one_char["gender"]) . '.gif\'>xss_clean(get_config("template")) . '/images/class/' . $antiXss->xss_clean($one_char["class"]) . '.gif\'>' . $antiXss->xss_clean($one_char['level']) . '' . $antiXss->xss_clean($one_char['honorLevel']) . '' . $antiXss->xss_clean($one_char['honor']) . '' . $antiXss->xss_clean($one_char['totalHonorPoints']) . '
'; } echo "
"; $i++; $data2show = status::get_top_arenapoints($onerealm['realmid']); echo "

TOP PLAYERS - Arena Point:

"; if (!is_array($data2show)) { echo "Don't have anything for display."; } else { echo ''; $m = 1; foreach ($data2show as $one_char) { if(empty($one_char['name'])) { continue; } echo ''; } echo '
RankNameRace ClassLevelArena Points
' . $m++ . '' . $antiXss->xss_clean($one_char['name']) . 'xss_clean(get_config("template")) . '/images/race/' . $antiXss->xss_clean($one_char["race"]) . '-' . $antiXss->xss_clean($one_char["gender"]) . '.gif\'>xss_clean(get_config("template")) . '/images/class/' . $antiXss->xss_clean($one_char["class"]) . '.gif\'>' . $antiXss->xss_clean($one_char['level']) . '' . $antiXss->xss_clean($one_char['arenaPoints']) . '
'; } echo "
"; $i++; $data2show = status::get_top_arenateams($onerealm['realmid']); echo "

TOP PLAYERS - Arena Team

"; if (!is_array($data2show)) { echo "Don't have anything for display."; } else { echo ''; $m = 1; foreach ($data2show as $one_char) { $character_data = status::get_character_by_guid($onerealm['realmid'], $one_char['captainGuid']); if(empty($character_data['name'])) { continue; } echo ''; } echo '
RankNameRatingCaptain Name
' . $m++ . '' . $antiXss->xss_clean($one_char['name']) . '' . $antiXss->xss_clean($one_char['rating']) . '' . (!empty($character_data["name"]) ? $antiXss->xss_clean($character_data['name']) : '-') . '
'; } echo "
"; $i++; echo "
"; } } ?>