The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Contact Us image verification!
Hey Everyone,
I am pretty positive I'm not the only one, but as of late, I've been getting a lot of spam (free poker, pharmacy, etc) from the "Contact Us" form (sendmessage.php) form. So I am looking for a way to put the image verification on that, also (not just new registrations). I would greatly enjoy it. I'm getting about 5-6 daily, and only 1-month that is actually correct. Thanks, Drew PS: I ran a search but nothing came up with it, sorry if there is one there. |
#2
|
|||
|
|||
Just restrict the sendmessage.php form to registered users
if (!$bbuserinfo['userid']) { print_no_permission(); } In the beginning of the file. |
#3
|
|||
|
|||
I was thinking of that, but what if the person is having problems registering etc? One friend said he couldn't get into his account (lost the pw, and the email never was sent etc)
But good idea, I'll probably throw that in, if nothing else comes up. thanks! |
#4
|
|||
|
|||
Hello.
If you want to add image verification for 'REGISTERED' users, one method is to do the following: in "sendmessage.php", search for 'imagecheck'. You'll find this word exists in 2 places. For each instance, in its associated block of code, modify the following line: FROM: ==== PHP Code:
== PHP Code:
Hope this helps. |
#5
|
||||
|
||||
Quote:
We rely on this Contact Us form to let anyone contact us, not just registered users. |
#6
|
||||
|
||||
3.5.3 has built in image verification for guests, if you enable it. timetunnel was just showing how you can remove the conditional to make it show for EVERYONE.
|
#7
|
||||
|
||||
Quote:
If there's nothing available, so be it...maybe I'll request a mod elsewhere, or just write my own contact form outside of vB and disable this one, since it's nothing more than a spam magnet now. 3.5 isn't an option for us right now, not until the resource usage is tamed anyway... |
#8
|
|||
|
|||
Quote:
you are my hero, I have been wanting to add that so everyone has to do the image verification, my board was getting slammed by hackers using php email.. this will help I am sure.. Hats off.. thanks |
#9
|
|||
|
|||
...glad ya like it. ENJOY!
|
#10
|
|||
|
|||
I hate to hijack a thread however this is happening to me as well and it is annoying. I am running 3.6.4 what do I do to stop spam from the contact me link?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|