Hi, i made this little script, im trying to make one of them images that shows a number which you have to type in, to stop bots from flooding your site. Can someone please edit this script so the valur of the variable "$jo" is shown in random fonts each time.
The script:
Header ("Content-type: image/png");
$img_handle = imageCreateFromPNG("Secure.png");
$color = ImageColorAllocate ($img_handle, 100, 100, 100);
$jo = "6767fjddms8";
ImageString ($img_handle, 3, 10, 9, "$jo", $color);
ImagePng ($img_handle);
ImageDestroy ($img_handle);
?>
2006-12-03
00:08:42
·
2 answers
·
asked by
peter s
1
in
Computers & Internet
➔ Programming & Design