<%lb= request.form("lb") cip= request.form("ip") id= request("id") cz=request("cz") if jb<>"admin" then response.redirect "tb_dlxx.asp" if lb<>"" and cz="xg" then if id = "" then exec="insert into kill_keyword (keyword,pip) values ('" & lb & "','" & cip & "')" else exec="update kill_keyword set keyword='" & lb & "',pip='" & cip & "' " end if conn.execute exec response.write "" ''response.redirect "kill_keyword.asp" end if exec = "select * from kill_keyword where 1=1"&city_id set rs = server.createobject("adodb.recordset") rs.open exec,conn,3,1 if not rs.eof then keyword = rs("keyword") pip = rs("pip") end if%>
敏感关键字 * 如 中国,日本 显示为 中* 日*
屏蔽IP * 格式:192.168*,意味着192.168打头的ip都不能发言,回车换行即可多ip限制;
<%rs.close call close_conn()%>