Jump to content

Autofill using php..


vinu

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/161994-autofill-using-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.