can somebody teach me how to make a neopets login?

Discussion in 'Code Snippets and Tutorials' started by ceneret0023, Aug 21, 2008.

  1. ceneret0023

    ceneret0023 Level III

    Joined:
    Jun 10, 2007
    Messages:
    663
    Likes Received:
    15
    Location:
    under a rock
    i've been looking at some codes for neopets logins and i'm trying to teach myself but i was kinda hoping somebody could teach me the basics of making a neopets login and making it post your details like how many neopoints you have because when i'm looking at the code for this login i'm not understanding where the URL's are coming from and what they're doing.
     
  2. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Re: how would you go about making a neopets spiderer

    There are some pre-made Neopets wrappers here: viewforum.php?f=15
     
  3. ceneret0023

    ceneret0023 Level III

    Joined:
    Jun 10, 2007
    Messages:
    663
    Likes Received:
    15
    Location:
    under a rock
    ok so i changed the subject to be a little more specific. could you teach me how to make a neopets login and explain to me the basics of how an http wrapper works and where all the url's are coming from because google really isn't helping and i see all these url's in the code i'm looking at but they seem to back track all the time and there's parts of url's and it's very tough to look at and understand.
     
  4. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Well, do you know how POST and GET requests work? If not, I suggest reading up a little bit on the HTTP protocol.
    I suggest downloading the Firefox add-on TamperData, as it will help you figure out the correct POST requests for Neopets.
     
  5. ceneret0023

    ceneret0023 Level III

    Joined:
    Jun 10, 2007
    Messages:
    663
    Likes Received:
    15
    Location:
    under a rock
    ok thank you for the help :) i've successfully made a neopets login :) and i'm hoping to be able to expand from there :) +rep
     
  6. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Congratulations :)
    If you could figure out how to do logins, everything else should only be slightly more difficult. If something doesn't work, check your POST data as well as your referrer URL. ;)
     
  7. ceneret0023

    ceneret0023 Level III

    Joined:
    Jun 10, 2007
    Messages:
    663
    Likes Received:
    15
    Location:
    under a rock
    ok thankyou :)
     
  8. Ayyan

    Ayyan Newbie

    Joined:
    Oct 3, 2008
    Messages:
    5
    Likes Received:
    0
    Can you be a bit more specific?