AutoHotkey Community

It is currently May 25th, 2012, 1:54 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 45 posts ]  Go to page 1, 2, 3  Next
Author Message
PostPosted: August 3rd, 2007, 5:05 pm 
Offline

Joined: June 23rd, 2007, 2:44 am
Posts: 136
Is there a way that i can log into gmail automatically

currently i use the code
Code:
Run www.gmail.com

but i have to login

is there something like

https://username:password@mail.google.c ... /feed/atom

that i can use to login

i got this link form


http://www.autohotkey.com/forum/viewtop ... ight=email


also how do I find out how to get info like what i can get with

https://username:password@mail.google.c ... /feed/atom

I dont have any page in mind i am just interested


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2007, 5:15 pm 
Offline

Joined: July 23rd, 2007, 3:43 am
Posts: 47
Take a look at this post.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2007, 5:39 pm 
Offline

Joined: June 23rd, 2007, 2:44 am
Posts: 136
Thanks but shouldnt there be a way i could structure a link like


https://username:password@mail.google.c ... /feed/atom

???

or not??


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2007, 5:44 pm 
Online
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8649
Location: Salem, MA
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?

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2007, 5:54 pm 
Offline

Joined: November 2nd, 2004, 2:43 pm
Posts: 1019
Location: London, UK
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2007, 8:57 pm 
Offline

Joined: July 30th, 2007, 5:22 pm
Posts: 9
If you use Firefox or Opera use Greasemonkey or UserScripts instead.

Edit: Actually just use the built in password managers.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2007, 9:09 pm 
Offline

Joined: November 2nd, 2004, 2:43 pm
Posts: 1019
Location: London, UK
personally i use maxthon :D

_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2007, 9:31 pm 
Offline

Joined: July 30th, 2007, 5:22 pm
Posts: 9
Try: http://forum.maxthon.com/index.php?showtopic=19496
http://thebogles.com/blog/2005/06/trixi ... ey-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 August 3rd, 2007, 9:38 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2007, 9:33 pm 
Offline

Joined: November 2nd, 2004, 2:43 pm
Posts: 1019
Location: London, UK
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 4th, 2007, 4:05 am 
Offline

Joined: June 23rd, 2007, 2:44 am
Posts: 136
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 4th, 2007, 4:16 am 
Offline

Joined: June 23rd, 2007, 2:44 am
Posts: 136
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 4th, 2007, 2:38 pm 
Offline

Joined: August 14th, 2006, 11:54 am
Posts: 163
Location: CPH
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 :-)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 4th, 2007, 3:08 pm 
Offline

Joined: June 23rd, 2007, 2:44 am
Posts: 136
ok how do you use that???


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Here's how I cheated...
PostPosted: August 4th, 2007, 3:49 pm 
Offline

Joined: July 18th, 2007, 5:45 am
Posts: 151
Location: South Florida
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 4th, 2007, 4:01 pm 
Offline

Joined: June 23rd, 2007, 2:44 am
Posts: 136
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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 45 posts ]  Go to page 1, 2, 3  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: CodeKiller, engunneer, gemisigo, LazyMan, Prankie, rbrtryn, Tegno, Yahoo [Bot] and 19 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group