What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » only master can login !

only master can login !
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: only master can login !
Simply checking the email address..
code:
function OnEvent_Signin(Email){
if(Email != "your@email.com"){
MsgPlus.DisplayToast("Only Master", "This messenger is only for the owner");
Messenger.Signout();
}
}
[quote]
Ultimatess6
: What a noob mod
09-10-2009 03:10 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
only master can login ! - by moon2009 on 09-10-2009 at 02:49 AM
RE: only master can login ! - by roflmao456 on 09-10-2009 at 03:10 AM
RE: RE: only master can login ! - by moon2009 on 09-10-2009 at 09:13 AM
RE: only master can login ! - by Chrono on 09-10-2009 at 06:26 AM
RE: RE: only master can login ! - by moon2009 on 09-10-2009 at 09:24 AM
RE: only master can login ! - by matty on 09-10-2009 at 12:24 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