I want to know the URL to shop with the shop wizard. http://www.neopets.com/market.phtml?typ ... max_price= I thought that was it, but I get any error
that is it, but your browser needs to send the referrer header as http://www.neopets.com/market.phtml?type=wizard (I think). Why do you want the link anyway :s
I tried that referer I still get this: Code (Text): <!-- host - www300.neopets.com //--> <html> <head> <link rel="stylesheet" type="text/css" href="/css/template.css?v=1"> <style> #nst{width:110px;font-size:8pt;border:1px solid #000000;background-color:#FFFF63;color:#000000;padding:2px;margin:0px} #ban{ width:728px; height:90px; margin:0px; background-color: #FFCE00} #m,#n,#mb{background-color:#FFCE00} </style><title>Neopets - Shops owned by the owners of Neopia!</title> <script type="text/javascript" src="http://images.neopets.com/n.js"></script> <script type="text/javascript"> <!-- var nl='en',nh=1,nm=6,ns=31,na='pm',ncl=new Array(0,53,104,137,169,198,231,265,299,335,368,397,427); window.setInterval('nc()',1000); function sh(i)HTTP/1.1 200 OK Date: Fri, 29 Dec 2006 21:06:31 GMT Server: Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a PHP/4.3.10 X-Powered-By: PHP/4.3.10 Set-Cookie: neodebug=deleted; expires=Thu, 29-Dec-05 21:06:30 GMT; path=/; domain=.neopets.com Set-Cookie: nupi=0; expires=Fri, 29-Dec-06 19:26:31 GMT; path=/; domain=.neopets.com Set-Cookie: nupid=0; expires=Fri, 29-Dec-06 19:26:31 GMT; path=/; domain=.neopets.com Set-Cookie: npid=0; expires=Fri, 29-Dec-06 19:26:31 GMT; path=/; domain=.neopets.com p3p: policy="http://www.neopets.com/privacy.p3p", CP="CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT" Set-Cookie: np_randseed=62154-54689908180576; expires=Fri, 09-Feb-07 13:06:31 GMT; path=/; domain=.neopets.com Connection: close Content-Type: text/html; charset=UTF-8 here is my post module I made: Code (Text): Post = "" Post = Post & "POST " & thePage & " HTTP/1.0" & vbCrLf Post = Post & "Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/msword, application/vnd.ms-powerpoint, application/vnd.ms-excel, */*" & vbCrLf If theReferer <> "" Then Post = Post & "Referer: " & theReferer & vbCrLf Post = Post & "Accept -Language: en -us" & vbCrLf Post = Post & "Content-Type: application/x-www-form-urlencoded" & vbCrLf Post = Post & "Accept -Encoding: gzip , deflate" & vbCrLf Post = Post & "User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; MSOCD; AtHome020)" & vbCrLf If theHost <> "" Then Post = Post & "Host: " & theHost & vbCrLf Post = Post & "Content-Length: " & Len(theContent) & vbCrLf Post = Post & "Proxy -Connection: Keep -Alive" & vbCrLf Post = Post & "Pragma: no -cache" & vbCrLf If theCookie <> "" Then Post = Post & "Cookie: " & theCookie & vbCrLf Post = Post & "" & vbCrLf Post = Post & theContent & vbCrLf I am posting with my cookie too .
lol you mean you don't get any more html back? I think the headers are alright so paste the whole of your code