Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
MonkeyStop - Auto-Moderation of Spammer Keywords and URLs by postcount Details »»
MonkeyStop - Auto-Moderation of Spammer Keywords and URLs by postcount
Version: 1.0.1, by tweakmonkey tweakmonkey is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.6.0 Rating:
Released: 10-17-2006 Last Update: 10-17-2006 Installs: 155
Uses Plugins
Is in Beta Stage  
No support by the author.

Description
-----------
A quick but effective hack that lets you set keywords that will flag posts and set as Moderated, requiring approval from a mod/supermod/admin before they're visible to users. You can also set the number of URLs to be allowed per post to stop flooding from spammers. Additionally, you can configure
the number of posts required to avoid the moderation, so the filter only effects new users to your forum.

Installation
------------
Import product-monkeystop.xml (ACP / vBulletin Options / Manage Products / [Add/Import Product])

Usage
------------
Configure the product in ACP / vBulletin Options / vBulletin Options / General Settings. (scroll to the bottom)
New threads and posts containing the offenses will automatically be moderated.
You can view moderated threads in ACP / Moderation / Moderate Threads. You should also see an icon in the thread postbit and forum display if the post is moderated (see screenshot).

Since most spammers register then spam your board while their post count is low, it may be effective to leave the default values (0 URLs allowed until post count is 3) or even up the post count requirement. If you wish to allow some links, change URLs to 1 or 2 for example.

!!! Warning !!!
------------
If you allow keyword auto-moderation, your users will receive an "Invalid Thread" message when they use a flagged word on new threads because it's a moderated thread. However this error can be customized here:
Admin Panel / Phrase Manager / phrase type: Error Messages / invalidid (page 15 or so of the errors)
I added:
Code:
<br/><br/>If you received this message immediately after posting a new thread, there's a good chance your message was flagged as spam. Please read this thread for more info.
... and supplied a link for my users explaining why their post was moderated.

Credits
-----------
This is a hack of the "Auto Moderation by Keywords" mod by Andreas (https://vborg.vbsupport.ru/member.php?u=47102)
Thanks go out for his great mod -- if only I could PM or e-mail him to thank him directly! I only made minor changes to the mod to allow it to work with vBulletin 3.6.0 (by default it wouldn't work on new threads) and to auto-moderate posts URLs.
So give him credit if you think it's cool, but his PM box is full.
Dan "Tweak Monkey" Kennedy

History
-----------
v1.0.1: Added minimum post count option
v1.0.0: Initial release

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 03-08-2009, 06:43 PM
thephonemall thephonemall is offline
 
Join Date: Oct 2004
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work on 3.8?
Reply With Quote
  #83  
Old 03-08-2009, 07:35 PM
tweakmonkey tweakmonkey is offline
 
Join Date: Jul 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I use the mod still and run the latest VB version.
Reply With Quote
  #84  
Old 06-25-2009, 06:23 PM
darkie79 darkie79 is offline
 
Join Date: Sep 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump on this topic, as I had a question. Monkey, the hack is great, but I had a question...

When I updated my word list, is seems to be extracting words from other words, for instance, if I post the word "pass" and the filter is set to moderate it minus the "p", it pulls "pass" along with anything else including that word; however, if I moderate phrases such as "I am going to shoot you" then it will only moderate that specific phrase.

Any ideas?


FYI:

I modified the code to send an email using sendmail, which in turn emails my cellphone text email, which in turn texts my cell I did this for my entire support team...it's a great feature, but the random texts got annoying over words such as what I mentioned above.
Reply With Quote
  #85  
Old 06-25-2009, 09:25 PM
tweakmonkey tweakmonkey is offline
 
Join Date: Jul 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by darkie79 View Post
bump on this topic, as I had a question. Monkey, the hack is great, but I had a question...

When I updated my word list, is seems to be extracting words from other words, for instance, if I post the word "pass" and the filter is set to moderate it minus the "p", it pulls "pass" along with anything else including that word; however, if I moderate phrases such as "I am going to shoot you" then it will only moderate that specific phrase.

Any ideas?
Hmm, that is a strange one. Can you paste in exactly what you put in your "Auto-Moderation Keywords" field in AdminCP? I didn't moderate phrases, but only single words (ie "viagra", "sex", or "http") and it has worked almost 100% to catch most spam. I'm assuming you're using it specifically for spam prevention.


Quote:
FYI:

I modified the code to send an email using sendmail, which in turn emails my cellphone text email, which in turn texts my cell I did this for my entire support team...it's a great feature, but the random texts got annoying over words such as what I mentioned above.

I was meaning to add that feature! I'd love it if you sent the modified code my way so I can update the plugin with that feature for everyone... if you don't mind. I'll remove your phone # and give credit etc.
Reply With Quote
  #86  
Old 06-28-2009, 05:18 PM
snoopy5 snoopy5 is offline
 
Join Date: May 2007
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I use this on vb 3.80 without any problems. One of the best mods out there!

BUT this mod does not work with visitor messages. I get currently massive spam over the visitor messages.

If this mod would include not only postings in forums, but also in visitor message with a user profile, this would help a lot!

Any chance to get this done with visitor messages?
Reply With Quote
  #87  
Old 06-29-2009, 11:34 AM
darkie79 darkie79 is offline
 
Join Date: Sep 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tweakmonkey View Post
Hmm, that is a strange one. Can you paste in exactly what you put in your "Auto-Moderation Keywords" field in AdminCP? I didn't moderate phrases, but only single words (ie "viagra", "sex", or "http") and it has worked almost 100% to catch most spam. I'm assuming you're using it specifically for spam prevention.





I was meaning to add that feature! I'd love it if you sent the modified code my way so I can update the plugin with that feature for everyone... if you don't mind. I'll remove your phone # and give credit etc.
Do you have an email? I'll just send a couple text files with the changes.
Reply With Quote
  #88  
Old 06-29-2009, 04:11 PM
tweakmonkey tweakmonkey is offline
 
Join Date: Jul 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snoopy5 View Post
Hi

I use this on vb 3.80 without any problems. One of the best mods out there!

BUT this mod does not work with visitor messages. I get currently massive spam over the visitor messages.

If this mod would include not only postings in forums, but also in visitor message with a user profile, this would help a lot!

Any chance to get this done with visitor messages?
Thanks,
I'm sure it could be adapted to Visitor messages. I haven't had spammers hit me that way. The one I have seen them try is Signatures a lot though...

There's one way to fix either of these problems. Create a usergroup for people that have say, 10, 20, or 50 posts. Make it so regular users with less than this many posts do not have access to post signatures or Visitor messages. Unless the spammer starts after making 50 legitimate posts (very unlikely) their spam will never be seen.

Or for a quick fix, make your most generic/lowest post count usergroup have this setting applied:
Follow Forum Moderation Rules

In the guest/visitor profile page option of the usergroup CP ^^^


Quote:
Originally Posted by darkie79 View Post
Do you have an email? I'll just send a couple text files with the changes.
Sure, send it to dan -at- tweak3d dot net
Reply With Quote
  #89  
Old 07-07-2009, 05:00 PM
darkie79 darkie79 is offline
 
Join Date: Sep 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Monkey,

Email Sent, sorry for the delay.
Reply With Quote
  #90  
Old 07-07-2009, 05:31 PM
tweakmonkey tweakmonkey is offline
 
Join Date: Jul 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Np, saw it. Thanks and I'll look at it when I've got some time.
Reply With Quote
  #91  
Old 07-21-2009, 05:15 AM
induslady induslady is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Is it possible to avoid auto-moderating posts that includes internal URLs (ie. links to URLs within own domain)?

I've included keywords like .com, http, www and it auto-moderates posts that include links to my own site.

Thank you.

Induslady
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:22 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04505 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete