forked from iopietro/Travianz-Legacy
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.php
302 lines (276 loc) · 12.5 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<?php
use App\Utils\AccessLogger;
#################################################################################
## ##
## -= 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 ##
## ##
#################################################################################
if(!file_exists('var/installed') && @opendir('install')) {
header("Location: install/");
exit;
}
include_once("GameEngine/config.php");
/*
if($_SERVER['HTTP_HOST'] != '.SERVER.')
{
header('location: '.SERVER.'');
exit;
}
*/
// delete the /* and the */ if you not use localhost.
error_reporting(E_ALL || E_NOTICE);
if(file_exists('Security/Security.class.php'))
{
require 'Security/Security.class.php';
Security::instance();
}
else
{
die('Security: Please activate security class!');
}
include_once "GameEngine/Database.php";
include_once "GameEngine/Lang/".LANG.".php";
AccessLogger::logRequest();
?>
<!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><?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" />
<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?22102017" type="text/javascript"></script>
<script src="new2.js?22102017" type="text/javascript"></script>
<style type="text/css">
<!-- 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>
<div id="navigation">
<a href="index.php" class="home"><img src="img/x.gif" alt="Travian" /></a>
<table class="menu">
<tr>
<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>
<?php
if(T4_COMING==true){
?>
<div id="t4play">
<a href="notification/">
<img src="img/t4n/Teaser_Prelandingpage_EN.png" alt="Travian 4" />
</a>
</div>
<?php } ?>
<div id="register_now">
<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="?signup" class="signup_link"><?php echo $lang['index'][0][6]; ?></a></p>
</div>
<div id="player_counter">
<table>
<tbody>
<tr>
<th><?php
echo $lang['index'][0][7];
?>:</th>
<td><?php
$return = mysqli_query($link, "SELECT Count(*) as Total FROM " . TB_PREFIX . "users WHERE tribe IN(1, 2, 3)");
echo ($users = !empty($return) ? mysqli_fetch_assoc($return)['Total'] : 0);
?></td>
</tr>
<tr>
<th><?php
echo $lang['index'][0][8];
?>:</th>
<td><?php
$return = mysqli_query($link,"SELECT Count(*) as Total FROM " . TB_PREFIX . "users WHERE timestamp > ".(time() - (3600*24))." AND tribe IN(1, 2, 3)");
echo !empty($return) ? mysqli_fetch_assoc($return)['Total'] : 0;
?></td>
</tr>
<tr>
<th><?php
echo $lang['index'][0][9];
?>:</th>
<td><?php
$return = mysqli_query($link,"SELECT Count(*) as Total FROM " . TB_PREFIX . "users WHERE timestamp > ".(time() - (60*10))." AND tribe IN(1, 2, 3)");
echo ($online = !empty($return) ? mysqli_fetch_assoc($return)['Total'] : 0);
?></td>
</tr>
</tbody>
</table>
</div>
<div id="about_the_game">
<h2><?php echo $lang['index'][0][10]; ?>:</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>
</ul>
</div>
</div>
<div class="secondarybox">
<div id="screenshots">
<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 NEWS; ?></h2>
<div class="news"><?php include ("Templates/indexnews.tpl"); ?></div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="footer">
<div class="container">
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/" class="logo"><img alt="Licencia Creative Commons" style="border-width:0; height:31px; width:88px;" src="https://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">© 2011-<?php echo date('Y'); ?> - TravianZ - 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><?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" style="background-image:url('img/en/welten/en1_big.jpg');">
<a href="login.php"><img class="w_button" src="img/un/x.gif" alt="World" title="<?php echo $users; echo " "; echo PLAYERS; echo " | "; echo $active; echo " "; echo ACTIVE; echo " | "; echo $online; echo " "; 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; ?></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><?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" 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 " "; echo PLAYERS; echo " | "; echo $active; echo " "; echo ACTIVE; echo " | "; echo $online; echo " "; 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; ?></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="#" 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><?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" />
<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 class="footer"></div>
</div>
</div>
<script type="text/javascript">
var screenshots = [
{'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);
<?php
if (isset($_GET['signup'])) {
?>
window.addEvent('domready', function() {
$$('.signup_link').fireEvent('click');
});
<?php
}
?>
<?php
if (isset($_GET['login'])) {
?>
window.addEvent('domready', function() {
$$('.login_link').fireEvent('click');
});
<?php
}
?>
</script>
</body>
</html>