السلام عليكم ورحمة الله
في هاد الشرح . الجديدة من دروس بلوجر سوفة نتعرف .على كيف .تحمي مواضيعك .من السرقة أصبحت. سرقة المواضيع. ونشرها في المداوانات و المواقع موضة اليوم . عبرة اضافة كود يمنع اي شخص من نسخ مواضيع. مداونتك راح نبدا الشرح..
طريقة سهلة فقط نذهب الى لوحة تحكم
على مداونتك تقوم بضغط على تخطيط
تم على اضافة اداة
وتقوم بالضغط على html/java script
وتضع هذا الكود الموجود اسفل وقم بتغيير رابط مدونتي الى رابط مدونتك....
<script language="javascript">
<!--
//disable right click script iii- by renigade (renigade@mediaone.net) //disable select-text script (ie4+, ns6+)- by andy scott //visit www.moh-trif.ml/
var message="";
function clickie() {
if (document.all) {
(message);return false;
}
} function clickns(e) {
if (document.layers||(document.getelementbyid&&!docum ent.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("return false")
function disableselect(e) { return false } function reenable() { return true }
document.onselectstart=new function ("return false") //if ns6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reenable } //
//-->
</script>
<script language="javascript1.2">
<!--
function disableselect(e){
return false
}
function reenable(){
return true
}
//if ie4+
document.onselectstart=new function ("return false")
//if ns6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reenable
}
// -->
</script>
<!--
//disable right click script iii- by renigade (renigade@mediaone.net) //disable select-text script (ie4+, ns6+)- by andy scott //visit www.moh-trif.ml/
var message="";
function clickie() {
if (document.all) {
(message);return false;
}
} function clickns(e) {
if (document.layers||(document.getelementbyid&&!docum ent.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("return false")
function disableselect(e) { return false } function reenable() { return true }
document.onselectstart=new function ("return false") //if ns6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reenable } //
//-->
</script>
<script language="javascript1.2">
<!--
function disableselect(e){
return false
}
function reenable(){
return true
}
//if ie4+
document.onselectstart=new function ("return false")
//if ns6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reenable
}
// -->
</script>

0 التعليقات :
Enregistrer un commentaire