PDA

View Full Version : how to call humanverify[hash] from non-vb page?


kkiely
10-03-2008, 10:06 AM
In the human verify template there is a hidden input:

<input id='hash' type='hidden' name='humanverify[hash]' value='humanverify[hash]' />

How do I come up with the value for 'humanverify[hash]' from a non-vb page? I tried:

echo $vbulletin->userinfo['hash'];

and many variations.

Dismounted
10-03-2008, 12:43 PM
You need to include the vBulletin Human Verification class to use those features...