Fixy-Fact
Hi,

Are you a member? Please Log In. If not, please click 'Register' on above menu. Quick to register and simply just click here to make an account, this account will become your identity while you enjoy full features of Fixy-Fact forum and make sure you fill in data with correctly.

Make sure you read terms of agreement in our forum to prevent disobedient, click here to go.

Thank you for your concern!

Best,
Fixy-Fact Team


Join the forum, it's quick and easy

Fixy-Fact
Hi,

Are you a member? Please Log In. If not, please click 'Register' on above menu. Quick to register and simply just click here to make an account, this account will become your identity while you enjoy full features of Fixy-Fact forum and make sure you fill in data with correctly.

Make sure you read terms of agreement in our forum to prevent disobedient, click here to go.

Thank you for your concern!

Best,
Fixy-Fact Team
Fixy-Fact
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Blogger] Anti Copy, Protected Content (Javascript)

Go down

[Blogger] Anti Copy, Protected Content (Javascript) Empty [Blogger] Anti Copy, Protected Content (Javascript)

Post by DonFixyboys* Thu May 03, 2012 5:47 pm

Script Type : Javascript

Description : Membuat page blog anda anti Copy dan Block menggunakan Javascript



Tutorial :

1.) Masuk dashboard > Template

2.) Edit HTML

3.) Masukkan script ini sebelum </head>

Anti Copy
Code:
<script type="text/javascript">
<!--
var CopyrightNotice = 'Anti copy script blogger. Use and/or modification of this script is allowed, provided this entire copyright notice remains in the original or modified script. Distribution is not allowed without written consent from DonFixyboys* at www.fixy-fact.net';
function clickIE4(){
if (event.button==2){
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
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("return false")
// -->
</script>

Protected Content
Code:
<script type="text/javascript">
var CopyrightNotice = 'Anti copy script blogger. Use and/or modification of this script is allowed, provided this entire copyright notice remains in the original or modified script. Distribution is not allowed without written consent from DonFixyboys* at www.fixy-fact.net';
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //For IE
   target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //For Firefox
   target.style.MozUserSelect="none"
else //All other route (For Opera)
   target.onmousedown=function(){return false}
target.style.cursor = "default"
}
</script>

4.) Hit preview - untuk memastikan bahwa kode berfungsi secara baik

5.) Hit save - Jika anda ingin publish script nya
DonFixyboys*
DonFixyboys*
The Godfather
The Godfather

Posts : 642
Credits : 1395
Reputation : 26
City : Jakarta
Browser : Mozilla Firefox

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum