Innovation Award
 May 2005
Number 5 |
One of the reasons why people get so much spam is because they left their e-mail addresses exposed in public Web site pages.
Over time many solutions have been implemented to make it difficult for robots that crawl pages in the search for e-mail addresses of spam victims.
Most solutions consist in ways that make it easy for human users to read the e-mail addresses, but very hard for robots to extract that information from pages.
This class implements an uncommonly astute solution that uses combinations of presentation styles with CSS to present the e-mail address in pages that is hard for most e-mail harvesting robots to extract the addresses.
Manuel Lemos |
This class can generate HTML tags to display text using CSS in such way that it prevents harvesting bots to determine what is written.
CSSProtector is based on an idea from Stu Nicholls about using CSS Font as a protection method against spam bots.
CSSProtector renames all the CSS classes used to protect the string everytime it is called, so the same string looks the same to the user but different to the bot everytime.
For Internet Explorer and Opera, CSSProtector only works on pages that use the STRICT DTD. For Mozilla it works well with STRICT and LOOSE DTD. Older browsers that do not support CSS will show nothing or a whole mess.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (58.3%) |
Sufficient (75.0%) |
Good (83.3%) |
Good (83.3%) |
- |
- |
Not sure (53.3%) |
1052 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Another way of Captcha |
It’s another way of captcha. Coba-in dulu, trus lihat source htmlnya, nice kan? Intinya, setiap dot yang membentuk angka2 tsb direpresentasikan oleh tag <div>! Selain phrase angka yang berbeda2, div id yang digenerate juga diproses secara random... |
| AuthCSS - the way to captcha |
The first time i read the article about Captcha at inoeng - Another way to Captcha... |
No application links were specified for this class.
 If you know an application of this package, send a message to the author to add a link here.
| File |
Role |
Description |
class_cssprotector.php |
Class |
Protect strings using CSS classes and divs |
example.php |
Example |
This is an example of how to use the class |
manual.txt |
Doc. |
About CSSProtector, how to use it, function list |
|
|