× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Nathan,
there are several programs/libraries in php and perl for generating (in the
air, one to one) images with random content,
as you mention would be I could install one in my PC, run the library 9999
times, generating all these images and the table and so on, but sure iot
need too time and putting 9999 images in the ifs only for these purpouse is
not too elegant.

a lateral idea to this is generate an number (or number with one to two
letters, total 5 chars) and SHOW this content using FIVE images, and the I
only need maybe 99 images in total.
this the way much counters works.
then I will show the images in an DIV from ajax and so on.

I've an little perl app running in an linux box and this generates captcha
very easily (four numbers only, not too complex), maybe porting some
routines in perl to the IBM i would be easy?

the way David Gibbs uses (an web services really) is also a good idea,
nothing to do, but also you're depending on other company, customers don't
like future problems...

More ideas?

Thanks,
Guillermo


On Mon, Sep 1, 2008 at 5:05 PM, Nathan Andelin <nandelin@xxxxxxxxx> wrote:

I've never output a form that prompted the user to enter the characters
represented in a Captcha image. But if you had a table on your server that
cross-referenced the character representation with the image file name, the
validation logic would just be a regular string comparison against the
appropriate table row & column, and the type of thing you could easily do in
just about any server language.

I understand that the purpose of distorting the image is to prevent it from
being converted to a character string via standard optical character
recognition, which could be employed via bot. You want to make sure the
user is more intelligent (human) than a bot.

So my question would be, is there software available that can convert
simple character strings into distorted image representation, so you can
generate your own table of prompts?

Nathan.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.