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:
moon2009
New Member
*


Posts: 3
39 / Female / Flag
Joined: Sep 2009
O.P. only master can login !
hi

I want small script

when the user open my messenger - on my pc - then enter his email and password

if the email and the password match the master email and password the user can login as owner

or msnpuls give him a message ( you can't login, this messenger only for master )

who can help me ? :$

sorry for my weak english :(
09-10-2009 02:49 AM
Profile E-Mail PM Web Find Quote Report
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
Chrono
forum admin
*******

Avatar
;o

Posts: 6022
Reputation: 116
39 / Male / Flag
Joined: Apr 2002
Status: Away
RE: only master can login !
quote:
Originally posted by roflmao456
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();
}
}

That doesnt help at all considering he probably doesnt know how to script :P

This post was edited on 09-10-2009 at 06:26 AM by Chrono.
[Image: wdz_discrate.png]
09-10-2009 06:26 AM
Profile PM Web Find Quote Report
moon2009
New Member
*


Posts: 3
39 / Female / Flag
Joined: Sep 2009
O.P. RE: RE: only master can login !
quote:
Originally posted by roflmao456
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();
}
}


thank you so much

but how can I use my password ?

if I want to login in 2 accounts with the same password ?

I think MsgPlus doesn't support this method, right ?! ^o)

thanks again

09-10-2009 09:13 AM
Profile E-Mail PM Web Find Quote Report
moon2009
New Member
*


Posts: 3
39 / Female / Flag
Joined: Sep 2009
O.P. RE: RE: only master can login !
quote:
Originally posted by Chrono
quote:
Originally posted by roflmao456
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();
}
}

That doesnt help at all considering he probably doesnt know how to script :P

exactly, I'm beginner in javascript language + new in MsgPlus scripts

but I can write the script and make it as .plsc file

see the attachment

.plsc File Attachment: Master.plsc (578 bytes)
This file has been downloaded 88 time(s).
09-10-2009 09:24 AM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: only master can login !
ScriptInfo.xml file should be unicode. Currently you have it saved as ANSI.
09-10-2009 12:24 PM
Profile E-Mail PM 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