Latest posts

Tuesday 24 March 2009

Protect your Content

You must use this hack if you publish content which are totally your copyright right protected material or largely your own creation.

This trick will prevent users from copying your contents.

However it will make it hard enough to discourage them and get them moving on to easier targets.

What to do?
Log in blogger / Dashboard --> Layout --> Add Gadget - scroll down --> HTML/JavaScript -->

copy the next code and past in in HTML/JavaScript text box area




<script language="JavaScript">
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
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>







When someone will try to do right click a message will appear “Function disabled” , you can change this message too if you wish.

Enjoy.

This trick has been developed by the owner of Deluxetemplates.


Latest Comments

Mail

Link Exchange

1. watch Arabic Movies
2. Xenu RapidShare Downloads
3. Warez Inc.
4. Disaster RX

To exchange links with us, contact us here






Blog Archive

Users Online

My BlogCatalog BlogRank

Subscribe To Newsletter

Get our Updates in Your Inbox. We will Send You only One Email Every Day.

Enter your email address:

Delivered by World4masti Mail

Or

 Subscribe in a reader

Visit Sources


Site Stats



  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP