12]) . "' WHERE username = 'Multihunter'"); $wid = $admin->getWref(0, 0); $uid = 5; $status = $database->getVillageState($wid); if($status == 0) { $database->setFieldTaken($wid); $database->addVillage($wid, $uid, 'Multihunter', '0'); $database->addResourceFields($wid, $database->getVillageType($wid)); $database->addUnits($wid); $database->addTech($wid); $database->addABTech($wid); } } $gameinstall = 0; header("Location: ../index.php?s=5"); ?>