Warning: Function get_magic_quotes_gpc() is deprecated in /home/forumbs/public_html/includes/class_core.php on line 1960

Warning: Array and string offset access syntax with curly braces is deprecated in ..../includes/functions.php on line 865

Warning: Array and string offset access syntax with curly braces is deprecated in ..../includes/functions.php on line 1303

Warning: Array and string offset access syntax with curly braces is deprecated in ..../includes/functions.php on line 4416

Warning: Array and string offset access syntax with curly braces is deprecated in ..../includes/functions.php on line 7343

Warning: Methods with the same name as their class will not be constructors in a future version of PHP; vBulletinHook has a deprecated constructor in ..../includes/class_hook.php on line 27
منع استخدام زر الماوس الأيمن في المنتدى [الأرشيف] - منتديات بانى ستار

المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : منع استخدام زر الماوس الأيمن في المنتدى



Cat
12-28-2008, 08:48 PM
السلام عليكم ورحمة الله وبركاته

هذا تعديل بسيط في تمبلت headinclude

يمنع استخدام زر الماوس الأيمن في المنتدى

::::::::::::::::::::

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

تعديل على تمبلت HEADINCLUDE
يمنع استخدام زر الماوس الأيمن في المنتدى

طريقة التركيب :-
~~~~~~~~~~
افتح تمبلت HEADINCLUDE

أضف الكود التالي أسف التمبلت آآآآآخر شئ :-
~~~~~~~~~~~~~~~~~~~~~~~~~



رمز PHP:

<****** LANGUAGE="**********1.1">
<!-- Original: Martin ***b (martin@irt.org) -->
<!-- This ****** and many more are available free online at -->
<!-- The ********** Source!! http://**********.internet.com -->
<!-- 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)) {
*****("عذراً .. لا يمكنك استخدام زر الماوس الأيمن!");
return false;
}
return true;
}
********.onmousedown=right;
********.onmouseup=right;
if (********.layers) ******.captureEvents(Event.MOUSEDOWN);
if (********.layers) ******.captureEvents(Event.MOUSEUP);
******.onmousedown=right;
******.onmouseup=right;
// End -->
</******>




انتهى التركيب