Anti Copy Paste Nowadays blogger/programmers, not all of them are very kind/polite on doing their script/programme. Some of them just ...
![]() |
Anti Copy Paste |
Nowadays blogger/programmers, not all of them are very kind/polite on doing their script/programme. Some of them just copy and paste and then edit theresome, and then, they say that the programme are theirs.
We are not mad on the article that given didnt modify the credit but the thing is, we must be very upset at the article that have been copy/paste but then they remove the copyright/credit/source.
As a good blogger if you copy and paste on another blog article should include the source and if it does not include the source in the clear then we will be considered as plagiarism automatically blogger will be hated by all and our blog will be considered spam blog by Google!!
Who second me if I say that it is our own mistake? YES!! Because they are very lazy.. So, we have to make it ready. Below is the code that will make the soure automatically shown just under the words that has been copied and paste.
Ok, simply follow the tutorial below:
(Click here for picture)
- Go to Dashboard ->> Template ->> "Edit HTML"
- Click "Proceed" and make sure you check the box to "Expand Widget Templates"
- Now, find the code <head> . How to find? Control+F and type <head>
- Copy and paste the script below, then put the code AFTER the <head> tag.
- Save template
- YOU ARE DONE!!
<!-- No Copy Paste by scripterzone.blogspot.com -->
<SCRIPT type='text/javascript'>
if (typeof document.onselectstart!="undefined") {
document.onselectstart=new Function ("return false");
}
else{
document.onmousedown=new Function ("return false");
document.onmouseup=new Function ("return true");
}
</SCRIPT>
<!-- No Copy Paste by scripterzone.blogspot.com -->
That's all.. :)
COMMENTS