uCoz Community Archives Locked How to protect website content from copying (copyright protection) |
How to protect website content from copying |
umaki, yes sure why not
Code <SCRIPT language=JavaScript> <!-- http://www.spacegun.co.uk --> var message = "function disabled"; function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; } if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } } document.onmousedown = rtclickcheck; </SCRIPT> copy thiss and paste it in ur html editor where u want the page not to be copied and paste it and u r done and in va message u can also write ur own message actually i have changed my site to www.samslinks.ucoz.org |
Quote (jackass) Users can copy what ever they want, you can't do anything... Why can't you? In matter a fact you can do a lot of things, for instance you can water mark your images. Ok, first thing first you should have a page on your website warning your visitors that the content on your website can not be distributed with out your permission, if someone does distribute, you should warn them with a professional email (google for a email warning sample), if they continue to steal your content, you should contact theirs web host provider with your claim, after you did that his host provider will contact him and tell him to remove your content, if he steals your content again you should contact his web host again and this time they will terminate/banned his website. FYI: It should be your content and not someones elses, you can't take Post edited by Brazen - Saturday, 2009-03-07, 0:43 AM
|
Hello,
I've been visiting some web sites, that u cannot copy its page content !!! Is it possible for us in ucoz to do so ... ??? And is it possible to to that for some pages and not to all of them ?? I've done lot's of work in my site and don't want others to grap my content !! Waiting for ur reply, thank u in advanced, Djwarez |
If people realy want to copy ur work they will, there is no sure way to stop it though you can do certaine things to help ie disable right clicking (its a widget) or offline explorer.
you can try this though. http://www.softpedia.com/get....n.shtml Good luck. |
| |||