• 0

PHP Help { post.php }


Question

Okay so my current college project I need to create a login checker. I've found some prime example for ebay of what I sort of need. This checker needs to be a multiple account checker.

 

So for example I need to throw a couple of examples into a text box and that needs to be posted to the login url of the site.

 

Here is a screenshot to help you along with this.

 

5c6209a668d298193624e4db449185c5.png

 

So above is showing you off the text box that is going to post those attributed email address's and passwords to the desired login page.

 

Now here is for example the login php post code I've been looking for.

http://curl.haxx.se/libcurl/php/examples/ebay_login.html

But I'm wanting this for the following link.

https://www.amazon.com/ap/signin?openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&pageId=quarterdeck&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&clientContext=178-3067546-2124536&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&marketPlaceId=A39WRC2IB8YGEK&openid.assoc_handle=quarterdeck&openid.return_to=https%3A%2F%2Fwww.myhabit.com%2Fsignin&&siteState=http%3A%2F%2Fwww.myhabit.com%2Fhomepage%3Fhash%3D%26weblabs%3DGodsonGiveGet%2FC%3B

The above link is my initial project for college it's a clothing store called MYHABIT.

 

so here is some javascript that will also be on the page. Just to declare the | between the email and password fields.

       data: 'check=start&ajax=1&sock=' + encodeURIComponent(lstSock[curSock]) + '&mailpass=' + encodeURIComponent(lstMail[curMP]) + '&delim=' + encodeURIComponent(delim) + '&email=' + chkEmail + '&info=' + chkInfo + '&timeout=' + timeout,

The code above is not fully functional since I don't have the sock part included right now. These are just things that I've found from google to add.

 

So yeah to sum this up. I'm needing a post.php file that will post to the desired login page I've provided above from that text box shown above.

 

Can someone help me with this?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Is your college a detention centre ?

 

You are aware that trying to crack accounts like this is illegal in most countries. 

Link to comment
Share on other sites

  • 0

Is your college a detention centre ?

 

You are aware that trying to crack accounts like this is illegal in most countries. 

 

I'm not trying to crack accounts at all.

Link to comment
Share on other sites

  • 0

Thread closed!

 

ho0kz, this kind of help is not supported in Neowin and it might result in ban at worst case, please read through our Community Rules.

  • Like 2
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.