هيلبرنت | Helpernt

هيلبرنت | Helpernt (https://www.helpernt.com/vb/index.php)
-   ركن شروحات الزين فورو XENFORO (https://www.helpernt.com/vb/forumdisplay.php?f=94)
-   -   كود يمنع الزر الايمن ولمنع سرقة ونسخ الصور (https://www.helpernt.com/vb/showthread.php?t=3586)

هيلبرنت 01-30-2016 11:23 PM

كود يمنع الزر الايمن ولمنع سرقة ونسخ الصور
 
طريقة حماية صور منتداك من السرقة

اذهب الى لوحة التحكم >> قوالب >> PAGE_CONTAINER

و لصق هدا الكود فى اخر القالب

كود:

  <script> /* Disable right click script II (on images)- By Dynamicdrive.com For full source, Terms of service, and 100s DTHML scripts Visit Dynamic Drive DHTML(dynamic html) & JavaScript code library */ var clickmessage="Right click disabled no way !" function disableclick(e) { if (document.all) { if (event.button==2||event.button==3) { if (event.srcElement.tagName=="IMG"){ alert(clickmessage); return false; } } } else if (document.layers) { if (e.which == 3) { alert(clickmessage); return false; } } else if (document.getElementById){ if (e.which==3&&e.target.tagName=="IMG"){ alert(clickmessage) return false } } } function associateimages(){ for(i=0;i<document.images.length;i++) document.images.onmousedown=disableclick; } if (document.all) document.onmousedown=disableclick else if (document.getElementById) document.onmouseup=disableclick else if (document.layers) associateimages() </script>


الساعة الآن 08:11 AM

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. TranZ By Almuhajir