Edit image verification

colemjosel 09 Oct, 2012
Hi bob

Can edit the default background color white for a custom color??? and the same with the letters.

Regards
GreyHead 10 Oct, 2012
Hi colemjosel ,

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.