ကိုယ့္ Content ေတြကို Copy ကူးလို႔မရေအာင္ လုပ္နည္း

စာမေရးျဖစ္တာလဲ နည္းနည္းၾကာသြားျပီဆိုေတာ့ ဒီတစ္ခါေရးေပးမယ့္ နည္းလမ္းေလးက Blogger ေတြအတြက္ အေတာ္အဆင္ေျပမွာပါ၊ အခုေနာက္ပိုင္းမွာ Website တစ္ခုလုပ္ေတာ့မယ္ဆိုရင္ Wordpress နဲ႔လုပ္ရင္လုပ္၊ဒါမွ မဟုတ္ Blog ကို Domain ကပ္ျပီး လုပ္လာၾကပါတယ္၊ဒီေနရာမွာ Blog နဲ႔ လုပ္ထားတဲ့လူေတြအတြက္ ကိုယ့္ရဲ႕ Site က Content ေတြကို Copy လုပ္လို႔မရေအာင္ လုပ္နည္းေလး ေျပာျပေပးပါ့မယ္၊ အရမ္းၾကီးေတာ့ မခက္ပါဘူး၊ ကဲ ၾကည့္လိုက္ရေအာင္ ဘယ္လိုလုပ္မလဲဆိုတာကို!

ပထမဆံုး ကိုယ့္ရဲ႕ Blog ကို Login ၀င္လိုက္ပါ၊ ျပီးရင္ Blog  ထဲက Layout ကို သြားလိုက္ပါ ၊ Add a Gadget ကိုသြားလိုက္ပါ၊ html/java script ဆိုတဲ့ Box ေလးတတ္လာပါလိမ့္မယ္၊ ဒီ Box ေလးထဲမွာ ေအာက္က က်ေနာ္ေပးထားတဲ့ Code ေလးေတြကို Copy လုပ္ျပီး ထည့္ေပးလိုက္ပါ၊ ဒါဆိုရင္ ကို္ယ့္ Blog က စာေတြကို Copy လုပ္လုိ႔ မရေတာ့ပါဘူး၊ ေလာေလာဆယ္ေတာ့ Copy လုပ္တာကို ပိတ္ဖို႔ ေအာက္က Code ေလးေတြကို Copy လိုက္ပါအံုး :P

script language="JavaScript">

<!--

//Disable right mouse click Script

//By Aung Mon Chan (yo@aungmonchan.com) w/ mods by DynamicDrive

//For Digital Marketing , visit http://www.aungmonchan.com


var message="
Right Click>><<Disable!!!!";

///////////////////////////////////

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>




Post a Comment

1 Comments

  1. Hi! I know this is kinda off topic but I was wondering which blog platform are you using for this site? I'm getting tired of Wordpress because I've had issues with hackers and I'm looking at alternatives for another platform. I would be fantastic if you could point me in the direction of a good platform. capitalone.com

    ReplyDelete