admin_head.asp
来自「泡泡堂服务端内有建站说明,喜欢玩泡泡堂的朋友下载开发.」· ASP 代码 · 共 24 行
ASP
24 行
<%
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
%>
<!-- #include virtual="/common/BombConnDB.asp" -->
<!-- #include virtual="/common/SiteUtils.asp" -->
<title>BOMBGAME ADMIN PAGE</title>
<link rel="stylesheet" href="/common/css/bomb.css" type="text/css">
<body leftmargin="0" topmargin="0" bgcolor="#E8E8E8">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" valign="top">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?