IP

Wednesday, April 20, 2011

Script anti copy- paste pada blogger


↓ INFO ↓


2. Terus Login
3. Ke Dashboard
4. Pilih Design
5. Terus Pilih Edit HTML
6. Cari Kode </body>
7. Taruh Scrip yang dibawah ini di atas </body>


<script language='JavaScript1.2'>

//Disable select-text script (IE4+, NS6+)- By Ans
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script

function disableselect(e){
return false
}
function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>


<script language='JavaScript'>
curPage=1;

document.oncontextmenu = function(){
return false
}

if(document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e){
if(e.target==document)return false;
}
}else {
document.onmousedown = function(){return false}
}
</script>  


Kalo Berguna Cukup Comment And Follow My Blog yaa  

0 Comment:

:10 :11 :12 :13
:14 :15 :16 :17
:18 :19 :20 :21
:22 :23 :24 :25
:26 :27 :28 :29
:30 :31 :32 :33
:34 :35 :36 :37
:38 :39 :40 :41
:42 :43 :44 :45
:46 :47 :48 :49
:50 :51 :52 :53
:54 :55 :56 :57
:58

Post a Comment

INGAT, BERKOMENTARLAH DENGAN SOPAN DAN SANTUN .
JANGAN SAMPAI KOMENTAR ANDA MENJADI SPAM !

 
Design by MJRangerz™ Fan Page | Bloggerized by MIEL - MJRangerz™ blog | Find Us On Facebook