Saturday 5 May 2012

How to make a website copy protected ?


How to make a website copy protected ? Hey, guys today when I was searching for some content on website, i came through a website that was copy protected. By term 'Copy Protected' i mean that i was unable to copy anything from there. I was also not able to right click anywhere on the site. Only I can read that content. How people make such copy protected websites? Even i have a website and i would like to protect my official contents . Is there any software, any method or any code to do this copy protection? Reply With Quote #2 Unread 1 Week Ago Edorña Edorña is offline Member Join Date: Aug 2010 Posts: 21 Re: How to make a website copy protected ? There is one software name like “Page Lock Website Copy Protection”. It Protect your HTML website's code and design from unauthorized copying using Page Lock Website Copy Protection. This award-winning software helps block website copying by stopping text from being selected and preventing the web page's source code from being read. It’s features are as follows: HTML code will be encode and protect your website. Block right mouse clicks from displaying menus on your website. Disable drag and drop facility. You can easily download this software by searching on Google “Page Lock Website Copy Protection”. Hope this will be helpful to you. Reply With Quote #3 Unread 1 Week Ago Maddy07 Maddy07 is offline Member Join Date: Jul 2010 Posts: 52 Re: How to make a website copy protected ? Hey, I have code for that copy protection. This is developed in java language. Below given code you can copy paste into your HTML coding part and you can disable copy from your web pages: Quote: document.oncontextmenu = function(){return false;}; document.onselectstart=function(){ if (event.srcElement.type != "text" && event.srcElement.type != "textarea" && event.srcElement.type != "password") { return false; } else { return true; } }; if (window.sidebar) { document.onmousedown=function(e){ var obj=e.target; if (obj.tagName.toUpperCase() == "INPUT" || obj.tagName.toUpperCase() == "TEXTAREA" || obj.tagName.toUpperCase() == "PASSWORD") { return true; } else { return false; } }; } document.ondragstart = function(){return false;}; Reply With Quote #4 Unread 1 Week Ago Deward Deward is offline Member Join Date: Jul 2010 Posts: 26 Re: How to make a website copy protected ? Hey, there are some online services as well that helps you to protect your website. One of them is “C-site copyright services”. It protects your online writing, artwork, music and more from people that may try to pirate your work. It literary works on following: Website HTML code Website screen displays Computer programs (other than HTML-based web sites) Automated databases

No comments:

Post a Comment