Re: ASCII Captcha

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ross McKay schreef:
On Sun, 31 Aug 2008 18:49:15 +0100, Stut wrote:

Field names
Don't name fields things like name, email, address, postcode, message, etc. Instead name them a, b, c, d, e, etc but name your hidden field email. That should provoke most bots into changing that value and leaves others unsure what to put where so they ignore the form.

The downside of this one is that auto-fill in Firefox will not know how
to populate an email field, a name field, and address field, etc. so
these frequently typed fields will need to be entered by a (now
aggravated) visitor who normally gets to just press down arrow, tab.

any idea as to whether auto-fill can recognize stuff like:

	foo[email] or email[foo] or email_foo

and fill them appropriately? if auto-fillers are generally that smart,
then one could obfuscate the field names (even bind them to the user session)
by replacing 'foo' with some dynamic string, without breaking autofill

... me I like to have my cake and eat. ;-)



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux