pageLoadTimeStart(); ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## ## Project: TravianZ ## ## Filename berichte.php ## ## Developed by: yi12345 ## ## License: TravianZ Project ## ## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## ## URLs: http://travian.shadowss.ro ## ## Source code: https://github.com/Shadowss/TravianZ ## ## ## ################################################################################# use App\Utils\AccessLogger; include_once("GameEngine/Village.php"); AccessLogger::logRequest(); $message->noticeType($_GET); $message->procNotice($_POST); if(isset($_GET['newdid'])) { $_SESSION['wid'] = $_GET['newdid']; if ( isset( $_GET['t'] ) ) { header( "Location: " . $_SERVER['PHP_SELF'] . "?t=" . $_GET['t'] ); exit; } else if ( isset( $_GET['vill'] ) && isset( $_GET['id'] ) ) { header( "Location: " . $_SERVER['PHP_SELF'] . "?id=" . $_GET['id'] . "&vill=" . $_GET['vill'] . "" ); exit; } else if ( $_GET['id'] != 0 ) { header( "Location: " . $_SERVER['PHP_SELF'] . "?id=" . $_GET['id'] ); exit; } else { header( "Location: " . $_SERVER['PHP_SELF'] ); exit; } } ?> <?php echo SERVER_NAME ?> - <?php echo REPORTS ?> gpack == null || GP_ENABLE == false) { echo " "; } else { echo " "; } ?>

> | > | > | > | > plus) { echo "| ".ARCHIVE.""; } ?>
0 && $_GET['aid'] == $session->alliance && $database->getNotice2($_GET['id'], 'ally') == $session->alliance) { $type = $database->getNotice2($_GET['id'], 'ntype'); if ($type >= 10 && $type <= 17) unset($type); } elseif(isset($_GET['vill']) && $database->getNotice2($_GET['id'], 'ally') == $session->alliance) { $type = $database->getNotice2($_GET['id'], 'ntype'); if ($type >= 10 && $type <= 17) unset($type); } elseif($database->getNotice2(preg_replace("/[^a-zA-Z0-9_-]/", "", $_GET['id']), 'uid') == $session->uid) { $type = ($message->readingNotice['ntype'] == 9) ? $message->readingNotice['archive'] : $message->readingNotice['ntype']; } if(isset($type)) include("Templates/Notice/".$message->getReportType($type).".tpl"); unset($type); } else include("Templates/Notice/all.tpl"); ?>







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