Unhandled Perception
From the mind of a developer.

Thursday, August 21, 2008

Stealing copy and images from Veign

Another website steals my blog copy and images. What's funny is they say the blog post is protected by CopyScape. What a joke since it was directly lifted (stolen) from my work.

Good Job on the original content.

My Original Post:
...relocate-menu-bar-in-ie7-to-top-of.html

Labels:

2 Comments:

  • What's worse is that the images are hot-linked to your site. So not only are they stealing your content, they are also stealing your bandwidth.

    You can prevent this by disallowing hotlinked images in .htaccess using the snipplet below:

    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^http://(.+\.)?veign\.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^$
    RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F]

    This would cause a 403 forbidden error to show for each hot-linked image.

    By Anonymous Gothi[c], at 11:26 AM EST  

  • Now look at his blog

    By Blogger Veign, at 11:34 AM EST  

Post a Comment

Links to this post:

Create a Link

<< Home