fantomNews™ — the ultimate know

fantomNews
 
fantomNews RDF feed: cloaking, IP delivery, search engine optimization and marketing fantomNews RSS 0.92 feed: cloaking, IP delivery, search engine optimization and marketing fantomNews RSS 2.0 feed: cloaking, IP delivery, search engine optimization and marketing fantomNews ATOM 0.3 feed: cloaking, IP delivery, search engine optimization and marketing fantomNews XML: cloaking, IP delivery, search engine optimization and marketing fantomNews WAP version: cloaking, IP delivery, search engine optimization and marketing

Subscribe to fantomNews™, our famous low frequency 20k+ subscribers newsletter for the latest news, tips, tricks, search engine spider IPs, and special offers!



Privacy Guarantee: We're 100% anti-spam! We will never divulge, swap, sell or rent out your address to any third party!

First name:

Last name:

E-mail:

 


fantomTip: How To Block Google’s Web Accelerator

Note: We have published an update to this article here:
? fantomTip:
How To Block Google’s Web Accelerator – Update #2

Please make sure you adjust your existing .htaccess code for optimum protection!

(bro) A very fast and efficacious method of denying Google Web Accelerator (GWA) funneled traffic access to
your web site is blocking the IPs it is calling your pages from.

The current GWA IPs are allocated to the following IP range: 72.14.192.0 – 72.14.192.255

The best procedure for Linux/Unix systems is working with the .htaccess file and Apache’s module mod_rewrite.

For this to work, the following server configuration is required:

  • Apache web server with module mod_rewrite installed.
  • .htaccess functionality enabled.

If you don’t know whether these requirements are fulfilled please ask your system administrator – provided he or she
knows. They really should, but unfortunately some plain do not …

The .htaccess File

For the mod_rewrite technique to work, you will need to upload a file named .htaccess (please note the period/dot “.” at the beginning of the file name!) to your server’s HTML directory.

This can be done via Telnet or FTP.

Warning! .htaccess should only be uploaded in ASCII mode, i.e. never in binary mode! Else, the file will not be executed properly.

If you already have a .htaccess file on your system, e. g. one with the following entries:

  1. Options Includes +ExecCGI
  2. AddType text/x-server-parsed-html .html

simply add our code sample (see below) to it.

IMPORTANT!
For all ADJUSTMENTS IN FILE .htaccess:
please edit in ASCII or plain text editor like Notepad etc.
(Doing it in MS-Word will usually implement some formatting elements which will cause the file not to work as intended.)
The first two entries will trigger the module:

  1. RewriteEngine on
  2. Options +FollowSymlinks

Tip: The entry “RewriteEngine off” will override all subsequent commands. This is a very useful feature: instead of having to comment out all subsequent lines, all you need to do is set an “off” switch.

The next required entry is this one:

  1. RewriteBase /

The “/” symbol stands for the base URL. Should you have another one, you will want to include it.
However, “/” is normally the entry for “http://www.YourDomain.com”.

And now to the entries proper!

  1. RewriteCond %{REMOTE_ADDR} ^72.14.192.
  2. RewriteRule ^.*$ - [F]

This rule translates to:
If someone using an IP out of the IP range 72.14.192.0 – 72.14.192.255 tries to access any file, system shall generate error code “HTTP response of 403”.

The regular expression “^.*$” consists of some meta symbols:

^ = Start of line anchor
$ = End of line anchor

The dot “.” in the regular expression is the wildcard meta symbol and signifies any random character.
“*” signifies that the string may occur an unlimited number of times. In this case, regardless which specific page is called, a “forbidden” message will be displayed.

So the complete .htaccess file will now consist of these lines:

  1. RewriteEngine on
  2. Options +FollowSymlinks
  3. RewriteBase /
  4. RewriteCond %{REMOTE_ADDR} ^72.14.192.
  5. RewriteRule ^.*$ - [F]

Redirecting traffic to a designated page

If you don’t want to block the IPs but, rather, wish to redirect visitors to a designated page (e. g. one where you will explain to them what’s happening and how to proceed from there), you can expand your .htaccess file accordingly:

  1. RewriteCond %{REMOTE_ADDR} ^72.14.192.
  2. RewriteCond %{REQUEST_URI} !^/gwa-forbidden.html$
  3. RewriteRule ^.*$ /gwa-forbidden.html

This translates to:
If someone using an IP out of the IP range 72.14.192.0 – 72.14.192.255 tries to access any file, and the file is not the gwa-forbidden.html file, system shall generate error code “HTTP response of 403”.

The second RewriteCond will prevent an internal loop.

The complete .htaccess file will now consist of these lines:

  1. RewriteEngine on
  2. Options +FollowSymlinks
  3. RewriteBase /
  4. RewriteCond %{REMOTE_ADDR} ^72.14.192.
  5. RewriteCond %{REQUEST_URI} !^/gwa-forbidden.html$
  6. RewriteRule ^.*$ /gwa-forbidden.html

Note that the file name gwa-forbidden.html only acts as a placeholder here: you can replace it by the name of your own file.

Thus, with a few lines of code you can effectively prevent the Google Web Accelerator from accessing and scraping your web site.

Concerning the privacy and bandwidth issues tied to usage of Google Web Accelerator see:
? Google – The Coming Out of a Datascraper Spook

Some comments on the Web:
? The Google Web Accelerator Fiasco
? The Google Web Accelerator Fiasco, Part Two




10 Links A Day link building service

Subscribe Feed!Follow me on Twitter
Please Share This! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Socialize-It
  • Sphinn
  • Technorati
  • del.icio.us
  • Slashdot
  • Ma.gnolia
  • Reddit
  • Twitter
  • Furl
  • Fark
  • RawSugar
  • De.lirio.us
  • PlugIM
  • blinkbits
  • BlinkList
  • YahooMyWeb
  • MisterWong
  • SphereIt
  • BlogMemes
  • DZone

[ ]

Trackback link: http://fantomaster.com/fantomNews/archives/2005/05/05/fantomtiphow-to-block-google%e2%80%99s-web-accelerator/trackback/



10 Backlinks to “fantomTip: How To Block Google’s Web Accelerator”

Trackbacks/Pingbacks →

  1. Trackback by Bobnar Blog | 05/05/05 at 19:23

    The Google Web Accelerator S#@! Storm

    Interesting read over on , particularly this bit: Well here’s the problem, folks: everything you view is now owned by Google. Do you read email? Well now Google reads your email, and now the entire world can read your…

  2. Trackback by 7korobi8oki.com | 05/06/05 at 02:05

    GoogleWeb AcceleratorϵʥץС

    CNETJAPANΡ֥롢֥®ġWeb Accel…

  3. Google’s dominance and proxy web accelerator

    I asked in the Platinax forums a few days ago about Google’s current dominance in search. The response so far – it’s unavoidable, and possible even necessary. Certainly that’s true to a point – Google have gotten where they are…

  4. Trackback by Sniptools | 05/06/05 at 07:52

    Google Web Accelator (And How to Block it)

    Google Web Accelator blocking

  5. Trackback by Semiologic | 05/06/05 at 08:05

    Google’s web accelerator

    Scary — Google is evil incarnate.

    How to block the web accelerator.

  6. Trackback by r0×0rz | 05/07/05 at 08:23

    Google Web Accelerator High Risk Exploit

    Google Web Accelerator is a high risk right now to Forum Webmasters. If someone has Google Web Accelerator on, and they browse a forum, It might be possible for them to be logged in as another username which can be a admin which will lead to BIG proble…

  7. Trackback by miss-information.net | 05/08/05 at 06:33

    Google Web Accelerator: un danger pour les webmestres

    L’acclrateur de Google (Google Web Accelerator) qui permet de tlcharger des pages web plus rapidement, commence poser des problmes aux webmestres et aux administrateurs de sites, puisque l’application donne accs des donnes personnelles.

  8. Trackback by DIIS.net .. “Just Wasting Time” | 05/10/05 at 21:22

    Blocking the acceleration bandit

    There’s been a lot of talk about the Google Web Accelerator (GWA) over the past week. Lots of people talking about how to stop the accelerator from even connecting to your site. If you’re running the Apache webserver (with mod_rewrite…

  9. [...] a web site administrator, I’ll also be giving serious thought to implementing a Google web accelerator blocking method (and the update). Rather than blocking IP ranges, I’m more likely to reject x-moz: prefetch [...]

  10. Pingback by | 10/23/08 at 04:27

    [...] are some web sites which are interested in not having Web Accelerator pick up their material. More Here __________________ Not a member yet? Register now and get your free templates(HTML, Flash, IPB, [...]


Comments currently closed

Recommend Us! Spread it! Recommended us!
The Complete Archive

Download all pre-blog fantomNews + fantomFlash issues in a single text file (zip archive)

fantomas shadowMaker™ fantomas Software shadowMaker Special Deal The all-powerful 100% automatic Shadow Domain™ generator for effective heavy duty industrial-strength cloaking.

This beauty generates 100% relevant and unique content for your Shadow Domains™, creating an unlimited number of highly optimized unique pages including site maps in fully customizable keyword density and page weight

Then submit them to the search engines and redirect search engine generated human traffic in realtime (i.e. without delay) by search phrase to any URL you wish

fantomas spiderSpy™
searchbotBase
Service The world's largest database of search engine and other spiders, updated every six hours, seven days a week

The fantomas spiderSpy™ botBase Service is an indispensable backend tool for IP based search engine optimization software developers and agencies.

It is also a must have for server stats analysis tools and services to ascertain reliable spider access traffic data.

fantomas Webmaster Suite™ Special Deal Everything you will ever need for efficient IP based cloaking both for code protection and search engine optimization.

Plus, some world exclusives such as a 12 month access to the most comprehensive database of search engine spiders extant and the world's first automatic keyword density generator.

As an added bonus: two cutting edge tools to protect your web page code from hijackers and to thwart email harvester bots.

fantomInfo About Us Mission Statement Privacy Policy Contact Office Hours

At fantomaster.com we are committed to aiding internet and Web professionals in achieving their goals in today's and tomorrow's increasingly competitive technological environment.

fantomNews Weblog siteFlash: What's New Here? Archive

Read the latest info on our products and services in our fantomNews™ online newsletter focusing on IP delivery (cloaking), search engine optimization, webmaster tricks, etc

fantomProducts Overview Downloads TechSpecs Manuals Price List

Check out our fine product line of webmaster software, Perl and CGI scripts, many of them world time firsts in their class. See our documentation and test our demo versions in real time.

fantomTips FAQs Tutorials Cloaking and IP Delivery Resources Free Content

Our information gold mine: search engine positioning, IP delivery, cloaking technology, search engine spider IPs, FAQs, link popularity, resources and links to boost your web presence.

fantomServices Overview spiderSpy™ Anti-Spam Anti Code Napping Anti-Fraud

Profit from our research and development efforts! Get the world's most comprehensive database of search engine spiders for top notch search engine optimization and traffic analysis.

fantomFreestuff Overview Services Downloads FAQs Tutorials

Giving back to the community: our free cutting edge applications for webmasters and IT professionals. With thousands of downloads per year, we're helping to make the Web a better place.

fantomOrders Overview Ordering Online PayPal Ordering Offline Price List Special Deals

Need we say more?

We offer the industry's widest variety of secure options for payment, download and registration of our products and services. Order online via our state-of-the-art SSL-secured enhanced Apache server or via PayPal

Alternatively, you may order by fax, by email, by phone or by snail mail.

fantomCrew™ Affiliates Overview FAQ Links & Banners Terms Join Up! Member Login

Teaming up with success: excellent established products, lifetime commissions, zero setup fee, enlightened support — if you can make web professionals listen, speak with us and join up!

fantomTech™ OEM Program Overview Contact

The fantomTech™ Mighty Engines OEM Licensing Program offers cutting edge power engines and value added services for software developers and service providers. Full support available.

fantomMedia™ Center Press Releases

Media workers: stay informed and up-to-date by reading our fantomNews online newsletter, special press releases and digests. Consult with our world renowned experts.
Interview inquiries welcome.