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