PDA

View Full Version : Contact Us Image Verification


Shawn
02-04-2007, 12:49 AM
Contact Us image verification

in "sendmessage.php", search for 'imagecheck'. You'll find this word exists in 2places.

For each instance, in its associated block of code, modify the following line:

Find:
====

if (!$vbulletin->userinfo['userid'] AND $vbulletin->options['contactustype'] == 2 AND $vbulletin->options['gdversion'])

Replace with:
==
if (!$vbulletin->userinfo['userid'] OR $vbulletin->userinfo['userid'] AND $vbulletin->options['contactustype'] == 2 AND $vbulletin->options['gdversion'])

Black Tiger
03-19-2007, 02:49 AM
Seems nice, but what's the difference between this one and the build-in image verification?

Shawn
03-19-2007, 02:55 AM
This displays for everyone

Black Tiger
03-19-2007, 03:26 AM
Thanks, but what's the benefit then for having all registered usergroups to use image verification as well? I don't really get the clue at this moment.

Shawn
03-19-2007, 03:28 AM
Preventing Spam and other needs that anyone else can think of =)

Ramses
03-23-2007, 06:13 PM
Thank for this Preventing Spam

Ramses
03-23-2007, 06:19 PM
I have Vbulletin 3.6.5 and i don't found the phrase :

if (!$vbulletin->userinfo['userid'] AND $vbulletin->options['contactustype'] == 2 AND $vbulletin->options['gdversion'])


And i found only one time 'imagecheck'