Most of the Genuine Blogger like us faces the problem of content duplicity. Generally the New Born Baby bloggers donot understand the value of quality content building, rather they try to be smart. They choose a topic-> gather contains on the topic from several sites -> Merge the details & publish as their own contains.
These days Duplicity has become a major concern area in field of blogging. There are two way to protect your valuable contents.
1) Disable Right Click:- Its a very old Trick. The main problem with this trick is that it may on work on All Web Browsers.
Step 1:-
<script language=javascript>
<!--
var message="";
function clickIE()
{
if (document.all) {
(message);return false;}
}
function clickNS(e)
{
if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{
document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
& Save the Template.
Step 1:-
Just Below it, paste the following :-
<!--Disable Copy And Paste Start-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--Disable Copy And Paste End-->
& Save the Template.
Please Share, if you find it Useful.

7 comments:
Thanks,,
it works...!!
:D
Thanks Admin. It worked.
Thanks Neetu, It really Works - Marry
Thanks its really work on my blog......
you are welcome Free4u. I have seen your all the blogs. They really nice. Don't you have google adsense?
Thanks man. Not only the first option works but it also allows to use the search bar (the second option blocks it)
Thanks! It rly works
Post a Comment