12-01-2012, 06:32 PM
|
#1
|
مدون جديد
تاريخ التسجيل: Nov 2012
المشاركات: 86
|
كود حماية مواضيعك من السرقة معدل
الحقيقة انا ملقتش لحد دلوقت طريقة تمنع سرقة المواضيع مهما عملت موضوعك ممكن يتسرق بس قليل اللي بيعرف الطرق دي لا داعي لذكرها
المهمل احن بنحاول نقلل نسبة سرقة المواضيع
انا المرة اللي فاتت جبتلكم كود بيمنع النسخ والتظليل والسحب
بس كان فية صغرة بيستغلها البعض انك لما تضغط كلك يمين بتظهرلك رسالة
ولو ضغط كلك يمين اكتر من مرة بيقولك هل تريد عدم ظهور هذة الرسالة مرة اخري
وبعدين بيقدر ينسخ عادي
انما ميزة الكود دة انة مش بيظهر لة رسالة
ادخل علي تخطيط
اضافة اداة html
انسخ الكود دة وحطة في الاداة
اقتباس:
<script language="javascript">
<!--
//disable right click script iii- by renigade ([email protected]) //disable select-text script (ie4+, ns6+)- by andy scott //visit http://hashem-earn-from-internet.blogspot.com/
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>
|
__________________
|
|
|