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.
<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.