What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » msn block countdown

Pages: (2): « First [ 1 ] 2 » Last »
msn block countdown
Author: Message:
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. msn block countdown
is it possible to create a script that counts down in a little timer at the top left hand corner of the WLM screen and if the person signed in is xx@xx.com it logs them off when the timer gets to 0.
10-15-2006 04:07 PM
Profile E-Mail PM Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: msn block countdown
It should be possible seeing as you can use the #1# countdown to use the /signout feature. So yeah, definitely possible and it really should be amazingly hard to make.
10-15-2006 04:11 PM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. RE: msn block countdown
oh ok, so you reckon no one will make it?
10-15-2006 04:16 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: msn block countdown
Wouldn't be too hard... Use the same method as the Timezone script to create a Child Window that can display information (in this case a countdown timer). Set the timer to xx seconds/minutes/hours andget it to update the child window. If time left == 0 and Messenger.MyEmail == "blah@msn.com", signout...
<Eljay> "Problems encountered: shit blew up" :zippy:
10-15-2006 05:47 PM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. RE: msn block countdown
you reckon you could do it?
10-15-2006 05:49 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: msn block countdown
I think I COULD do it, with time, but I'm swamped right now building a web page for someone and got work and other stuff ^o) Someone will do it though, I'm sure ;)

PS: If it's not done within a week or two, I'll give it a bash
<Eljay> "Problems encountered: shit blew up" :zippy:
10-15-2006 05:52 PM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. RE: msn block countdown
ok thanks spunky.
10-15-2006 05:58 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: msn block countdown
Ok. Before I start I want to point out that this is just a bastardized version of Shondoit's Timezone script. It has been modified to display the time remaining rather than the current time. This means the commands to move the counter are still available and still work.

There are 2 variables that may be openly edited by the user inside the script file.

1) The email address of the "banned" user
2) How many minutes they are allowed to be online

When the time remaining gets down to one minute, it is displayed in seconds. The user will be logged out when the seconds remaining reaches zero. However, they can obviously still just log back in. What I might add in a later version is a function that keeps signing them out until another user has logged in.

The best part of this script is that, unless you are the banned user, you will not have the little window open and it will not start any timers etc.

.plsc File Attachment: Auto-Signout.plsc (6.04 KB)
This file has been downloaded 165 time(s).
<Eljay> "Problems encountered: shit blew up" :zippy:
10-16-2006 09:41 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: msn block countdown
JimboDude, instead of trying to find ways to keep your sister of your MSN Messenger (how many threads have you already created with such related requests? :p), why don't you make her her own Windows account? Or even password protect the whole computer (password on startup, see bios settings)... ;)

This post was edited on 10-16-2006 at 11:25 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-16-2006 10:02 PM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. RE: RE: msn block countdown
quote:
Originally posted by CookieRevised
JimboDude, instead of trying to find ways to keep your sister of your MSN Messenger (how many threads have you already created with such related requests? :p), why don't you make her her own Windows account? Or even password protect the whole computer (password on startup, see bios settings)... ;)

lol, ok



Thanks spunky for the script.
maybe you could add this in somewhere so it made a 24 hour gap between signins
code:
MsgPlus.AddTimer("Gap", 24*60*60*1000);
}
if (TimerId == "Gap"){
allowed = true;
}
}

Also is the timer meant to be here?

[Image: attachment.php?pid=743321]

.jpg File Attachment: 60 mins screen.JPG (62.53 KB)
This file has been downloaded 522 time(s).

This post was edited on 10-18-2006 at 04:28 PM by Jimbo.
10-17-2006 06:44 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« 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