title = "Registration"; $this->startContents(); ?>

Please wait ...

You should be redirected to the game's main page shortly.
If nothing happens after 10 seconds, please click here.

account page and enter the game from there."; break; case 2: $title = "Registration failed :-("; $descr = "An internal error prevented you from joining the game.
Please contact the staff " . "so that we can help you with it."; break; default: $title = "Unknown error"; $descr = "An unknown error has occured.
Please contact the staff."; break; endswitch; echo "

$title

\n

$descr

"; } function displayForm($args) { ?>
' />

You are about to join

"; } ?> "; } ?>
"; switch ($args['planetError']) : case 1: echo "This planet name is too long (maximum 15 characters)"; break; case 2: echo "This planet name is incorrect (letters, numbers, spaces and _.@-+'/ only)"; break; case 3: echo "Multiple spaces are not allowed"; break; case 4: echo "This planet name is too short (minimum 2 characters)"; break; case 5: echo "Planet names must contain at least a letter"; break; case 6: echo "A planet by that name already exists."; break; case 7: echo "Spaces are not allowed at the beginning or at the end of the planet's name"; break; endswitch; echo ".
Name of your first planet: " size='16' maxlength='15' class="input" />
"; switch ($args['playerError']) : case 1: echo "This player name is too long (maximum 15 characters)"; break; case 2: echo "This player name is incorrect (letters, numbers, spaces and _.@-+'/ only)"; break; case 3: echo "Spaces are not allowed at the beginning or at the end of the player name"; break; case 4: echo "Multiple spaces are not allowed"; break; case 5: echo "This player name is too short (minimum 2 characters)"; break; case 6: echo "A player by that name already exists."; break; endswitch; echo ".
Choose a player name:
 
 
addStylesheet('text'); displayError($args['error']); } } else { $this->addStylesheet('text'); redirect($args['registered']); } ?> endContents(); ?>