Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 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: Administrative and Maintenance Tools - Version: 3.8.0 Rating:
Released: 09-04-2009 Last Update: 12-26-2009 Installs: 447
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Is in Beta Stage  
No support by the author.

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. This queries the StopForumSpam database (where I am a coder and administrator) to see if a new users IP address/email address/IP number are listed as known spammer sources.

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.

Currently, I would say this is an beta codebase. Please treat it as such.

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.

This is the exact same version that is on the 3.6 forums because it works with 3.54 to 3.84 (at time of wriing, the latest version)

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

Known to work - tested by me
- vBulletin 3.6.8 on Apache 2.2 / PHP 5.1.2 on Linux using cUrl
- vBulletin 3.7 Gold on Apache 2.0 / PHP 4.4.3 on Windows without cUrl (template changes wont work on 3.7 - thats in the next version with auto template changes)

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

Reported in the thread to work
- 3.5.4 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

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+

If you want to submit data directly from the user admincp to the database, then you can install an addon mod (Coded by Wired1) here https://vborg.vbsupport.ru/showpost....&postcount=288

You need to have an API key from www.stopforumspam.com in order to submit data, its free and easy to get... The code above is a quick hack that changes the pages "form" so that it submits to the database. As its a quick hack, this relies 100% on javascript being enabled and makes no tests that it is enabled.

Please click Installed

Download Now

File Type: zip vbStopForumSpam_v0.61.zip (11.7 KB, 1931 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Razta

Comments
  #22  
Old 09-07-2009, 10:06 PM
AusPhotography's Avatar
AusPhotography AusPhotography is offline
 
Join Date: Nov 2007
Location: Hobart & Adelaide .au
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pedigree View Post
You just did, Ill pull the source code and look at this.

Edit : Just fixed it. I'm not sure who editted that api file in the SVN but its fixed now.
Thanks for the prompt fix! :up: We had some people not able to join

The work around was to set...
"Query Connection Errors / What should happen if the remote connection times out when querying the new registration?" to "Allow Registration"

We love SFS!! It has cut our mods workload!

Forum: www.ausphotography.net.au
Reply With Quote
  #23  
Old 09-09-2009, 01:12 AM
brightflash brightflash is offline
 
Join Date: Sep 2009
Location: Colorado
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got an SQL Database error message not mentioned in installation.txt.

Specific message emailed me from my vBulletin server:

Database error in vBulletin 3.8.4:

Invalid SQL:
ALTER TABLE usergroup ADD vbstopforumspamviewpermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;

MySQL Error : Duplicate column name 'vbstopforumspamviewpermissions'
Error Number : 1060
Request Date : Tuesday, September 8th 2009 @ 08:32:31 PM
Error Date : Tuesday, September 8th 2009 @ 08:32:32 PM
Script : http:// www.myurl.com/forums/admincp/plugin.php?do=productimport
Referrer : http:// www.myurl.com/forums/admincp/plugin.php?do=productadd
IP Address : 71.212.191.241
Username : admin
Classname : vB_Database_MySQLi
MySQL Version : 5.1.30

Sorry. I am not conversant with SQL. Is this something I need to "worry" about?

Thanks for your help and thanks for what I hope will turn out to be a great mod!

John
Reply With Quote
  #24  
Old 09-09-2009, 09:49 AM
turbosatan turbosatan is offline
 
Join Date: Jul 2007
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

first off thank you very much for this plugin it works very very well.

Can i ask for an addition to this so when you delete posts as spam then there is an option to report someone as a spammer

or just a user profile option which allows to report as a spammer to stop forum spam.

Some easy way to add them to the stop forum spam DB easily from within the control panel of the forum.
Reply With Quote
  #25  
Old 09-09-2009, 02:00 PM
pedigree pedigree is offline
 
Join Date: Jul 2005
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

brightflash it looks like you reinstalled it without first uninstalling it. Uninstall it and then reinstall it. Failing that, then you will need to edit that table in phpMyAdmin and drop that column from the table before reinstalling.

Failing that, drop me a PM and Ill knock you up a forced removal XML file that you can import to uninstall and cleanup so that you can import it again.
Reply With Quote
  #26  
Old 09-09-2009, 02:03 PM
pedigree pedigree is offline
 
Join Date: Jul 2005
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by turbosatan View Post
first off thank you very much for this plugin it works very very well.

Can i ask for an addition to this so when you delete posts as spam then there is an option to report someone as a spammer

or just a user profile option which allows to report as a spammer to stop forum spam.

Some easy way to add them to the stop forum spam DB easily from within the control panel of the forum.
Sure, I can add that. I have been granted permission from the brother of the guy who wrote "1 click spam cleanup" to use some of his code. This mod-extra will ban a users, delete his PM/posts/threads and submit his details to the database (if the mod/supermod has been granted permissions to do so of course) This is mostly included in the 0.7 source that Im poking and prodding away at, at the moment
Reply With Quote
  #27  
Old 09-09-2009, 10:12 PM
brightflash brightflash is offline
 
Join Date: Sep 2009
Location: Colorado
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pedigree View Post
brightflash it looks like you reinstalled it without first uninstalling it. Uninstall it and then reinstall it. . . .
Thanks for the work-around!

Weird!

I had never installed it before.

I'm starting to wonder what's going on with my computer. Here it double-posted my post yesterday. It double-installed vbStopForumSpam . . . (!!!)

Again, thank you.

John
Reply With Quote
  #28  
Old 09-10-2009, 12:03 PM
pedigree pedigree is offline
 
Join Date: Jul 2005
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The stopforumspam.com domain is down at the moment as the site owner forgot to renew the domain. Ive tried to contact him and just hope that hes reading his emails this morning.
Reply With Quote
  #29  
Old 09-10-2009, 05:31 PM
wmelnick wmelnick is offline
 
Join Date: Feb 2005
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pedigree View Post
When you import the XML file?

how about some information, like what file youre importing and what version of vbulletin youre using
Sorry, yes, when I import the XML file into 3.8.4 after the upload had already been done. I tried importing the xml both from my local machine and from the server.

W

Edit: Got it to load by downloading the product xml from the old thread.
Reply With Quote
  #30  
Old 10-11-2009, 06:57 PM
bernie g bernie g is offline
 
Join Date: Sep 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and working perfect, thanks.

I'm new to all of this and have only had my forum up and running for just over a month now. There have been 22 spammers rejected in the last 4 days, not sure if this amount of spammers is the norm for new forums or, I'm doing something wrong lol
Reply With Quote
  #31  
Old 10-20-2009, 04:12 AM
XtremeOffroad XtremeOffroad is offline
 
Join Date: Jul 2005
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bernie g View Post
Installed and working perfect, thanks.

I'm new to all of this and have only had my forum up and running for just over a month now. There have been 22 spammers rejected in the last 4 days, not sure if this amount of spammers is the norm for new forums or, I'm doing something wrong lol
Chances are it's the same bot using different details, (Comment Spammer)
You arent doing anything wrong, They are just persistant littls sob's.
After awhile they will move on,
But not to worry, There will be others on the way, They are like roaches, Once they arrive they just multiply lol
I had the same problem not too long ago.
They have slowed down a bit but will always continue to annoy us for some reason.

Be thankful some Great mods are coming out to help combat them.
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 11:39 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.12784 seconds
  • Memory Usage 2,347KB
  • 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
  • (5)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
  • (1)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