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

PHP Registration random code image verification

Engaged ,
Apr 04, 2007 Apr 04, 2007

Copy link to clipboard

Copied

I have seen on many registration pages now the use of a random character set - converted to an image which users have to enter to verify that they are not an auto fill robot.

On a php registration page (Insert record), does anyone know how to do this?

I'm using DW and I assume its something to do with a random number generator with a swf converter....?
TOPICS
Server side applications

Views

603
Translate

Report

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 ,
Apr 04, 2007 Apr 04, 2007

Copy link to clipboard

Copied

RichardODreamweaver escreveu:
> I have seen on many registration pages now the use of a random character set -
> converted to an image which users have to enter to verify that they are not an
> auto fill robot.
>
> On a php registration page (Insert record), does anyone know how to do this?
>
> I'm using DW and I assume its something to do with a random number generator
> with a swf converter....?
>
----
http://en.wikipedia.org/wiki/Captcha
http://www.captcha.net/

Search Google for CAPTCHA.

--
zerof
http://www.educar.pro.br/
Apache - PHP - MySQL - Boolean Logics - Project Management
----------------------------------------------------------
Você deve, sempre, consultar uma segunda opinião!
----------------------------------------------------------
Deixe todos saberem se esta informação foi-lhe útil.
----------------------------------------------------------
You must hear, always, one second opinion! In all cases.
----------------------------------------------------------
Let the people know if this info was useful for you!
----------------------------------------------------------

Votes

Translate

Report

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 ,
Apr 04, 2007 Apr 04, 2007

Copy link to clipboard

Copied

On Wed, 4 Apr 2007 11:07:37 +0000 (UTC), "RichardODreamweaver"
<webforumsuser@macromedia.com> wrote:

>I have seen on many registration pages now the use of a random character set -
>converted to an image which users have to enter to verify that they are not an
>auto fill robot.
>
> On a php registration page (Insert record), does anyone know how to do this?
>
> I'm using DW and I assume its something to do with a random number generator
>with a swf converter....?

Do a Google search for captcha php tutorials
--
Steve Fleischer
steve at flyingtigerwebdesign dot com
Hong Kong

Votes

Translate

Report

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
Engaged ,
Apr 04, 2007 Apr 04, 2007

Copy link to clipboard

Copied

That was tricky! - I created another form above the original form with the code, referencing the random captcha php page.

I then put an else- if statement around the remainder of the form which works great - thanks.

Votes

Translate

Report

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 ,
Apr 04, 2007 Apr 04, 2007

Copy link to clipboard

Copied

Hi Richard:
Here's a DW extension for that:
http://www.tecnorama.org/go?77

HTH,
Andres Cayon
http://www.dwug.es
---------------------------------------
"RichardODreamweaver" <webforumsuser@macromedia.com> escribió en el mensaje
news:ev0id0$bpo$1@forums.macromedia.com...
> That was tricky! - I created another form above the original form with the
> code, referencing the random captcha php page.
>
> I then put an else- if statement around the remainder of the form which
> works
> great - thanks.
>
>
>


Votes

Translate

Report

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
Engaged ,
Apr 05, 2007 Apr 05, 2007

Copy link to clipboard

Copied

LATEST
I wish I'd known that yesterday!!! - good link although I haven't tried it.

Votes

Translate

Report

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