include("menu.en.inc"); $this->title = "Banned"; $this->addStylesheet('text'); $this->startContents(); ?>
You have been banned from the game.
Don't even think about coming back.
$q = dbQuery("SELECT reason FROM account WHERE id=" . tracking::$data['uid'] . " AND status='KICKED'"); list($reason) = dbFetchArray($q); if ($reason != "") { echo "Reason: $reason
"; } $this->endContents(); ?>