Best Blackhat Forum

Full Version: Google Translate Scrappers have access
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Even if you block an Ip, I found out that scrappers and that kind of people have still access to your site if they translate your site in google, I find this out on one of my sites where I blocked some people that have nothing to search on my site. They translated the page or post in google translate and they still can see your stuff. I have placed this in my .htaccess, delete after this also your cache.

Code:
RewriteCond %{HTTP_REFERER} translate\.google\.com [NC,OR]
RewriteCond %{HTTP_REFERER} translate\.googleusercontent\.com [NC]
RewriteRule .* - [R=403,L]

(I am not from USA so my english is sometimes horrible, sorry for that)
Reference URL's