hi, someone stolen web site content, and included image, the guy who is thief, linked image file from my host, allways i'm changing the image files but thief linked again, i paid extra banwidht because of it...So sould i make html encrypt? or what, any ideas?
Contact his host and say he is using your copyrighted material without permission. They will shut him down. Also contact your host and ask them to prevent hotlinking of images from your account. You could also install a script to prevent this.
does your host have mod_rewrite enabled on your server? if so, create a .htaccess file and inside of it, put the following. RewriteEngine on RewriteCond %{HTTP_REFERER} . RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite\.com [NC] RewriteRule \.(gif|jpe?g)$ /images/hotlink.$1 [L] Code (markup): then simply upload a hotlink.jpg and a hotlink.gif into your /images folder. if the request is coming from a website other than yours, the image they request will show hotlink.gif or hotlink.jpg instead of the file they want. either that or replace the original image with tubgirl
he is using a blogpage not blogspot, local blogsite, anyway i also did complaint to google, and his blogserver, just waiting their answer...but he publishing adsense with my content
doesn't matter as long as your blog or website isn't hosted by a third party and you have the ability to create and upload a .htaccess file to your root directory.
i assume you have php installed on your server though you could be running IIS instead of apache which would call for isapi_rewrite (not sure if you can use mod_rewrite with iss or whatever) and im not quite sure how to do it with that.. if you're using apache and have php installed, make a file called info.php and inside of it put this and upload it then check your website (mysite.com/info.php) and search for mod_rewrite <?php phpinfo(); ?> PHP:
Seragon, If he is stealing your content, you need to stop him. Stolen content can cause you duplicate content issues and all kinds of stuff. I've developed a system I use to stop content thieves - it has always worked so far: A 6 Step System To Stop People From Stealing Your Website Content Hope that helps. ~Adam
Change a few filenames of your images, replace the ones hes using with an "Hey, look at me, I'm an idiot and stole this design" image.
Thats fun. If someone hotlink from me I use to change the images to porn or make images with naughty text.
LOL ya thats what iv'e done before, if they are using the same image linked to my server, i just change the picture on my end and put some porn on teh old pic somethign nasty and funny at the same time, that will do the trick