Automatically filling in u/p fields?

w1z4rd

Karmic Sangoma
Joined
Jan 17, 2005
Messages
52,146
Reaction score
8,340
Location
127.0.0.1
Say I have 10 different websites I run services off.. and I want to create a page with all 10 of those links on it.. but when I click on those links it automatically logs me into the site so I dont have to fill in the variables and its done automatically.

Is there some kind of code that can do this?

This is for private usage so security is not a problem.
 
Most sites will have an html form with a field for your username and a field for your password. If you copy this code and paste it into your "master" page you would need to edit:

1) The url the form "submits" to, this might be coded as relative to the website address in which case you will have to put in the full address
2) Default values for the username and password fields, just add a value="bla" section to the input elements


This may work, it may not. A lot of places stop you doing this by having some sort of id generated on the form each time or by checking the site it was submitted from.
 
If you're using Firefox, you could always create a GreaseMonkey script for the login pages concerned. Don't ask me the details though - it's Javascript based so you can have it fill the forms in and submit. Shouldn't be too hard, and it would appear to the server as if you had submitted it.

Just a suggestion.
 
Top
Sign up to the MyBroadband newsletter
X