Been using this for months without bot issues, 10+/- registrations a day. The script works, but it's generating errors somewhere and placing them into an error_log file on my host's server.
Code:
PHP Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/username/public_html/forums/images/verification/show.php on line 23
PHP Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/username/public_html/forums/images/verification/show.php on line 24
PHP Warning: imagecreatefromjpeg() [<a href='function.imagecreatefromjpeg'>function.imagecreatefromjpeg</a>]: gd-jpeg: JPEG library reports unrecoverable error: in /home/username/public_html/forums/images/verification/show.php on line 21
PHP Warning: imagecreatefromjpeg() [<a href='function.imagecreatefromjpeg'>function.imagecreatefromjpeg</a>]: 'error_log' is not a valid JPEG file in /home/username/public_html/forums/images/verification/show.php on line 21
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/username/public_html/forums/images/verification/show.php:21) in /home/username/public_html/forums/images/verification/show.php on line 22
There are some, any idea? Is it possible it's bots generating these?