![]() |
Quote:
|
Quote:
|
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? |
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 |
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.
|
Quote:
|
Quote:
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 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'])) |
Quote:
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|