| View previous topic :: View next topic |
| Author |
Message |
viciouskinid
Joined: 23 Jun 2007 Posts: 136
|
|
| Back to top |
|
 |
daniel2
Joined: 23 Jul 2007 Posts: 47
|
Posted: Fri Aug 03, 2007 4:15 pm Post subject: |
|
|
| Take a look at this post. |
|
| Back to top |
|
 |
viciouskinid
Joined: 23 Jun 2007 Posts: 136
|
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Fri Aug 03, 2007 4:44 pm Post subject: |
|
|
that's ftp format. I doubt the page would let you do that. In short, no.
Why not just set your browser to remember your login? _________________
(Common Answers) |
|
| Back to top |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 1019 Location: London, UK
|
Posted: Fri Aug 03, 2007 4:54 pm Post subject: |
|
|
You can use ftp style logins on some webpages, but as a security feature they are disabled by default in ie, and i think it's a registry change to turn it on. _________________ Steve F AKA Superfraggle
http://r.yuwie.com/superfraggle |
|
| Back to top |
|
 |
dasickis
Joined: 30 Jul 2007 Posts: 9
|
Posted: Fri Aug 03, 2007 7:57 pm Post subject: |
|
|
If you use Firefox or Opera use Greasemonkey or UserScripts instead.
Edit: Actually just use the built in password managers. |
|
| Back to top |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 1019 Location: London, UK
|
|
| Back to top |
|
 |
dasickis
Joined: 30 Jul 2007 Posts: 9
|
Posted: Fri Aug 03, 2007 8:31 pm Post subject: |
|
|
Try: http://forum.maxthon.com/index.php?showtopic=19496
http://thebogles.com/blog/2005/06/trixie-greasemonkey-for-ie/
Also try looking through the Maxthon plugins to see if they allow you to run User Generated Javascript
Google: Greasemonkey IE, Greasemonkey Maxthon, IE plugins, IE addons
Javascript is an excellent language to use for automating browser tasks since its the most probably the most powerful client side language. AutoHotKey would not be the best bet for this IMO.
Last edited by dasickis on Fri Aug 03, 2007 8:38 pm; edited 1 time in total |
|
| Back to top |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 1019 Location: London, UK
|
Posted: Fri Aug 03, 2007 8:33 pm Post subject: |
|
|
I tell my gmail to remember me and i never need to login :S
i also use the google personlized home, and it shows any new email on there, so i know whether its worth going to check my mail in the first place. _________________ Steve F AKA Superfraggle
http://r.yuwie.com/superfraggle |
|
| Back to top |
|
 |
viciouskinid
Joined: 23 Jun 2007 Posts: 136
|
Posted: Sat Aug 04, 2007 3:05 am Post subject: |
|
|
| Quote: | | Why not just set your browser to remember your login? |
I use this computer for two gmail accounts so it i need to log in somtimes
also using firefox
i will have a look at maxthon
thanks |
|
| Back to top |
|
 |
viciouskinid
Joined: 23 Jun 2007 Posts: 136
|
Posted: Sat Aug 04, 2007 3:16 am Post subject: |
|
|
what about gmail drive
http://www.viksoe.dk/code/gmail.htm
whenever i am logged into this i dont need to sign in to gmail. Does anyone know how to do it |
|
| Back to top |
|
 |
Carlol
Joined: 14 Aug 2006 Posts: 163 Location: CPH
|
Posted: Sat Aug 04, 2007 1:38 pm Post subject: |
|
|
To make it easy with various accounts to check, I use this type of logins:
| Code: | R*?:ggmr::xxxxxr@gmail.com`tyyyyyyy`n
R*?:ggmg::xxxxxg@gmail.com`tyyyyyyy`n
|
Not automatic log in...but close  |
|
| Back to top |
|
 |
viciouskinid
Joined: 23 Jun 2007 Posts: 136
|
Posted: Sat Aug 04, 2007 2:08 pm Post subject: |
|
|
| ok how do you use that??? |
|
| Back to top |
|
 |
Thrillski
Joined: 18 Jul 2007 Posts: 143 Location: South Florida
|
Posted: Sat Aug 04, 2007 2:49 pm Post subject: Here's how I cheated... |
|
|
Here's a different approach that might work for you...
I had a similar situation. Wife and I play the same online game but w/ different accounts. So, I created a script that would ask which account we want to log into and then based on the response, it logs into the appropriate game.
If the obvious disadvantages are not a concern for you. this approach might work.
Have a nice day!
Thrillski |
|
| Back to top |
|
 |
viciouskinid
Joined: 23 Jun 2007 Posts: 136
|
Posted: Sat Aug 04, 2007 3:01 pm Post subject: |
|
|
I am really looking for a script to run that will log me into my account instead of just using
Run www.gmail.com
and logging in at the login page
I am really looking for some code something to emulate the login page |
|
| Back to top |
|
 |
|