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:
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
O.P. [Request] Block someone if login too many times for X period of time
Hello people,

I have some contacts that keep login and falling down many times... I think that is not a joke: it's only because the very "good" conection... And the person don't stop trying to login. The worst thing is that WLM tost me that the person login and than, just after the firs toast, MLP! tosts me that the same person logout...

So, I am requesting if it's possible to make a simple script that block the contact if he keeps on login X times in, for example, 30 seconds for a Y period of time (this time can be in minutes)... Can someone make it for me, please (I don't know scripting)??? The script don't need to be especific for a user, don't need to adivise the user to stop and is not needed to add a Menu on Plus! icon.

Thanks

This post was edited on 09-18-2006 at 01:15 AM by MicroWay.
09-18-2006 01:14 AM
Profile PM Find Quote Report
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
this can be made relativly easly....

My nudge flood protection script should only be modified a little bit (instead of grabbing the nudges, trigger when a contact logs in) and you have what you want... I see if I can do it tomorrow...

EDIT: see my next post below...

This post was edited on 09-18-2006 at 03:03 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-18-2006 01:18 AM
Profile PM Find Quote Report
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
O.P. RE: RE: [Request] Block someone if login too many times for X period of time
quote:
Originally posted by CookieRevised
this can be made relativly easly....

My nudge flood protection script should only be modified a little bit (instead of grabbing the nudges, trigger when a contact logs in) and you have what you want... I see if I can do it tomorrow...


Thank's for your very, extremely fast reply :)
I downloaded you script too (it will be very useful too) and :$ checked the script :) -> I get a "little" confused...
So i'll be waiting for you to make it tomorrow (if you can, as it said).

Thanks again (Y)

This post was edited on 09-18-2006 at 01:31 AM by MicroWay.
09-18-2006 01:30 AM
Profile PM Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: [Request] Block someone if login too many times for X period of time
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

:)

This post was edited on 09-18-2006 at 01:43 AM by cloudhunter.
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6701 days, 5 hours, 21 minutes, 12 seconds ago
09-18-2006 01:37 AM
Profile E-Mail PM Find Quote Report
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 378 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
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: [Request] Block someone if login too many times for X period of time
LOL. Well I should have checked the script out first :P
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6701 days, 5 hours, 21 minutes, 12 seconds ago
09-18-2006 03:42 AM
Profile E-Mail PM Find Quote Report
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
O.P. RE: [Request] Block someone if login too many times for X period of time
:D Thanks CookieRevised and Cloudhunter for your help and the script!!!
Now I'm bad (6):P
hehe
:)


(Cool -> Junior Member!!!)
09-18-2006 01:14 PM
Profile PM Find Quote Report
Nucks
New Member
*


Posts: 5
Joined: Sep 2006
RE: [Request] Block someone if login too many times for X period of time
Would these work for the plus personalized login toasts?
09-19-2006 02:21 AM
Profile PM Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: [Request] Block someone if login too many times for X period of time
quote:
Originally posted by Nucks
Would these work for the plus personalized login toasts?

Yes :) As the script doesn't actually detect the toasts, it detects them signing off and on.

Use cookies script, its better.

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6701 days, 5 hours, 21 minutes, 12 seconds ago
09-19-2006 02:27 AM
Profile E-Mail PM Find Quote Report
« 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