The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How do I implement human verification on my custom page
Hii..
I was looking for how to implement vB's default human verification on my custom page. Then I found this in one of the pages of vB. PHP Code:
There must be some minor mistake I am making.. any help is much appreciated !! |
#2
|
||||
|
||||
In the ASKING stage, add:
PHP Code:
PHP Code:
|
#3
|
||||
|
||||
excellent.... works perfect !!!
thank you so much.. I had posted the same on so many forums but could not get it to work. thanks again |
#4
|
|||
|
|||
hmm... where is the "veryfying stage" ? I don't know where to put this code.
|
#5
|
||||
|
||||
The "asking" stage is when the user is presented with the form. The "verifying" stage is when the form is submitted and the contents are processed.
|
#6
|
|||
|
|||
I wonder a bit, because I can't even find an "verifying stage" in the original register tempate.
|
#7
|
||||
|
||||
Sure it's on the registration page. It's the form action "<form action="register.php?do=register" method="post">". When you click submit, the form action is done and that is the "verifying stage". (I'm talking about "in general". That is not the actual form action on the page that has the captcha image - it will have a different form action.)
|
#8
|
|||
|
|||
How this code should be modified to work with 3.8.1?
I am trying to build a quick registration module on a custom page and can not solve the human verify function. Thanks for any help. |
#9
|
|||
|
|||
PHP Code:
PHP Code:
|
#10
|
|||
|
|||
I'm doing something similar in modifying the Standard_Error template to also have user registration fields complete with human verifacation for when someone that is not logged in tries to post.
Does this mean that I need to modify newreply.php and newthread.php (in addition to any other pages that would generate the standard error message) with the code samples in this thread? I've tried that, and inserted almost the entire register template into the standard error template. Everything except for human verification works and the $human_verify hook is in there. Any thoughts? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|