What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [release] Only Allowed Email can sign-in

[release] Only Allowed Email can sign-in
Author: Message:
zaui
New Member
*

Avatar
IaMMaI

Posts: 4
– / Male / –
Joined: Jun 2006
O.P. [release] Only Allowed Email can sign-in
I'm newbie in Script and i try to write the easy script to allow only my email can sign-in

with this script

code:
function OnEvent_Signin(Email)
{     
    if(Email == "account1@live.com" || "account2@hotmail.com") //Change to your Emai
     {
     var Message = "Hello :\n " + Messenger.MyName + "!";
    Message = MsgPlus.RemoveFormatCodes(Message);
     MsgPlus.DisplayToast("Allow", Message,'notify.mp3');
     }
     else
    {
    var Message = "Access Deny " + "!";
    Message = MsgPlus.RemoveFormatCodes(Message);
     MsgPlus.DisplayToast("Not Allow", Message,'notify.mp3');
     Messenger.signout();
     }
}

but it dosen't work
am I miss somthing ?

Fixed Download My Email Only Script

This post was edited on 06-25-2006 at 09:38 AM by zaui.
06-25-2006 05:20 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[release] Only Allowed Email can sign-in - by zaui on 06-25-2006 at 05:20 AM
RE: Only Allow Email can sign-in - by Skyler0 on 06-25-2006 at 05:24 AM
RE: Only Allow Email can sign-in - by Chestah on 06-25-2006 at 05:24 AM
RE: Only Allow Email can sign-in - by FineWolf on 06-25-2006 at 05:24 AM
RE: RE: Only Allow Email can sign-in - by zaui on 06-25-2006 at 05:29 AM
RE: Only Allow Email can sign-in - by NiteMare on 06-25-2006 at 05:29 AM
RE: Only Allow Email can sign-in - by markee on 06-25-2006 at 06:28 AM
RE: Only Allow Email can sign-in - by zaui on 06-25-2006 at 07:45 AM
RE: Only Allow Email can sign-in - by MX-G on 06-25-2006 at 07:49 AM
RE: [release] Only Allowed Email can sign-in - by Apola Silverstone on 06-26-2006 at 04:55 PM
RE: [release] Only Allowed Email can sign-in - by Skyler0 on 06-26-2006 at 05:29 PM
RE: [release] Only Allowed Email can sign-in - by Apola Silverstone on 06-26-2006 at 05:35 PM
RE: [release] Only Allowed Email can sign-in - by Arsenal on 06-26-2006 at 08:35 PM
RE: RE: [release] Only Allowed Email can sign-in - by The Brain on 06-27-2006 at 02:09 AM
RE: [release] Only Allowed Email can sign-in - by Apola Silverstone on 06-27-2006 at 02:12 AM
RE: [release] Only Allowed Email can sign-in - by zaui on 06-29-2006 at 04:50 PM
RE: [release] Only Allowed Email can sign-in - by Thor on 06-29-2006 at 05:18 PM


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