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
[Release] Block on x nudges in x seconds
quote:
Originally posted by Ezra
Nudgeback has a simple way of detecting nudges.
that's the only way...

In fact, you actually can't protect yourself totally for floods like this since scripts have a lag. 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). So to protect you totally you probably need to have an external program which disregards the nudge messages on protocol level.


quote:
Originally posted by Ezra
If you use this with a timer and a counter you can easily do this.
define easy ;) It's actually not that easy or strait forward to code something like this properly. A lot of checks need to be done (more than I imagined too)... see attached Nudge Flood Protection script (and especially the comments in the script itself)

to alter the flood protection you need to edit four 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 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

UPDATE (version 1.1):
- added option to show or not show the message
- when blockTime is -1 (indefinitely) the message will not show the blocktime (was very stupid bug)






previous downloads (version 1.0): 49

.plsc File Attachment: Nudge Flood Protection.plsc (274.56 KB)
This file has been downloaded 523 time(s).

This post was edited on 10-16-2006 at 09:43 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-31-2006 10:31 PM
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