")) { page_head("Account creation is disabled"); echo "

Account creation is disabled

Sorry, this project has disabled the creation of new accounts. Please try again later. "; exit(); } page_head("Create account"); echo "

Create an account with ".PROJECT."

"; 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 "
\n"; echo "If you already received an account key, click here to activate your account "; page_tail(); ?>