fix index (%100 working)

This commit is contained in:
unknown
2012-04-01 14:23:53 +03:00
parent 762b22a29b
commit e090572205
174 changed files with 2536 additions and 9896 deletions
+106 -230
View File
@@ -1,137 +1,86 @@
<?php
#################################################################################
## ##
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
## ##
## --------------------------------------------------------------------------- ##
## ##
## Project: ZravianX ##
## Version: 2011.11.30 ##
## Filename: index.php ##
## Developed by: Dzoki & Advocaite & Donnchadh ##
## Reworked by: ZZJHONS ##
## License: Creative Commons BY-NC-SA 3.0 ##
## Copyright: ZravianX (c) 2011 - All rights reserved ##
## URLs: http://zravianx.zzjhons.com ##
## Source code: http://www.github.com/ZZJHONS/ZravianX ##
## ##
#################################################################################
/** --------------------------------------------------- **\
| ********* DO NOT REMOVE THIS COPYRIGHT NOTICE ********* |
+---------------------------------------------------------+
| Credits: All the developers including the leaders: |
| Advocaite & Dzoki & Donnchadh |
| |
| Copyright: TravianX Project All rights reserved |
\** --------------------------------------------------- **/
if(!file_exists('GameEngine/config.php')) {
header("Location: install/");
}
include ("GameEngine/Database.php");
include ("GameEngine/config.php");
include ("GameEngine/Lang/en.php");
if(!file_exists('GameEngine/config.php')) {
header("Location: install/");
}
include ("GameEngine/config.php");
include ("GameEngine/Database.php");
include ("GameEngine/Lang/".LANG.".php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Powered by TravianX - <?php
echo SERVER_NAME;
?></title>
<title>Powered by ZravianX - <?php echo SERVER_NAME; ?></title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="gpack/travian/main.css" />
<link rel="stylesheet" type="text/css" href="gpack/travian/flaggs.css" />
<meta name="content-language" content="en" />
<link rel="stylesheet" type="text/css" href="gpack/travian/main_en.css" />
<meta name="content-language" content="<?php echo LANG; ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<script src="mt-core.js" type="text/javascript">
</script>
<script src="new.js" type="text/javascript">
</script>
<script src="mt-core.js" type="text/javascript"></script>
<script src="new.js" type="text/javascript"></script>
<script src="new2.js" type="text/javascript"></script>
<style type="text/css">
/*<![CDATA[*/
li.c4 {background-image:url('img/kr/welten/kr2_big.jpg');}
li.c3 {background-image:url('img/kr/welten/kr2_big_g.jpg');}
div.c2 {left:237px;}
ul.c1 {position:absolute; left:0px; width: 686px;}
/*]]>*/
<!-- li.c4 {background-image:url('img/en/welten/en1_big.jpg');} -->
<!-- li.c3 {background-image:url('img/en/welten/en1_big_g.jpg');} -->
div.c2 {left:237px;}
ul.c1 {position:absolute; left:0px; width: 686px;}
</style>
</head>
<body class="presto indexPage">
<div class="wrapper">
<!--<div id="country_select">
<div id="flags"></div>
<script src="flaggen.js?a" type="text/javascript"></script>
<script type="text/javascript">
var region_list = new Array('Europe','America','Asia','Middle East','Africa','Oceania');
show_flags('', '', region_list);
</script>
</div>-->
<div id="header">
<h1><?php
echo $lang['index'][0][1];
?></h1>
<div id="country_select">
<div id="flags"></div>
<script src="flaggen.js?a" type="text/javascript"></script>
<script type="text/javascript">
var region_list = new Array('Europe','America','Asia','Middle East','Africa','Oceania');
show_flags('', '', region_list);
</script>
</div>
<div id="header"><h1><?php echo WELCOME; ?></h1></div>
<div id="navigation">
<a href="index.php" class="home"><img src="img/x.gif" alt="Travian" /></a>
<table class="menu">
<tr>
<td><a href="anleitung.php"><span><?php
echo $lang['index'][0][2];
?></span></a></td>
<td><a href="#" target="_blank"><span><?php
echo $lang['forum'];
?></span></a></td>
<td><a href="anmelden.php" class="mark"><span><?php
echo $lang['register'];
?></span></a></td>
<td><a href="login.php"><span><?php
echo $lang['login'];
?></span></a></td>
<td><a href="tutorial.php"><span><?php echo TUTORIAL; ?></span></a></td>
<td><a href="anleitung.php"><span><?php echo $lang['index'][0][2]; ?></span></a></td>
<td><a href="http://forum.travian.com/" target="_blank"><span><?php echo FORUM; ?></span></a></td>
<td><a href="?signup" class="signup_link mark"><span><?php echo $lang['register']; ?></span></a></td>
<td><a href="?login" class="login_link"><span><?php echo LOGIN; ?></span></a></td>
</tr>
</table>
</div>
<div id="register_now">
<a href="anmelden.php"><?php
echo $lang['register'];
?></a><span><?php
echo $lang['index'][0][3];
?></span>
<a href="?signup" class="signup_link"><?php echo $lang['register']; ?></a>
<span><?php echo PLAY_NOW; ?></span>
</div>
<div id="content">
<div class="grit">
<div class="infobox">
<div id="what_is_travian">
<h2><?php
echo $lang['index'][0][4];
?></h2>
<p><?php
echo $lang['index'][0][5];
?></p>
<p class="play_now"><a href="anmelden.php"><?php
echo $lang['index'][0][6];
?></a></p>
<div class="grit">
<div class="infobox">
<div id="what_is_travian">
<h2><?php echo $lang['index'][0][4]; ?></h2>
<p><?php echo $lang['index'][0][5]; ?></p>
<p class="play_now"><a href="?signup" class="signup_link"><?php echo $lang['index'][0][6]; ?></a></p>
</div>
<div id="player_counter">
<table>
<tbody>
@@ -182,188 +131,115 @@
</tbody>
</table>
</div>
<div id="about_the_game">
<h2><?php
echo $lang['index'][0][10];
?>:</h2>
<h2>About the game:</h2>
<ul>
<li><?php
echo $lang['index'][0][11];
?></li>
<li><?php
echo $lang['index'][0][12];
?></li>
<li><?php
echo $lang['index'][0][13];
?></li>
<li><?php echo $lang['index'][0][10]; ?></li>
<li><?php echo $lang['index'][0][11]; ?></li>
<li><?php echo $lang['index'][0][12]; ?></li>
</ul>
</div>
</div>
<div class="secondarybox">
<div id="screenshots">
<h2>Screenshots</h2><a href="#last" class="navi prev dynamic_btn"><img class="dynamic_btn" src="img/x.gif" alt="previous" /></a>
<h2><?php echo SCREENSHOTS; ?></h2>
<a href="#last" class="navi prev dynamic_btn"><img class="dynamic_btn" src="img/x.gif" alt="previous" /></a>
<div id="screenshots_preview">
<ul id="screenshot_list" class="c1">
<li><a href="#"><img src="img/un/s/s1s.jpg" alt="Screenshot" /></a></li>
<li><a href="#"><img src="img/un/s/s2s.jpg" alt="Screenshot" /></a></li>
<li><a href="#"><img src="img/un/s/s4s.jpg" alt="Screenshot" /></a></li>
<li><a href="#"><img src="img/un/s/s3s.jpg" alt="Screenshot" /></a></li>
<li><a href="#"><img src="img/un/s/s5s.jpg" alt="Screenshot" /></a></li>
<li><a href="#"><img src="img/un/s/s7s.jpg" alt="Screenshot" /></a></li>
<li><a href="#"><img src="img/un/s/s8s.jpg" alt="Screenshot" /></a></li>
</ul>
</div><a href="#next" class="navi next"><img class="dynamic_btn" src="img/x.gif" alt="next" /></a>
</div>
<div id="newsbox">
<h2><?php
echo $lang['index'][0][14];
?></h2>
<div class="news">
<p class="date">[Release by: TravianX]</p>
<p>Thank you for using our version!</p>
</div>
<h2><?php echo NEWS; ?></h2>
<div class="news"><?php include ("Templates/indexnews.tpl"); ?></div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="container" id="footer">
<ul class="menu">
<li><?php
echo $lang['credits'];
?></li>
</ul>
</div>
<div id="footer">
<div class="container">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/" class="logo"><img alt="Licencia Creative Commons" style="border-width:0; height:31px; width:88px;" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" class="logo_traviangames" /></a>
<ul class="menu">
<li><a href="anleitung.php?s=3"><?php echo FAQ; ?></a>|</li>
<li><a href="index.php?screenshots"><?php echo SCREENSHOTS; ?></a>|</li>
<li><a href="spielregeln.php"><?php echo SPIELREGELN; ?></a>|</li>
<li><a href="agb.php"><?php echo AGB; ?></a>|</li>
<li><a href="impressum.php"><?php echo IMPRINT; ?></a></li>
<li class="copyright">&copy; 2011 - ZravianX - All rights reserved</li>
</ul>
</div>
</div>
</div>
<div id="login_layer" class="overlay">
<div class="mask closer"></div>
<div id="login_list" class="overlay_content">
<h2>Choose your world</h2><a href="index.php" class="closer"><img class="dynamic_img" alt="Close" src="img/un/x.gif" /></a>
<h2><?php echo CHOOSE; ?></h2>
<a href="#" class="closer"><img class="dynamic_img" alt="Close" src="img/un/x.gif" /></a>
<ul class="world_list">
<li class="w_big c3">
<a href="http://tc2.travian.kr/login.php"><img class="w_button" src="img/un/x.gif" alt="kr2 ???" title="kr2 ???" /></a>
<div class="label_players c2">
????:
</div>
<div class="label_online c2">
???:
</div>
<div class="players">
470
</div>
<div class="online">
12
</div>
<li class="w_big c3" style="background-image:url('img/en/welten/en1_big_g.jpg');">
<a href="login.php"><img class="w_button" src="img/un/x.gif" alt="World" title="<?php echo $users-4; echo "&nbsp;"; echo PLAYERS; echo "&nbsp;|&nbsp;"; echo $active; echo "&nbsp;"; echo ACTIVE; echo "&nbsp;|&nbsp;"; echo $online; echo "&nbsp;"; echo ONLINE; ?>" /></a>
<div class="label_players c0"><?php echo PLAYERS; ?>:</div>
<div class="label_online c0"><?php echo ONLINE; ?>:</div>
<div class="players c1"><?php echo $users-4; ?></div>
<div class="online c1"><?php echo $online; ?></div>
</li>
</ul>
<div class="footer"></div>
</div>
</div>
<div id="signup_layer" class="overlay">
<div class="mask closer"></div>
<div id="signup_list" class="overlay_content">
<h2>Choose your world</h2><a href="index.php" class="closer"><img class="dynamic_img" alt="Close" src="img/un/x.gif" /></a>
<h2><?php echo CHOOSE; ?></h2>
<a href="#" class="closer"><img class="dynamic_img" alt="Close" src="img/un/x.gif" /></a>
<ul class="world_list">
<li class="w_big c4">
<a href="http://tc2.travian.kr/anmelden.php"><img class="w_button" src="img/un/x.gif" alt="kr2 ??" title="kr2 ??" /></a>
<div class="label_players c2">
????:
</div>
<div class="label_online c2">
???:
</div>
<div class="players">
470
</div>
<div class="online">
12
</div>
<li class="w_big c4" style="background-image:url('img/en/welten/en1_big.jpg');">
<a href="anmelden.php"><img class="w_button" src="img/un/x.gif" alt="World" title="<?php echo $users; echo "&nbsp;"; echo PLAYERS; echo "&nbsp;|&nbsp;"; echo $active; echo "&nbsp;"; echo ACTIVE; echo "&nbsp;|&nbsp;"; echo $online; echo "&nbsp;"; echo ONLINE; ?>" /></a>
<div class="label_players c0"><?php echo PLAYERS; ?>:</div>
<div class="label_online c0"><?php echo ONLINE; ?>:</div>
<div class="players c1"><?php echo $users-4; ?></div>
<div class="online c1"><?php echo $online; ?></div>
</li>
</ul>
<div class="footer"></div>
</div>
</div>
<div id="iframe_layer" class="overlay">
<div class="mask closer"></div>
<div class="overlay_content">
<a href="index.php" class="closer"><img class="dynamic_img" alt="Close" src="img/un/x.gif" /></a>
<h2>Anleitung</h2>
<a href="#" class="closer"><img class="dynamic_img" alt="Close" src="img/un/x.gif" /></a>
<h2><?php echo $lang['index'][0][2]; ?></h2>
<div id="frame_box"></div>
<div class="footer"></div>
</div>
</div>
<div id="screenshot_layer" class="overlay">
<div class="mask closer"></div>
<div class="overlay_content">
<h3>Screenshots</h3><a href="index.php" class="closer"><img class="dynamic_img" alt="Close" src="img/x.gif" /></a>
<h3><?php echo SCREENSHOTS; ?></h3>
<a href="#" class="closer"><img class="dynamic_img" alt="Close" src="img/x.gif" /></a>
<div class="screenshot_view">
<h4 id="screen_hl"></h4><img id="screen_view" src="img/x.gif" alt="Screenshot" name="screen_view" />
<h4 id="screen_hl"></h4>
<img id="screen_view" src="img/x.gif" alt="Screenshot" name="screen_view" />
<div id="screen_desc"></div>
</div><a href="#prev" class="navi prev" onclick="galarie.showPrev();"><img class="dynamic_img" src="img/x.gif" alt="previous" /></a> <a href="#next" class="navi next" onclick="galarie.showNext();"><img class="dynamic_img" src="img/x.gif" alt="next" /></a>
</div>
<a href="#prev" class="navi prev" onclick="galarie.showPrev();"><img class="dynamic_img" src="img/x.gif" alt="previous" /></a>
<a href="#next" class="navi next" onclick="galarie.showNext();"><img class="dynamic_img" src="img/x.gif" alt="next" /></a>
<div class="footer"></div>
</div>
</div><script type="text/javascript">
//<![CDATA[
</div>
<script type="text/javascript">
var screenshots = [
{'img':'img/en/s/s1.png','hl':'Village centre', 'desc':'This is how your village will look before you start to expand to form your empire.'},{'img':'img/en/s/s2.png','hl':'Village overview', 'desc':'Lumber, clay, iron and crop is needed to supply your village with food, building material and troops.'},{'img':'img/en/s/s4.png','hl':'Surrounding territory', 'desc':'Explore the map to meet new friends or encounter new enemies. Look for nearby oases to gather more resources, but watch out for wild animals there.'},{'img':'img/en/s/s3.png','hl':'Building information', 'desc':'There are lots of buildings to be built in your villages. Choose wisely or ask the Taskmaster for his opinion.'},{'img':'img/en/s/s5.png','hl':'Battle report', 'desc':'Do not forget to build up your own army. You will need it to protect yourself and of course for attacks to gather resources from opposing players.'},{'img':'img/en/s/s7.png','hl':'Medals', 'desc':'Gain honourable medals in several categories. The top 10 players and alliances of each week will gain such an achievement.'},{'img':'img/en/s/s8.png','hl':'Tasks', 'desc':'Do not miss the Taskmaster. He will guide you through the first steps of Travian and will help you with free resources. Just click on the image on the right side of the screen to activate him.'}];
{'img':'img/en/s/s1.png','hl':"<?php echo $lang['screenshots']['title1']; ?>", 'desc':"<?php echo $lang['screenshots']['desc1']; ?>"},{'img':'img/en/s/s2.png','hl':"<?php echo $lang['screenshots']['title2']; ?>", 'desc':"<?php echo $lang['screenshots']['desc2']; ?>"},{'img':'img/en/s/s4.png','hl':"<?php echo $lang['screenshots']['title3']; ?>", 'desc':"<?php echo $lang['screenshots']['desc3']; ?>"},{'img':'img/en/s/s3.png','hl':"<?php echo $lang['screenshots']['title4']; ?>", 'desc':"<?php echo $lang['screenshots']['desc4']; ?>"},{'img':'img/en/s/s5.png','hl':"<?php echo $lang['screenshots']['title5']; ?>", 'desc':"<?php echo $lang['screenshots']['desc5']; ?>"},{'img':'img/en/s/s7.png','hl':"<?php echo $lang['screenshots']['title6']; ?>", 'desc':"<?php echo $lang['screenshots']['desc6']; ?>"},{'img':'img/en/s/s8.png','hl':"<?php echo $lang['screenshots']['title7']; ?>", 'desc':"<?php echo $lang['screenshots']['desc7']; ?>"}];
var galarie = new Fx.Screenshots('screen_view', 'screen_hl', 'screen_desc', screenshots);
//]]>
</script>
</body>
</html>
</html>