the_demon
Elite Member
- Nov 23, 2008
- 3,220
- 1,604
I'm not suggesting you break copyright law but, these are just some basic tips to help you avoid getting into trouble.
1. Add:
to your website
2. block ips of copyscape, archive.org, and similar
Robots.txt code
3. host files in another country or one that US copyright law (or whatever country you are from) does not apply in
--> or have another server / free host somewhere else hosting the files of concern
4. use robots.txt to block any content which might be copyright
--> Don't allow search engines to index your images or other content.
5. strip digital signatures and water marks
--> PNG Optimizer
--> Copy the image in photoshop save as different file format
--> Make alterations to the image
6. Block TinEye and DigiMark ip addresses
7. Block the lawyers (or person(s) complaining) IP so if he didn't take a screen shot right away he won't be able to in the future and quickly take down the content. Switch servers and trash the old one QUICKLY.
8. Use secure erasing software to destroy any copies on your computer
9. Don't admit fault without first talking to a lawyer
10. Don't go around bragging that you use/used stolen content.
*BONUS* Upload content from proxy so you can deny that you were the one who uploaded the file(s).
*BONUS 2* Use php or similar language to read refer url. If "law" or "lawyer" is in url auto ban there IP. Have it send you an email alert so you can quickly take removal action before they switch ip or referring site. This might prevent them from collecting screen shot evidence if you get there in time.
The obvious ways:
- buy your images, etc.
- use unique content
1. Add:
Code:
<meta name="robots" content="noarchive">
2. block ips of copyscape, archive.org, and similar
Robots.txt code
Code:
User-agent: ia_archiver
Disallow: /
3. host files in another country or one that US copyright law (or whatever country you are from) does not apply in
--> or have another server / free host somewhere else hosting the files of concern
4. use robots.txt to block any content which might be copyright
--> Don't allow search engines to index your images or other content.
5. strip digital signatures and water marks
--> PNG Optimizer
--> Copy the image in photoshop save as different file format
--> Make alterations to the image
6. Block TinEye and DigiMark ip addresses
7. Block the lawyers (or person(s) complaining) IP so if he didn't take a screen shot right away he won't be able to in the future and quickly take down the content. Switch servers and trash the old one QUICKLY.
8. Use secure erasing software to destroy any copies on your computer
9. Don't admit fault without first talking to a lawyer
10. Don't go around bragging that you use/used stolen content.
*BONUS* Upload content from proxy so you can deny that you were the one who uploaded the file(s).
*BONUS 2* Use php or similar language to read refer url. If "law" or "lawyer" is in url auto ban there IP. Have it send you an email alert so you can quickly take removal action before they switch ip or referring site. This might prevent them from collecting screen shot evidence if you get there in time.
The obvious ways:
- buy your images, etc.
- use unique content
Last edited: