1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Packet sniffer

Discussion in 'Code Snippets and Tutorials' started by Billy, Apr 12, 2007.

  1. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    are you sure? i was pretty sure i got the right url
     
  2. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    think you should try this:
    Code (Text):
    1. strhtml = W.PostWrapper("www.Filtered Link - For the safety of our users please do not post direct links to Neopets./desert/shrine.phtml", "type=approach", W.LastPage)
    2. shrineevent = FindString(strhtml, "<br><b>", "</b><p>")
    3. log.AddItem (shrineevent)
     
  3. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    Yay! it works, but i have the wrong part to get the string from. thanks so much!

    edit: it works, thanks again
     
  4. marlene

    marlene Moderator
    Staff Member

    Joined:
    Dec 23, 2006
    Messages:
    1,492
    Likes Received:
    12
    Location:
    Somewhere under the Rainbow (Montreal)
    billy_bob_joe have you tried EffeTech HTTP Sniffer? It's amazing to see headers

    Try the demo and see if it's worth getting
     
  5. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    i kinda have another issue with the post data thing. in tambolas url, what would be the post data.
    Code (Text):
    1. www.neopets.com/island/tombola2.phtml
    and marlene, i think i have tried either the effetech http headers or a different packet sniffer by them, but now i dont really need a packet sniffer because i am using live http headers which works perfectly, but thanks anyways.