Remote login to forum - I WILL PAY FOR IT!!!

Discussion in 'Programming' started by thesurface, Jan 21, 2011.

  1. #1
    I want remote login to forum here :

    http://community.invisionpower.com/index.php?app=core&module=global&section=login
    Code (markup):
    i will pay for it ... contact me via PM :)
     
    thesurface, Jan 21, 2011 IP
  2. Alex Roxon

    Alex Roxon Active Member

    Messages:
    424
    Likes Received:
    11
    Best Answers:
    7
    Trophy Points:
    80
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I detect something sneaky going on.

    Remembering that PHP is all server side, you won't be able to log the client personally in to the website. However, the process of logging in via PHP is really quite simple. When you login, you're actually sending an HTTP POST request to their server, with the information. I suggest you look at the request being sent (download a Firefox addon called Live HTTP Headers, open it just before you hit submit. You'll find the URL you're sending the request to, and the POST fields that go along with it). Once you have that information, you simply need to replicate it in PHP. One option is to use Curl. Here is a simple Curl class which may simplify the process for you: http://semlabs.co.uk/journal/object-oriented-curl-class-with-multi-threading
     
    Alex Roxon, Jan 21, 2011 IP
  3. sagarrai000

    sagarrai000 Peon

    Messages:
    1,475
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    can you please explain me what is this exactly
     
    sagarrai000, Jan 21, 2011 IP
  4. thesurface

    thesurface Active Member

    Messages:
    260
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    i neeed to login to that site in forst post via PHP (remote login)
     
    thesurface, Feb 5, 2011 IP