Letīs give spammers a

BAD HARVEST

About
The Problem
BAD HARVESTīs Solution
Download
Contact the author
Rate BAD HARVEST!

About

Last change:  Thu Dec 30 16:21:56 2004

BAD HARVEST is a form-mail CGI script designed to be called from links similar to "mailto:...". It helps you to hide email addresses from "harvesters" (automated email-address collectors) while still providing a convenient way for your visitors to contact you.

This tool was inspired by an article in the German "linux user" magazine, which introduced some techniques for address-hiding which I did not consider to be satisfying. :-)

The Problem

Last change:  Thu Dec 30 16:23:36 2004

Spam - junk email - has become a major problem for people using the internet. There are two ways to fight it:

However, some times you want your address to be accessible, but of course not to the harvesting robots. There are some tricks to hide your address, but they have several disadvantages:

BAD HARVESTīs Solution

Last change:  Wed Jun 9 13:49:10 2004

BAD HARVEST targets the mailto: part of an email-link. It usually looks like this:

<a href="mailto:address@provider.tld">address@provider.tld</a>

Example:

address@provider.tld

This is just what they are waiting for out there. Instead, you give BAD HARVEST a list of email addresses. Then you use a link to the script, telling it which one you want to use:

<a href="/cgi-bin/badharvest.cgi?5">address@provider.tld</a>

Example:

address@provider.tld

(This just shows what it looks like, for a working example see below.)

When the user clicks on the address, BAD HARVEST will diplay a familiar "Send email"-form and send the mail to the address, still keeping it secret to the public.

Now there is still a readable address in the code. You can hide this by simply using an image:

<a href="/cgi-bin/badharvest.cgi?5"><img src="address.png"></a>

Example:

(This just shows what it looks like, for a working example see below.)

Or, to be more friendly to text browsers, just an image for the "@":

<a href="/cgi-bin/badharvest.cgi?5"> address<img src="a.png" alt="(a)">provider.tld </a>

Example:

addressprovider.tld

(This just shows what it looks like, for a working example see below.)

Download

Last change:  Mon May 17 10:49:58 2004

BAD HARVEST is Free Software under the terms of the GNU General Public License.

You can download it from the project page at

http://developer.berlios.de/projects/badharvest

BerliOS Developer Logo

Contact the author

Last change:  Fri May 14 21:04:02 2004

This program was written and is maintained by Florian Berger, a Graduate Engineer of Media Technology from Leipzig, Germany.

Contact the author at [Follow link]

Yes, this is BAD HARVEST at work!

Rate BAD HARVEST!

Last change:  Thu Aug 19 08:47:22 2004

You are welcome to rate BAD HARVEST at Hotscripts.com:

Rate Our Program
Excellent!
Very Good
Good
Fair
Poor

Or got to the site at needscripts.com and rate it there:

[Need Scripts]

[http:// sicomas.berlios.de/]