⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_head.asp

📁 泡泡堂服务端内有建站说明,喜欢玩泡泡堂的朋友下载开发.
💻 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 + -