This is a discussion on How to login in to the yahoo site within the PHP Programming forums, part of the Web Development category; Hi friends, How to login in to the yahoo site(without using yahoo signin page) from our php page by ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi friends, How to login in to the yahoo site(without using yahoo signin page) from our php page by giving the username and password and redirect to the yahoo member home page?? Thanks in Advance....
__________________ J.Vijayanand Last edited by vijayanand : 09-06-2007 at 07:47 AM. |
| Sponsored Links |
| |||
| Hi, You can build a html content and save in your local server with a form containing the required text boxes like username and pwd (the name of the text boxes should be same like yahoo's) as like in yahoo and submit to the yahoo sign in page. It will automatically go to member home page provided the username and pwd are correct.
__________________ None of us is As Strong as All of us. |
| |||
| hi vijayanand, i think there is no option to login without using yahoo login page, i checked and tried lot of options but i can't able to login.
__________________ Thanks & Regards Sabari... |
| |||
| Hi Anand & Sabari, Thanks for ur reply, Anand, I had tried on ur concept ur mentioned in this tread, But its not working its just opens the login page of yahoo. If u have any idea other than this please clarify me.
__________________ J.Vijayanand |
| |||
| hi Vijay Anand Give the username and password and try the below code <form method="post" action="https://login.yahoo.com/config/login?" autocomplete="off" name="login_form"> <input type="hidden" name=".done" value="http://mail.yahoo.com"><!-- if u removed this this form will redirect to my yahoo --> <input name="login" id="username" value="Username" size="17" class="yreg_ipt" type="hidden"></td> <input name="passwd" id="passwd" value="Passsword" size="17" class="yreg_ipt" type="hidden" > </form> <script> document.login_form.submit(); </script> Last edited by varghese : 09-11-2007 at 05:07 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Site indexed in Google and Yahoo! But Still Not by MSN | mybmodel | Microsoft | 0 | 03-02-2008 10:44 AM |
| i want create one web site and same site to work multiple language how is possible ? | vel.m8 | ASP and ASP.NET Programming | 1 | 11-15-2007 01:58 AM |
| Login remotely as root | vigneshgets | Operating Systems | 1 | 07-18-2007 05:36 AM |
| Types of Login SQL sserver | prasath | Database Support | 0 | 07-16-2007 04:57 AM |
| Yahoo Site Explorer | Joe | Yahoo | 3 | 03-09-2007 12:50 AM |