update plus
@@ -0,0 +1,8 @@
|
|||||||
|
<Files "*.tpl">
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from all
|
||||||
|
ErrorDocument 403 http://travian.shadowss.ro/403.php
|
||||||
|
ErrorDocument 404 http://travian.shadowss.ro/404.php
|
||||||
|
ErrorDocument 500 http://travian.shadowss.ro/500.php
|
||||||
|
Options -Indexes
|
||||||
|
</Files>
|
||||||
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,105 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
include("GameEngine/Village.php");
|
||||||
|
$start = $generator->pageLoadTimeStart();
|
||||||
|
if(isset($_GET['newdid'])) {
|
||||||
|
$_SESSION['wid'] = $_GET['newdid'];
|
||||||
|
header("Location: ".$_SERVER['PHP_SELF']);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
$building->procBuild($_GET);
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title><?php echo SERVER_NAME ?></title>
|
||||||
|
<link REL="shortcut icon" HREF="favicon.ico"/>
|
||||||
|
<meta http-equiv="cache-control" content="max-age=0" />
|
||||||
|
<meta http-equiv="pragma" content="no-cache" />
|
||||||
|
<meta http-equiv="expires" content="0" />
|
||||||
|
<meta http-equiv="imagetoolbar" content="no" />
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
|
<script src="mt-full.js?0faaa" type="text/javascript"></script>
|
||||||
|
<script src="unx.js?0faaa" type="text/javascript"></script>
|
||||||
|
<script src="new.js?0faaa" type="text/javascript"></script>
|
||||||
|
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7c" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7c" rel="stylesheet" type="text/css" />
|
||||||
|
<?php
|
||||||
|
if($session->gpack == null || GP_ENABLE == false) {
|
||||||
|
echo "
|
||||||
|
<link href='".GP_LOCATE."travian.css?e21d2' rel='stylesheet' type='text/css' />
|
||||||
|
<link href='".GP_LOCATE."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
|
||||||
|
} else {
|
||||||
|
echo "
|
||||||
|
<link href='".$session->gpack."travian.css?e21d2' rel='stylesheet' type='text/css' />
|
||||||
|
<link href='".$session->gpack."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
window.addEvent('domready', start);
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
<body class="v35 ie ie8">
|
||||||
|
<div class="wrapper">
|
||||||
|
<img style="filter:chroma();" src="img/x.gif" id="msfilter" alt="" />
|
||||||
|
<div id="dynamic_header">
|
||||||
|
</div>
|
||||||
|
<?php include("Templates/header.tpl"); ?>
|
||||||
|
<div id="mid">
|
||||||
|
<?php include("Templates/menu.tpl"); ?>
|
||||||
|
<?php
|
||||||
|
if(isset($_GET['id'])) {
|
||||||
|
$id = $_GET['id'];
|
||||||
|
} else {
|
||||||
|
$id = "";
|
||||||
|
}
|
||||||
|
if ($id == 110) {
|
||||||
|
include("Templates/Plus/110.tpl");
|
||||||
|
}
|
||||||
|
if ($id == 111) {
|
||||||
|
include("Templates/Plus/111.tpl");
|
||||||
|
}
|
||||||
|
if ($id == 112) {
|
||||||
|
include("Templates/Plus/112.tpl");
|
||||||
|
}
|
||||||
|
if ($id == 113) {
|
||||||
|
include("Templates/Plus/113.tpl");
|
||||||
|
}
|
||||||
|
if ($id == 114) {
|
||||||
|
include("Templates/Plus/114.tpl");
|
||||||
|
}
|
||||||
|
if ($id == 116) {
|
||||||
|
include("Templates/Plus/116.tpl");
|
||||||
|
}
|
||||||
|
if ($id == 3110) {
|
||||||
|
include("Templates/Plus/3110.tpl");
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
|
||||||
|
<div class="footer-stopper"></div>
|
||||||
|
<div class="clear"></div>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
include("Templates/footer.tpl");
|
||||||
|
include("Templates/res.tpl");
|
||||||
|
?>
|
||||||
|
<div id="stime">
|
||||||
|
<div id="ltime">
|
||||||
|
<div id="ltimeWrap">
|
||||||
|
Calculated in <b><?php
|
||||||
|
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
|
||||||
|
?></b> ms
|
||||||
|
|
||||||
|
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="ce"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||