captcha font color
My WA Globals are set to this:
$WAGLOBAL_Captcha_Width = "200" ;
$WAGLOBAL_Captcha_Height = "40" ;
$WAGLOBAL_Captcha_Characters = "5" ;
$WAGLOBAL_Captcha_Font = "Fonts/MOM_T___.TTF" ;
$WAGLOBAL_Captcha_BG = "ffffff" ;
$WAGLOBAL_Captcha_Noise = "eeeeee" ;
$WAGLOBAL_Captcha_Text = "ff0000" ;
$WAGLOBAL_Captcha_BG_transparent = "0" ;
You would think the text would be 'red'. Well its currently 'Blank' If I change the 'Captcha_Text = "000000" you would think it is Black?. Well its yellow????
Take a look at the example:
contact_us.php
This is all as it should be: (not edited)
<img src="WA_ValidationToolkit/WAVT_CaptchaSecurityImages.php?noisecolor=<?php echo $WAGLOBAL_Captcha_Noise; ?>&bgcolor=<?php echo $WAGLOBAL_Captcha_BG; ?>&textcolor=<?php echo $WAGLOBAL_Captcha_Text; ?>&transparent=<?php echo $WAGLOBAL_Captcha_BG_transparent; ?>&characters=<?php echo $WAGLOBAL_Captcha_Characters; ?>&width=<?php echo $WAGLOBAL_Captcha_Width; ?>&height=<?php echo $WAGLOBAL_Captcha_Height; ?>&font=<?php echo $WAGLOBAL_Captcha_Font; ?>" alt="security code" />
On another site (on the same server) the font will not show up at all.
I have also tried another captcha tool, this time a dreamweaver extension I have just purchased and that works fine, just a few tweeks to integrate UE and all should be well.
It seems that this solution pack works when it feels like it and sometime when it works ignores some settings. The whole point of this solution was I think to save people time?
I would suggest getting this into a dedicated extension and integrated say within UE. makes sense!