jjk2 Posted May 28, 2008 Share Posted May 28, 2008 https://www.clipperz.com/beta/ it logs you in to your websites. for example, clicking direct link, with your stored password and id. it will log you in to the specified site such as Gmail, yahoo, and so on. Link to comment https://forums.phpfreaks.com/topic/107661-how-does-clipperz-do-this/ Share on other sites More sharing options...
The Little Guy Posted May 28, 2008 Share Posted May 28, 2008 It more than likely uses cURL to log you into your account. Link to comment https://forums.phpfreaks.com/topic/107661-how-does-clipperz-do-this/#findComment-551889 Share on other sites More sharing options...
jjk2 Posted May 28, 2008 Author Share Posted May 28, 2008 http://www.phpfreaks.com/forums/index.php/topic,199190.0.html this thread says otherwise.... Link to comment https://forums.phpfreaks.com/topic/107661-how-does-clipperz-do-this/#findComment-551890 Share on other sites More sharing options...
jjk2 Posted May 28, 2008 Author Share Posted May 28, 2008 i probably do not know an option to do what clipperz does.... Link to comment https://forums.phpfreaks.com/topic/107661-how-does-clipperz-do-this/#findComment-551893 Share on other sites More sharing options...
jonsjava Posted May 28, 2008 Share Posted May 28, 2008 a simple (but not secure) approach would be to store the users data in a db, and when they request to login to any given website, have the site post the data to the requested sites login page, thus having you transfered into the target site as if you logged in yourself. Not what you're going for, but maybe you can get an idea from there. Link to comment https://forums.phpfreaks.com/topic/107661-how-does-clipperz-do-this/#findComment-551898 Share on other sites More sharing options...
jjk2 Posted May 28, 2008 Author Share Posted May 28, 2008 isn't taht risky? shouldn't the transferring process be encrypted ? what are some free encryptions you can use ? Link to comment https://forums.phpfreaks.com/topic/107661-how-does-clipperz-do-this/#findComment-551914 Share on other sites More sharing options...
jjk2 Posted May 28, 2008 Author Share Posted May 28, 2008 also why was i told this is impossible ? http://www.phpfreaks.com/forums/index.php/topic,199190.0.html what is the difference of that thread and what clipperz accomplishes? thank you for your patience, im very much curious about the powers of cURL lately. its fun : Link to comment https://forums.phpfreaks.com/topic/107661-how-does-clipperz-do-this/#findComment-551917 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.