How to Protect Your Sites From Copy Paste (Plagiarism Activity)


To write is not that simple like chewing a piece of candy. I’m sure that you also agree plagiarism activity make us uncomfortable when you publish your work.  Many people want to write but don’t know what should to write because of less inspirations or really didn’t used to. But at the sametime, technology also grow and grow every day. Now people knows how to avoid plagiarism with many various methods . 

1.  Disable Copy by Script [1]
How to use :

Put this over  </head>  tag.

<script language=JavaScript> var message="Function Disabled!"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") </script>

Save the template and done.



2. Disable copy by script especially for blogspot ( basically it has the same method with number 1 but more easier to plug) [2]

How to use :
Add new ”HTML/JavaScript” elemen and paste the code.
 
<!--Disable Copy And Paste-->
<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>

Save the element and done.


3. Register to Plagiarism Attacker Service. 

a. Id.tynt.com
Tynt is a site that will be track your post safely. Whoever do copy and paste it, your site link will show right after you content. While your post keep showing under your copyright also can increase your SEO rank because of that backlink. Even they change your site link bellow content but you still able to keep tracking it and send a complain about copyright issue. 


b. Dmca.com
This site has a good service, where your contents will be actually safe. DMCA also promise to give your money back if they fail to protect your contents. Wow, it seems like a true war to plagiarism out there. How this site work ? in short explaniation, DMCA will track your contents and will remove it from those stealer. Whatever you write, you can put it safely ‘cause it will available on your site only. Originality is a mirror of personality, make sure no one do copy cat about it. Some features on this site is not free, but for copyright matter and mirror of your personlity, then some prices is worth enough.  


c. Manual Detection
If you don’t register or lazy of that, you still can search it by your own. Many plagiarism sites detection out there available for free or paid. You can search it on Google or visit these links bellow.

  • duplichecker.com,    
  • plagiarism-detect.com
  • turnitin.com

    d. Easy Method

    When you don’t have much time for do plagiarism detection,  maybe because of busy job or too lazy for that, so you can try the last method.  Write several words on strategic side of your site where people can easily read it. If you on blogger then the first thing you should do is adding a new HTML/JavaScript widget element, next step is copy and paste the following words inside the quote mark; “If you have a plan to do copy paste my contents , then you better get lost right now! otherwise I’ll call 911” Save and Done :D LOL.

   



Codes References :
http://www.hypergurl.com [1]

http://www.bloggerhacking.com/2011/07/how-to-disable-copy-paste-in-blogger.html# [2]


No comments:

Post a Comment