×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Captcha image size

Captcha image size 15 years 8 months ago #369

  • Jason
  • Jason's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Our captcha image is very small and we're received complaints that it is too small to see. I wondered how we could make it bigger. It is currently 103x21 pixels. I can maybe edit the code if I knew where the size is specified in and if making it larger would still keep the image clear to see.

Captcha image size 15 years 8 months ago #420

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hi Jason!
Sorry for my late answer.
Open the file components/com_comment/joscomment/captcha.php
look at this lines:
$bgurl = rand(1, 3);
$im = ImageCreateFromPNG("captcha/bg" . $bgurl . ".png");

ImageCreateFromPNG function will open one of the 3 png pictures in the folder captcha. Open this pictures and make them bigger.
Then you can look at this lines here:
$size = rand(12, 14);
$angle = rand(-4, 4);

Change the values and you will get for size - a bigger size
and for angle a different angle the text is shown :)
Cheers!
daniel

Captcha image size 15 years 8 months ago #456

  • Danny
  • Danny's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Thank you, I understand how it works now :)

When news? New features planned?
Danny

Captcha image size 15 years 8 months ago #557

  • Ranja
  • Ranja's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0
Ahhh, THANX!
  • Page:
  • 1
Time to create page: 0.139 seconds