/[LeafOK_CVS]/fenglin/bbs/suicide.php
ViewVC logotype

Contents of /fenglin/bbs/suicide.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations)
Tue Mar 4 04:07:05 2025 UTC (12 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.4: +2 -6 lines
Refine code

1 <?
2 require_once "./session_init.inc.php";
3 ?>
4 <?
5 if ($_SESSION["BBS_uid"]==0)
6 {
7 include "./force_login.inc.php";
8 exit();
9 }
10
11 if (!$_SESSION["BBS_priv"]->checkpriv(0, S_POST) ||
12 $_SESSION["BBS_priv"]->checklevel(P_ADMIN_M | P_ADMIN_S | P_MAN_C | P_MAN_M | P_MAN_S))
13 {
14 error_msg("您目前无权使用此功能!",true);
15 exit();
16 }
17 ?>
18 <html>
19 <head>
20 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
21 <title>戒网与自杀</title>
22 <link rel="stylesheet" href="css/default.css" type="text/css">
23 <script language="JavaScript" src="/js/nw_open.js"></script>
24 </head>
25 <body>
26 <?
27 include "./member_service_guide.inc.php";
28 ?>
29 <center>
30 <p align="center" style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; FONT-FAMILY: 楷体">
31 戒网与自杀
32 </p>
33 <form method="post" action="ban_self.php">
34 <table border="1" cellpadding="3" cellspacing="0" width="90%" bgcolor="#ffdead" id="TABLE1">
35 <tr>
36 <td width="100%" colspan="2" align="middle" style="color:red">
37 警告:在您戒网期间,您将不再拥有本站登陆权限!
38 </td>
39 </tr>
40 <tr>
41 <td width="100%" colspan="2" align="middle">
42 戒网<input name="day" size=3>天 (不能超过生命值)
43 <input type="submit" value="提交" name="Submit">
44 </td>
45 </tr>
46 </table>
47 </form>
48 <table border="1" cellpadding="3" cellspacing="0" width="90%" bgcolor="#ffdead" id="TABLE1">
49 <tr>
50 <td width="100%" colspan="2" align="middle" style="color:red">
51 警告:自杀不能恢复,您将失去一切!
52 </td>
53 </tr>
54 <tr>
55 <td width="100%" colspan="2" align="middle">
56 只有经验值1000以上的帐号才可以申请自杀,自杀后您的生命值将减为30,且失去全站登陆权限,30天后您就……
57 </td>
58 </tr>
59 <tr>
60 <td width="100%" colspan="2" align="middle">
61 <a class="s2" href="suicide_do.php" onclick="return window.confirm('真的要自杀?不能反悔的哦!');">我要自杀</a>
62 </td>
63 </tr>
64 </table>
65 <p>
66 <input type="button" value="关闭窗口" name="B3" onclick="self.close();">
67 </p>
68 </center>
69 </body>
70 </html>

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1