There are some websites where I get points for logging in daily. Is there a tool to automatically do this? I'm using Windows 7.
feedback
|
|
In Firefox there is an Addon that automatically logs into the website once you visit the page. The addon is called Lastpass. | |||
|
feedback
|
|
Doing this will tend to violate the terms and conditions of such websites and for every clever method of automating this, there are clever ways of detecting such cleverness. Your account would be in jeopardy of being canceled and all points, even legitimate ones, lost due to your unethical and underhanded actions. | |||||||||
feedback
|
|
Are you able to save your username and password? If you can't auto login to the websites I'm not sure sorry. | |||
|
feedback
|
|
I use a password database software called KeePass. And it comes with a plugin to Auto Type by opening a url and pasting in the username and password. | |||
|
feedback
|
|
You could also write a script to open the URL (the web page address) with Explorer or Firefox, and (depending on how the site logs you on) you could pass those values into that string. So for instance, if the website logs you in like: http://superuser.com/userlogin/login.cfm?usrname=samuraiken&pass=asdf1234 You could tack the "usrname=samuraiken&pass=asdf1234" to the end of the url string. Of course, you won't know if this works until you go to log in to the page and look at the URL. As it's logging you in, copy that whole thing, and paste it into notepad. Take a gander, and if you notice anything, thar ya go! | |||
feedback
|
|
Curl can do this (and a lot more) easily. It's available for almost any platform.. | |||
|
feedback
|
