
Apache2::ExplorerDestroyer - Kill Bill's Browser with Google AdSense

PerlSetVar GoogleScriptFile /home/johndoe/public_html/firefox_ad.inc
# files that aren't index.* are explorerdestroyer.com level 1 pages
<FilesMatch "(?:(?!index).....|^.{0,4})\.">
PerlOutputFilterHandler Apache2::ExplorerDestroyer::Level1->handler
</FilesMatch>
# files that are index.* are explorerdestroyer.com level 2 pages
<Files "index.*">
PerlOutputFilterHandler Apache2::ExplorerDestroyer::Level2->handler
</Files>

Apache2::ExplorerDestroyer provides three Apache filter modules which help you add the three Explorer Destroyer scripts to your site. When somebody connects to your website using Microsoft Internet Explorer, these filters will encourage them to switch to Mozilla Firefox with Google Toolbar.
You should have a Google AdSense account to take full advantage of this; for each user that you convert to FireFox, Google can give you up to $1, so you can help save the planet and make some dough at the same time!
See http://www.explorerdestroyer.com/ and http://adsense.google.com/ for more information.

The google adsense website lets you pick one of several buttons to use in the campaign. Place the button's HTML (typically two sets of script tags) in a file on your webserver's harddrive.
Apache2::ExplorerDestroyer where to find this fileIn httpd.conf, add:
PerlSetVar GoogleScriptFile /path/to/your/google/ad.inc
Eg; This would add a firefox banner to the top of every .html page when seen in M$IE:
<Files "*.html">
PerlOutputFilterHandler Apache2::ExplorerDestroyer::Level1->handler
</Files>
The three handlers are as follows:
Serves the "Level 1" explorer destroyer: an advertisement running accross the top of your page.
Serves the "Level 2" explorer destroyer: an advertisement that replaces your page, with a "continue without firefox" button.
Serves the "Level 3" explorer destroyer: an advertisement that replaces your page, locking people out if they are using internet explorer.
See http://www.explorerdestroyer.com/ for a more complete description with demonstrations.
You are now helping to spread firefox!

This is a pole for perl.

The Explorer Destroyer concept and JavaScript were written in 2005 by the team at http://www.explorerdestroyer.com/, Holmes, Nick, Tiffiniy <tyc@explorerdestroyer.com>, and Nicholas.
The mod_perl2 filter component was written in 2006 by Tyler "Crackerjack" MacDonald <japh@crackerjack.net>.

This is free software; you may redistribute it under the same terms as perl itself.

Apache2::Filter, http://www.explorerdestroyer.com/, http://www.spreadfirefox.com/, http://www.google.com/adsense.