📄 manbomb.asp
字号:
<%@ codepage ="936" %>
<%Response.Buffer = True
Response.Expires = 0
Response.CacheControl = "Private"
bgcolor="#DCD8D0"
Sub Msg(v)
Response.Write "<meta http-equiv='Content-Type' content='text/html; charset=gb2312'><meta http-equiv='pragma' content='no-cache'><body bgcolor=" & bgcolor & " text=#000000>"
Response.Write "<script Language=JavaScript>"
Response.Write "alert('" & v & "');javascript:window.close();"
Response.Write "</script>"
Response.End
End Sub
nickname=Session("hxf_u_nickname")
inthechat=Session("hxf_u_inthechat")
if nickname="" then Msg "您不在聊天室内不能封锁"
if inthechat<>"1" and nickname<>"聊天室管理员" then Msg "您已退出聊天室,请重新登陆"
id = Trim(Request.QueryString("id"))
why = Trim(Request.QueryString("why"))
%>
<html>
<head>
<title>轰炸</title>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<style type=text/css>
body{color:black;font-family:宋体;font-size:9pt;background-color:buttonface;border-bottom:medium none;border-left:medium none;border-right:medium none;border-top:medium none;padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px}
td{font-family:宋体;font-size:9pt;}
input{font-family:宋体;font-size:9pt;}
select{font-family:宋体;font-size:9pt;}
</style>
<script language=Javascript>
var myn = "<%=nickname%>";
var automanname = "<%=Application("wsaxhxf_c_automanname")%>";
function check(){
f1v = document.send.f1.value;
f2v = document.send.f2.value;
if(f1v == automanname || f1v == "大家" || f1v == myn){
alert("此对象不允许被炸。");
return false;
}
if(f1v == ""){
alert("请输入对象名。");
return false;
}
if(f2v == ""){
alert("请输入轰炸原因。");
return false;
}
if(f2v.length > 50){
alert("轰炸原因必须小于 50 字符。");
return false;
}
document.send.bomb.disabled = 1;
return true;
}
</script>
</head>
<body>
<table border="0" align="center">
<form name="send" method="post" action="manbombok.asp" onsubmit='return(check());'>
<tr>
<td align="right">轰炸对象:</td>
<td>
<input type=text name=f1 maxlength=10 size=10 value="<%=id%>">
注:非权限使用货币轰炸需要 <%=Application("wsaxhxf_c_bombvalue")%>¥。</td>
</tr>
<tr>
<td align="right">
<select name="fa" onChange="javascript:document.send.f2.value = this.value;document.send.f2.focus();">
<option selected>原因</option>
<option value="刷屏,劝告又不听。">刷屏</option>
<option value="骂人,劝告又不听。">骂人</option>
<option value="不雅的用户名或称谓。">不雅</option>
<option value="散布违法及有悖道德的言论。">违法</option>
</select>
</td>
<td>
<input type=text name=f2 maxlength=50 size=45 value="<%=why%>">
</td>
</tr>
<%If nickname = "聊天室管理员" Then%>
<tr>
<td align="right">选项:</td>
<td>
<input type="radio" name="f3" value="yes" checked><a onclick="javascript:document.send.f3[0].checked = true"><font style=cursor:hand color=black>记入聊天室日志</font></a>
<input type="radio" name="f3" value="no"><a onclick="javascript:document.send.f3[1].checked = true"><font style=cursor:hand color=black>不记入聊天室日志</font></a>
</td>
</tr>
<%End If%>
<tr>
<td align="center" colspan="2">
<input type="submit" name="bomb" value=" 轰炸(B) " accesskey="b">
<input type="reset" name="Reset" value=" 重填(R) " accesskey="r">
<input type="button" name="quit" value=" 退出(Q) " accesskey="q" onclick="javascript:window.close();">
</td>
</tr>
</form>
</table>
<script Language=JavaScript>document.send.f2.focus();</script>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -