 |
 |
 |
 |
 |
| Author |
Message |
liketobemad
Joined: 06 Sep 2009 Posts: 35
|
|
|
| Thu Jan 21, 2010 11:31 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
DarkSlim

Joined: 06 Aug 2009 Posts: 286 Location: IL |
|
|
| Thu Jan 21, 2010 2:36 pm |
|
 |
eberswine

Joined: 26 Apr 2007 Posts: 268
|
|
|
|
It is working fine.
The problem is that sometimes the last letter in the captcha box is white, and you cannot see it. There should always be 5 letters to put in the box.
Try changing the letters to a darker color :
Open plugins/catpcha/php-captcha.inc.php and find this:
 |  | if ($this->bUseColour) {
$iTextColour = imagecolorallocate($this->oImage, rand(0, 100), rand(0, 100), rand(0, 100)); |
and change to this:
 |  | if ($this->bUseColour) {
$iTextColour = imagecolorallocate($this->oImage, 20, 40, 60); |
|
|
| Thu Jan 21, 2010 4:01 pm |
|
 |
liketobemad
Joined: 06 Sep 2009 Posts: 35
|
|
|
|
Thanks alot for the replies.. I haven't observed.. I will check this Random Color thing.. Thanks once again for both of you.
Keep Cutenews Live 
_________________ My website : http://dilipkumar.in |
|
| Fri Jan 22, 2010 8:31 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|