شبكة ومنتديات صدى الحجاج

شبكة ومنتديات صدى الحجاج (https://www.sadaalhajjaj.net/vb/index.php)
-   هاكات في بي 3.7.0 وأحدث (https://www.sadaalhajjaj.net/vb/forumdisplay.php?f=128)
-   -   منع استخدام الزر الأيمن وحماية المواضيع (https://www.sadaalhajjaj.net/vb/showthread.php?t=5994)

م.محمود الحجاج 13-02-2009 20:37

منع استخدام الزر الأيمن وحماية المواضيع
 

السلام عليكم ورحمة الله وبركاته


لحماية مواضيع المنتدى بمنع تظليل النص أو استخدام الزر الأيمن للفأرة

يتم استخدام الكود التالي:


في أعلى قالب headinclude أضف التالي واحفظ القالب
كود:

<****** language="Java******1.2" var message="Text Here";
function
click(e)
{
  if (
document.all)
  {
    if (
event.button==2||event.button==3)
    {
     
alert(message);
      return
false;
    }
  }
  else
  {
    if (
e.button==2||e.button==4)
    {
     
e.preventDefault();
     
e.stopPropagation();
     
alert(message);
      return
false;
    }
  }
 
}
 
if (
document.all) // for IE
{
 
document.onmousedown=click;
}
else
// for FF
{
 
document.onclick=click;
}

<****** type="text/java******">
function ehan( evnt )
{
  if( evnt.which == 3 )
  {
    alert( "Text Here" );
    return false;
  }
  return true;
}
function ocmh()
{
  alert( "Text Here" );
  return false;
}
document.oncontextmenu = ocmh;
document.captureEvents( Event.MOUSEDOWN );
if( document.layers ) document.onmousedown = ehan;

 
<****** language="Java******">
if (******!=top){top.location.href=location.href;}

<****** type="text/java******">


 
 
    <****** language="Java******">
if (******!=top){top.location.href=location.href;}

<****** type="text/java******">

 



وقد وضعت الكود في ملف بالمرفقات كإضافة


مع تمنياتي لكم بالتوفيق


الساعة الآن 13:19.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd. , Designed & TranZ By Almuhajir
new notificatio by 9adq_ala7sas
Developed By Marco Mamdouh
جميع الحقوق محفوظة لشبكة و منتديات صدى الحجاج