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

📄 logout.asp

📁 泡泡堂服务端内有建站说明,喜欢玩泡泡堂的朋友下载开发.
💻 ASP
字号:
<% Response.Expires = 0
bomb_id = Request.Cookies("LOGIN")("bomb_id")

Response.Cookies("LOGIN")("check") = ""
Response.Cookies("LOGIN")("bomb_index")   = ""
Response.Cookies("LOGIN")("bomb_id") = ""
Response.Cookies("LOGIN")("bomb_name") = ""
Response.Cookies("LOGIN")("bomb_email") = ""

Session.Abandon

if bomb_id <> "nako" and bomb_id <> "hypie" and bomb_id <> "ilovoli" then

	 Response.Redirect ("/main.asp")

else
%>
	<script language="javascript">
	<!--
		alert("肺弊酒眶 登菌嚼聪促!!!");
		window.open("/bombgame.asp", "_top");
	//-->
	</script>
<%
end if
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -