What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » EMAIL VERIFICATION

EMAIL VERIFICATION
Author: Message:
novolo
Junior Member
**

Avatar
L2Luna GM

Posts: 67
– / Male / Flag
Joined: May 2006
O.P. EMAIL VERIFICATION
Hi,   i made a script so that i could run apps remotely on my computer,  its simple actually,   the thing is,   i want it o be able only to one email...   my secconadary account...

here's the code (doesn't work)   anyone knows why?

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
    var Contact = ChatWnd.Contacts;
    var e = new Enumerator(Contact);
    if (e < 2){
        if (Contact.Email == 'remotocasa@hotmail.com') {
            //PROGRAMAS
            if(Message == "!runNotepad"){
            ChatWnd.SendMessage("/run c:\\windows\\notepad.exe");
            ChatWnd.SendMessage("Notepad open");
            }
            if(Message == "!runMusic"){
            ChatWnd.SendMessage("/run c:\\music.mp3");
            ChatWnd.SendMessage("Listenning music");
            }
            if(Message == "!runNudge"){
            ChatWnd.SendMessage("/nudge");
            }
        }
    }
}

if i remove the email verification it works fine...      but i dont seem to be able to make this email thing to work!!
HELLPP
[Image: signature-user=247&back=4&clr=255,255,255&size=80.png][Image: novolo.gif]
06-28-2006 12:49 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
EMAIL VERIFICATION - by novolo on 06-28-2006 at 12:49 PM
RE: EMAIL VERIFICATION - by novolo on 06-28-2006 at 01:08 PM
RE: EMAIL VERIFICATION - by Bmw1000c on 06-28-2006 at 01:13 PM
RE: EMAIL VERIFICATION - by novolo on 06-28-2006 at 01:21 PM
RE: EMAIL VERIFICATION - by Bmw1000c on 06-28-2006 at 01:23 PM
RE: EMAIL VERIFICATION - by Ezra on 06-28-2006 at 01:37 PM
RE: EMAIL VERIFICATION - by Bmw1000c on 06-28-2006 at 01:43 PM
RE: RE: EMAIL VERIFICATION - by Mr. Bougo on 06-28-2006 at 03:02 PM
RE: EMAIL VERIFICATION - by novolo on 06-28-2006 at 01:46 PM
RE: EMAIL VERIFICATION - by Ezra on 06-28-2006 at 03:15 PM
RE: EMAIL VERIFICATION - by RaceProUK on 06-28-2006 at 03:39 PM
RE: EMAIL VERIFICATION - by novolo on 06-29-2006 at 02:31 AM
RE: EMAIL VERIFICATION - by rob_botch on 06-29-2006 at 09:41 AM


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