Forum Moderators: not2easy
I am close to releasing my new computing site and have spent weeks writing all my own content, loads of pages and would be very annoyed/upset if someone was to simply copy and paste my content onto their site. For this reason I ask if people could point out ways, show scripts or otherwise give links to sites which will help me on this.
I thinking more of code use, not getting it all copyrighted by a company, for example are there codes which wipe the view source page so that people cant copy source, scripts that stop a page from loading if its not the right referrer, canceling right click etc. Any help would be appreciated.
Thank you very much
The more you try to protect content with javascript tricks and referrer checks the more you'll infuriate real people who want to browse your site as your security gets in their way - this is especially true if you are aiming for a more internet savvy user.
For instance what if I want to right click a link and open it in a new browser? What if I want to right click to access some other feature? What if I forward an internal link to someone who clicks it and finds it doesnt work because of "referrer protections".
If your site stops me browsing the way I want to then I'll just leave and select your nearest competitors site and/or the next result in the list.
for example are there codes which wipe the view source page so that people cant copy source
scripts that stop a page from loading if its not the right referrer
The problem with this is that not only would you have just made that page impossible to get into a search engine and you'll have stopped any bookmarks from working as well as blocked access from those wonderful people with firewalls that filter out all referrer information.
canceling right click etc.
- Tony
also, make sure your TOS links are placed prominently on your pages. the TOS should read very clearly. i appreciate a synopsis TOS provided above a fully detailed TOS for quick review.