• Server Hacking

    Finally i am releasing Server Hacking video with the script for all my readers who have been waiting from some time for this... Your wait is over here it is

  • How To Hack - /cgi-sys/suspendedpage.cgi ~ Video Tutorial

    Many times you found that hacker posts the deface index with "/cgi-sys/suspendedpage.cgi" link e.g. www.site.com/cgi-sys/suspendedpage.cgi So, today we will learn how to do this..

  • |IDM 6.10 + PATCH

    Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive....

  • Root and Unroot Android Phone

    Getting the ROOT of the rights and removing them to the Galaxy Ace Samsung GT-S5830 IRoot Instructions for obtaining the right. ...

  • FUD Your Trojan

    File splitter to split our servers to find out where the virus signature is to modify it. ...

HOW TO DISABLE RIGHT CLICK IN BLOGS


Disabling right click in Blogger websites is really easy as it does not need any technical knowledge you simply have to copy and paste some script into your <body> and that’s it everything is done. 
Now why will anyone want to disable the right click in their website,Well there can be many reasons but the main reason which comes to anyone's mind is the content copying and the page source viewing well there are many another ways to view the source or copy content as you can see on my website I had also applied this script earlier which disables the right click on website but recently I just removed this script as many people were having problems.

Follow below steps .:

1. Go to your dashboard in Blogger.com
2. Now click Template and than click Edit HTML, now click on Proceed.
3. Now simply copy and paste the below script right before the </body> tag.

Code:
&lt;script language=javascript&gt;
&lt;!--
var message=&quot;&quot;;
function clickIE()
{
  if (document.all) {
    (message);return false;}
}
function clickNS(e)
{
if (document.layers||(document.getElementById&amp;&amp;!document.all)) { 
  if (e.which==2||e.which==3) {(message);return false;}}
}
if (document.layers){
  document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{
  document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function(&quot;return false&quot;)
// --&gt;
&lt;/script&gt;
4. That’s it now click on Save Template Button, now script is up and running on your blog just check it out refresh your blog and try to right click you will not be able to do that, ask your readers to do this thing.
Have Fun :) Guys and now enjoy secured blog.

Categories:

0 comments:

Post a Comment