What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request]Msn block

[request]Msn block
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [request]Msn block
code:
var allowed;
var restricted = ''; //Edit to Restricted Email
function OnEvent_Signin(){
if (Messenger.MyEmail == restricted && allowed == false){
MsgPlus.DisplayToast("Time Restriction", "You don't have permission to sign in");
Messenger.Signout();
}
if (Messenger.MyEmail == restricted){
MsgPlus.AddTimer("AcTime", 60*60*1000);//Ads a 1 hour timer for access time
}
}

function OnEvent_Timer(TimerId){
if (TimerId == "AcTime"){
allowed = false;
MsgPlus.DisplayToast("Time Restriction", "Your Time is up");
Messenger.Signout();
MsgPlus.AddTimer("Gap", 60*60*1000);//Ads a 1 hour timer for gap between signins.
}
if (TimerId == "Gap"){
allowed = true;
}
}
I gave this to you on WLM this evening, i may create a Configuration Window and make it more secure so that no one can skip this without the password some other day when i am free and don't have school work [Image: xso_cheesy.gif].
09-01-2006 03:37 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request]Msn block - by Jimbo on 08-30-2006 at 03:39 PM
RE: [request]Msn block - by matty on 08-30-2006 at 03:44 PM
RE: [request]Msn block - by ForestPlus! on 08-30-2006 at 03:46 PM
RE: [request]Msn block - by Jimbo on 08-30-2006 at 03:49 PM
RE: [request]Msn block - by ForestPlus! on 08-30-2006 at 03:57 PM
RE: [request]Msn block - by Jimbo on 08-30-2006 at 03:59 PM
RE: [request]Msn block - by ForestPlus! on 08-30-2006 at 04:06 PM
RE: [request]Msn block - by Jimbo on 08-30-2006 at 04:10 PM
RE: [request]Msn block - by ForestPlus! on 08-30-2006 at 04:15 PM
RE: [request]Msn block - by Jimbo on 08-30-2006 at 04:16 PM
RE: [request]Msn block - by Felu on 08-30-2006 at 04:24 PM
RE: [request]Msn block - by Jimbo on 08-30-2006 at 04:27 PM
RE: [request]Msn block - by ForestPlus! on 08-30-2006 at 04:43 PM
RE: [request]Msn block - by Chris4 on 08-30-2006 at 04:56 PM
RE: [request]Msn block - by Jimbo on 08-30-2006 at 04:58 PM
RE: [request]Msn block - by Kenji on 08-31-2006 at 12:08 PM
RE: [request]Msn block - by Jimbo on 08-31-2006 at 12:09 PM
RE: [request]Msn block - by ForestPlus! on 08-31-2006 at 01:27 PM
RE: [request]Msn block - by Felu on 08-31-2006 at 01:46 PM
RE: [request]Msn block - by Jimbo on 09-01-2006 at 10:15 AM
RE: [request]Msn block - by Felu on 09-01-2006 at 03:37 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