مشكه بهاك انت غير مسجل لدينا (تم الحل)ولكن في مشكله اخري
المشرفون: alhitary،طاقم الإضافات
قوانين المنتدى
هذه الساحة للنقاش حول كيفية الهاكات وليس لحل المشاكل المتعلقه بذلك، مشكلة الهاك تطرح في موضوع الهاك نفسه
هذه الساحة للنقاش حول كيفية الهاكات وليس لحل المشاكل المتعلقه بذلك، مشكلة الهاك تطرح في موضوع الهاك نفسه
???? ???? ??? ??? ???? ????? (?? ????)???? ?? ????? ????
?????? ????? ????? ???? ???????
??? ??? ?????? ??? ???? ???? (??? ??? ???? ????? ) ?? ?????? ???????? ???????
????? ????? ??? ???? ???? ??????? ??? ???? ?????? ????? ?? ?????? ???????
???? ???? ??????? ????????
http://www.roiya.eb2a.com/bb
?????? ????? ?? ???????? ???? ?? ?? ????? ??? ????
?????? ?? ??????? ?? ????? ???? ?????? ???? ????
??? ??? ?????? ??? ???? ???? (??? ??? ???? ????? ) ?? ?????? ???????? ???????
????? ????? ??? ???? ???? ??????? ??? ???? ?????? ????? ?? ?????? ???????
???? ???? ??????? ????????
http://www.roiya.eb2a.com/bb
?????? ????? ?? ???????? ???? ?? ?? ????? ??? ????
?????? ?? ??????? ?? ????? ???? ?????? ???? ????
- المرفقات
-
- انت غير مسجل لدينا.zip
- هذا هاك ( انت غير مسجل لدينا
- (4.55 KiB) حُمِّل 286 مرةً
آخر تعديل بواسطة ma7mud في الأربعاء سبتمبر 16, 2009 5:59 pm، تم التعديل مرة واحدة.
- جواد النيل
- عضو فعال
- مشاركات: 540
- اشترك في: الثلاثاء مارس 30, 2004 9:35 am
- مكان: مـصـEgypt ـر
- اتصال:
???? ???? ??? ??? ???? ????? ?????? ???? ????? ?? ?????? ???
?????? ??? ???????? Notepad++ ????? ?????? ?????? ?????
???? ???????? ?? ?????? ???? ??? ?????
????? Format >> UTF - 8 without BOM
????? ?? ????? ????? ?? ??????
?? ??????? ??? ????
???? ???????? ?? ?????? ???? ??? ?????
????? Format >> UTF - 8 without BOM
????? ?? ????? ????? ?? ??????
?? ??????? ??? ????

???? ???? ??? ??? ???? ????? ?????? ???? ????? ?? ?????? ???
??????? ??? ?? ????? ????
?????? ??? html ???? ?? index_body ??? ???? if ?????? ???? ??????
?????? ??? html ???? ?? index_body ??? ???? if ?????? ???? ??????
???? ???? ??? ??? ???? ????? ?????? ???? ????? ?? ?????? ???
???? ?????? ??? ???????
???? ??? ?????? ??????? ??? ???? ??? ?? ??? ??? ???? ??? ???? ??????? ??? ?? ????? ???? ?????? ???? ??????? ???? ???? ????? ?????
???? ??? ?????? ????? ???? ??? ??????
???? ??? ?????? ??????? ??? ???? ??? ?? ??? ??? ???? ??? ???? ??????? ??? ?? ????? ???? ?????? ???? ??????? ???? ???? ????? ?????
???? ??? ?????? ????? ???? ??? ??????
???? ???? ??? ??? ???? ????? ?????? ???? ????? ?? ?????? ???
???? ??? ?????? " overall_header " ???? ??? ?? ????? ???
???? ???? ??? ??? ???? ????? ?????? ???? ????? ?? ?????? ???
??? ??? ??? ???? ?? ????? ??????? ????? ??? ???? ??? ??? ????
??? ?? ??? index_body
??? ?? ??? index_body
كود: تحديد الكل
<html dir="rtl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 2</title>
</head>
<body>
<script type="text/javascript">
var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 4 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}
function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}
if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>
<div id="topbar" style="position: absolute; left: 271px; top: 15px; width: 469px; height: 69px; background-color:#FFFFFF">
<div style="font-weight: bold; font-size: 16px; width: 472px; font-style: normal; font-family: arial; height: 21px; font-variant: normal; border: 1px solid #ccc; background: #fff" align="center">
<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px"><span lang="ar-eg">انت غير
مسجل في<font color="#FF0000"> شبكة مرزاك التعليمية</font> : للتسجيل
<a href="http://morzak.gbh-group.com/forum/ucp.php?mode=register">اضغط هنا</a></span></div>
<table id="table7" cellSpacing="0" width="457">
<tr>
<td>
<table cellSpacing="0" cellPadding="0" width="100%" id="table8">
<tr>
<td>
<div id="wrapcentre">
<div align="center">
<table id="table9" height="46" width="471" border="1">
<tr>
<td>
<table id="table10" style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; BACKGROUND-COLOR: #fff" cellSpacing="0" width="462" border="0">
<tr>
<td><b>
<img height="26" alt="مجموعات Google" src="http://groups.google.jo/groups/img/3nb/groups_bar_ar.gif" width="132">
<font color="#ff0000">
<span lang="ar-eg">اشترك بالمجموعة لتصلك
الامتحانات والبرامج والصور والنكت</span></font></b></td>
</tr>
<form action="http://groups.google.jo/group/morzak/boxsubscribe">
<tr>
<td style="PADDING-RIGHT: 5px">
البريد الإلكتروني:
<input name="email">
<input type="submit" value="اشتراك" name="sub">
<a href="http://groups.google.jo/group/morzak">
زيارة هذه المجموعة</a></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
???? ???? ??? ??? ???? ????? (?? ????)???? ?? ????? ????
??? ??????? ????? ?? ???? ??????? ?????? ??? ????? ??? ?? ???? ????? ??? ???? ????? ???? ????? ??? ???? ?????? ????????? ???? ???????ma7mud كتب:?????? ????? ?????
?? ????? ???? (??? ??? ???? ????? )
??????? ???? ???? ???? ?? ??????? ?????? ???? ????
??????? ??????? ???? ???? ???? ?? ??? ??????? ???? ???? ( ??? ??? ???? ????? ) ???? ????? ???? ??? ????? ??? ???????
??????? ??? ???? ?????? ??
?? ?? ???????
????? ??????? ????????
http://www.roiya.eb2a.com/bb
??? ?????? ???? ??? ??? ????? ??? ???? ????? ???? ?????? ???? ???? ??? ????
???? ????? ?? ??????? ??????
??? ??? ???? ??? ??????? ??? ?? ??? ???? ?????
????? ???? ???? ??????
???? ?????? ?? ???? ?? html
الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 6 زوار