What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Block someone if login too many times for X period of time

[Request] Block someone if login too many times for X period of time
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Request] Block someone if login too many times for X period of time
quote:
Originally posted by cloudhunter
BigBob85 has already got a beta script out that does this :) let me try and track it down for you.

Cloudy

Edit: http://insaneparadox.com/bigbob85/wlm/msgplus/scripts/ATS.plsc

:)
Sorry to say but that does not work as it should:
  • major fault: when another contact signs in than the one being 'monitored', the script will not trigger when the monitored one floods you
  • fault: will block contacts from another messenger user when he/she signs in before the timer has triggered (when contact appears on both user's contactlist).
  • fault: will produce an error when blocking contacts when another user sign in before the timer has triggered (when contact does not appear on second user's contactlist).
  • fault: will produce an error when contact is deleted from list before the timer has triggerd.
  • it can't unblock the contact after a time.



----------------------------------------

Instead, see attached Signin Flood Protection script.
(and also the comments in the script itself).

to alter the flood protection you need to edit four variables in the script:
code:
var floodCount = 3;     // max amount of signins allowed in the time period
var floodTime = 30000;  // period for floodchecking, in milliseconds
var blockTime = 60000;  // period the contact is being blocked, in milliseconds
                        // (-1 = indefinitely time, aka: contacts will not be unblocked automatically)
var blockMessage = true // true = contact will be notified that he is being blocked
                        // false = contact will not be notified


.plsc File Attachment: Signin Flood Protection.plsc (2.53 KB)
This file has been downloaded 381 time(s).

This post was edited on 10-16-2006 at 09:44 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-18-2006 02:05 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Block someone if login too many times for X period of time - by MicroWay on 09-18-2006 at 01:14 AM
RE: [Request] Block someone if login too many times for X period of time - by CookieRevised on 09-18-2006 at 01:18 AM
RE: RE: [Request] Block someone if login too many times for X period of time - by MicroWay on 09-18-2006 at 01:30 AM
RE: [Request] Block someone if login too many times for X period of time - by cloudhunter on 09-18-2006 at 01:37 AM
RE: [Request] Block someone if login too many times for X period of time - by CookieRevised on 09-18-2006 at 02:05 AM
RE: [Request] Block someone if login too many times for X period of time - by cloudhunter on 09-18-2006 at 03:42 AM
RE: [Request] Block someone if login too many times for X period of time - by MicroWay on 09-18-2006 at 01:14 PM
RE: [Request] Block someone if login too many times for X period of time - by Nucks on 09-19-2006 at 02:21 AM
RE: [Request] Block someone if login too many times for X period of time - by cloudhunter on 09-19-2006 at 02:27 AM


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