Results 1 to 5 of 5

Thread: Creating a friend adder

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2006
    Posts
    34

    Creating a friend adder

    This is for a site called mycrib.net

    this is what i caught from firefox:
    Code:
    #request# POST http://mycrib.net/index.php?pageid=mycrib.member.addfriend
    POST /index.php?pageid=mycrib.member.addfriend c=1&f=86&Submit=Add+to+Friends
    so i'm using this code:

    Code:
            If lblStatus.Caption = "Logged in" Then
                strHTML = RipperWrapper.Request("POST", "http://www.mycrib.net/index.php?pageid=mycrib.member.addfriend c=1&f=86&Submit=Add+to+Friends", "http://mycrib.net/index.php?pageid=mycrib.member.addfriend")
            End If
    and it just brings me to the front page...

  2. #2
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068

    Re: Creating a friend adder

    You need to send the POST data as well. You will probably need to use a sniffer to get the POST header for the site.

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2006
    Posts
    34

    Re: Creating a friend adder

    I have a post header sniffer.... but what other data do I need to post?

  4. #4

    Thread Starter
    Member
    Join Date
    Apr 2006
    Posts
    34

    Re: Creating a friend adder

    Bump

  5. #5

    Thread Starter
    Member
    Join Date
    Apr 2006
    Posts
    34

    Re: Creating a friend adder

    Bump

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width