What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Block on x nudges in x seconds

[Request] Block on x nudges in x seconds
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Request] Block on x nudges in x seconds
please read what has been posted


It doesn't block the contact because:
quote:
Originally posted by CookieRevised
to alter the flood protection you need to edit three variables in the script:
code:
var floodCount = 10;    // max amount of nudges allowed in the time period
var floodTime = 10000;  // period for floodchecking, in milliseconds
var blockTime = 20000;  // period the contact is being block, in milliseconds
                        // (-1 = unlimited time, aka: contacts will not be unblocked automatically)

As you can see the default is 10 nudges within 10 seconds and the contact will be blocked for 20 seconds.

Therefore, 5 nudges in 5 seconds is allowed (by default)...

Also:
quote:
Originally posted by CookieRevised
When the nudges are send in a extreme fast way, your script has not the time to react on time (in fact, the functions will only be executed after Messenger and Plus! are done processing everything).

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

Messages In This Thread
[Request] Block on x nudges in x seconds - by sno on 08-31-2006 at 03:14 PM
RE: [Request] Block on x nudges in x seconds - by Ezra on 08-31-2006 at 04:22 PM
[Release] Block on x nudges in x seconds - by CookieRevised on 08-31-2006 at 10:31 PM
RE: [Request] Block on x nudges in x seconds - by sno on 09-01-2006 at 02:19 PM
RE: [Request] Block on x nudges in x seconds - by CookieRevised on 09-01-2006 at 02:57 PM
RE: [Request] Block on x nudges in x seconds - by Chris4 on 09-01-2006 at 05:31 PM
RE: [Request] Block on x nudges in x seconds - by sno on 09-02-2006 at 10:08 AM
RE: [Request] Block on x nudges in x seconds - by CookieRevised on 09-02-2006 at 10:25 AM
RE: [Request] Block on x nudges in x seconds - by sno on 09-02-2006 at 07:18 PM
RE: [Request] Block on x nudges in x seconds - by CookieRevised on 09-02-2006 at 10:06 PM
RE: [Request] Block on x nudges in x seconds - by alexp2_ad on 09-02-2006 at 10:08 PM
RE: [Request] Block on x nudges in x seconds - by sno on 09-02-2006 at 10:12 PM
RE: [Request] Block on x nudges in x seconds - by cloudhunter on 09-02-2006 at 10:50 PM
RE: [Request] Block on x nudges in x seconds - by crude on 12-05-2006 at 08:57 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