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)

Mrdby 06-15-2010 11:30 AM

and another person I KNOW for a fact that isn't a spammer got to register, but they didn't get accepted into the user database.

Unregistered 2010-06-14 15:44:57 rossi@itsfreemail.com 196.40.10.240 Result on field username - Unregistered - Spammer and rejected by policy
Big Buddy Lee 2010-06-14 15:38:43 gamehtmike@gmail.com 144.230.63.57 Allowed registration

MagiKelly 06-15-2010 01:34 PM

You probably want to disable the username check. This is very likely to catch innocent registrations and is really no indication the person is a spammer. IP and email check only is the best option.

Mrdby 06-15-2010 01:40 PM

Quote:

Originally Posted by MagiKelly (Post 2054012)
You probably want to disable the username check. This is very likely to catch innocent registrations and is really no indication the person is a spammer. IP and email check only is the best option.

i just did... i will see how it works! Thanks!

djbaxter 06-15-2010 01:46 PM

Quote:

Originally Posted by MagiKelly (Post 2054012)
You probably want to disable the username check. This is very likely to catch innocent registrations and is really no indication the person is a spammer. IP and email check only is the best option.

That's what I've been doing for some time now. Works like a charm.

Mrdby 06-15-2010 07:04 PM

thanks!!

Mrdby 06-16-2010 09:02 AM

one got in


enteciani 2010-06-16 04:09:33 zgjzfl8@gmail.com 188.100.214.248 Allowed registration
enteciani 2010-06-16 04:09:04 zgjzfl8@gmail.com 188.100.214.248 Allowed registration
Unregistered 2010-06-16 04:08:34 zgjzfl8@gmail.com 188.100.214.248 Allowed registration
Unregistered 2010-06-16 04:08:05 zgjzfl8@gmail.com 188.100.214.248 Allowed registration
Unregistered 2010-06-16 04:05:46 zgjzfl8@gmail.com 188.100.214.248 Allowed registration
Unregistered 2010-06-16 04:05:41 zgjzfl8@gmail.com 188.100.214.248 Allowed registration

BrightStar 06-24-2010 09:07 PM

Mine says allowed registration but members are still not registered?

I'll contact those email address to ask what error message did they encounter.

fabioski 06-26-2010 12:14 PM

Does this mod work with 4.0.2 version?

djbaxter 06-26-2010 03:55 PM

Quote:

Originally Posted by fabioski (Post 2059838)
Does this mod work with 4.0.2 version?

I've had it working on 4.01, 4.02, 4.03, and 4.04.

Boofo 07-05-2010 01:22 PM

Quote:

Originally Posted by Louva-Deus (Post 2043407)
Code:

// $errors = vb 3.0.0+ support
// $userdata->errors = vb 3.6.1-4.0.x support
if (empty($errors) AND empty($userdata->errors))
{
                                $sfsPurged = false;
                                require_once('includes/functions_vbsfs.php');
                                sfsProcess();
}


This allows vB to operate like it normally would when handling registration attempts and only passes data on to the vbStopForumSpam mod if the registration form has been filled out properly. This clears a lot of nonsense from the log records and it saves lookup time and server resources. It might even save the Stop Forum Spam website a little bandwidth.

Finally, this helps to reduce any accidental blocking of legitimate users from registering on your site, either locally or through being mistakenly added to the Stop Forum Spam database, which lists email as well as IP addresses. Remember that virtually none of the people added by mistake will know to come to the Stop Forum Spam website to get their information removed so they can register on a forum they want to join.

HTH

LD

Shouldn't this:

Code:

if (empty($errors) AND empty($userdata->errors))

be this?

Code:

if (empty($errors) OR empty($userdata->errors))


All times are GMT. The time now is 06:23 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.01504 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_code_printable
  • (4)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