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

PHP Registration random code image verification

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

LEGEND , Apr 04, 2007 Apr 04, 2007
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 capt...
Translate
LEGEND ,
Apr 04, 2007 Apr 04, 2007
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!
----------------------------------------------------------
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 ,
Apr 04, 2007 Apr 04, 2007
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
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
Engaged ,
Apr 04, 2007 Apr 04, 2007
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.

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


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
Engaged ,
Apr 05, 2007 Apr 05, 2007
LATEST
I wish I'd known that yesterday!!! - good link although I haven't tried 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