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

📄 xplogout.asp

📁
💻 ASP
字号:
<!--#include file="conn_xp/xp.asp"-->
<%
username=request.Cookies("shopxp")("username")
'shjianame=request.cookies("shopxp")("shjianame")
response.Cookies("shangcheng").Expires =  NOW() -1
response.Cookies("shopxp")("username")=""
response.Cookies("shopxp")("shjianame")=""
response.Cookies("shopxp")("jifen")=0
response.Cookies("shopxp")("yucun")=0
response.Cookies("shopxp")("reglx")=0
response.Cookies("shopxp")("jiaoyijine")=0


	Response.Cookies("aspsky").path="/shop/bbs/"
	Response.Cookies("aspsky")("username")=""
	Response.Cookies("aspsky")("password")=""
	Response.Cookies("aspsky")("userclass")=""
	Response.Cookies("aspsky")("userid")=""
	Response.Cookies("aspsky")("userhidden")=""
	Response.Cookies("aspsky")("usercookies")=""
	session("userid")=""


conn.execute("delete from shopxp_action where username='"&username&"' and zhuangtai=7")
conn.execute("delete from shopxp_action_jp where username='"&username&"' and zhuangtai=7")
'response.redirect index.asp
response.Write "<script language=javascript>alert('您已成功注销!');window.location.href='index.asp';</script>"
%>

⌨️ 快捷键说明

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