![]() |
Hi, I've got a forum running vBulletin v3.0.4 and we've been getting a lot of spam lately. It's been brought to my attention to implement Image Verification into the registration process, but I'm not sure if this code will work with an older version of the software.
Can someone help me? Much appreciated! |
I am using 3.5.4.
In sendmessage.php, instead of finding Code:
if (!$vbulletin->userinfo['userid'] AND $vbulletin->options['contactustype'] == 2 AND $vbulletin->options['gdversion']) Code:
if (!$vbulletin->userinfo['userid'] AND $vbulletin->options['contactustype'] == 2 AND ($vbulletin->options['gdversion'] OR $vbulletin->options['magickpath'])) |
Then just change
Code:
if (!$vbulletin->userinfo['userid'] AND $vbulletin->options['contactustype'] == 2 AND ($vbulletin->options['gdversion'] OR $vbulletin->options['magickpath'])) Code:
if (!$vbulletin->userinfo['userid'] OR $vbulletin->userinfo['userid'] AND $vbulletin->options['contactustype'] == 2 AND ($vbulletin->options['gdversion'] OR $vbulletin->options['magickpath'])) Find this in sendmessage.php Code:
if (!$vbulletin->userinfo['userid'] AND $vbulletin->options['contactustype'] == 2 AND $vbulletin->options['regimagetype']) Code:
if (!$vbulletin->userinfo['userid'] OR $vbulletin->userinfo['userid'] AND $vbulletin->options['contactustype'] == 2 AND $vbulletin->options['regimagetype']) |
can this be modded so that uses with less than X number of post have to use the image block to post?
|
Installed, but it doesn't show any sign of an image verification when I test it out.
**Nevermind** It works only for guest. Good job, just what I was looking for. I was tired of these damn bots mailing me everyday. |
All times are GMT. The time now is 06:59 AM. |
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:
|