Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
SpamBuster: Identify, log and remove spam posts on your forum Details »»
SpamBuster: Identify, log and remove spam posts on your forum
Version: 1.1.2, by UK Jimbo UK Jimbo is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 08-13-2007 Last Update: 11-07-2007 Installs: 195
Uses Plugins
 
No support by the author.

This is the v3.6 version of SpamBuster that I wrote for vBulletin v3.5.x This version is mainly bug fixes.

What does it do?
It spots posts that could potentially be spam then (depending on option settings) creates a thread alerting site admin/moderators about the post and/or hides the post from view.

How does it identify the spam?
All off the posts for users with a post count of less than 10 (configurable) have their posts checked against a number of rules. Each rule has a different "score". If the total score for the post exceeds a specified limit then the post is deemed to be spam.

Can I add my own rules?
The installer file has a default rule set with it, you may wish to customise the rules in the options section of the AdminCP. The rules system is fairly simple to add to, in simple terms each rule is a perl regular expression and a score.

How do I install it?
Import the product via the Product Manager in the AdminCP. The options group and plugins will be added to your system. Now would be a good time to click the install link on here to record the fact that you've installed it.

How do I configure it?
Head to the "SpamBuster" option group in the "vBulletin Options" section of your AdminCP. Fill in the relevant fields. Further documentation will follow but it should be obvious what each setting does for the moment.

How do I upgrade?
Just run a regular install. It's worth backing up your settings particluarly the rules before performing the upgrade. If you have any problems I recommend removing the product then installing it from scratch.

How can I test it?
Try posting a new thread/post with some trigger values in it. The string cialis should do the trick.

Help it's broken my forum!
Erm, that's not an intended feature. Disable all six of the plugins that are part of the product "SpamBuster" and post an error report to this thread. The forum will work fine.

Why doesn't it do x,y or z?
Because I've either not thought about it yet or I've not written it yet. Please drop a post into this thread with any (sensible!) suggestions.

Can I use it commercially?
You're free to use it for whatever purpose comercially/privately as long as you don't resell the code. It's released under the LGPL, see the link below for futher info. If you find this plugin useful and you'd like to make a donation please use the "donate" button below.


click to donate



This software is licenced under the CC-GNU LGPL.


Changelog
  • 8th November 2007 - v1.1.2 - New thread redirect bug fixed
  • 14th August 2007 - v1.1.1 - Multiple post bug fix
  • 13th August 2007 - v1.1.0 - Important bug fixes, updated rules file
  • 15th June 2006 - v1.0.1 - Updated list of rules uploaded as a text file
  • 6th April 2006 - v1.0.0 - Stable release: code remains the same but the rules file has changed.

Supporters / CoAuthors

Show Your Support

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

Comments
  #32  
Old 09-04-2007, 04:46 AM
SuperTaz's Avatar
SuperTaz SuperTaz is offline
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 744
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed. Thank you.
Reply With Quote
  #33  
Old 09-17-2007, 09:15 PM
adc-arab's Avatar
adc-arab adc-arab is offline
 
Join Date: Jul 2007
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed worked like a charm great mod it would be awesome if it autoban the users who reached a specific point like auto ban if the post score more than 10 or 20 something like that o.o
cuz after i installed the mod i add some spam words and woah a lot of spam replay got catch by this mod and I'd like to auto ban those spam users and have an option to auto delete the spam posts
Reply With Quote
  #34  
Old 09-19-2007, 02:22 AM
BobbyBig BobbyBig is offline
 
Join Date: Mar 2006
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you installed.

We also want them to change Usergroup to 4 when Spam got found.

Tryed it with this in SpamBuster Libraries Plugin:
if ($GLOBALS['vbulletin']->userinfo['userid'] > 1) { $userdata->set('usergroupid', 4); }

but it doesnt work.

EDIT: This is really a very good dynamic spam protection.

What also could be added is:
  • Check PM's. If Found Spam, Just send PM to Admin that the User X has send a PM blocked by the Spamfilter.
  • Message that a Thread/Post will be moderatated when Spam is found.
  • Option to exclude Forums from Spam Protection
  • Option to exclude Usergroups from Spam Protection
  • Improve the Script: For what I see the regexp is executed everytime, regardless if the User is in the required Posting-Amount range or not.
Reply With Quote
  #35  
Old 09-27-2007, 10:20 PM
smapdi smapdi is offline
 
Join Date: Dec 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Which version of this mod would be best with vB 3.6.4?

Thanks
Reply With Quote
  #36  
Old 09-30-2007, 05:43 PM
Remi Remi is offline
 
Join Date: Nov 2001
Location: London, UK
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Can I use this hack to send an email as alert instead of posting a new thread.

Thanks
Reply With Quote
  #37  
Old 10-02-2007, 09:04 PM
UK Jimbo's Avatar
UK Jimbo UK Jimbo is offline
 
Join Date: Sep 2002
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smapdi View Post
Which version of this mod would be best with vB 3.6.4?

Thanks
This version v1.1.1

Quote:
Originally Posted by Remi View Post
Hi

Can I use this hack to send an email as alert instead of posting a new thread.

Thanks
Not in its current form. It just posts new threads.
Reply With Quote
  #38  
Old 10-03-2007, 11:19 AM
BobbyBig BobbyBig is offline
 
Join Date: Mar 2006
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about this UK Jimbo: Message that a Thread/Post will be moderatated when Spam is found.
Actually the Users just see nothing and they keep trying to post which results in many unmoderated Posts + angry Users.

We need that badly.
regards
Reply With Quote
  #39  
Old 10-08-2007, 09:23 AM
j4ck455 j4ck455 is offline
 
Join Date: Dec 2006
Location: An antipodean hemisphere
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UK Jimbo View Post
I've noticed that some of the URL based rules (.jp, .no, etc) need a bit of refining as they'll incorrectly match stuff like myimage.jpeg

It'll be a pretty easy regexp fix, I'll take a look when I get a chance.
I'm considering changing the following:
Code:
regexp:a_dotjapan:10:any:"/\.jp/i"
to this:
Code:
regexp:a_dotjapan:10:any:"/\.jp\b/i"
the same \b word boundary could be applied to the analogue problem etc.

Do you foresee any problem with using \b in some of the rules?
Reply With Quote
  #40  
Old 10-12-2007, 06:18 AM
El Orans El Orans is offline
 
Join Date: Sep 2006
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*Clicks Install* :up:

Quote:
Originally Posted by jmottle View Post
I installed the plugin, but when you try to make a new post that triggers the spam filter you get this message:

Invalid Thread specified. If you followed a valid link, please notify the administrator

If you reply to an existing post then it just goes back to that thread and does nto show the post as it has been hidden. Is there a way to perhaps have the message say that their post has triggered a spam filter and will be reviewed by an administrator before it is posted?

Cheers,
Jeff
That would be a nice addition.
Reply With Quote
  #41  
Old 10-18-2007, 09:48 PM
mulesnx mulesnx is offline
 
Join Date: Mar 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This has been fantastic for my forums!!! I have noticed occasionally when people post a thread that is suspected of being spam, it gives this weird error:

PHP Code:
Fatal errorExisting data passed is not an array
Called set_existing in /home/usr/public_html/forums/includes/functions_databuild.php on line 200
Called build_forum_counters in 
/home/usr/public_html/forums/global.php(360) : eval()'d code on line 227
Called sb_post_thread in /home/usr/public_html/forums/includes/class_dm_threadpost.php(1547) : eval()'
d code on line 3
Called 
eval in /home/usr/public_html/forums/includes/class_dm_threadpost.php on line 1547
Called post_save_each in 
/home/usr/public_html/forums/includes/class_dm_threadpost.php on line 1416
Called save in 
/home/usr/public_html/forums/includes/functions_newpost.php on line 438
Called build_new_post in 
/home/usr/public_html/forums/newthread.php on line 186
 in 
/includes/class_dm.php on line 235 
Any ideas on how to fix this?
Reply With Quote
Reply


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 05:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08127 seconds
  • Memory Usage 2,330KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (1)bbcode_php
  • (4)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