-
Notifications
You must be signed in to change notification settings - Fork 1
/
zhuce.php
328 lines (319 loc) · 15.4 KB
/
zhuce.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<?php include("plugin/config.php");?>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>贵宾会员办理_<?php echo htmlspecialchars(urldecode($title)); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo htmlspecialchars(urldecode($title)); ?>是一款全自动在线网页制作工具,使用144G核心技术,国内顶尖自动化网页制作系统,只需选择模板一键生成即可。可制作一系列个人网页、表白网页、HTML5网页等等,人人都能做网页。" />
<meta name="keywords" content="在线网页制作,个人网页制作,表白网页制作,祝福网页制作,免费网页制作,网页一键生成" />
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<!-- Styleswitcher ( This style is for demo purposes only, you may delete this anytime. ) -->
<link rel="stylesheet" id="theme-switch" href="css/style.css">
<!-- End demo purposes only -->
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!-- Loader -->
<div class="fh5co-loader"></div>
<!--Baidu display logo-->
<div class="dnone"><img width="121" src="images/nav-fuwu.jpg" alt="logo" /></div>
<!--Baidu display logo END-->
<div id="fh5co-page">
<section id="fh5co-header">
<div class="container">
<nav role="navigation">
<ul class="pull-left left-menu">
<li><a href="biaobai.php">表白网页</a></li>
<li><a href="geren.php">个人网页</a></li>
<li><a href="quwei.php">趣味网页</a></li>
</ul>
<h1 id="fh5co-logo"><a href="./"><?php echo htmlspecialchars(urldecode($logo)); ?><span>.</span></a></h1>
<ul class="pull-right right-menu">
<li><a href="<?php echo htmlspecialchars(urldecode($right_top_url_1)); ?>"><?php echo htmlspecialchars(urldecode($right_top_title_1)); ?></a></li>
<li class="fh5co-cta-btn"><a id="login" href="#" data-toggle="modal" data-target="#myModal">贵宾登录</a></li>
</ul>
<ul class="zhong dnone">
<li><a href="./">返回首页</a></li>
</ul>
</nav>
</div>
</section>
<!-- #fh5co-header -->
<section id="fh5co-hero" class="no-js-fullheight" style="background-image: url(images/nav-vip.jpg);" data-next="yes">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="fh5co-intro no-js-fullheight">
<div class="fh5co-intro-text">
<div class="fh5co-center-position">
<h2 class="animate-box">贵宾会员办理</h2>
<h3 class="animate-box">VIP Opening</h3>
</div>
</div>
</div>
</div>
<div class="fh5co-learn-more animate-box"> <a href="#" class="scroll-btn"> <span class="text">填写账号信息</span> <span class="arrow"><i class="icon-chevron-down"></i></span> </a> </div>
</section>
<!-- END #fh5co-hero -->
<section id="fh5co-projects">
<div class="container animate-box">
<div class="alert alert-success"><a href="#" class="close" data-dismiss="alert">×</a><?php echo htmlspecialchars(urldecode($zhuce_gg)); ?></div>
<form method="post" action="plugin/vip.php">
<input type="hidden" name="reg" value="1">
<div class="col-md-12">
<div class="form-group">
<input id="number" name="number" type="text" class="form-control" maxlength="30" placeholder="<?php echo htmlspecialchars(urldecode($zhuce_zcm)); ?>" required>
<span class="help-block text-center"><?php echo urldecode($zhuce_zcmts); ?></span>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input id="username" name="username" type="text" class="form-control" maxlength="20" placeholder="<?php echo htmlspecialchars(urldecode($zhuce_zh)); ?>" required>
<span class="help-block text-center"><?php echo htmlspecialchars(urldecode($zhuce_zhts)); ?></span>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input id="password" name="password" type="password" class="form-control" placeholder="<?php echo htmlspecialchars(urldecode($zhuce_mm)); ?>" maxlength="30" required>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input id="cpassword" name="cpassword" type="password" class="form-control" placeholder="<?php echo htmlspecialchars(urldecode($zhuce_mm2)); ?>" maxlength="30" required>
<span class="help-block text-center"><?php echo htmlspecialchars(urldecode($zhuce_mmts)); ?></span>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input type="submit" class="btn btn-primary btn-lg btn-block" value="立即办理">
</div>
</div>
</form>
</div>
</section>
<div id="fh5co-info">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="fh5co-lead animate-box"><?php echo htmlspecialchars(urldecode($zhuce_dbbt)); ?></h2>
<p class="fh5co-sub-lead animate-box"><?php echo htmlspecialchars(urldecode($zhuce_db1)); ?></p>
<p class="fh5co-sub-lead animate-box"><?php echo htmlspecialchars(urldecode($zhuce_db2)); ?></p>
<p class="fh5co-sub-lead animate-box"><?php echo htmlspecialchars(urldecode($zhuce_db3)); ?></p>
<p class="fh5co-sub-lead animate-box"><?php echo htmlspecialchars(urldecode($zhuce_db4)); ?></p>
</div>
</div>
</div>
</div>
<!-- END #fh5co-projects -->
<footer id="fh5co-footer">
<div class="container">
<div class="row row-bottom-padded-md">
<div class="col-md-3 col-sm-6 col-xs-12 animate-box">
<div class="fh5co-footer-widget">
<h3>模板分类</h3>
<ul class="fh5co-links">
<li><a href="biaobai.php" target="_blank">表白网页制作</a></li>
<li><a href="geren.php" target="_blank">个人网页制作</a></li>
<li><a href="quwei.php" target="_blank">趣味网页制作</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 animate-box">
<div class="fh5co-footer-widget">
<h3>技术支持</h3>
<ul class="fh5co-links">
<li><a href="tupian.php" target="_blank">图片外链</a></li>
<li><a href="yinyue.php" target="_blank">音乐外链</a></li>
<li><a href="liuyan.php" target="_blank">留言反馈</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 animate-box">
<div class="fh5co-footer-widget">
<h3>友情连接</h3>
<ul class="fh5co-links">
<?php if($friend_1=='true') echo '<li><a href="'.htmlspecialchars(urldecode($friend_url_1)).'" target="_blank">'.htmlspecialchars(urldecode($friend_name_1)).'</a></li>'; ?>
<?php if($friend_2=='true') echo '<li><a href="'.htmlspecialchars(urldecode($friend_url_2)).'" target="_blank">'.htmlspecialchars(urldecode($friend_name_2)).'</a></li>'; ?>
<?php if($friend_3=='true') echo '<li><a href="'.htmlspecialchars(urldecode($friend_url_3)).'" target="_blank">'.htmlspecialchars(urldecode($friend_name_3)).'</a></li>'; ?>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 animate-box">
<div class="fh5co-footer-widget">
<h3>关于我们</h3>
<ul class="fh5co-links">
<li>QQ: <a href="http://wpa.qq.com/msgrd?v=3&uin=<?php echo htmlspecialchars(urldecode($qq)); ?>&site=qq&menu=yes" target="_blank" title="QQ:<?php echo htmlspecialchars(urldecode($qq)); ?>"><?php echo htmlspecialchars(urldecode($qq)); ?></a></li>
<li>E-mail: <a href="mailto:<?php echo htmlspecialchars(urldecode($email)); ?>" target="_blank" title="E-mail:<?php echo htmlspecialchars(urldecode($email)); ?>"><?php echo htmlspecialchars(urldecode($email)); ?></a></li>
<li>Github: <a href="https://github.com/<?php echo htmlspecialchars(urldecode($github)); ?>" target="_blank" title="Github: https://github.com/<?php echo htmlspecialchars(urldecode($github)); ?>"><?php echo htmlspecialchars(urldecode($github)); ?></a></li>
</ul>
<!--
QQ:<a href="http://wpa.qq.com/msgrd?v=3&uin=<?php echo htmlspecialchars(urldecode($qq)); ?>&site=qq&menu=yes" target="_blank" title="QQ号:<?php echo htmlspecialchars(urldecode($qq)); ?>"><?php echo htmlspecialchars(urldecode($qq)); ?></a><br><br>
E-mail:<a href="mailto:<?php echo htmlspecialchars(urldecode($email)); ?>"><?php echo htmlspecialchars(urldecode($email)); ?></a>
-->
</div>
</div>
<!-- 二维码
<div class="col-md-3 col-sm-6 col-xs-12 animate-box">
<div class="fh5co-footer-widget">
<h3>二维码</h3>
<div class="col-md-8 col-sm-6 col-xs-4">
<img src="<?php echo htmlspecialchars(urldecode($footewm)); ?>" class="img-thumbnail img-responsive">
</div>
</div>
</div>
-->
</div>
</div>
<div class="fh5co-copyright animate-box">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="fh5co-left"><small>© 2024 <a href="./" target="_blank"><?php echo htmlspecialchars(urldecode($title)); ?></a> Corporation. <?php echo urldecode($tonji); ?></small></p>
<p class="fh5co-right"><small class="fh5co-right"><a><?php echo htmlspecialchars(urldecode($right_foot)); ?></a></small></p>
</div>
</div>
</div>
</div>
</footer>
<!-- END #fh5co-footer -->
</div>
<!-- END #fh5co-page -->
<!-- End demo purposes only -->
<!-- VIP membership system -->
<script src="js/vip.js"></script>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- tupian -->
<script src="js/jquery.form.js"></script>
<script src="js/embed.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- For demo purposes only styleswitcher ( You may delete this anytime ) -->
<script src="js/jquery.style.switcher.js"></script>
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
<script src="js/jquery.cookie.js"></script>
<script>
$(function(){
if ( $.cookie('layoutCookie') != '' ) {
$('body').addClass($.cookie('layoutCookie'));
}
$('a[data-layout="boxed"]').click(function(event){
event.preventDefault();
$.cookie('layoutCookie', 'boxed', { expires: 7, path: '/'});
$('body').addClass($.cookie('layoutCookie')); // the value is boxed.
});
$('a[data-layout="wide"]').click(function(event){
event.preventDefault();
$('body').removeClass($.cookie('layoutCookie')); // the value is boxed.
$.removeCookie('layoutCookie', { path: '/' }); // remove the value of our cookie 'layoutCookie'
});
});
</script>
<!-- 模态框(Modal) -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content logintc">
<ul id="myTab" class="nav nav-tabs">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"> × </button>
<li class="active"> <a href="#gblogin" data-toggle="tab"><span class="glyphicon glyphicon-user"></span>贵宾登录</a> </li>
<li><a href="#update" data-toggle="tab"><span class="glyphicon glyphicon-cog"></span>修改密码</a></li>
</ul>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade in active" id="gblogin">
<div class="modal-body">
<div class="row">
<form method="post" action="plugin/vip.php">
<input type="hidden" name="login" value="1" />
<div class="col-md-12">
<div class="form-group">
<input id="username" name="username" type="text" class="form-control" maxlength="20" placeholder="请输入登录账号" required />
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input id="password" name="password" type="password" class="form-control" placeholder="请输入登录密码" maxlength="30" required />
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label class="baoliu">
<input type="checkbox" name="loginbl">登入保留一星期
</label>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input type="button" class="btn btn-default" onclick="window.open('zhuce.php','_blank')" value="注册账户" />
<input type="submit" class="btn btn-primary" value="立即登录" />
</div>
</div>
</form>
</div>
</div>
</div>
<div class="tab-pane fade" id="update">
<div class="modal-body">
<div class="row">
<form method="post" action="plugin/vip.php">
<input type="hidden" name="update" value="1" />
<div class="col-md-12">
<div class="form-group">
<input id="username" name="username" type="text" class="form-control" maxlength="20" placeholder="请输入账号" required />
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input id="password" name="password" type="password" class="form-control" placeholder="请输入旧密码" maxlength="30" required />
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input id="newpassword" name="newpassword" type="password" class="form-control" placeholder="请输入新密码" maxlength="30" required />
<span class="help-block text-center">(小提示:密码忘记将无法找回,请慎重设置。)</span>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input type="submit" class="btn btn-primary" value="立即修改" />
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭窗口</button>
</div>
</div>
</div>
</div>
</body>
</html>