ممكن كود منع نسخ المواضيع
المشرفون: alhitary،طاقم الإضافات
قوانين المنتدى
هذه الساحة للنقاش حول كيفية الهاكات وليس لحل المشاكل المتعلقه بذلك، مشكلة الهاك تطرح في موضوع الهاك نفسه
هذه الساحة للنقاش حول كيفية الهاكات وليس لحل المشاكل المتعلقه بذلك، مشكلة الهاك تطرح في موضوع الهاك نفسه
???? ??? ??? ??? ????????
???? ??? ??? ??? ???????? ?????? ????? FireFox
???? ????? ??? ???? ?? ???? ??? ??? ??????????
http://morzak.gbh-group.com/forum
???? ????? ??? ???? ?? ???? ??? ??? ??????????
http://morzak.gbh-group.com/forum
- الامير الكردي
- عضو متميز
- مشاركات: 367
- اشترك في: الخميس نوفمبر 13, 2008 11:38 pm
???? ??? ??? ??? ????????
????
?? ????? ?? ????? ???? overall_header.html
????????
كود: تحديد الكل
<body id="CBody"
onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"
onselectstart="return false" oncontextmenu="return false;">
????????
إلى اللقاء احبتي ..
???? ??? ??? ??? ????????
????? ???? ???? ????? ??? ???? ??? ?????????? ????? ?? ??? ??? FireFox
????????? ????? ?? VIEWTOPIC_BODY.HTML ??????? ???? ???? ??? ???????? ???? ?? ???????
??? ???? ??? ???
??? ??? ????? ????????
????????? ????? ?? VIEWTOPIC_BODY.HTML ??????? ???? ???? ??? ???????? ???? ?? ???????
??? ???? ??? ???
??? ??? ????? ????????
???? ??? ??? ??? ????????
????? ?? ???? ?????
-
- مشرف سابق
- مشاركات: 498
- اشترك في: الأحد مارس 08, 2009 1:53 am
- مكان: سوريا
- اتصال:
???? ??? ??? ??? ????????
??? ???? ??? ??????? ??? ?????? ?????:
كود: تحديد الكل
<SCRIPT LANGUAGE="JavaScript1.1">
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)) {
alert("????? .. ?? ????? ??? ??????? ??????");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
</script>
كود: تحديد الكل
<body onmousemove = "document.selection.empty()" onmouseup = "document.selection.empty()" onselectstart="return false" >
كود: تحديد الكل
<script language=javaScript>
document.onselectstart=new Function ("return false
")
</script>
• لست أشعر ببرود الهمة لأن كل محاولة خاطئة أتخلى عنها هي خطوة تقودني للأمام
• إنني أسير ببطء ، لكنني لا أسير للخلف ابداً
• أعمالي ...
- عيادة طب الأطفال
- منتدى طب الأطفال
- تجمع الشعاعيين العرب
- نقابة أطباء القنيطرة


• إنني أسير ببطء ، لكنني لا أسير للخلف ابداً
• أعمالي ...
- عيادة طب الأطفال
- منتدى طب الأطفال
- تجمع الشعاعيين العرب
- نقابة أطباء القنيطرة


???? ??? ??? ??? ????????
????? ???? ??? ???? ??? ???? ?? ????? ???????
?? ??? ???? ????? ??? firefox
????? ??????? ???????? ??? ??? ????
?? ??? ???? ????? ??? firefox
????? ??????? ???????? ??? ??? ????
???? ??? ??? ??? ????????
??? ???? ??? ??? ???? ????? ?? ???????
??? ??? ??????? ???? ????
??? ??? ??????? ???? ????
???? ??? ??? ??? ????????
???? ??? (?????)
??? ????? ???????? ??? ??? ???? ??? ???? ?????????
??? ????? ???????? ??? ??? ???? ??? ???? ?????????
كود: تحديد الكل
<script type="text/javascript">
//form tags to omit:
var omitformtags=["input", "textarea", "select"]
function disableselect(e){
for (i = 0; i < omitformtags.length; i++)
if (omitformtags[i]==(e.target.tagName.toLowerCase()))
return;
return false
}
function reEnable(){
return true
}
function noSelect(){
if (typeof document.onselectstart!="undefined"){
document.onselectstart=new Function ("return false")
if (document.getElementsByTagName){
tags=document.getElementsByTagName('*')
for (j = 0; j < tags.length; j++){
for (i = 0; i < omitformtags.length; i++)
if (tags[j].tagName.toLowerCase()==omitformtags[i]){
tags[j].onselectstart=function(){
document.onselectstart=new Function ('return true')
}
if (tags[j].onmouseup!==null){
var mUp=tags[j].onmouseup.toString()
mUp='document.onselectstart=new Function (\'return false\');\n'+mUp.substr(mUp.indexOf('{')+2,mUp.lastIndexOf('}')-mUp.indexOf('{')-3);
tags[j].onmouseup=new Function(mUp);
}
else{
tags[j].onmouseup=function(){
document.onselectstart=new Function ('return false')
}
}
}
}
}
}
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
}
window.onload=noSelect;
</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1256" http-equiv=Content-Type>
<SCRIPT language=JavaScript>
function no_right_click( ) {
if (event.button==2) {
}
}
document.onmousedown=no_right_click
</SCRIPT>
<script language="javascript">
<!--
var previous_key ;
function handleKeyDown()
{ if (previous_key==17 )
{ switch (window.event.keyCode)
{
case 45:
case 46:
case 67:
case 88:
event.keyCode=0;
previous_key=window.event.keyCode;
event.returnValue=false;
break;
}} else if (previous_key==16)
{ switch (window.event.keyCode)
{
case 45:
case 46:
event.keyCode=0;
previous_key=window.event.keyCode;
event.returnValue=false;
break;
}} previous_key=window.event.keyCode;
} function handleKeyUp()
{ previous_key=0;
}
document.oncontextmenu=new Function("return false")
document.onkeyup = handleKeyUp;
document.onkeydown = handleKeyDown;
//-->
</script>
-
- مشرف سابق
- مشاركات: 942
- اشترك في: الخميس فبراير 26, 2009 3:26 pm
- اتصال:
???? ??? ??? ??? ????????
??? ???? ? ????? ?????? ?? ????? ??? ??? ????? ??? ??? html ? head ?????? ??????? ???? ?? ??? ?? ??????
??? ??? ????? ??? ???? ???? ??? ?? ????????? :
??? ??? ????? ??? ???? ???? ??? ?? ????????? :
كود: تحديد الكل
<script type="text/javascript">
// IE Evitar seleccion de texto
document.onselectstart=function(){
if (event.srcElement.type != "text" && event.srcElement.type != "textarea" && event.srcElement.type != "password")
return false
else return true;
};
// FIREFOX Evitar seleccion de texto
if (window.sidebar){
document.onmousedown=function(e){
var obj=e.target;
if (obj.tagName.toUpperCase() == "INPUT" || obj.tagName.toUpperCase() == "TEXTAREA" || obj.tagName.toUpperCase() == "PASSWORD")
return true;
/*else if (obj.tagName=="BUTTON"){
return true;
}*/
else
return false;
}
}
//disable rt click
document.oncontextmenu = function(){return false}
// End -->
</script>
???? ??? ??? ??? ????????
???? ??? ?? ??? ??????
??? ???
??? ???
كود: تحديد الكل
<script language="JavaScript1.2">
function disabletextselect(i){
return false
}
function renabletextselect(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6+
if (window.sidebar){
document.onmousedown=disabletextselect
document.onclick=renabletextselect
}
</script>
سلام ومحبة لجميع الطيبين
- ابو عبد الودود
- عضو فعال
- مشاركات: 785
- اشترك في: الاثنين سبتمبر 07, 2009 3:05 pm
- مكان: ارض الله
- اتصال:
???? ??? ??? ??? ????????
?????? ?????? ????? ???? ???????
??? ???? ????? ???? ???? ???? Dawn birth ??? ???? ??? ?? ??? ?? ??????? ???? ?? ?? ?????????
?? ??? ????? ??? ??? ?????
????? ??? ????? ???????? ? ?????????? ??? ??? ??? ?????? ?? ??????? ??? ????? ? ??? ???????
??? ???? ????? ???? ???? ???? Dawn birth ??? ???? ??? ?? ??? ?? ??????? ???? ?? ?? ?????????
?? ??? ????? ??? ??? ?????
????? ??? ????? ???????? ? ?????????? ??? ??? ??? ?????? ?? ??????? ??? ????? ? ??? ???????
المنتدى العربي المختص فى علم الطيور
http://www.birdsarabic.com/forum/portal.php
http://www.birdsarabic.com/uploads
http://www.education-dz.com

http://www.birdsarabic.com/forum/portal.php
http://www.birdsarabic.com/uploads
http://www.education-dz.com

???? ??? ??? ??? ????????
???? ????? ?????? ??? ?????? .
?? ??? ?? ????? ??????? ???? ?????? ???????? ?? ??? ??? ???????? ??????
?? ??? ?? ????? ??????? ???? ?????? ???????? ?? ??? ??? ???????? ??????
الوداع يا phpBB الى الابد.
???? ??? ??? ??? ????????
????? ??? ????
??? ????? ?????? ?????? , ? ?? ?????? ?? ?????? ?????
?? ????
z3im
??? ????? ?????? ?????? , ? ?? ?????? ?? ?????? ?????
كود: تحديد الكل
<script type="text/javascript">
// IE Evitar seleccion de texto
document.onselectstart=function(){
if (event.srcElement.type != "text" && event.srcElement.type != "textarea" && event.srcElement.type != "password")
return false
else return true;
};
// FIREFOX Evitar seleccion de texto
if (window.sidebar){
document.onmousedown=function(e){
var obj=e.target;
if (obj.tagName.toUpperCase() == "INPUT" || obj.tagName.toUpperCase() == "TEXTAREA" || obj.tagName.toUpperCase() == "PASSWORD")
return true;
/*else if (obj.tagName=="BUTTON"){
return true;
}*/
else
return false;
}
}
//disable rt click
document.oncontextmenu = function(){return false}
// End -->
</script>
z3im
الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 6 زوار