draw(); for($i = 0; $i < ($_GET['s']+1); $i++) { $bar->tick(); } ?>
TravianZ Installation Script
ERROR!
It's not possible to write the config file. Change the permission to '777'. After that, refresh this page!"; } else if (file_exists("../var/installed")) { echo"ERROR!
Installation appears to have been completed.
If this is an error remove /var/installed file in install directory."; } else switch($_GET['s']){ case 0: include("templates/greet.tpl"); break; case 1: include("templates/config.tpl"); break; case 2: include("templates/dataform.tpl"); break; case 3: include("templates/wdata.tpl"); break; case 4: include("templates/accounts.tpl"); break; case 5: include("templates/end.tpl"); break; } ?>