VB6 Neo Programming Tutorial I: The Basics

Discussion in 'Code Snippets and Tutorials' started by the_skip, Mar 21, 2007.

  1. lnconcise

    lnconcise Level III

    Joined:
    Dec 7, 2006
    Messages:
    414
    Likes Received:
    0
    yea, that would be great! Thanks! :)
     
  2. Mat2dong

    Mat2dong Level I

    Joined:
    Jan 27, 2008
    Messages:
    143
    Likes Received:
    0
    Re:



    Me to;)

    I got it working now!!
     
  3. impega

    impega Level III

    Joined:
    Dec 7, 2006
    Messages:
    408
    Likes Received:
    2
    Location:
    Nottingham (SHOTTS!)
    This helped me alot, thanks!


    How did you manage to work out this part?

    Code (Text):
    1. <div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">strhtml = httpwrapper.Postwrapper("http://www.neopets.com/login.phtml", "username=" & Username & "&password=" & Password & "&destination=%2Fpetcentral.phtml", "http://www.neopets.com/hi.phtml")</li></ol></div>
     
  4. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    Using a packet sniffer (EtherDetect or WireShark), or LiveHTTPHeaders for FF. You can view the url and the method of the request (GET/POST) along with the eventual postdata. (you could even look at the page source, but that would be slower)