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

Diff of /fenglin/bbs/suicide.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Wed May 12 00:22:58 2004 UTC Revision 1.7 by sysadm, Wed Mar 26 11:48:07 2025 UTC
# Line 4  Line 4 
4  <?  <?
5  if ($_SESSION["BBS_uid"]==0)  if ($_SESSION["BBS_uid"]==0)
6  {  {
7          include "./force_login.inc.php";          $redir = $_SERVER["SCRIPT_NAME"] .
8                    (isset($_SERVER["QUERY_STRING"]) ? "?" . $_SERVER["QUERY_STRING"] : "");
9            include "./index.php";
10          exit();          exit();
11  }  }
12    
13    if (!$_SESSION["BBS_priv"]->checkpriv(0, S_POST) ||
14            $_SESSION["BBS_priv"]->checklevel(P_ADMIN_M | P_ADMIN_S | P_MAN_C | P_MAN_M | P_MAN_S))
15    {
16            error_msg("您目前无权使用此功能!",true);
17            exit();
18    }
19  ?>  ?>
20  <html>  <html>
21          <head>          <head>
22                  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">                  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
23                  <title>ɱ</title>                  <title>关闭账户</title>
24                  <link rel="stylesheet" href="css/default.css" type="text/css">                  <link rel="stylesheet" href="css/default.css" type="text/css">
25                  <script language="JavaScript" src="/js/nw_open.js"></script>                  <script language="JavaScript" src="/js/nw_open.js"></script>
26          </head>          </head>
# Line 21  if ($_SESSION["BBS_uid"]==0) Line 29  if ($_SESSION["BBS_uid"]==0)
29  include "./member_service_guide.inc.php";  include "./member_service_guide.inc.php";
30  ?>  ?>
31                  <center>                  <center>
32                          <p align="center" style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; FONT-FAMILY: _GB2312">                          <p align="center" style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; FONT-FAMILY: 楷体">
33                                  ɱ                                  关闭账户
34                          </p>                          </p>
                         <form method="post" action="ban_self.php">  
                                 <table border="1" cellpadding="3" cellspacing="0" width="90%" bgcolor="#ffdead" id="TABLE1">  
                                         <tr>  
                                                 <td width="100%" colspan="2" align="middle" style="color:red">  
                                                         棺ڼ䣬ӵбվ½Ȩޣ  
                                                 </td>  
                                         </tr>  
                                         <tr>  
                                                 <td width="100%" colspan="2" align="middle">  
                                                         <input name="day" size=3> ֵܳ  
                                                         <input type="submit" value="ύ" name="Submit">  
                                                 </td>  
                                         </tr>  
                                 </table>  
                         </form>  
35                          <table border="1" cellpadding="3" cellspacing="0" width="90%" bgcolor="#ffdead" id="TABLE1">                          <table border="1" cellpadding="3" cellspacing="0" width="90%" bgcolor="#ffdead" id="TABLE1">
36                                  <tr>                                  <tr>
37                                          <td width="100%" colspan="2" align="middle" style="color:red">                                          <td width="100%" colspan="2" align="middle" style="color:red">
38                                                  棺ɱָܻʧȥһУ                                                  警告:关闭账户不能恢复,您将失去一切!
39                                          </td>                                          </td>
40                                  </tr>                                  </tr>
41                                  <tr>                                  <tr>
42                                          <td width="100%" colspan="2" align="middle">                                          <td width="100%" colspan="2" align="middle">
43                                                  ֻоֵ1000ϵʺŲſɱɱֵΪ30ʧȥȫվ½Ȩޣ30͡                                                  申请关闭账户后您的生命值将减为30,且失去全站登陆权限,30天后您就……
44                                          </td>                                          </td>
45                                  </tr>                                  </tr>
46                                  <tr>                                  <tr>
47                                          <td width="100%" colspan="2" align="middle">                                          <td width="100%" colspan="2" align="middle">
48                                                  <a class="s2" href="suicide_do.php" onclick="return window.confirm('ҪɱܷڵŶ');">Ҫɱ</a>                                                  <a class="s2" href="suicide_do.php" onclick="return window.confirm('真的要关闭账户?不能反悔的哦!');">我要关闭账户</a>
49                                          </td>                                          </td>
50                                  </tr>                                  </tr>
51                          </table>                          </table>
52                          <p>                          <p>
53                                  <input type="button" value="رմ" name="B3" onclick="self.close();">                                  <input type="button" value="关闭窗口" name="B3" onclick="self.close();">
54                          </p>                          </p>
55                  </center>                  </center>
56          </body>          </body>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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