Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Captcha

Guest
Feb 25, 2007 Feb 25, 2007
How to create a captcha, have tried lines of captcha code but images are always blank.
So how do I do this?
TOPICS
Server side applications
976
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Feb 26, 2007 Feb 26, 2007
If you must know it's a GD problem and downloaded 2 versions of PHP and tried all the things needed to get this GD going.

I managed to find just one file to fix it all:

http://www.nabble.com/file/4867/php_gd2.dll

Thanks All for your help.
Sorry forgot to mention you need to have a .png file as well, called captcha.png for this to work.
Cheers
Translate
Contributor ,
Feb 25, 2007 Feb 25, 2007
This captcha is easily implemented:

http://www.archreality.com/jcap/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 25, 2007 Feb 25, 2007
How to refresh the image only?
How to select just one type of background?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 25, 2007 Feb 25, 2007
Have you download the captcha and tried it yet?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 25, 2007 Feb 25, 2007
Yes got it and it's cool but would like to make changes to it.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 25, 2007 Feb 25, 2007
Keep in mind this is a very simple captcha, and if know your javascript make all the changes you want. But you can't change any backgrounds.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 25, 2007 Feb 25, 2007
Not so good will have to search for answers on google.

Thanks
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 25, 2007 Feb 25, 2007
Westmartix99,

There is a catch about using Captcha -- it can be a real problem for visually impaired Internet user who can't see the security code. However I have seen a workaround solution to that, including an audio file to convey the message.

Just thought that you need to be aware of this on both sides -- as in positive and negative side of Captcha implemention.

quote:

Originally posted by: Westmatrix99
How to create a captcha, have tried lines of captcha code but images are always blank.
So how do I do this?


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 26, 2007 Feb 26, 2007
> There is a catch about using Captcha -- it can be a real problem for
> visually
> impaired Internet user who can't see the security code.

It can be a real problem for pretty much anyone. They are annoying. ;o)

In the end, distorted cryptic-text image captchas should always be a last
resort.

-Darrel


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 26, 2007 Feb 26, 2007
If you must know it's a GD problem and downloaded 2 versions of PHP and tried all the things needed to get this GD going.

I managed to find just one file to fix it all:

http://www.nabble.com/file/4867/php_gd2.dll

Thanks All for your help.
Sorry forgot to mention you need to have a .png file as well, called captcha.png for this to work.
Cheers
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 27, 2007 Feb 27, 2007
LATEST
Hi all

I got it to work but would like to know how to refresh just the image on the page and not the whole page.
Any ideas or ways to do this?
Cheers
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines