أعضاء وزوار معهد زين العربية، نود أن نعلمكم أن المعهد سيشهد في الفترة القادمة الكثير من التغيرات سواءا على المستوى الاداري او مستوى الاقسام، لذا نرجو منكم التعاون، وأي ملاحظات او استفسارات يرجى التواصل معنا عبر قسم الشكاوي و الإقتراحات و الطلبات ونشكركم على حسن تفهمكم وتعاونكم ،مع خالص الشكر والتقدير والاحترام من إدارة زين العربية.
ملاحظه اخواني انا لقيت اكثر من كود ولكن يسكر على الاعضاء والزوار واليكم هذا الكود
كود:
<script type="text/javascript">
<!--
// Disabling context menu, copy, and paste
$(document).ready(function () {
$('body').bind('contextmenu copy paste', function (e) {
e.preventDefault();
});
});
// -->
</script>
-------------------------------------------------------------------
<script type="text/javascript">
<!--
// Disabling context menu and copy
$(document).ready(function () {
$('body').bind('contextmenu copy', function (e) {
alert('We encourage you not to COPY content from here and honor our Terms and Conditions!');
e.preventDefault();
});
});
// -->
</script>
وايضا هذا مع العلم بان الشرح كان فقط للزوار ولكن الجميع
كود:
<xen:if is="!{$visitor.user_id}">
<script type="text/javascript">
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="Right click is disabled for guests!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
</xen:if>
لذا ارجوا من اصحاب الخبر المساعدة في
1- هل يكود كود للزوار فقط بعدم النسخ؟
2- اذا لا يوجد كود للزوار فقط وبعد تركيب الكود هل توجد طريقع اعطاء الاعضاء الصلاحيه بالنسخ عن طريق المنتدي