-
Notifications
You must be signed in to change notification settings - Fork 0
/
deposit.php
531 lines (351 loc) · 15 KB
/
deposit.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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
<title> deposit | zenocapitals.com </title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>zenocapitals.com</title>
<link href="https://fonts.googleapis.com/css?family=Cairo|Oswald:300,400,700|Roboto+Condensed|Roboto:400,500" rel="stylesheet">
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="faqstyle.css" type="text/css" />
<link rel="stylesheet" href="animate.css" type="text/css" />
<link rel="stylesheet" href="calcpopupstyle.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<!--- banner tab script --->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="../images/js/prefixfree.min.js"></script>
<!--- banner tab script --->
<!--
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="../images/js/back_move.js"></script>
-->
<!---- Wow script --->
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/0.1.12/wow.min.js"></script>
<script src="images/js/wow.js"></script>
<script>
new WOW().init();
</script>
<!---- Wow script --->
<!---- menu script --->
<script>
$(document).ready(function(){
$('.menu ul li').click(function(){
/* $('li').removeClass("active");
$(this).addClass("active");*/
});
});
</script>
<!---- menu script --->
</head>
<body>
<!----- header logo and menus ---->
<header>
<div id="wrapper" class="banner-bg">
<div class="wrap">
<div class="tops" align="center">
<div class="left wow fadeInDown">
<a href="?a=home"><img src="images/logo.png" /></a>
</div>
<div class="right wow fadeInDown">
<div class="content">
<div class="img"><img src="images/mail.png" /></div>
<a href="?a=support" class="mail" style="padding-top: 15px;"><span>EMAIL SUPPORT</span> <br />[email protected]</a>
</div>
<div class="content1">
<div class="img"><img src="images/fb.png" /></div>
<a href="?a=support" class="fb"><span>Contact Us</span> Email</a>
</div>
</div>
</div>
</div>
<div id="wrapper" class="menu-bg">
<div class="wrap">
<div class="menu" align="center">
<div class="left">
<ul style="margin:0px; padding:0">
<li><a href="?a=home">Home</a></li>
<li><a href="?a=cust&page=aboutus">About Us</a></li>
<li><a href="?a=signup">Signup</a></li>
<li><a href="?a=logout">logout</a></li>
<li><a href="?a=rules">Rules</a></li>
<li><a href="?a=faq">FAQ</a></li>
<li><a href="?a=support">support</a></li>
</ul>
</div>
<div class="right">
<a href="?a=logout">signout</a>
<a href="?a=account">Account</a>
</div>
</div>
</div>
</div>
<!----- header logo and menus ---->
<!------- banner ------>
</div>
</header>
<div class="clear"></div>
<!------- banner ------>
<!--
<tr>
<td valign="top">
<table cellspacing=0 cellpadding=1 border=0 width=100% height=100% class=line>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr class=bgcolorleft valign="top">
<td width=300 align=center><img src="images/q.gif" width=180 height=1>
<!-- Image Table: Start -->
<div id="wrapper" style="background-image:url(images/sm-bg.jpg); background-repeat:repeat; display: inline-table;">
<div class="wrap">
<div class="alls1" style="width: 250px; vertical-align: top; float: left;">
<div class="navigation" style=" border:0px solid; vertical-align:top; display:inline-block; width:250px;">
<table class="navigations" cellspacing=5 cellpadding=5 border=0px solid style="border-width:0.01em;width:250px;">
<tr><td class=menutxt><a href=?a=account class="menutxt"><span id="menu-icon" style="background:url(images/menu1.png) no-repeat;"></span>Account</a></td></tr>
<tr><td class=menutxt><a href=?a=deposit class="menutxt"><span id="menu-icon" style="background:url(images/menu2.png) no-repeat;"></span>Make Deposit</a></td></tr>
<tr><td class=menutxt><a href=?a=deposit_list class=menutxt><span id="menu-icon" style="background:url(images/menu4.png) no-repeat;"></span>Your Deposits</a></td></tr>
<tr><td class=menutxt><a href=?a=deposit_history class=menutxt><span id="menu-icon" style="background:url(images/menu5.png) no-repeat;"></span>Deposits History</a></td></tr>
<tr><td class=menutxt><a href=?a=earnings class=menutxt><span id="menu-icon" style="background:url(images/menu6.png) no-repeat;"></span>Earnings History</a></td></tr>
<tr><td class=menutxt><a href=?a=earnings&type=commissions class=menutxt><span id="menu-icon" style="background:url(images/menu7.png) no-repeat;"></span>Referrals History</a></td></tr>
<tr><td class=menutxt><a href=?a=withdraw class=menutxt><span id="menu-icon" style="background:url(images/menu8.png) no-repeat;"></span>Withdraw</a></td></tr>
<tr><td class=menutxt><a href=?a=withdraw_history class=menutxt><span id="menu-icon" style="background:url(images/menu9.png) no-repeat;"></span>Withdraw History</a></td></tr>
<tr><td class=menutxt><a href=?a=referals class=menutxt><span id="menu-icon" style="background:url(images/menu1.png) no-repeat;"></span>Your Referrals</a></td></tr>
<tr><td class=menutxt><a href=?a=referallinks class=menutxt><span id="menu-icon" style="background:url(images/menu10.png) no-repeat;"></span>Referral Links</a></td></tr>
<tr><td class=menutxt><a href=?a=edit_account class=menutxt><span id="menu-icon" style="background:url(images/menu11.png) no-repeat;"></span>Edit Account</a></td></tr>
<tr><td class=menutxt><a href=?a=security class=menutxt><span id="menu-icon" style="background:url(images/menu12.png) no-repeat;"></span>Security</a></td></tr>
<tr><td class=menutxt><a href=?a=logout class=menutxt><span id="menu-icon" style="background:url(images/menu13.png) no-repeat;"></span>Logout</a></td></tr>
</table>
</div>
</div>
<!-- Stats Table: End -->
<!-- Image Table: End -->
</td>
<td class=line valign="top" width=1><img src=images/q.gif width=1 height=1></td>
<td class=bgcolormain valign="top" width=99%>
<!-- Main: Start -->
<!-- <table width="100%" height="100%" border="0" cellpadding="10" cellspacing="0" class="forTexts">
<tr>
<td width=100% height=100% valign=top>
<div class=framebody>
-->
<div class="alls" style="border: 0px solid; width: 75%; vertical-align: top; float: left; margin: 0 20px; padding-bottom:30px;">
<div class="navigation">
<div class="register">
<script language="javascript"><!--
function openCalculator(id)
{
w = 225; h = 400;
t = (screen.height-h-30)/2;
l = (screen.width-w-30)/2;
window.open('?a=calendar&type=' + id, 'calculator' + id, "top="+t+",left="+l+",width="+w+",height="+h+",resizable=1,scrollbars=0");
for (i = 0; i < document.spendform.h_id.length; i++)
{
if (document.spendform.h_id[i].value == id)
{
document.spendform.h_id[i].checked = true;
}
}
}
function updateCompound() {
var id = 0;
var tt = document.spendform.h_id.type;
if (tt && tt.toLowerCase() == 'hidden') {
id = document.spendform.h_id.value;
} else {
for (i = 0; i < document.spendform.h_id.length; i++) {
if (document.spendform.h_id[i].checked) {
id = document.spendform.h_id[i].value;
}
}
}
var cpObj = document.getElementById('compound_percents');
if (cpObj) {
while (cpObj.options.length != 0) {
cpObj.options[0] = null;
}
}
if (cps[id] && cps[id].length > 0) {
document.getElementById('coumpond_block').style.display = '';
for (i in cps[id]) {
cpObj.options[cpObj.options.length] = new Option(cps[id][i]);
}
} else {
document.getElementById('coumpond_block').style.display = 'none';
}
}
var cps = {};
--></script>
<h3 id="formname_main">Make a Deposit</h3>
<br>
<form method=post name="spendform"><input type="hidden" name="form_id" value="16045234418802"><input type="hidden" name="form_token" value="0981776943806d975c18eb80ef30ebbf">
<input type=hidden name=a value=deposit>
Select a plan:<br>
<table cellspacing=1 cellpadding=2 border=0 width=100% align="center">
<tr align="center">
<td colspan=3 style="background-color:#ffa300; color:#fff">
<input type=radio name=h_id value='1' checked onclick="updateCompound()">
<!-- <input type=radio name=h_id value='1' checked > -->
<b>Silver Plan</b></td>
</tr><tr>
<td class=inheader>Plan</td>
<td class=inheader width=200>Spent Amount ($)</td>
<td class=inheader width=100 nowrap><nobr>Daily Profit (%)</nobr></td>
</tr>
<tr>
<td class=item>silver plan</td>
<td class=item align=right>$100.00 - $19999.00</td>
<td class=item align=right>2.50</td>
</tr>
<tr align="right">
<td colspan=3><a href="javascript:openCalculator('1')" style="width:100%; line-height:24px; color:#fff;">Calculate your profit >></a></td>
</tr>
</table><br><br>
<script>
cps[1] = [];
</script>
<table cellspacing=1 cellpadding=2 border=0 width=100% align="center">
<tr align="center">
<td colspan=3 style="background-color:#ffa300; color:#fff">
<input type=radio name=h_id value='2' onclick="updateCompound()">
<!-- <input type=radio name=h_id value='2' > -->
<b>Gold plan</b></td>
</tr><tr>
<td class=inheader>Plan</td>
<td class=inheader width=200>Spent Amount ($)</td>
<td class=inheader width=100 nowrap><nobr>Daily Profit (%)</nobr></td>
</tr>
<tr>
<td class=item>Gold plan</td>
<td class=item align=right>$20000.00 - $39999.00</td>
<td class=item align=right>3.00</td>
</tr>
<tr align="right">
<td colspan=3><a href="javascript:openCalculator('2')" style="width:100%; line-height:24px; color:#fff;">Calculate your profit >></a></td>
</tr>
</table><br><br>
<script>
cps[2] = [];
</script>
<table cellspacing=1 cellpadding=2 border=0 width=100% align="center">
<tr align="center">
<td colspan=3 style="background-color:#ffa300; color:#fff">
<input type=radio name=h_id value='3' onclick="updateCompound()">
<!-- <input type=radio name=h_id value='3' > -->
<b>diamond plan</b></td>
</tr><tr>
<td class=inheader>Plan</td>
<td class=inheader width=200>Spent Amount ($)</td>
<td class=inheader width=100 nowrap><nobr>Daily Profit (%)</nobr></td>
</tr>
<tr>
<td class=item>diamond plan</td>
<td class=item align=right>$40000.00 and more</td>
<td class=item align=right>4.00</td>
</tr>
<tr align="right">
<td colspan=3><a href="javascript:openCalculator('3')" style="width:100%; line-height:24px; color:#fff;">Calculate your profit >></a></td>
</tr>
</table><br><br>
<script>
cps[3] = [];
</script>
<table cellspacing=1 cellpadding=2 border=0 width="100%;">
<tr>
<td>Your account balance ($):</td>
<td align=right>$0.00</td>
</tr>
<tr><td> </td>
<td align=right>
<small>
</small>
</td>
</tr>
<tr>
<td>Amount to Spend ($):</td>
<td align=right><input type=text name=amount value='100.00' class=inpts size=15 style="text-align:right;"></td>
</tr>
<tr id="coumpond_block" style="display:none">
<td>Compounding(%):</td>
<td align=right>
<select name="compound" class=inpts id="compound_percents"></select>
</td>
</tr>
<tr>
<td colspan=2>
<table cellspacing=0 cellpadding=2 border=0 width="100%;">
<tr>
<td><input type=radio name=type value="process_48" ></td>
<td>Spend funds from Bitcoin</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan=2><input type=submit value="Spend" class=sbmt></td>
</tr></table>
</form>
<script language=javascript>
for (i = 0; i<document.spendform.type.length; i++) {
if ((document.spendform.type[i].value.match(/^process_/))) {
document.spendform.type[i].checked = true;
break;
}
}
updateCompound();
</script>
</div>
</div>
</div></div></div></div></div></div>
<!------------- footer ------------->
<section>
<div id="wrapper" class="pay-bg">
<div class="wrap ">
<div class="pay wow fadeInUp" align="center">
<img src="images/pay.png" />
</div>
</div>
</div>
</section>
<footer>
<div id="wrapper" class="bottom-bg">
<div class="wrap">
<div class="bottom wow fadeInUp">
<div class="left">Copyright © 2017 <br /> Zenocapitals<br /><br /> All Rights Reserved.
</div>
<div class="middle">
<ul style="margin:0;">
<li><a href="?a=cust&page=aboutus">About Us</a></li>
<li><a href="?a=account">Account</a></li>
<li><a href="?a=faq">FAQ</a></li>
<li><a href="?a=rules">Rules</a></li>
</ul>
<ul style="margin:0;">
<li><a href="?a=login">Login</a></li>
<li><a href="?a=support">Contact Us</a></li>
<li><a href="#">Confidential Policy</a></li>
</ul>
</div>
<div class="right">
<div class="loc">Scheelegatan 112 28 Stockholm, Sweden</div>
<div class="loc2">Ticket support</div>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>
<div class="clear"></div>
<!------------- footer ------------->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5f4b4a711e7ade5df4452639/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>