-
Notifications
You must be signed in to change notification settings - Fork 96
/
a2b2.php
377 lines (353 loc) · 19.4 KB
/
a2b2.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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<?php
include_once("GameEngine/Generator.php");
$start_timer = $generator->pageLoadTimeStart();
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename a2b2.php ##
## Developed by: Dzoki ##
## License: TravianX Project ##
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
## ##
#################################################################################
use App\Utils\AccessLogger;
include_once("GameEngine/Village.php");
AccessLogger::logRequest();
$amount = $_SESSION['amount'];
if(isset($_GET['newdid'])) {
$_SESSION['wid'] = $_GET['newdid'];
header("Location: ".$_SERVER['PHP_SELF']);
exit;
}
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 . ' - Account transactions' ?></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?0faab" type="text/javascript"></script>
<script src="unx.js?f4b7h" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7i" 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 include("Templates/Plus/pmenu.tpl"); ?>
<h1>Account transactions</h1>
<div id="products">
<?php
if ($amount == 199) {
// Statement retrieve Gold Package A
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds = mysqli_fetch_array($MyGold);
$goldnow = $golds['6'] + 60;
mysqli_query($database->dblink,"UPDATE ".TB_PREFIX."users set gold = '".$goldnow."' where `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds1 = mysqli_fetch_array($MyGold);
?><p>Thank you for your purchase here at <?php echo SERVER_NAME ?></p><p>Below you see the entry record. Out of it, you can observe your old as well as your new account balance.</p>
<table class="plusFunctions" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th colspan="5" height="20">Record of <?php echo date('d.m.Y'); ?></th>
</tr>
<tr>
<td align="center">Description</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td align="center">Action</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td>Date</td>
</tr>
</thead>
<tbody>
<tr>
<td class="desc"><b> Account Balance (old)</b></td>
<td class="desc"><div style="text-align: center"><?php echo $golds['6']; ?></div></td>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="act"><div style="text-align: center"> </div></td>
</tr>
<tr>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b><font color="#71D000">Package</font></b></div></td>
<td class="desc"><div style="text-align: center">60 Gold</div></td>
<td class="act"><div style="text-align: center"> </div></td>
</tr>
<tr>
<td class="desc"><b> Account Balance (new)</b></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"><?php echo $golds1['6']; ?></div></td>
<td class="act"><div style="text-align: center"><?php echo date('d.m.Y H:i:s'); ?></div></td>
</tr>
</tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : '[email protected]') ?>">our billing address</a>.</p>
<?php
}
if ($amount == 499) {
// Statement retrieve Gold Package B
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds = mysqli_fetch_array($MyGold);
$goldnow = $golds['6'] + 120;
mysqli_query($database->dblink,"UPDATE ".TB_PREFIX."users set gold = '".$goldnow."' where `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds1 = mysqli_fetch_array($MyGold);
?><p>Thank you for your purchase here at <?php echo SERVER_NAME ?>.</p><p>Below you see the entry record. Out of it, you can observe your old as well as your new account balance.</p>
<table class="plusFunctions" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th colspan="5" height="20">Record of <?php echo date('d.m.Y'); ?></th>
</tr>
<tr>
<td align="center">Description</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td align="center">Action</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td>Date</td>
</tr>
</thead>
<tbody>
<tr>
<td class="desc"><b> Account Balance (old)</b></td>
<td class="desc"><div style="text-align: center"><?php echo $golds['6']; ?></div></td>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="act"><div style="text-align: center"> </div></td>
</tr>
<tr>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b><font color="#71D000">Package</font></b></div></td>
<td class="desc"><div style="text-align: center">60 Gold</div></td>
<td class="act"><div style="text-align: center"> </div></td>
</tr>
<tr>
<td class="desc"><b> Account Balance (new)</b></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"><?php echo $golds1['6']; ?></div></td>
<td class="act"><div style="text-align: center"><?php echo date('d.m.Y H:i:s'); ?></div></td>
</tr>
</tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : '[email protected]') ?>">our billing address</a>.</p>
<?php
}
if ($amount == 999) {
// Statement retrieve Gold Package C
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds = mysqli_fetch_array($MyGold);
$goldnow = $golds['6'] + 360;
mysqli_query($database->dblink,"UPDATE ".TB_PREFIX."users set gold = '".$goldnow."' where `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds1 = mysqli_fetch_array($MyGold);
?><p>Thank you for your purchase here at <?php echo SERVER_NAME ?>.</p><p>Below you see the entry record. Out of it, you can observe your old as well as your new account balance.</p>
<table class="plusFunctions" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th colspan="5" height="20">Record of <?php echo date('d.m.Y'); ?></th>
</tr>
<tr>
<td align="center">Description</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td align="center">Action</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td>Date</td>
</tr>
</thead>
<tbody>
<tr>
<td class="desc"><b> Account Balance (old)</b></td>
<td class="desc"><div style="text-align: center"><?php echo $golds['6']; ?></div></td>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="act"><div style="text-align: center"> </div></td>
</tr>
<tr>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b><font color="#71D000">Package</font></b></div></td>
<td class="desc"><div style="text-align: center">60 Gold</div></td>
<td class="act"><div style="text-align: center"> </div></td>
</tr>
<tr>
<td class="desc"><b> Account Balance (new)</b></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"><?php echo $golds1['6']; ?></div></td>
<td class="act"><div style="text-align: center"><?php echo date('d.m.Y H:i:s'); ?></div></td>
</tr>
</tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : '[email protected]') ?>">our billing address</a>.</p>
<?php
}
if ($amount == 1999) {
// Statement retrieve Gold Package D
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds = mysqli_fetch_array($MyGold);
$goldnow = $golds['6'] + 1000;
mysqli_query($database->dblink,"UPDATE ".TB_PREFIX."users set gold = '".$goldnow."' where `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds1 = mysqli_fetch_array($MyGold);
?><p>Thank you for your purchase here at <?php echo SERVER_NAME ?>.</p><p>Below you see the entry record. Out of it, you can observe your old as well as your new account balance.</p>
<table class="plusFunctions" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th colspan="5" height="20">Record of <?php echo date('d.m.Y'); ?></th>
</tr>
<tr>
<td align="center">Description</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td align="center">Action</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td>Date</td>
</tr>
</thead>
<tbody>
<tr>
<td class="desc"><b> Account Balance (old)</b></td>
<td class="desc"><div style="text-align: center"><?php echo $golds['6']; ?></div></td>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="act"><div style="text-align: center"> </div></td>
</tr>
<tr>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b><font color="#71D000">Package</font></b></div></td>
<td class="desc"><div style="text-align: center">60 Gold</div></td>
<td class="act"><div style="text-align: center"> </div></td>
</tr>
<tr>
<td class="desc"><b> Account Balance (new)</b></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"><?php echo $golds1['6']; ?></div></td>
<td class="act"><div style="text-align: center"><?php echo date('d.m.Y H:i:s'); ?></div></td>
</tr>
</tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="[email protected]">our billing address</a>.</p>
<?php
}
if ($amount == 4999) {
// Statement retrieve Gold Package E
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds = mysqli_fetch_array($MyGold);
$goldnow = $golds['6'] + 2000;
mysqli_query($database->dblink,"UPDATE ".TB_PREFIX."users set gold = '".$goldnow."' where `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds1 = mysqli_fetch_array($MyGold);
?><p>Thank you for your purchase here at <?php echo SERVER_NAME ?>.</p><p>Below you see the entry record. Out of it, you can observe your old as well as your new account balance.</p>
<table class="plusFunctions" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th colspan="5" height="20">Record of <?php echo date('d.m.Y'); ?></th>
</tr>
<tr>
<td align="center">Description</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td align="center">Action</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td>Date</td>
</tr>
</thead>
<tbody>
<tr>
<td class="desc"><b> Account Balance (old)</b></td>
<td class="desc"><div style="text-align: center"><?php echo $golds['6']; ?></div></td>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="act"><div style="text-align: center"> </div></td>
</tr>
<tr>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b><font color="#71D000">Package</font></b></div></td>
<td class="desc"><div style="text-align: center">60 Gold</div></td>
<td class="act"><div style="text-align: center"> </div></td>
</tr>
<tr>
<td class="desc"><b> Account Balance (new)</b></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b> </b></div></td>
<td class="desc"><div style="text-align: center"><?php echo $golds1['6']; ?></div></td>
<td class="act"><div style="text-align: center"><?php echo date('d.m.Y H:i:s'); ?></div></td>
</tr>
</tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : '[email protected]') ?>">our billing address</a>.</p>
<?php
}
if ($amount == 0)
{
$MyGold = mysqli_query($database->dblink,"SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
$golds = mysqli_fetch_array($MyGold);
?>
<p>Here you can see your current account statement.</p>
<table class="plusFunctions" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th colspan="5" height="20">Record of <?php echo date('d.m.Y'); ?></th>
</tr>
<tr>
<td align="center">Description</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td align="center">Action</td><td align="center"><img src="img/x.gif" class="gold" alt="Gold" title="Gold" /></td><td>Date</td></tr>
</thead>
<tbody>
<tr>
<td class="desc"><b>Current account balance</b></td>
<td class="desc"><div style="text-align: center"> </div></td>
<td class="desc"><div style="text-align: center"><b>Account inquiry</b></div></td>
<td class="desc"><div style="text-align: center"><?php echo $golds['6']; ?></div></td>
<td class="act"><div style="text-align: center"><?php echo date('d.m.Y H:i:s'); ?></div></td>
</tr>
</tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="mailto:<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : '[email protected]') ?>">our billing address</a>.</p>
<?php
}
?>
<?php $_SESSION['amount'] = 0; ?>
</div>
</div>
<br /><br /><br /><br /><div id="side_info">
<?php
include("Templates/multivillage.tpl");
include("Templates/quest.tpl");
include("Templates/news.tpl");
if(!NEW_FUNCTIONS_DISPLAY_LINKS) {
echo "<br><br><br><br>";
include("Templates/links.tpl");
}
?>
</div>
<div class="clear"></div>
</div>
<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">
<?php echo CALCULATED_IN;?> <b><?php
echo round(($generator->pageLoadTimeEnd()-$start_timer)*1000);
?></b> ms
<br /><?php echo SEVER_TIME;?> <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
</div>
</div>
</div>
<div id="ce"></div>
</body>
</html>