The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Multiple Human Verification Methods
Hello,
I would like to add several human verification methods into my registration forms: One math based question, one fact based question and a reCAPTCHA. I know that this is impossible to do via normal settings, but could someone point me towards how I could manually code something like that? I've tried blindly myself, but I just ended up breaking my registration form every time. Thanks in advance. |
#2
|
|||
|
|||
I think what I'd do is look at includes/class_verify.php, as well as class_verify_image.php and class_verify_question.php, then write a class_verify_multiple.php (or whatever you want to call it) to implement your method. You can probably use the class_verify_image class directly in your class to implement the image part. The question part might be a bit more trouble because that class is written to select one question from one pool, so having two types might be a problem.
Of course that all sounds easy but you'll no doubt run in to other problems, but I think that's where I'd start. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|