📄 admin_head.asp
字号:
<%
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -