Hello,

on 04/30/2006 09:37 PM [EMAIL PROTECTED] said the following:
> Does anyone know of a good script for form security, where someone goes to
> login and then they have to type a number, disabling automated scripts from
> logging in versus a physical user.  It is widely used by domain registrars
> who protect the identity of a domain name.

You may want to try this forms generation and validation class that
comes with a CAPTCHA validation input. It shows a validation image with
a fuzzy text that needs to be entered in text input . It also shows a
redraw button to make the text be rendered again in case cannot
understand it.

Since it is part of a forms generation class that can generate forms of
many types of inputs, it is ideal to integrate in more complex forms
with fields for other purposes like submiting comments or contact forms.

http://www.phpclasses.org/formsgeneration


-- 

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to