Presently, the server is not available due to maintenance.
This take a few minutes. In the meantime you can drink a coffee.
pageLoadTimeStart(); ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## ## Filename : maintenance.php ## ## Type : In Game Maintenance Page ## ## --------------------------------------------------------------------------- ## ## Developed by : iopietro ## ## Refactored by : Shadow ## ## Redesign by : Shadow ## ## --------------------------------------------------------------------------- ## ## Contact : cata7007@gmail.com ## ## Project : TravianZ ## ## URLs: : https://travianz.org ## ## GitHub : https://github.com/Shadowss/TravianZ ## ## --------------------------------------------------------------------------- ## ## License : TravianZ Project ## ## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## ## --------------------------------------------------------------------------- ## ################################################################################# 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){ ?>
Presently, the server is not available due to maintenance.
This take a few minutes. In the meantime you can drink a coffee.