'
. $amount .
'
Users and Villages added using Base Name
'
. $baseName .
' ';
if ($skipped > 0)
{
echo ''
. $skipped .
'
Users not created as the user name already exists
';
}
echo 'Now would be a good time to '
. 'Return to the server'
. ' this will update rankings etc but will take a while! '
. ' Make sure max_execution_time is set to a high enough value in php.ini
'
. 'Choose a different Base Name if you want to create more ';
// Clear the basename from form values so not used again
$baseName = "";
$amount = "";
}
?>
Base Name