IBlog Market

IBX5A43E631671FD

Monday, 6 October 2014

CARA AGAR BLOG TIDAK BISA DI COPY

CARA AGAR BLOG TIDAK BISA DI COPY



  1. bka blog agan
  2. lalu bka templte
  3. kemudian edit html
  4. cari ctrl f  ]]></b:skin>
  5. dan paste kan kode ini tpt di atas nya

body{
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
}

6. dan simpan, maka blog anda tidak bisa di copy

kemudian agar tidak bisa di clik kanan, maka pakai java html widget:
ini coding nya:

<script>
var pesen="CLIK RIGHT, PLEASE ASK HELP ADMIN";
///////////////////////////////////
function clickIE4(){if (event.button==2){alert(pesen);return false;}}
function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(pesen);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(pesen);return false")
</script>

0 komentar:

Post a Comment