Hi bob
Can edit the default background color white for a custom color??? and the same with the letters.
Regards
Can edit the default background color white for a custom color??? and the same with the letters.
Regards
Hi colemjosel ,
Only by hacking the image_verification.php file. Here are the lines that set the colours:
Bob
Only by hacking the image_verification.php file. Here are the lines that set the colours:
$white = imagecolorallocate($im, 255, 255, 255);
$grey = imagecolorallocate($im, 128, 128, 128);
$greylight = imagecolorallocate($im, 199, 199, 199);
$black = imagecolorallocate($im, 0, 0, 0);
Bob
This topic is locked and no more replies can be posted.