vinu Posted June 12, 2009 Share Posted June 12, 2009 Hai.. I have got my username & password of Orkut in the variables $user & $pass respectively. Putting those values in this link, I am able to fill the username into the username field but not password in the password field. https://www.google.com/accounts/ServiceLogin?Email=$user&Passwd=$pass&skipvpage=true&service=orkut I found that source code of login page of Orkut shows these: For Username: type="text" name="Email" id="Email" size="18" value="" For Password type="password" name="Passwd" id="Passwd" size="18" There is no value="" for password field. That may be the reason password is not filled into password filled. My problem: How can I fill the password in "$pass" to the password field in Orkut login page? Thanks for any help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.