ام بلال2

ام بلال2 @am_blal2

عضوة نشيطة

كيف احط صورة فى البروفايل او فى موقع بدون ما ينسخها احد

الحاسب والجوال •

السلام عليكم
كيف احط صورة فى البروفايل او فى موقع بدون ما ينسخها احد
بليييييييييييييييييز ساعدونى:o
8
1K

يلزم عليك تسجيل الدخول أولًا لكتابة تعليق.

تسجيل دخول

netjaeper
netjaeper •
ما يصير أختي ..

اسهل شئ طريقة لنسخ الصورة .. بزر PrintScreen
ام بلال2
ام بلال2 •
ارجووووووووووووووكم ساعدونى ضرورى
اوجدولى اى حل بليييييييييييييييييييييز
ليش ما حد جاوبنى
ام بلال2
ام بلال2 •
ساعدووووووووووووووووووووونى ارجوكم:26:
programmer
programmer •
Sorry for posting in English, but it's much easier for me than to explain in Arabic
It's Javascript, and worthless. Easily defeated in at least 5 ways (if not more).
Anyway, simply add the following code to the <BODY> section of your web page

<script language=JavaScript>
<!--

//Disable right mouse click Script

var message="Function Disabled!";

///////////////////////////////////
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>

Ah, there's something wrong with the alignment in this forum...the code is slightly messed up...I did my best but the parenthesis and semicolons etc keep appearing at the beginning instead of the end...Sorry
netjaeper
netjaeper •
حتى بهذا الكود ..

ما زال بإمكانك نسخ الصورة :21:



نعم .. فيه طريقة لمنع نسخ الصورة من قبل المستخدمين العاديين للإنترنت

و تكون عن طريق الجافا سكريبت .. كتجميد عمل الزر الأيمن للفأرة أو ظهور رسالة تحذيرية عند ضغط هذا الزر

لكن ما فيه طريقة تمنع نسخ هذه الصورة من قبل المحترفين و المتمرسين ..



في هذا الموضوع .. طرق عديدة لنسخ الصور المحمية ( الجزء الأول ):

http://forum.hawaaworld.com/showthread.php?threadid=144051