View Full Version : Upgraded to vb 3.7.2 and Image Verification is gone
gatorenvy
08-07-2008, 01:30 PM
My forum was just upgraded to vb 3.7.2 PL1, but now my image verification during registration is gone. I'm getting tons of spam sign ups.
When I go to admincp --> vb options --> Human Verification Options
there is nothing in there about turning on/off the image captcha verification thing.
Same when I go to admincp --> vb options --> User Registration Options
Can someone please guide me in the right direction?
Lynne
08-07-2008, 02:00 PM
The top drop-down on the Human Verification page allows you to turn it off (disabled). You might want to set it to disabled, save, and then set it back to image verification (or rCaptcha) and save. See if that fixes the issue.
Dismounted
08-09-2008, 07:31 AM
From Wayne Luke:
In order to use GD Based Image verification in 3.7.0 and higher, you need to have Freetype2 support compiled into PHP.
Most likely the original PHP configure string contained --with-freetype but this usually only enables support for Freetype version 1, which does not support True Type fonts.
To enable Freetype 2 support (assuming that the server has the Freetype 2 libraries installed), this part of the configure string neeeds to be removed and replaced with (normally) --with-freetype-dir=/usr
To find out if a Linux server has Freetype 2 support, run locate freetype2 at the command line and look for some results, usually in /usr/include/freetype2.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.