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

Contents of /fenglin/bbs/suicide.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (show annotations)
Sun Apr 6 03:46:57 2025 UTC (11 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.11: +0 -1 lines
Refine
Rename parameter user_id to uid

1 <?
2 require_once "./session_init.inc.php";
3 require_once "./common_lib.inc.php";
4
5 force_login();
6 ?>
7 <?
8 if (!$_SESSION["BBS_priv"]->checkpriv(0, S_POST) ||
9 $_SESSION["BBS_priv"]->checklevel(P_ADMIN_M | P_ADMIN_S | P_MAN_C | P_MAN_M | P_MAN_S))
10 {
11 error_msg("您目前无权使用此功能!",true);
12 exit();
13 }
14 ?>
15 <html>
16 <head>
17 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
18 <title>关闭账户</title>
19 <link rel="stylesheet" href="css/default.css" type="text/css">
20 </head>
21 <body>
22 <?
23 include "./member_service_guide.inc.php";
24 ?>
25 <center>
26 <p align="center" style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; FONT-FAMILY: 楷体">
27 关闭账户
28 </p>
29 <table border="1" cellpadding="3" cellspacing="0" width="90%" bgcolor="#ffdead" id="TABLE1">
30 <tr>
31 <td width="100%" colspan="2" align="middle" style="color:red">
32 警告:关闭账户不能恢复,您将失去一切!
33 </td>
34 </tr>
35 <tr>
36 <td width="100%" colspan="2" align="middle">
37 申请关闭账户后您的生命值将减为60,且失去全站登陆权限,60天后您就……
38 </td>
39 </tr>
40 <tr>
41 <td width="100%" colspan="2" align="middle">
42 <a class="s2" href="suicide_do.php" onclick="return window.confirm('真的要关闭账户?不能反悔的哦!');">我要关闭账户</a>
43 </td>
44 </tr>
45 </table>
46 <p>
47 <input type="button" value="关闭窗口" name="B3" onclick="self.close();">
48 </p>
49 </center>
50 </body>
51 </html>

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