Re: Image Verification
What's with your verification variable.
Have you checked the input from the cookie you've set.
Please change this part:
[code:1dsnd75d]
if(isset($todo)) {
[/code:1dsnd75d]
...with
[code:1dsnd75d]
if(isset($todo)) {
echo 'Input => '.(md5($verification).'a4xn').' Cookie => '.$_COOKIE['tntcon'];
[/code:1dsnd75d]
Please let me know once your done so I could see it from your page.