From 8cf5c93995f3be8afed2c74bb5f7178c85825d1e Mon Sep 17 00:00:00 2001 From: Catalin Novgorodschi <1140613+Shadowss@users.noreply.github.com> Date: Fri, 8 May 2026 08:21:38 +0300 Subject: [PATCH] Change some 404 error Change some 404 error --- Templates/Notice/index.php | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/Templates/Notice/index.php b/Templates/Notice/index.php index 98297c7a..9fcb4aed 100644 --- a/Templates/Notice/index.php +++ b/Templates/Notice/index.php @@ -2,18 +2,36 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Filename 404.tpl ## +## Filename index.php ## ## Developed by: aggenkeech ## -## License: TravianX Project ## -## Copyright: TravianX (c) 2010-2012. All rights reserved. ## -## ## +## License: TravianZ Project ## +## Copyright: TravianZ (c) 2010-2025. All rights reserved. ## ################################################################################# + +// prevent direct misuse in weird contexts (optional but safe) +if (!defined('IN_GAME')) { + // keep it harmless, just allow display +} + +$basePath = rtrim(dirname($_SERVER['SCRIPT_NAME']), '/\\'); ?> +
-
-

404 - File not found

- Not Found
-

We looked 404 times already but can't find anything, Not even an X marking the spot.

-

This system is not complete yet. So the page probably does not exist.


-
+
+ +

404 - File not found

+ + Not Found
+ +

We looked 404 times already but can't find anything, Not even an X marking the spot.

+ +

This system is not complete yet. So the page probably does not exist.

+ +
+ +
\ No newline at end of file