What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Is there a script to.....?

Is there a script to.....?
Author: Message:
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: Is there a script to.....?
code:
var allowed;
var restricted = ''; //Edit to your Email
function OnEvent_Signin(){
if (Messenger.MyEmail == restricted && allowed == false){
Messenger.Signout();
}
if (Messenger.MyEmail == restricted){
MsgPlus.AddTimer("AcTime", 60*60*1000);//Ads a 1 hour timer for access time
}
}

That should work but i haven't tested it
quote:
originally posted by jesus
I'll make it for you now, will be easy

Sorry, do you want me to delete mine?

This post was edited on 09-13-2006 at 06:52 PM by Jimbo.
09-13-2006 06:51 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Is there a script to.....? - by lu_benja on 09-13-2006 at 06:39 PM
RE: Is there a script to.....? - by Jesus on 09-13-2006 at 06:40 PM
RE: Is there a script to.....? - by lu_benja on 09-13-2006 at 06:43 PM
RE: Is there a script to.....? - by Jimbo on 09-13-2006 at 06:51 PM
RE: Is there a script to.....? - by vaccination on 09-13-2006 at 06:54 PM
RE: Is there a script to.....? - by lu_benja on 09-13-2006 at 06:56 PM
RE: Is there a script to.....? - by Ezra on 09-13-2006 at 06:57 PM
RE: RE: Is there a script to.....? - by vaccination on 09-13-2006 at 07:03 PM
RE: Is there a script to.....? - by Jesus on 09-13-2006 at 07:02 PM
RE: Is there a script to.....? - by Jesus on 09-13-2006 at 07:05 PM
RE: Is there a script to.....? - by lu_benja on 09-13-2006 at 07:11 PM
RE: Is there a script to.....? - by vaccination on 09-13-2006 at 07:12 PM
RE: Is there a script to.....? - by lu_benja on 09-14-2006 at 01:46 PM
RE: Is there a script to.....? - by crank on 09-15-2006 at 09:29 AM
RE: RE: Is there a script to.....? - by CookieRevised on 09-15-2006 at 11:18 AM
RE: Is there a script to.....? - by Felu on 09-15-2006 at 12:05 PM
RE: RE: Is there a script to.....? - by Jimbo on 09-15-2006 at 08:07 PM
RE: Is there a script to.....? - by Matti on 09-15-2006 at 12:38 PM
RE: Is there a script to.....? - by Felu on 09-15-2006 at 12:39 PM
RE: Is there a script to.....? - by Matti on 09-15-2006 at 12:44 PM
RE: Is there a script to.....? - by lu_benja on 09-15-2006 at 08:02 PM
RE: Is there a script to.....? - by CookieRevised on 09-15-2006 at 08:32 PM
RE: Is there a script to.....? - by Jimbo on 09-15-2006 at 08:34 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