teamf0x blog design Get now!

سكربت منع نسخ المواضيع , Prevent copying printthread

Prevent copying printthread , سكربت منع نسخ المواضيع , منع النسخ مع التحذير

سكربت منع نسخ المواضيع


بسم الله الرحمن الرحيم

منع النسخ مع التحذير

1- ضع الكود التالي في نهاية تمبلت
headinclude
2- لتغيير الكلام المكتوب بالتحذير غير ما تريد مكان هده الاشاره
(xxxxxxx)

=========================


رمز PHP:
<!-- بداية هاك منع النسخ -->
<if 
condition="$show['guest']">
<
BODY onselectstart="return false">
<
SCRIPT language=JavaScript1.2>
if (
window.Event
  
document.captureEvents(Event.MOUSEUP); 
function 
nocontextmenu()  
{
 
event.cancelBubble true
 event
.returnValue false;
 return 
false;
}
function 
norightclick(e
{
 if (
window.Event
 {
  if (
e.which == || e.which == 3)
   return 
false;
 }
 else
  if (
event.button == || event.button == 1)
  {
   
event.cancelBubble true
   event
.returnValue false;
   return 
false;
  }
document.oncontextmenu nocontextmenu;   document.onmousedown norightclick;  </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.1">
 <!-- Begin
  function right(e) {
   if (navigator.appName == 'Netscape' && 
    (e.which == 3 || e.which == 2))
   return false;
    else if (navigator.appName == 'Microsoft Internet Explorer' && 
    (event.button == 2 || event.button == 3)) {
    alert("xxxxxxxxxxxxxxxx");
   return false;
  }
   return true;
  }
  document.onmousedown=right;
  document.onmouseup=right;
  if (document.layers) window.captureEvents(Event.MOUSEDOWN);
  if (document.layers) window.captureEvents(Event.MOUSEUP);
  window.onmousedown=right;
  window.onmouseup=right;
 //  End -->
</script>
</BODY>
</if>  

<!-- نهاية هاك من النسخ -->  
-------------------------------

3- لمنع النسخ من صفحة الطباعه
افتح تمبلت
printthread
ابحث عن
<head>
بعده اضف الكود الموجود بالاعلى
-----------------
منع النسخ بدون التحذير

1- ضع الكود التالي في نهاية تمبلت
headinclude
=========================

رمز PHP:
<!-- بداية هاك منع النسخ -->
<if 
condition="$show['guest']">
<
BODY onselectstart="return false">
<
SCRIPT language=JavaScript1.2>
if (
window.Event
  
document.captureEvents(Event.MOUSEUP); 
function 
nocontextmenu()  
{
 
event.cancelBubble true
 event
.returnValue false;
 return 
false;
}
function 
norightclick(e
{
 if (
window.Event
 {
  if (
e.which == || e.which == 3)
   return 
false;
 }
 else
  if (
event.button == || event.button == 1)
  {
   
event.cancelBubble true
   event
.returnValue false;
   return 
false;
  }
document.oncontextmenu nocontextmenu;   document.onmousedown norightclick;  </SCRIPT> </BODY>
</if>
<!-- نهاية هاك من النسخ -->  
=========================
2- لمنع النسخ من صفحة الطباعه
افتح تمبلت
printthread
ابحث عن
<head>
بعده اضف الكود الموجود بالاعلى

Where do you want to donate?

Coffee Treats
Bank BCA - An. Asep Saepul Anwar/ Rek - 648xxxx
Treat creators to coffee by making a small donation. click the arrow icon above

إرسال تعليق

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
More Details