|
Apache2::ExplorerDestroyer - Kill Bill's Browser with Google AdSense |
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!
<div align=``center''> <script type=``text/javascript''><!-- google_ad_client = ``pub-7961868379679320''; google_ad_width = 180; google_ad_height = 60; google_ad_format = ``180x60_as_rimg''; google_cpa_choice = ``CAAQ4fqy0gEaCPI0fZSM10VxKL3D93M''; //--></script> <script type=``text/javascript'' src=``http://pagead2.googlesyndication.com/pagead/show_ads.js''> </script> </div>
See http://www.explorerdestroyer.com/ and http://adsense.google.com/ for more information.
script tags) in a file on your webserver's harddrive.
Apache2::ExplorerDestroyer where to find this filehttpd.conf, add:
PerlSetVar GoogleScriptFile /path/to/your/google/ad.inc
<Files "*.html">
PerlOutputFilterHandler Apache2::ExplorerDestroyer::Level1->handler
</Files>
The three handlers are as follows:
See http://www.explorerdestroyer.com/ for a more complete description with demonstrations.
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.
the Apache2::Filter manpage, http://www.explorerdestroyer.com/, http://www.spreadfirefox.com/, http://www.google.com/adsense.
|
Apache2::ExplorerDestroyer - Kill Bill's Browser with Google AdSense |