Submitting this form will create new Users and/or Villages on your server!
Includes resources, main building, rally point, warehouse, granary, wall, market, residence, troops (for hero level-up), and one cranny.
Base Name should be between 4 and 20 characters long
Mode
How Many (accounts) should be between 1 and 200
(Higher values might take a while or cause a crash!)
If you want to run this more than once you should use a different Base Name each time.
Example (legacy):
Base Name = Farm | How Many (accounts) = 5 → Users: Farm1..Farm5
Example (single):
Base Name = FarmLord | Villages = 5 → User: FarmLord with 5 villages
Error: Base Name is too short (min 4 chars)';
break;
case 'BN2L':
$baseNameFontColor = "Red";
echo '
Error: Base Name is too long (max 20 chars)';
break;
case 'AMLO':
$amountFontColor = "Red";
echo '
Error: Minimum of 1 for How Many (accounts)';
break;
case 'AMHI':
$amountFontColor = "Red";
echo '
Error: Maximum of 200 for How Many (accounts)';
break;
case 'VILO':
$villagesFontColor = "Red";
echo '
Error: Minimum of 1 for Villages';
break;
case 'VIHI':
$villagesFontColor = "Red";
echo '
Error: Maximum of 200 for Villages';
break;
default:
echo '
'.$amount.' Users (1 village each) added with Base Name '.$baseName.' ';
} else {
$villages = ($_GET['vi']);
echo '
Created User '.$baseName.' with '.$villages.' villages. ';
}
if (($mode === 'many_accounts' && $amount > 0) || ($mode === 'single_with_villages' && $villages > 0)) {
$usersMessage = ($mode === 'many_accounts' ? (($amount > 1) ? 'these Users' : 'this User') : 'this User');
$begMessage = 'Beginners Protection was ';
if (!$beginnersProtection) { $begMessage .= 'NOT '; }
$begMessage .= 'set for '.$usersMessage.' ';
echo $begMessage;
$tribeMessage = 'Tribe for '.$usersMessage.' was '.$tribe.' ';
echo $tribeMessage;
}
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 (updates rankings; may take a while) '
. 'Make sure max_execution_time is set high enough in php.ini