| ![]() | Join Date: Mar 2008 | Posts: 118 | Location: India | iTrader: (2) | just passin' by....hi to all... |
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.
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 ??
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:
// human verification
require_once(DIR . '/includes/class_humanverify.php');
$verify =& vB_HumanVerify::fetch_library($vbulletin);
$human_verify = $verify->output_token();
How do I check for verification and redirect to an error page on submitting of form ??
--------------------
Submit your site to Tech555 Directory | Indiatalks Directory
All the Tech Info you need | Vinayaks.com | Where India actually talks!
Submit your site to Tech555 Directory | Indiatalks Directory
All the Tech Info you need | Vinayaks.com | Where India actually talks!







Linear Mode

