Add index on some folder
Add index on some folder
@@ -0,0 +1,37 @@
|
|||||||
|
<?php
|
||||||
|
#################################################################################
|
||||||
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
|
## --------------------------------------------------------------------------- ##
|
||||||
|
## Filename index.php ##
|
||||||
|
## Developed by: aggenkeech ##
|
||||||
|
## 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']), '/\\');
|
||||||
|
?>
|
||||||
|
|
||||||
|
<div style="margin-top: 50px;">
|
||||||
|
<div style="text-align: center">
|
||||||
|
|
||||||
|
<h1>404 - File not found</h1>
|
||||||
|
|
||||||
|
<img
|
||||||
|
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>
|
||||||
|
Before Width: | Height: | Size: 540 B After Width: | Height: | Size: 944 B |
|
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 943 B |
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 939 B |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.7 KiB |
@@ -0,0 +1,37 @@
|
|||||||
|
<?php
|
||||||
|
#################################################################################
|
||||||
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
|
## --------------------------------------------------------------------------- ##
|
||||||
|
## Filename index.php ##
|
||||||
|
## Developed by: aggenkeech ##
|
||||||
|
## 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']), '/\\');
|
||||||
|
?>
|
||||||
|
|
||||||
|
<div style="margin-top: 50px;">
|
||||||
|
<div style="text-align: center">
|
||||||
|
|
||||||
|
<h1>404 - File not found</h1>
|
||||||
|
|
||||||
|
<img
|
||||||
|
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>
|
||||||
|
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 569 B |
@@ -0,0 +1,37 @@
|
|||||||
|
<?php
|
||||||
|
#################################################################################
|
||||||
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
|
## --------------------------------------------------------------------------- ##
|
||||||
|
## Filename index.php ##
|
||||||
|
## Developed by: aggenkeech ##
|
||||||
|
## 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']), '/\\');
|
||||||
|
?>
|
||||||
|
|
||||||
|
<div style="margin-top: 50px;">
|
||||||
|
<div style="text-align: center">
|
||||||
|
|
||||||
|
<h1>404 - File not found</h1>
|
||||||
|
|
||||||
|
<img
|
||||||
|
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>
|
||||||