mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-20 18:21:00 +00:00
Change some 404 error
Change some 404 error
This commit is contained in:
+28
-10
@@ -2,18 +2,36 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
## --------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------------------- ##
|
||||||
## Filename 404.tpl ##
|
## Filename index.php ##
|
||||||
## Developed by: aggenkeech ##
|
## Developed by: aggenkeech ##
|
||||||
## License: TravianX Project ##
|
## License: TravianZ Project ##
|
||||||
## Copyright: TravianX (c) 2010-2012. All rights reserved. ##
|
## 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']), '/\\');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div style="margin-top: 50px;">
|
<div style="margin-top: 50px;">
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<h1>404 - File not found</h1>
|
|
||||||
<img src="../../gpack/travian_default/img/misc/404.gif" title="Not Found" alt="Not Found"><br />
|
<h1>404 - File not found</h1>
|
||||||
<p>We looked 404 times already but can't find anything, Not even an X marking the spot.</p>
|
|
||||||
<p>This system is not complete yet. So the page probably does not exist.</p><br>
|
<img
|
||||||
</div>
|
src="<?php echo $basePath; ?>/../../gpack/travian_default/img/misc/404.gif"
|
||||||
|
title="Not Found"
|
||||||
|
alt="Not Found"
|
||||||
|
><br />
|
||||||
|
|
||||||
|
<p>We looked 404 times already but can't find anything, Not even an X marking the spot.</p>
|
||||||
|
|
||||||
|
<p>This system is not complete yet. So the page probably does not exist.</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user