Account Creation is Disabled

Account creation is disabled for ".PROJECT." at the moment. Please try again later.

"; page_tail(); exit(); } echo "

Read the Rules and Policies before creating an account.

If you already received an account ID, do not submit this form. Activate your account instead.

"; $teamid = $_GET['teamid']; if ($teamid) { $team = lookup_team($teamid); $user = lookup_user_id($team->userid); if (!$user) { echo "No such user"; } else { echo "This account will belong the team id>$team->name and will have the project preferences of its founder.

"; echo " "; } } start_table(); row2( "Name
Identifies you on our web site. Use your real name or a nickname.", "" ); row2( "Email Address
Must be a valid address of the form 'name@domain'.", "" ); row2_init( "Country
Select the country you want to represent, if any.", "\n"; row2( "Postal or ZIP Code
Optional.", "" ); row2("", "" ); end_table(); echo "

"; page_tail(); ?>