admin_top.asp
来自「泡泡堂服务端内有建站说明,喜欢玩泡泡堂的朋友下载开发.」· ASP 代码 · 共 35 行
ASP
35 行
<%
Response.Buffer = True
Response.Expires = -1
Response.AddHeader "Pragma","no-cache"
login_check = Request.Cookies("LOGIN")("check")
bomb_index = Request.Cookies("LOGIN")("bomb_index")
bomb_id = Request.Cookies("LOGIN")("bomb_id")
bomb_name = Request.Cookies("LOGIN")("bomb_name")
''ip = Request.ServerVariables ("REMOTE_ADDR")
if (bomb_id = "rd52099" or bomb_id = "rd52099" or bomb_id = "rd52099") then
%>
<link rel="stylesheet" href="/common/css/bomb.css" type="text/css">
<body leftmargin="0" topmargin="0" bgcolor="#E8E8E8">
<table BORDER=0 CELLPADDING=0 CELLSPACING=0 align=center width="100%" class="boardtext03">
<tr>
<td align=right valign=middle height=20><a href="admin_main.asp" target="bg_ad_main"><b>admin page</b></a> | <a href="/main.asp" target="bg_ad_main"><b>bombgame page</b></a> </td>
</tr>
</table>
</body>
<%
else%>
<script language="javascript">
<!--
alert("包府磊滴 酒囱单 绢骂 立辟沁阑鳖侩~~~!!!\n\n倔弗 唱啊林祭!!!");
window.open("/bombgame.asp", "_top");
//-->
</script>
<%
end if%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?