Quote:
Originally posted by Boofo
Sounds great! I'm ready when you are.
|
Code:
<tr>
<td bgcolor="{tableheadbgcolor}" colspan="2"><normalfont color="{tableheadtextcolor}"><b>Image Verification</b></normalfont></td>
</tr>
<!-- *** -->
<tr>
<td bgcolor="{firstaltcolor}"><normalfont><b>Image Verification</b></normalfont><br>
<smallfont>Please enter the numbers and text that you see on the image. This is to help prevent automated registration.</smallfont><br>
<img src="imagegen.php?hash=$verifydata[hash]"></td>
<td bgcolor="{secondaltcolor}"><normalfont>
<input type="text" class="bginput" name="verification_value" size="25" maxlength="100">
<input type="hidden" name="verification_hash" value="$verifydata[hash]">
</normalfont></td>
</tr>
Thats the template I use for my hack to display the image in the register section, verification hash isnt the actual value of the image, its the hash of the current register verification session, this makes it impossible for ats to get the actual value of the image.