How do I implement human verification on my custom page
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.
// human verification
require_once(DIR . '/includes/class_humanverify.php');
$verify =& vB_HumanVerify::fetch_library($vbulletin);
$human_verify = $verify->output_token();
and then simply adding $human_verify at the desired location in the template. This works just perfect BUT the above process just displays the human_verify and does not verify it. It bypasses it simply.
How do I check for verification and redirect to an error page on submitting of form ??
#If you have any other info about this subject , Please add it free.# |

