vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Anti-Spam Options - vbStopForumSpam (https://vborg.vbsupport.ru/showthread.php?t=230921)

djbaxter 03-22-2010 11:51 PM

Quote:

Originally Posted by KW802 (Post 2008284)
Attached is the vB4 version.... :)

Thank you! :)

archet1337 03-23-2010 02:15 AM

Quote:

Originally Posted by KW802 (Post 2008284)
Attached is the vB4 version.... :)

The best mod ever just got even better! Thank you! :)

maidos 03-23-2010 06:54 PM

any chance to let this mod scan and ban for all exisiting members with the list from that stopforumspam?

since some forum has 400 000 members list or even millions and just recently notied this mod?

maidos 03-23-2010 08:46 PM

well seems your mod let one slip thorugh despite that the script denied other registrant with the same ip

http://img705.imageshack.us/img705/147/25466447.png

elduderino 03-23-2010 11:29 PM

this mod have saved me sooooooooooooo much hassle. i agree with one of the posters above, it should come as a standard feature of the whole app, spam is such a pain in the balls.

djbaxter 03-24-2010 12:26 AM

Quote:

Originally Posted by maidos (Post 2008989)
well seems your mod let one slip thorugh despite that the script denied other registrant with the same ip

And? Add him to the spam database. If you're looking for a method to ban every spammer in the world, you'll be looking a long time. This catches a lot of them and means the job of weeding out the rest is a lot easier.

maidos 03-24-2010 01:38 AM

Quote:

Originally Posted by djbaxter (Post 2009097)
And? Add him to the spam database. If you're looking for a method to ban every spammer in the world, you'll be looking a long time. This catches a lot of them and means the job of weeding out the rest is a lot easier.

seem to fail to understand what i meant, my bad.
if you see the screenshot i linked, it denied few registrants with same IP while allowing one account toWITH THE SAME IP as the other denied registrants

Lore Master 03-24-2010 07:30 PM

The Unregistered displays when the username field is left blank when the form is sent. The REMOTERR dislays when the email field is left blank. For some reason these started showing up in vB 4.0.

My workaround: to check for a blank username and email fields and if either are empty bypass the stopforumspam check, as vB will send the user back to complete these fields anyways. Just a work-around, I tested it and it seemed to work correctly.

Go to plugins and open the vbstopformspam plugin for register_addmember_process. Select edit, and highlight the code. Paste this over it:

Code:

if (!empty($vbulletin->GPC['username']) AND !empty($vbulletin->GPC['email']))
{
                                $sfsPurged = false;
                                require_once('includes/functions_vbsfs.php');
                                sfsProcess();
}


MagiKelly 03-24-2010 07:36 PM

Quote:

Originally Posted by maidos (Post 2009125)
seem to fail to understand what i meant, my bad.
if you see the screenshot i linked, it denied few registrants with same IP while allowing one account toWITH THE SAME IP as the other denied registrants

The mod worked perfectly. The rejected attempts where rejected because the email was on the database. The IP address was not blacklisted. So when they got a clean email address they got through.

kylek 03-25-2010 06:42 PM

Installed on a site running 4.0.2 patch level 1 - new install.

This is one of the ones that seems to be getting through;

KIClarence 2010-03-25 11:50:39 kiclarence@gmail.com 123.236.164.24 Allowed registration KIClarence 2010-03-25 11:50:39 kiclarence@gmail.com 123.236.164.24 Result on field email - kiclarence@gmail.com [REMOTEERR] Unverfied but allowed by policy KIClarence 2010-03-25 11:50:39 kiclarence@gmail.com 123.236.164.24 Result on field ip - 123.236.164.24 [REMOTEERR] Unverfied but allowed by policy KIClarence 2010-03-25 11:50:39 kiclarence@gmail.com 123.236.164.24 Result on field username - KIClarence [REMOTEERR] Unverfied but allowed by policy


Manual check via stopforum spam shows email ip, name, etc is in the database. This is just one of the ones that are getting thru to the site and registerring, why are they not blocked?


All times are GMT. The time now is 06:07 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.01421 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete