Shop Wizard URL?

Discussion in 'Neopets Chit-Chat' started by Coconuts, Dec 29, 2006.

  1. Coconuts

    Coconuts Newbie

    Joined:
    Nov 18, 2006
    Messages:
    8
    Likes Received:
    0
  2. expon

    expon Administrator
    Staff Member

    Joined:
    Oct 30, 2006
    Messages:
    1,393
    Likes Received:
    56
    Location:
    UK
  3. Coconuts

    Coconuts Newbie

    Joined:
    Nov 18, 2006
    Messages:
    8
    Likes Received:
    0
    I tried that referer I still get this:

    Code (Text):
    1. <!--
    2.  host - www300.neopets.com
    3. //-->
    4. <html>
    5. <head>
    6. <link rel="stylesheet" type="text/css" href="/css/template.css?v=1">
    7. <style>
    8. #nst{width:110px;font-size:8pt;border:1px solid #000000;background-color:#FFFF63;color:#000000;padding:2px;margin:0px}
    9. #ban{
    10. width:728px;
    11. height:90px;
    12. margin:0px;
    13. background-color: #FFCE00}
    14. #m,#n,#mb{background-color:#FFCE00}
    15. </style><title>Neopets - Shops owned by the owners of Neopia!</title>
    16. <script type="text/javascript" src="http://images.neopets.com/n.js"></script>
    17. <script type="text/javascript">
    18. <!--
    19. 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);
    20. window.setInterval('nc()',1000);
    21. function sh(i)HTTP/1.1 200 OK
    22. Date: Fri, 29 Dec 2006 21:06:31 GMT
    23. Server: Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a PHP/4.3.10
    24. X-Powered-By: PHP/4.3.10
    25. Set-Cookie: neodebug=deleted; expires=Thu, 29-Dec-05 21:06:30 GMT; path=/; domain=.neopets.com
    26. Set-Cookie: nupi=0; expires=Fri, 29-Dec-06 19:26:31 GMT; path=/; domain=.neopets.com
    27. Set-Cookie: nupid=0; expires=Fri, 29-Dec-06 19:26:31 GMT; path=/; domain=.neopets.com
    28. Set-Cookie: npid=0; expires=Fri, 29-Dec-06 19:26:31 GMT; path=/; domain=.neopets.com
    29. p3p: policy="http://www.neopets.com/privacy.p3p", CP="CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT"
    30. Set-Cookie: np_randseed=62154-54689908180576; expires=Fri, 09-Feb-07 13:06:31 GMT; path=/; domain=.neopets.com
    31. Connection: close
    32. Content-Type: text/html; charset=UTF-8
    here is my post module I made:

    Code (Text):
    1. Post = ""
    2. Post = Post & "POST " & thePage & " HTTP/1.0" & vbCrLf
    3. Post = Post & "Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/msword, application/vnd.ms-powerpoint, application/vnd.ms-excel, */*" & vbCrLf
    4. If theReferer <> "" Then Post = Post & "Referer: " & theReferer & vbCrLf
    5. Post = Post & "Accept -Language: en -us" & vbCrLf
    6. Post = Post & "Content-Type: application/x-www-form-urlencoded" & vbCrLf
    7. Post = Post & "Accept -Encoding: gzip , deflate" & vbCrLf
    8. Post = Post & "User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; MSOCD; AtHome020)" & vbCrLf
    9. If theHost <> "" Then Post = Post & "Host: " & theHost & vbCrLf
    10. Post = Post & "Content-Length: " & Len(theContent) & vbCrLf
    11. Post = Post & "Proxy -Connection: Keep -Alive" & vbCrLf
    12. Post = Post & "Pragma: no -cache" & vbCrLf
    13. If theCookie <> "" Then Post = Post & "Cookie: " & theCookie & vbCrLf
    14. Post = Post & "" & vbCrLf
    15. Post = Post & theContent & vbCrLf
    I am posting with my cookie too o_O.
     
  4. expon

    expon Administrator
    Staff Member

    Joined:
    Oct 30, 2006
    Messages:
    1,393
    Likes Received:
    56
    Location:
    UK
    lol you mean you don't get any more html back? I think the headers are alright so paste the whole of your code :)
     
  5. Coconuts

    Coconuts Newbie

    Joined:
    Nov 18, 2006
    Messages:
    8
    Likes Received:
    0
    I pmed you most of it but I think it may involve my cookie why I am not getting the html.