0
Engaged
,
/t5/dreamweaver-discussions/php-registration-random-code-image-verification/td-p/662767
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....?
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
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...
<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...
LEGEND
,
/t5/dreamweaver-discussions/php-registration-random-code-image-verification/m-p/662768#M171070
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!
----------------------------------------------------------
> 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!
----------------------------------------------------------
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/php-registration-random-code-image-verification/m-p/662769#M171071
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
<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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
RichardODreamweaver
AUTHOR
Engaged
,
/t5/dreamweaver-discussions/php-registration-random-code-image-verification/m-p/662770#M171072
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.
I then put an else- if statement around the remainder of the form which works great - thanks.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/php-registration-random-code-image-verification/m-p/662771#M171073
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.
>
>
>
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.
>
>
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
RichardODreamweaver
AUTHOR
Engaged
,
LATEST
/t5/dreamweaver-discussions/php-registration-random-code-image-verification/m-p/662772#M171074
Apr 05, 2007
Apr 05, 2007
Copy link to clipboard
Copied
I wish I'd known that yesterday!!! - good link although I
haven't tried it.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

