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

Reply
 
Thread Tools
vbStopForumSpam Details »»
vbStopForumSpam
Version: 0.61, by pedigree pedigree is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Anti-Spam Options - Version: 4.0.0 Rating:
Released: 12-22-2009 Last Update: 12-26-2009 Installs: 1201
DB Changes Uses Plugins
Re-useable Code Additional Files  
No support by the author.

vbStopForumSpam

Mod of the month winner October 2009.... That cant be bad :up:


Apologies in advance, this is a copy of the 3.6/3.7/3.8 mod that has been verified to work in 4.0 (its so that I dont get a billion PMs asking if it works in 4.0)

This provides access to a RBL type system for forum admins, listing known spam IP / email / usernames. The RBL database is provided by www.stopforumspam.com. You do NOT need an API key from the website in order to access the database. only to submit data if you should wish to do so.

At the point of user registration, the mod checks if the IP number / provided username / email addresses appear on a block list and can block the registration.

Whilst this isnt the most perfect way to stop all forum spam, its another step that spammers have to overcome.

What it does

It checks with a remote database of known forum spammers. Their IP number, email address and forum username are tested and based on your configuration, you can reject / log / accept user registrations based on what you get back.

This version doesnt have
- whitelisting or the ability to submit users to the database but it will within the next week.
- automatic user deletion / post / PM purging. There are good tools out there already, this does something else.

Instructions are included in the installation.txt file - PLEASE read it first and dont forget to actually upload the files in the upload folder, otherwise it WILL kill your registration progress and you wont see the log file options in admincp.

Changes to vB
- 3 new database tables
- 2 database table alternations
- No new templates.
- 2 Hook (register_addmember_process & register_addmember_complete)

Ive tested it but had feedback that it works with versions as old as 3.6.2... Support should go back to older versions, as long as they have hook support for register_addmember_process / register_addmember_complete

For code to submit spammers to the database, check this post for code changes
https://vborg.vbsupport.ru/showpost....&postcount=288

Reported to work
- 3.6.1, 3.6.2, 3.6.9, 3.6.10, 3.7.0, 3.7.1, 3.7.2, 3.7.3, 3.74, 3.80, 3.81, 3.82, 3.83, 3.8.4, 4.0beta3, 4.0 Gold
, 4.2pl1,2

Installers should remember to refresh their ACP navigation window when they first install it so they can see the new log file menu item.

REQUIRES MySQL 4.1.1+

There is a small mod, coded by Wired1 that will allow you to submit spammer details to the database from the admin control panel, here https://vborg.vbsupport.ru/showpost....&postcount=289 This relies 100% on javascript being enabled and makes no tests that it is enabled.

You need to have an API key from www.stopforumspam.com in order to submit data, its free and easy to get... You DONT need an API key in order to use this mod however, only to submit spammer data.

Issues are
- The usergroup permissions / view details etc DONT work. I jumped the gun and put the permissions controls in there before I put the code in. Please delete the includes/xml/bitfield_vbstopforumspam.xml file and rebuild your postbit

Installation
- Follow the instructions in the zip file, that includes the file upload the correct folders.

Please click Installed

The original thread is at https://vborg.vbsupport.ru/showthread.php?t=176481 where there is a wealth of knowledge about the mod, please ask questions in there.

Download Now

File Type: zip vbStopForumSpam_v0.61.zip (10.7 KB, 6715 views)

Show Your Support

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

Comments
  #62  
Old 01-20-2010, 03:07 PM
Bob_R Bob_R is offline
 
Join Date: Jun 2009
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I already have this. When I put my site to 4.0.1 just activate it or I must download it here and go from there?

Thanks!
Reply With Quote
  #63  
Old 01-20-2010, 04:01 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KW802 View Post
Just look in your logs to see if anybody is getting blocked...

ACP => Statistics & Logs => vBStopForumSpam Logs
thanks a lot KW802 for the reply....

It really works to vB 4.0.1
Reply With Quote
  #64  
Old 01-21-2010, 04:40 PM
turbosatan turbosatan is offline
 
Join Date: Jul 2007
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i repeatedly get [REMOTEERR] Unverfied and rejected by policy

what could be causing this???

i assume this is a connection error of some sort.
Reply With Quote
  #65  
Old 01-21-2010, 06:13 PM
radmoose's Avatar
radmoose radmoose is offline
 
Join Date: Jul 2006
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine with 4.0.1 for me.

Quote:
Originally Posted by john_robot View Post
great but waiting for whitelisting or the ability to submit users to the database .
Do you really have that many people that need to be whitelisted?

Other than Name matches, I can't see how many registrations that would be on the IP or email lists. (I disabled Name checks.)

For being able to submit, I have my site send me an email on every successful registration. In that email, I have modified it to generate a link that I can submit a spammer. If they get thru (such as being a new spammer) I can just click the link in the email and it is submitted.

Yeah, I would like it within the plugin, but considering that I have had only 2 false positives I would rather have caught the thousands of attempts. (Even the false positives were debatable.. as it seemed the people had malware infestations and were showing up in other places as spammers as well.)

In newuser email, add the following:

Code:
Report User To StopForumSpam http://www.stopforumspam.com/post.php?username=$username&ip_addr=$ipaddress&email=$email&api_key=(Your SFS API Key)
Reply With Quote
  #66  
Old 01-21-2010, 08:27 PM
meissenation meissenation is offline
 
Join Date: Apr 2005
Posts: 476
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this only blocking people who are trying to register or people who are browsing the site?

Since installing this on 1/18, I have 254 log entries for vbStopForumSpam... I do not get that many registrations per day - 3 or 4 is considered a "busy day" for registrations. Why is it that all of these spammers that are now being blocked were not successfully registering before this was installed? The only "captcha" that I have is a question: "What model did Chevrolet build? Camaro or Firebird?" It's not like it's hard for a human to answer that and I seriously doubt that the single question was blocking THAT MANY spammers or was it?

Just shocked at the logs. I'm almost wondering if installing this has made it that more enticing to the spammers or something.

Quote:
Unregistered 2010-01-19 08:56:16 snagit4@o2.pl 204.124.182.252 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-19 08:51:41 ocean_89@inbox.ru 91.214.45.233 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-19 08:31:15 kathymendezo@gmail.com 66.229.26.206 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-19 08:14:06 thorooferozineda@gmail.com 173.50.97.181 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-19 02:54:01 fujitsu44@10g.pl 208.53.131.149 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-19 02:50:26 snagit@o2.pl 208.53.170.49 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-19 02:48:23 snagit4@o2.pl 204.124.182.252 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-19 02:43:12 uuilamarij@gmail.com 92.48.118.229 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-19 02:39:44 loan@ru-bride.com 79.137.233.136 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-19 02:28:59 thorooferozineda@gmail.com 173.50.97.181 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-19 01:29:58 EMAIL 95.215.1.3 Result on field username - Unregistered - Spammer and rejected by policy
uzkasponw 2010-01-19 01:26:42 ubapmw@gmail.com 218.0.252.71 Result on field username - uzkasponw - Spammer and rejected by policy
Unregistered 2010-01-19 01:17:58 elestyhully@gmail.com 68.80.49.44 Result on field username - Unregistered - Spammer and rejected by policy
Camarogirl 2010-01-18 23:19:13 (edited)@gmail.com 98.243.21.139 Allowed registration
Camarogirl 2010-01-18 23:17:55 (edited)@gmail.com 98.243.21.139 Allowed registration
Unregistered 2010-01-18 22:49:04 217.77.54.162 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 22:32:03 maxinet14011982@gmail.com 168.172.251.253 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 22:15:23 robertoordonez22@gmail.com 205.250.248.190 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 21:45:05 79.116.139.174 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 21:31:29 80.240.215.147 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 21:30:15 panta8deusz@gmail.com 94.142.130.180 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 20:53:47 admin@mnogofilmov.com 95.133.41.135 Result on field username - Unregistered - Spammer and rejected by policy
scooter trash 2010-01-18 20:44:29 (edited)@aol.com 68.42.210.110 Allowed registration
Unregistered 2010-01-18 20:26:52 oliasudina@gmail.com 91.76.54.37 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 20:08:24 pi4erin@yandex.ru 188.72.225.95 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 20:05:31 volnoff.v@yandex.ru 188.72.225.95 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 19:51:52 219.150.228.230 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 19:18:49 kankowa@mail.ru 83.237.162.254 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 19:15:53 EMAIL 194.8.75.44 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 19:13:26 elestyhully@gmail.com 122.3.146.43 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 19:02:07 snagit4@o2.pl 204.124.182.252 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 18:39:27 herb.buy.online@yandex.ru 210.32.200.95 Result on field username - Unregistered - Spammer and rejected by policy
ccamaro01 2010-01-18 18:37:42 (edited)@aol.com 64.12.116.10 Allowed registration
Unregistered 2010-01-18 18:17:37 EMAIL 194.8.75.44 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 17:53:30 snagit@o2.pl 208.53.170.49 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 17:23:23 EMAIL 194.8.75.44 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 16:41:44 EMAIL 194.8.75.44 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 16:05:29 elizabethcrud@gmail.com 212.235.107.87 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 14:39:19 EMAIL 194.8.75.44 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 14:18:10 lang3467@gmail.com 173.50.97.181 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 14:10:32 omeromeromer34@gmail.com 78.170.102.93 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 13:58:50 fujitsu44@10g.pl 208.53.131.149 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 13:39:11 elestyhully@gmail.com 125.99.120.250 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 13:26:55 EMAIL 194.8.75.145 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 13:06:38 paladdyk.lolipm@gmail.com 195.2.240.202 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 12:54:26 mcandrewsigalypi1935@gmail.com 188.92.74.32 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 12:33:46 snagit@o2.pl 208.53.170.49 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 12:30:39 EMAIL 194.8.75.44 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 12:00:58 buneralz2a@go2.pl 87.206.146.118 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 11:56:41 EMAIL 194.8.75.44 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 11:32:37 gofnxeamtabywt@gmail.com 91.212.226.210 Result on field username - Unregistered - Spammer and rejected by policy
Unregistered 2010-01-18 11:14:39 marlenelamon64@gmail.com 68.147.5.156 Result on field username - Unregistered - Spammer and rejected by policy
engirls201 2010-01-18 11:08:58 (edited)@chongsoft.org 122.68.16.174 Allowed registration
Trartydaype 2010-01-18 10:56:40 arbenaintel@gmx.com 216.245.195.146 Result on field username - Trartydaype - Spammer and rejected by policy
Reply With Quote
  #67  
Old 01-22-2010, 02:25 AM
radmoose's Avatar
radmoose radmoose is offline
 
Join Date: Jul 2006
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It could be that they were not trying to get thru an actively register.

I had a lot of registration "attempts" that were not completed where they were running scripts trying out different things but making sure that they didn't actually register.

From what I understand this mod catches them during any attempt, even those ones that try to capture all the questions of some sites or try different things to help build their script.
Reply With Quote
  #68  
Old 01-22-2010, 08:50 AM
turbosatan turbosatan is offline
 
Join Date: Jul 2007
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

have many others had this [REMOTEERR] error

i think it is a connection error of some description but i can tfor the life of me figure out why its happening. it works fine on one server but not on others.

Anyone have a fix for the [REMOTEERR] errors?
Reply With Quote
  #69  
Old 01-25-2010, 12:30 AM
Trek Trek is offline
 
Join Date: Sep 2003
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed this, hope it works good!

On the plus side, I logged into the stopspam website and checked a few IPs from known spammers that I have and they were all listed. So that's good news. =)

I'd also recommend everyone get an API key so you can submit spammers as well. The more people on board, the better the system is.
Reply With Quote
  #70  
Old 01-27-2010, 05:59 PM
pedigree pedigree is offline
 
Join Date: Jul 2005
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone have a fix for the [REMOTEERR] errors?

- This is what happens when your webserver cant connect to our server for some reason, either DNS failure (and I see a LOT of hosts with bad DNS configurations), our server being down, network issues, any reasons really.

The server itself is hosted at dzone.com now. they have a massive infrastructure to support the server and its up a lot.
Reply With Quote
  #71  
Old 01-27-2010, 10:24 PM
scan-pa scan-pa is offline
 
Join Date: May 2006
Location: Lebanon Co. Pa. USA
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice add on. thanks.
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 08:14 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.05308 seconds
  • Memory Usage 2,381KB
  • 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
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (10)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete