|
|
|
|
|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|
#1 |
|
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Its a proxy server. The following code will block it:
.htaccess Code:
deny from 219.129.21.137 However, since it is a proxy, and it is serving dupe content, I would think it would be worse to allow the proxy to continue since google could deem it as duplicate content. This will at least break it for javascript compliant people. Meta-refresh's, location redirects, etc are all rewritten. .htaccess Code:
RewriteEngine on
RewriteCond %{REMOTE_ADDR} ^219\.129\.21\.137$
RewriteRule .* http://domain.com/br.html [R,L]
Code:
<script language="javascript" type="text/javascript">
var sMyDom = 'dom'+'ain'+'.com';
if (top.document.domain != sMyDom) {
top.location.replace(document.URL.replace(document.domain, sMyDom));
}
</script>
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
|
|
|
|
#2 |
|
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
|
Here's a tip that has worked well for years, because that site is FAR from the only site the rips content, keeping a htaccess code preventing them can be a pain or almost impossible.
However, to my knowledge no bots can submit a form, and you can pretty easly add form links to your site, like when clicking on a gallery or on a pic.. Surfers won't know the difference between it and a standard link, but making it impossible for a bot to rip your entire site... ![]()
__________________
Juicy Ads- Buy & Sell Ads, Popunders, and Mobile! |
|
|
|
![]() |
|
|