View Single Post
  #2  
Old 01-01-2007, 12:05 PM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,471
 

Default Re: Image Verification in v4.1.5

Cool .. i've figured it...

- Open /modules/Image_Verification/img_generators/default/default.php

- At about line 192, you will see the following array for the variable text_color

$text_color = array (
'red' => 0,
'green' => 0,
'blue' => 0,
0 => 175,
1 => 17,
2 => 92
);

- Change the RGB values for 0, 1 & 2 (in my example above, it's set to display in pink 175, 17 & 92)

Hope this helps everyone else

Regards

Shafiq :sK
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote