Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-04-18, 12:50 AM   #1
cd34
a.k.a. Sparky
 
cd34's Avatar
 
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
If you have an ErrorDocument 403, it will rewrite those through it's system.

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]
br.html
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>
I'm not quite sure it was originally done with malicious intent -- it is a caching proxy server running on IIS it seems. I think someone just had a link that was followed, and google did its thing.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2005-04-24, 11:58 AM   #2
Wizzo
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
 
Join Date: Sep 2003
Location: Back In Houston!
Posts: 155
Send a message via ICQ to Wizzo
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...
Wizzo is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:24 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc