📄 manbomb.asp
字号:
<%Response.Expires=0
nickname=Session("hxf_u_nickname")
grade=Int(Session("hxf_u_grade"))
mypai=session("mypai")
inthechat=Session("hxf_u_inthechat")
if nickname="" then Response.Redirect "../error.asp?id=440"
if grade<9 and mypai<>"六扇门" then Response.Redirect "../error.asp?id=482"
if inthechat<>"1" then Response.Redirect "manerr.asp?id=482"
bombname=Trim(Request.QueryString("id"))
if bombname="" then Response.Redirect "../error.asp?id=481"
if CStr(bombname)=CStr(nickname) then Response.Redirect "../error.asp?id=481"%>
<html>
<head>
<title>炸弹操作</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../dg/setup.css">
<script language=javascript>window.moveTo(100,50);window.resizeTo(screen.availWidth*2/3,screen.availHeight*3/4);</script>
</head>
<body oncontextmenu=self.event.returnValue=false bgcolor="#000000" bgcolor="#000000" class=p150 text="#FFFFFF">
<p align="center"><font color=yellow>©E缘江湖 ◇ 炸 弹 操 作 ◇</font></p>
<p align="center">必须输入炸人的原因才能投放炸弹,被炸的对象的电脑将出现蓝屏死机</p>
<table border="1" cellspacing="0" cellpadding="3" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center" width="380">
<form method="post" action="manbombok.asp">
<tr>
<td>轰炸用户名:<font color="#FF0000"><%=bombname%> <input type="hidden" name="bombname" value="<%=bombname%>"></font></td>
</tr>
<tr>
<td>轰炸的原因:[<=60字符] </td>
</tr>
<tr>
<td>
<select name="select" onchange="javascript:document.forms[0].bombwhy.value=this.value;document.forms[0].bombwhy.focus();">
<option value="" selected>自填</option>
<option value="不受欢迎人。">不欢迎</option>
<option value="所取的名字十分不雅。">不雅ID</option>
<option value="乱刷屏,警告又不听。">乱刷屏</option>
<option value="在聊天室散布有悖伦理道德的言论。">不道德</option>
<option value="不遵守聊天规则,进行人身攻击。">骂人</option>
<option value="在聊天室散布违反国家法律法规的言论。">违法</option>
</select>
<input type="text" name="bombwhy" maxlength="60" size="40">
</td>
</tr><%if grade>10 then%>
<tr>
<td>管理员选项:<input type="radio" name="logok" value="1" checked>记入聊务公开栏 <input type="radio" name="logok" value="0">不记入聊务公开栏</td>
</tr>
<%end if%>
</table>
<p align="center">
<input type="submit" name="bombok" value="轰炸">
<input type="button" value="返回" onclick="javascript:history.go(-1)">
</p>
</form>
<p align="center"><font color=yellow>◇版权所有 网佳工作室◇</font></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -