Sorry I should have been more clear... You know in some sign up forms there is an image with a number that cannot be read by signup bots and you have to copy the number into a box and it has to be verified. I can generate the number and verify it I just can't create the image to display to the user. I have GD installed. Any help would be much appreciated.
Securing Forms with Random Noisy Images
By Mehmet Avsar - [July 23, 2003]
This tutorial is intended for those who want to ensure that the data retrieved by a form processor PHP is sent by the expected form, not another application or by hand.
When I go to the URL with the image in I get a red X in the box the image should be. If I just go straight to image.php?rid=then type the request ID in I get the following
<br />
<b>Fatal error</b>: Call to undefined function: imagettfbbox() in <b>/home/cuttie/public_html/AuthCodeImage.php</b> on line <b>99</b><br />
I'm not sure what to put for the fonts path. It's currently C:\\WINNT\\FONTS which is how the example script was ... what should I change this to? Do I need to copy the fonts to my webserver and put that path in?
Ok I put it ont he web server and changed the path to the path to the font but I still get that error. My host has recompiled PHP with GD and Freetype...still no go?