pageLoadTimeStart(); ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## ## Project: TravianZ ## ## Version: 01.06.2018 ## ## Description: When an Admin/MH starts a maintenance ## ## this page will be showed ## ## Authors: iopietro ## ## Page: maintenance.php ## ## License: TravianZ Project ## ## Copyright: TravianZ (c) 2010-2018. All rights reserved. ## ## URLs: http://travian.shadowss.ro ## ## Source code: https://github.com/Shadowss/TravianZ/ ## ## ## ################################################################################# use App\Utils\AccessLogger; if (!function_exists('mysqli_result')) { function mysqli_result($res, $row, $field = 0) { $res->data_seek($row); $datarow = $res->fetch_array(); return $datarow[$field]; } } include_once("GameEngine/Village.php"); AccessLogger::logRequest(); if(isset($_GET['newdid'])) { $_SESSION['wid'] = $_GET['newdid']; header("Location: ".$_SERVER['PHP_SELF']); exit; } // ==== NOUA VERIFICARE (in loc de $_SESSION['ok']) ==== $maintenance = $database->getMaintenance(); if($maintenance['active'] == 1 && $session->access < 9){ ?> <?php echo SERVER_NAME ?> - Game Over gpack == null || GP_ENABLE == false) { echo " "; } else { echo " "; } ?>

Presently, the server is not available due to maintenance.

This take a few minutes. In the meantime you can drink a coffee.








"; include("Templates/links.tpl"); } ?>
pageLoadTimeEnd()-$start_timer)*1000); ?> ms