What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] A change to the Gmail Checker.

[Request] A change to the Gmail Checker.
Author: Message:
Th3rmal
Veteran Member
*****

Peek-a-boo! I see you!!

Posts: 1226
Reputation: 26
32 / Male / Flag
Joined: Aug 2005
O.P. [Request] A change to the Gmail Checker.
I was wondering if someone could edit (or give me the code that i should change] the Gmail Checker script so that instead of checking @gmail, it would check @th3rmal (hosted by gmail).

Help would be appreciated :)
You have the intellect comparable to that of a rock. Be proud.
10-21-2008 11:20 AM
Profile E-Mail PM Web Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: [Request] A change to the Gmail Checker.
I assume you're using Google Apps on your domain.

You have to edit the GC_main.js file and change a few things:
code:
//var strGCMailUrl = "https://mail.google.com/mail/feed/atom";

var strGCMailUrl = "https://mail.google.com/a/YOURDOMAIN/feed/atom";

Edit the checkMail function and change this:
code:
//var strLink = "Email="+strGCUsername+"&Passwd="+strGCPassword;
var strLink = "http://mail.google.com/a/YOURDOMAIN";
* you can (optionally) remove every "@gmail.com" text in that function.

Finally, edit the toastClick function and change the following:
code:
new ActiveXObject("WScript.Shell").run(strLink);

Have fun ;)
10-21-2008 08:24 PM
Profile E-Mail PM Find Quote Report
Th3rmal
Veteran Member
*****

Peek-a-boo! I see you!!

Posts: 1226
Reputation: 26
32 / Male / Flag
Joined: Aug 2005
O.P. RE: [Request] A change to the Gmail Checker.
Thank you for your reply. Ok so ive made those changes. Would it be possible for you to check if i have done them correctly?

Link to edited GC_main.js
You have the intellect comparable to that of a rock. Be proud.
10-21-2008 08:39 PM
Profile E-Mail PM Web Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: [Request] A change to the Gmail Checker.
Well does it work, if so then it's correctly done :p
10-21-2008 08:40 PM
Profile PM Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: RE: [Request] A change to the Gmail Checker.
quote:
Originally posted by Th3rmal
Thank you for your reply. Ok so ive made those changes. Would it be possible for you to check if i have done them correctly?

Link to edited GC_main.js
Yeah, that's correct. altough i couldn't verify it due the error (401) i got because i couldn't login :p

btw, you don't need the "www", just use th3rmal.com and everything should be working ;)
10-21-2008 08:48 PM
Profile E-Mail PM Find Quote Report
Th3rmal
Veteran Member
*****

Peek-a-boo! I see you!!

Posts: 1226
Reputation: 26
32 / Male / Flag
Joined: Aug 2005
O.P. RE: [Request] A change to the Gmail Checker.
Ok i tried that, and it still wasnt working (redirected to google mail instead of th3rmal mail), so i got rofl to help me fix it, but now it keeps saying "Incorrect Username or Password", but im sure that the username and pass are correct. :s
You have the intellect comparable to that of a rock. Be proud.
10-22-2008 03:15 AM
Profile E-Mail PM Web Find Quote Report
:No-Frost:
Full Member
***

Avatar
Msg Plus! 2 Official Testers

Posts: 252
Reputation: 1
41 / Male / –
Joined: May 2003
RE: [Request] A change to the Gmail Checker.
I'm interested on this... It's possible to make Gmail Checker to check not only Gmail... I mean, I had another account that work with the gmail account but with other domain (it's gmail thought)... but with @mayor.cl at the end...

Is there a way to allow the script to check for that account as well...???
[Image: occl.png]
10-22-2008 01:37 PM
Profile PM Web Find Quote Report
robert_dll
Full Member
***

Avatar

Posts: 393
Reputation: 8
– / Male / Flag
Joined: Aug 2008
RE: [Request] A change to the Gmail Checker.
quote:
Originally posted by :No-Frost:
Is there a way to allow the script to check for that account as well...???
Just replace "YOURDOMAIN" with "mayor.cl" in the code posted by felipEx and it should work
10-22-2008 11:26 PM
Profile PM Web Find Quote Report
:No-Frost:
Full Member
***

Avatar
Msg Plus! 2 Official Testers

Posts: 252
Reputation: 1
41 / Male / –
Joined: May 2003
RE: [Request] A change to the Gmail Checker.
Ok, but Iwant to include the domain into the script, I mean, I want to keep gmail and also use the "mayor" domain....
[Image: occl.png]
10-30-2008 05:59 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On