mohammedsk Posted August 28, 2006 Share Posted August 28, 2006 I am trying to write a PHP code that allows me to store my email address and pwssword in the database (e.g hotmail email address).When I access the PHP page I just want to click on a link, that will retrieve my email address and password fill them in a login form exactly the same as the hotmail login page. My form has the same action URL hotmail has, ideally, this should work and logs me into hotmail.However, everything works fine, but when I click on submit button to login to hotmail through the page I made, hotmail gives an error, "incorrect password."By the way, I am not using any password encryption here.Do you have any idea what the problem might be, is it the password encryption?I searched online for something similar, but no results.Thanks, Link to comment https://forums.phpfreaks.com/topic/18858-autologin-to-hotmail-account-using-phpsql/ Share on other sites More sharing options...
redarrow Posted August 28, 2006 Share Posted August 28, 2006 so your in esance trying to bypass hotmail login screen intresting.this can not be done as i have tried if you goto hotmail.com and save to the desktop then copy the code and then put it in a file.php of your own might work hint. Link to comment https://forums.phpfreaks.com/topic/18858-autologin-to-hotmail-account-using-phpsql/#findComment-81419 Share on other sites More sharing options...
mohammedsk Posted September 15, 2006 Author Share Posted September 15, 2006 Actually I did it using cURL in PHP. Link to comment https://forums.phpfreaks.com/topic/18858-autologin-to-hotmail-account-using-phpsql/#findComment-92156 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.