-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeposit.php
81 lines (52 loc) · 5.53 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
<!DOCTYPE html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<title>PTFast</title>
</head>
<body background="body-bg.jpg" style="background-attachment: fixed; color:#7e7a75; font-family: Arial, sans-serif; font-size: 18px; line-height: 1.5;">
<div id="box" style="width:90%; margin-left:10px; margin:0 auto;">
<div id="top" style="float:left; width:85%; text-align:left; "><p style="color:#FFFFFF; font-size:30px;">PTFast</p></div>
<div id="registerbox" style="float:left; width:80%; height:800px; background-color:#fff; padding-left:5%; padding-right:5%; padding-top:5%; padding-bottom:5%;">
<p>
<input type="button" value="發新文章" onclick="window.location.assign('newpost.php');" />
<input type="button" value="文章列表" onclick="window.location.assign('main.php');" />
<input type="button" value="個人信箱" onclick="window.location.assign('mailbox.php');" />
<input type="button" value="個人資料" onclick="window.location.assign('profile.php');" />
<input type="button" value="登出帳號" onclick="window.location.assign('logout.php');" />
</p>
<p>歡迎使用儲值功能,透過本功能夠讓您的PTFast帳戶的P幣變多;儲值越多,優惠越多。</p>
<br />
儲值 50元,可用 55元P幣。
<input type="button" value="信用卡付款" onclick="if (confirm('確定使用信用卡付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=50&method=0');}">
<input type="button" value="ATM付款" onclick="if (confirm('確定使用ATM付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=50&method=1');}">
<input type="button" value="超商付款" onclick="if (confirm('確定使用超商付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=50&method=2');}">
<input type="button" value="支付寶付款" onclick="if (confirm('確定使用支付寶付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=50&method=3');}">
<br /> <br />
儲值 100元,可用 130元P幣。
<input type="button" value="信用卡付款" onclick="if (confirm('確定使用信用卡付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=100&method=0');}">
<input type="button" value="ATM付款" onclick="if (confirm('確定使用ATM付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=100&method=1');}">
<input type="button" value="超商付款" onclick="if (confirm('確定使用超商付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=100&method=2');}">
<input type="button" value="支付寶付款" onclick="if (confirm('確定使用支付寶付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=100&method=3');}">
<br /> <br />
儲值 500元,可用 750元P幣。
<input type="button" value="信用卡付款" onclick="if (confirm('確定使用信用卡付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=500&method=0');}">
<input type="button" value="ATM付款" onclick="if (confirm('確定使用ATM付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=500&method=1');}">
<input type="button" value="超商付款" onclick="if (confirm('確定使用超商付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=500&method=2');}">
<input type="button" value="支付寶付款" onclick="if (confirm('確定使用支付寶付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=500&method=3');}">
<br /> <br />
儲值1000元,可用1800元P幣。
<input type="button" value="信用卡付款" onclick="if (confirm('確定使用信用卡付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=1000&method=0');}">
<input type="button" value="ATM付款" onclick="if (confirm('確定使用ATM付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=1000&method=1');}">
<input type="button" value="超商付款" onclick="if (confirm('確定使用超商付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=1000&method=2');}">
<input type="button" value="支付寶付款" onclick="if (confirm('確定使用支付寶付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=1000&method=3');}">
<br /> <br />
儲值1500元,可用3000元P幣。
<input type="button" value="信用卡付款" onclick="if (confirm('確定使用信用卡付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=1500&method=0');}">
<input type="button" value="ATM付款" onclick="if (confirm('確定使用信用卡付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=1500&method=1');}">
<input type="button" value="超商付款" onclick="if (confirm('確定使用信用卡付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=1500&method=2');}">
<input type="button" value="支付寶付款" onclick="if (confirm('確定使用信用卡付款嗎?')) {alert('已加值完成。');window.location.assign('fakedeposit.php?money=1500&method=3');}">
</div>
<div class="blank" style="float:left; width:80%; height:20px; padding-left:5%; padding-right:5%; padding-top:5%; padding-bottom:5%;"><p></p></div>
</body>
</html>