موضوع: ستايل عشقي الدهبي
تم النشر فى :07 - 02 - 2021 . ستايل عشقي الدهبي - الكود:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}> <head> <title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <!-- BEGIN switch_compat_meta --> <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /> <!-- END switch_compat_meta --> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script> <!-- BEGIN switch_recent_jquery --> <script src="{JS_DIR}jquery1.9/jquery-migrate-1.4.1.js" type="text/javascript"></script> <script src="{JQUERY_DIR}browser/v1.0/jquery.browser.min.js" type="text/javascript"></script> <script src="{JQUERY_DIR}support/jquery.support.js" type="text/javascript"></script> <!-- END switch_recent_jquery --> <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script> {RICH_SNIPPET_GOOGLE}
<!-- BEGIN switch_fb_login --> <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login -->
<!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JQUERY_DIR}ticker/ticker.css" /> <script src="{JQUERY_DIR}/ticker/ticker.js" type="text/javascript"></script> <!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new --> <script src="{JQUERY_DIR}jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ /* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam ) { case 'top' : slid_vert = true; break; case 'left': break; case 'bottom': slid_vert = true; auto_dir = 'prev'; break; case 'right': auto_dir = 'prev'; break; default: slid_vert = true; }
$(document).ready(function() { var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0) { $('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */ $('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */ var width_max = $('ul#fa_ticker_content').width(); var width_item = Math.floor(width_max / {switch_ticker.SIZE}); var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */ $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } );
/* Redimensionnement des elements et des images trop larges */ $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () { if ($(this).width() > width_item) { var ratio = $(this).width() / width_item; var new_height = Math.round($(this).height() / ratio); $(this).height(new_height).width(width_item); } });
/* Redimensionnement et centrage du conteneur en mode vertical */ if (slid_vert) { $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto'); }
/* Initialisation du caroussel */ $('#fa_ticker_content').jcarousel({ vertical: slid_vert, wrap: 'circular', auto: {switch_ticker.STOP_TIME}, auto_direction: auto_dir, scroll: 1, size: {switch_ticker.SIZE}, height_max: height_max, animation: {switch_ticker.SPEED} }); } else { $('ul#fa_ticker_content li:not(:first)').css('display','none'); $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center'); } }); //]]> </script> <!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); if(pm != null) { pm.focus(); } <!-- END switch_enable_pm_popup --> <!-- BEGIN switch_report_popup --> report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}'); if(report != null) { report.focus(); } <!-- END switch_report_popup --> <!-- BEGIN switch_ticker --> $(document).ready(function() { Ticker.start({ height : {switch_ticker.HEIGHT}, spacing : {switch_ticker.SPACING}, speed : {switch_ticker.SPEED}, direction : '{switch_ticker.DIRECTION}', pause : {switch_ticker.STOP_TIME} }); }); <!-- END switch_ticker --> });
<!-- BEGIN switch_login_popup --> var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false; <!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup --> $(document).ready( function() { $(window).resize(function() { var windowWidth = document.documentElement.clientWidth; var popupWidth = $("#login_popup").width(); var mypopup = $("#login_popup");
$("#login_popup").css({ "left": windowWidth/2 - popupWidth/2 }); }); }); <!-- END switch_login_popup --> //]]> </script> {GREETING_POPUP} <!-- BEGIN switch_ticker_new --> <style> .jcarousel-skin-tango .jcarousel-item { text-align:center; width: 10px; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: {switch_ticker.SPACING}px; }
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: {switch_ticker.SPACING}px; } </style> <!-- END switch_ticker_new --> {HOSTING_JS}
<!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
ga('create', '{G_ANALYTICS_ID}', 'auto'); ga('send', 'pageview'); ga('set', 'anonymizeIp', true);
<!-- BEGIN google_analytics_code_bis --> ga('create', '{G_ANALYTICS_ID_BIS}', 'auto', 'bis'); ga('bis.send', 'pageview'); ga('bis.set', 'anonymizeIp', true); <!-- END google_analytics_code_bis --> //]]> </script> <!-- END google_analytics_code -->
</head> <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <!-- BEGIN hitskin_preview --> <div id="hitskin_preview" style="display: block;"> <h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1> <div class="content"> <p> {hitskin_preview.L_THEME_SITE_PREVIEW} <br /> <span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span> </p> </div> </div> <!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup --> <div id="login_popup" style="z-index: 10000 !important;"> <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0"> <tr height="25"> <td class="catLeft"> <span class="genmed module-title">{SITENAME}</span> </td> </tr> <tr height="{LOGIN_POPUP_MSG_HEIGHT}"> <td class="row1" align="left" valign="top"> <div id="login_popup_buttons"> <form action="{S_LOGIN_ACTION}" method="get"> <input type="submit" class="mainoption" value="{L_LOGIN}" /> <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /> <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" /> </form> </div> <span class="genmed">{LOGIN_POPUP_MSG}</span> </td> </tr> </table> </div> <!-- END switch_login_popup -->
<a name="top"></a> {JAVASCRIPT}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="ar"><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- CSS Stylesheet --> <style type="text/css" id="vbulletin_css"> body{background:url("http://www.eashqi.com/vb/eashqi.com/images/T-H1.jpg")#000;color:#d6cb69;font:12pt 'Droid Arabic Kufi';margin:20 20 20 20px;padding:20} a:link,body_alink{color:#d6cb69;text-decoration:none} a:visited,body_avisited{color:#d6cb69;text-decoration:none} a:hover,a:active,body_ahover{color:#F40;text-decoration:none} .page{background:url("http://www.eashqi.com/vb/eashqi.com/images/T-H1.jpg")#000;color:#d6cb69;font-family:'Droid Arabic Kufi'} .page a:link,.page_alink{color:#d6cb69;text-decoration:none} .page a:visited,.page_avisited{color:#d6cb69;text-decoration:none} .page a:hover,.page a:active,.page_ahover{color:#d6cb69;text-decoration:none} td,th,p,li{color:#d6cb69;font:10pt 'Droid Arabic Kufi'} .tborder, .forumline{background:transparent;color:#CCC;font-family:'Droid Arabic Kufi';border-bottom:1px #0a521b dashed} .tcat, .catBottom, .catLeft, .catRight ,.catTop{background:url(http://www.eashqi.com/vb/eashqi.com/o8.gif) repeat-x top left;color:#FFF;font:bold 10pt 'Droid Arabic Kufi';padding:2px 2px2px;white-space:nowrap;text-align:center;text-shadow:1px 1px 0 #00} .tcat a:link,.tcat_alink, .catBottom a:link, .catLeft a:link, .catRight a:link, .catTop a:link{color:#fff;text-decoration:none} .tcat a:visited,.tcat_avisited, .catBottom a:visited, .catLeft a:visited, .catRight a:visited, .catTop a:visited{color:#fff;text-decoration:none} .tcat a:hover,.tcat a:active,.tcat_ahover, .catBottom a:active, .catLeft a:active, .catRight a:active, .catTop a:active, .catBottom a:hover, .catLeft a:hover, .catRight a:hover, .catTop a:hover{color:#d6cb69;text-decoration:none} .thead, .thHead, .thSides, .thCornerL, .thTop, .thCornerR{background:url(http://www.eashqi.com/vb/eashqi.com/o5.gif) repeat-x top left;color:#FFF;font:bold 11px 'Droid Arabic Kufi';padding:2px 3px2px 3px;white-space:nowrap;text-shadow:1px 1px 0 #000} .thead a:link,.thead_alink, .thHead a:link, .thSides a:link, .thCornerL a:link, .thTop a:link, .thCornerR a:link{color:#FFF;text-decoration:none} .thead a:visited,.thead_avisited, .thHead a:visited, .thSides a:visited, .thCornerL a:visited, .thTop a:visited, .thCornerR a:visited{color:#FFF;text-decoration:none} .thead a:hover,.thead a:active,.thead_ahover, .thHead a:hover, .thSides a:hover, .thCornerL a:hover, .thTop a:hover, .thCornerR a:hover, .thHead a:active, .thSides a:active, .thCornerL a:active, .thTop a:active, .thCornerR a:active{color:#d6cb69;text-decoration:none} .tfoot{color:#FFF;font-family:'Droid Arabic Kufi'} .tfoot a:link,.tfoot_alink{color:#FFF} .tfoot a:visited,.tfoot_avisited{color:#FFF} .tfoot a:hover,.tfoot a:active,.tfoot_ahover{color:#d6cb69} .alt1,.alt1Active, .row1{background:#000;color:#d6cb69;font:bold 15px 'Droid Arabic Kufi';border-bottom:1px #0a521b dashed} .alt1 a:link,.alt1_alink,.alt1Active a:link,.alt1Active_alink, .row1 a:link{color:#d6cb69;text-decoration:none} .alt1 a:visited,.alt1_avisited,.alt1Active a:visited,.alt1Active_avisited, .row1 a:visited{color:#d6cb69;text-decoration:none} .alt1 a:hover,.alt1 a:active,.alt1_ahover,.alt1Active a:hover,.alt1Active a:active,.alt1Active_ahover, .row1 a:hover, .row1 a:active{color:#b97f27;text-decoration:none} .alt2,.alt2Active, .row2{background:#000;color:#d6cb69;font-family:'Droid Arabic Kufi';border-bottom:1px #0a521b dashed} .alt2 a:link,.alt2_alink,.alt2Active a:link,.alt2Active_alink, .row2 a:link{color:#228731;text-decoration:none} .alt2 a:visited,.alt2_avisited,.alt2Active a:visited,.alt2Active_avisited, .row2 a:visited{color:#d6cb69;text-decoration:none} .alt2 a:hover,.alt2 a:active,.alt2_ahover,.alt2Active a:hover,.alt2Active a:active,.alt2Active_ahover, .row2 a:hover, .row2 a:active{color:#d6cb69;text-decoration:none} .inlinemod{background:#000;color:#d6cb69;font-family:'Droid Arabic Kufi'} .inlinemod a:link,.inlinemod_alink{text-decoration:none} .inlinemod a:visited,.inlinemod_avisited{text-decoration:none} .inlinemod a:hover,.inlinemod a:active,.inlinemod_ahover{text-decoration:none} .wysiwyg{background:#000;color:#d6cb69;font:10pt 'Droid Arabic Kufi';margin:5px 10px 10px;padding:0} .wysiwyg a:link,.wysiwyg_alink{color:#228731;text-decoration:none} .wysiwyg a:visited,.wysiwyg_avisited{color:#228731;text-decoration:none} .wysiwyg a:hover,.wysiwyg a:active,.wysiwyg_ahover{color:#F40;text-decoration:none} textarea,.bginput, .post, input.post{background:#FFF;font:10pt 'Droid Arabic Kufi'} .bginput option,.bginput optgroup{font-size:10pt;font-family:'Droid Arabic Kufi'} .button, .liteoption, .mainoption, input.genmed, input.liteoption, input.mainoption{background:url(http://e7sas-des.com/back2.png) repeat;color:#FFF;font:11px 'Droid Arabic Kufi';border:0 solid #0f1011;border-right:medium solid #0a521b;border-left:medium solid #0a521b} select{background:#000;color:#d6cb69;font:11px 'Droid Arabic Kufi';border:0 solid #000;border-right:medium solid #000;border-left:medium solid #000} option,optgroup{font-size:11px;font-family:'Droid Arabic Kufi'} .smallfont{font:11px 'Droid Arabic Kufi'} .time{color:#efabb5;font-family:'Droid Arabic Kufi'} .navbar{font:11px 'Droid Arabic Kufi'} .navbar a:link,.navbar_alink{text-decoration:none} .navbar a:visited,.navbar_avisited{text-decoration:none} .navbar a:hover,.navbar a:active,.navbar_ahover{text-decoration:none} .highlight{color:#d6cb69;font-family:'Droid Arabic Kufi';font-weight:700} .fjsel{background:#3E5C92;color:#E0E0F6} .fjdpth0{background:#F7F7F7;color:#000} .panel{background:#000;color:#d6cb69;font-family:'Droid Arabic Kufi';padding:10px;border:2px outset} .panel a:link,.panel_alink{text-decoration:none} .panel a:visited,.panel_avisited{text-decoration:none} .panel a:hover,.panel a:active,.panel_ahover{text-decoration:none} .panelsurround{background:#000;color:#d6cb69;font-family:'Droid Arabic Kufi'} legend{color:#d6cb69;font:11px 'Droid Arabic Kufi'} .vbmenu_control{background:url(http://www.eashqi.com/vb/eashqi.com/o8.gif) repeat-x top left;color:#FFF;font:bold 11px 'Droid Arabic Kufi';padding:3px 6px;white-space:nowrap} .vbmenu_control a:link,.vbmenu_control_alink{color:#FFF;text-decoration:none} .vbmenu_control a:visited,.vbmenu_control_avisited{color:#FFF;text-decoration:none} .vbmenu_control a:hover,.vbmenu_control a:active,.vbmenu_control_ahover{color:#FFF;text-decoration:none} .vbmenu_popup{background:#000;color:#d6cb69;font-family:'Droid Arabic Kufi';border:1px solid #164900} .vbmenu_option{background:#000;color:#d6cb69;font:11px 'Droid Arabic Kufi';white-space:nowrap;cursor:pointer} .vbmenu_option a:link,.vbmenu_option_alink{color:#d6cb69;text-decoration:none} .vbmenu_option a:visited,.vbmenu_option_avisited{color:#d6cb69;text-decoration:none} .vbmenu_option a:hover,.vbmenu_option a:active,.vbmenu_option_ahover{color:#FFF;text-decoration:none} .vbmenu_hilite{background:url(http://www.eashqi.com/vb/eashqi.com/o8.gif) repeat-x top left;color:#FFF;font:11px 'Droid Arabic Kufi';white-space:nowrap;cursor:pointer} .vbmenu_hilite a:link,.vbmenu_hilite_alink{color:#FFF;text-decoration:none} .vbmenu_hilite a:visited,.vbmenu_hilite_avisited{color:#FFF;text-decoration:none} .vbmenu_hilite a:hover,.vbmenu_hilite a:active,.vbmenu_hilite_ahover{color:#FFF;text-decoration:none} DEVELOPER BY: abo-karim /* _______________________________________________ */ @charset utf-8; /* CSS Document */ @font-face{font-family:'Droid Arabic Kufi';font-style:normal;font-weight:400;src:url(http://e7sas-des.com/vb/fonts/DroidKufi-Regular.eot);src:url(http://e7sas-des.com/vb/fonts/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"),url(http://e7sas-des.com/vb/fonts/DroidKufi-Regular.woff2) format("woff2"),url(http://e7sas-des.com/vb/fonts/DroidKufi-Regular.woff) format("woff"),url(http://e7sas-des.com/vb/fonts/DroidKufi-Regular.ttf) format("truetype")} @font-face{font-family:'Droid Arabic Kufi';font-style:normal;font-weight:700;src:url(http://e7sas-des.com/vb/fonts/DroidKufi-Bold.eot);src:url(http://e7sas-des.com/vb/fonts/DroidKufi-Bold.eot?#iefix) format("embedded-opentype"),url(http://e7sas-des.com/vb/fonts/DroidKufi-Bold.woff2) format("woff2"),url(http://e7sas-des.com/vb/fonts/DroidKufi-Bold.woff) format("woff"),url(http://e7sas-des.com/vb/fonts/DroidKufi-Bold.ttf) format("truetype")} .bigusername{font-size:14pt} td.thead,th.thead,div.thead{padding:4px} .pagenav a{text-decoration:none} .pagenav td{padding:2px 4px} .shade,a.shade:link,a.shade:visited{color:#777;text-decoration:none} a.shade:active,a.shade:hover{color:#F40;text-decoration:underline} .tcat .shade,.thead .shade,.tfoot .shade{color:#DDD} .fieldset{margin-bottom:6px} .fieldset,.fieldset td,.fieldset p,.fieldset li{font-size:11px} .infouser{font:normal 11px "MS Sans Serif" ,Tahoma;color:#000;background-color:#FFF;letter-spacing:0;vertical-align:middle;padding:1px 4px;border:1px dotted #6A581C;margin:0 0 2px} .avataruser img{border:1px dotted #6A581C;margin:10px auto 0;padding:5px} #tags{text-align:center;font-family:Arial,Tahoma,Verdana} #tags h1{font-size:16px;color:#000;font-weight:700} #tags h2{font-size:14px;color:#000;font-weight:700} .a1{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/T-H1.jpg);background-repeat:repeat-x;height:720px} .a2{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/H-H.gif);background-repeat:no-repeat;width:1800px;height:720px;float:right} .a3{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/T-H1.jpg);background-repeat:no-repeat;width:132px;height:720px;float:left} .f1{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/T-F2.jpg);background-repeat:repeat-x;height:700px;position:relative} .f2{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/T-F2.jpg);background-repeat:no-repeat;width:83px;height:700px;float:right} .f3{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/F-F.gif);background-repeat:no-repeat;width:1200px;height:900px;float:left} .l1{position:absolute;width:170px;height:145px;top:300px;left:550px} .t1{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/t-h.jpg);height:400px;background-repeat:repeat-x} .t2{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/h-1.gif);height:400px;width:1116px;background-repeat:no-repeat;float:right} .t3{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/h-2.jpg);height:400px;width:197px;background-repeat:no-repeat;float:left} .body-bg{color:#FFF;text-align:justify} .t4{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/z-2.jpg);background-repeat:repeat-y;background-position:left;padding-left:30px} .t5{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/z-1.jpg);background-repeat:repeat-y;background-position:right;padding-right:30px} .t6{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/t-f.jpg);height:269px;background-repeat:repeat-x} .t7{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/f-1.jpg);height:269px;width:1117px;background-repeat:no-repeat;float:right} .t8{background-image:url(http://www.eashqi.com/vb/eashqi.com/images/f-2.jpg);height:269px;width:230px;background-repeat:no-repeat;float:left} </style> <!-- / CSS Stylesheet --> <style> .alert_icons{padding:0;margin:0;list-style:none;width:220px;overflow:hidden;display:block;margin:auto;padding-top:3px} .alert_icons li{float:right;list-style:none;padding-right:15px} .notifications{position:relative;background-color:#F33;-moz-border-radius:7px;border-radius:7px;color:#fff;width:14px;height:14px;font-size:22px;text-align:center;line-height:14px;bottom:25px;right:17px;padding-right:1px;padding-left:1px} </style> <script> nereidFadeObjects = new Object(); nereidFadeTimers = new Object();
function nereidFade(object, destOp, rate, delta) { if (!document.all) return if (object != "[object]") { setTimeout("nereidFade(" + object + "," + destOp + "," + rate + "," + delta + ")", 0); return; } clearTimeout(nereidFadeTimers[object.sourceIndex]); diff = destOp - object.filters.alpha.opacity; direction = 1; if (object.filters.alpha.opacity > destOp) { direction = -1; } delta = Math.min(direction * diff, delta); object.filters.alpha.opacity += direction * delta; if (object.filters.alpha.opacity != destOp) { nereidFadeObjects[object.sourceIndex] = object; nereidFadeTimers[object.sourceIndex] = setTimeout("nereidFade(nereidFadeObjects[" + object.sourceIndex + "]," + destOp + "," + rate + "," + delta + ")", rate); } } </script> <style>.shakeimage{position:relative}</style> <script language="JavaScript1.2"> var rector = 3 var stopit = 0 var a = 1
function init(which) { stopit = 0 shake = which shake.style.left = 0 shake.style.top = 0 }
function rattleimage() { if ((!document.all && !document.getElementById) || stopit == 1) return if (a == 1) { shake.style.top = parseInt(shake.style.top) + rector } else if (a == 2) { shake.style.left = parseInt(shake.style.left) + rector } else if (a == 3) { shake.style.top = parseInt(shake.style.top) - rector } else { shake.style.left = parseInt(shake.style.left) - rector } if (a < 4) a++ else a = 1 setTimeout("rattleimage()", 50) }
function stoprattle(which) { stopit = 1 which.style.left = 0 which.style.top = 0 } </script> <script language="JavaScript1.2"> function flashit() { if (!document.all) return if (myexample.style.borderColor == "blue") myexample.style.borderColor = "red" else myexample.style.borderColor = "blue" } setInterval("flashit()", 200) </script> </head> <body> <div class="a1"> <object class="a2" data="http://e7sas-des.com/vb/e7sas-free1/images/e7s-free1.swf" style="width: 908px; height: 720px;" type="application/x-shockwave-flash"> <param name="wmode" value="transparent" /> <param name="movie" value="http://e7sas-des.com/vb/e7sas-free1/images/e7s-free1.swf" /> <param name="quality" value="High" /> </object> <div class="a3"></div> </div> <div align="center"> <div class="page" style="width:100%; text-align:right"> <div style="padding:0px 0px 0px 0px"> <!-- بداية كود انت غير مسجل --> <style type="text/css">#topbar{position:absolute;border: 1px solid black;padding: 4px;background-color: white;width: 240px;visibility: hidden;z-index: 0;}</style> <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> </p> <center> <div id="topbar" style="border:2px dashed #121212; position:absolute; left:414px; top:11px; width:416px ; background-color:#121212" align="center" > <a href="" onClick="closebar(); return false"><img src="https://i.servimg.com/u/f78/19/47/70/95/an11.gif" align="Right" border="0" /></a> <p align="center"> <img border="0" src="https://i.servimg.com/u/f78/19/47/70/95/t11.gif" width="350" height="250"> <p align="center"> <b><font face="Arial"><font color="#cdc060" style="font-size: 14pt">ننتظر تسجيلك</font><span style="font-size: 14pt"> </span> <a href="/register"> <font color="#007337" style="font-size: 14pt">هـنـا</font></a></font></b></div> </center> <!-- نهاية كود انت غير مسجل --><br /> <table width="55%" cellspacing="0" cellpadding="0" border="0" align="center" style="text-align: left"> <tbody> <tr> <td> <table class="tborder" width="100%" cellspacing="1" cellpadding="6" border="0" align="right"> <!-- بداية الكود--> </table> <table class="tborder" width="760" cellspacing="1" cellpadding="6" border="0" align="center"> <tbody> <tr> <td class="tcat" align="center"> { (إعلن معنا <span lang="ar-sa"> </span> ) ~</td> </tr> <!-- نهاية الكود--> <tr> <td class="alt1" align="right"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="189"><a target="_blank" href="index.html"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/s10.gif" width="166" height="60" hspace="0" align="right" /></a></td> <td width="171"><a target="_blank" href="index.html"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/s10.gif" width="166" height="60" align="right" hspace="0" /></a></td> <td><a target="_blank" href="index.html"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/k10.gif" width="457" height="60" /></a></td> </tr> <tr> <td width="189"><a target="_blank" href="/"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/s10.gif" width="166" height="60" hspace="0" align="right" /></a></td> <td width="171"><a target="_blank" href="index.html"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/s10.gif" width="166" height="60" align="right" hspace="0" /></a></td> <td><a target="_blank" href="index.html"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/k10.gif" width="456" height="60" /></a></td> </tr> </table> <table width="100%" cellspacing="1" border="0"> <tbody> <tr> <td> </td> <td width="75"> </td> <td width="162"><a target="_blank" href="http://www.huroofm.com/vb/"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/s10.gif" width="166" height="60" /></td> <td width="160"><a target="_blank" href="http://www.gram-r.com/vb"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/s10.gif" width="166" height="60" /></td> <td width="465"><a target="_blank" href="http://www.qmar-al7op.com/vb/index.php"><a target="_blank"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/k10.gif" width="468" height="60" /></a></td> <td width="33"> </td> </tr> <tr> <td> </td> <td width="75"> </td> <td width="162"><a target="_blank" href="http://7ssass.com/vb/"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/s10.gif" width="166" height="60" /></td> <td width="160"><a target="_blank" href="http://d2q2.com/vb/index.php"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/s10.gif" width="166" height="60" /></td> <td width="465"><a target="_blank" href="https://www.e7sas-des.com/vb/index.php"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/k10.gif" width="468" height="60" /></a></td> <td width="33"> </td> </tr> <table width="100%" cellspacing="1" border="0"> <tbody> <tr> <td> </td> <td width="75"> </td> <td width="150"><a target="_blank" href="http://www.g-3e6r.com/vb/"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/s10.gif" width="166" height="60"></td> <td width="160"><a target="_blank" href="http://ka3a.com/vb/index.php"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/s10.gif" width="166" height="60"></td> <td width="465"><a target="_blank" href="http://www.ehsaswrd.com/vb"><img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/k10.gif" width="468" height="60"></a></td> <td width="33"> </td> </tr> </tr> <table width="100%" cellspacing="1" border="0"> <tbody><tr> <td> </td> <td> <a target="_blank" href="http://www.e7sas-des.com/vb/forumdisplay.php?f=29"> <img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/kk10.gif" width="799" height="90"></a></td> <img border="0" src="https://i.servimg.com/u/f72/19/84/19/00/kk10.gif" width="799" height="90"></a></td> <td> </td> </tr>
</tbody></table> </td></tr></tbody></table> </td><td width="15" background="azb-e7sass2/misc/bakborleft.gif"> </td></tr></tbody></table> <br> <!-- نهاية البنرات--> <!--بداية فعاليات --> <table width="50%" cellpadding="0" cellspacing="0" border="0" align="center"> </td><td> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="right"> <tr><td class="thead" align="center"> <a href="sendmessage.php">..{ |[.. فعَاليَات المُنتدى .. ☆ ┗ }..}~</a> </td></tr> <tr><td class="alt1" align="right"> <MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=3 scrollDelay=20 direction=right> <table width="100%" cellpadding="0" cellspacing="0" border="0" align="right"><tr> <!-- بداية فعاليه محدد --> <td nowrap> <a target="_blank" href="الرابط هنا "> <img src="http://www.eashqi.com/vb/eashqi.com//pner/p-1.gif " border="0" alt=" "></a> <!-- نهاية فعاليه محدد --> <!-- بداية فعاليه محدد --> <td nowrap> <a target="_blank" href="الرابط هنا "> <img src="http://www.eashqi.com/vb/eashqi.com//pner/p-2.gif " border="0" alt=" "></a> <!-- نهاية فعاليه محدد --> <!-- بداية فعاليه محدد --> <td nowrap> <a target="_blank" href="الرابط هنا "> <img src="http://www.eashqi.com/vb/eashqi.com//pner/p-3.gif " border="0" alt=" "></a> <!-- نهاية فعاليه محدد --> <!-- بداية فعاليه محدد --> <td nowrap> <a target="_blank" href="الرابط هنا "> <img src="http://www.eashqi.com/vb/eashqi.com//pner/p-4.gif " border="0" alt=" "></a> <!-- نهاية فعاليه محدد --> <!-- بداية فعاليه محدد --> <td nowrap> <a target="_blank" href="الرابط هنا "> <img src="http://www.eashqi.com/vb/eashqi.com//pner/p-6.gif" border="0" alt=" "></a> <!-- نهاية فعاليه محدد -->
</tr></table></MARQUEE></td></tr></table> </td><td background="http://e7sas-des.com/vb/e7sas-free1/misc/bakborleft.gif" width="15"> </td></tr></table>
<!-- نهاية الفعاليات -->
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="95%" align="center">
<br>
<br> </td> </tr> </table> <br /> <div class="t1"> <div class="t2"></div> <div class="t3"></div> </div> <div class="body-bg"> <div class="t4"> <div class="t5">
<!-- breadcrumb, login, pm info --> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="95%" align="center"> <tr> <td class="alt1" width="95%"> <div class="navbar" style="font-size:10pt"><a href="index.html" accesskey="1"><img class="inlineimg" src="http://khvaya.com/vb/khvaya_2019.com/misc/navbits_start.gif" alt="" border="0" /></a> <strong>{L_INDEX}</strong></div> </td>
<td class="alt2" nowrap="nowrap" style="padding:0px"> <!-- BEGIN switch_user_logged_in --> {LOGGED_AS} <br />{CURRENT_TIME}<br />{LAST_VISIT_DATE} <!-- END switch_user_logged_in --> <!-- BEGIN switch_user_logged_out --> <form action="/login.forum?redirect=/" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)"> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=388"></script> <table cellpadding="0" cellspacing="3" border="0"> <tr> <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">اسم العضو</label></td> <td><input type="text" class="bginput" style="font-size: 11px" name="username" id="username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" /></td> <td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />حفظ البيانات؟</label></td> </tr> <tr> <td class="smallfont"><label for="navbar_password">كلمة المرور</label></td> <td><input type="password" class="bginput" style="font-size: 11px" name="password" id="password" size="10" tabindex="102" /></td> <td><input type="submit" name="login" class="button" value="تسجيل الدخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /></td> </tr> </table> <input type="hidden" name="s" value="" /> <input type="hidden" name="securitytoken" value="guest" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> <!-- END switch_user_logged_out --> </td>
</tr> </table> <!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar --> <div class="tborder" style="padding:1px; border-top-width:0px"> <table cellpadding="0" cellspacing="0" border="0" width="95%" align="center"> <tr align="center"> <!-- BEGIN switch_user_logged_out --> <td class="vbmenu_control"><a href="/register" rel="nofollow">التسجيل</a></td> <td class="vbmenu_control"><a rel="help" href="/faq" accesskey="5">التعليمـــات</a></td> <td class="vbmenu_control"><a href="/search?search_id=unanswered">موآضـــيع لم يتم آلرد عليهآ</a></td> <td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">مشاركات اليوم</a></td> <td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">محرك البحث</a> </td> <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in --> <td class="vbmenu_control"><a href="/">الرئيسية</a></td> <td class="vbmenu_control"><a href="/profile?mode=editprofile">لوحة التحكم</a></td> <td class="vbmenu_control"><a href="/memberlist" accesskey="5">الاعضاء</a></td> <td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">المشاركات الجديدة</a></td> <td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">محرك البحث</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td> <td class="vbmenu_control"><a href="{U_PRIVATEMSGS}" rel="nofollow">{PRIVATE_MESSAGE_INFO}</a><script type="text/javascript"> vbmenu_register("usercptools"); </script></td> <td class="vbmenu_control"><a rel="nofollow" href="{U_LOGIN_LOGOUT}" onclick="return log_out('هل أنت متأكد برغبتك في الخروج من المنتدى؟')">{L_LOGIN_LOGOUT}</a></td> <!-- END switch_user_logged_in --> </tr> </table> </div> <!-- / nav buttons bar -->
</div> </div> </div> <div class="t6"> <div class="t7"></div> <div class="t8"></div> </div>
<br /> <!-- BEGIN switch_user_logged_out --> <div class="t1"> <div class="t2"></div> <div class="t3"></div> </div>
<div class="body-bg"> <div class="t4"> <div class="t5">
<!-- guest welcome message --> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="95%" align="center"> <tr> <td class="tcat">أهلا وسهلا بك إلى {L_INDEX}.</td> </tr> <tr> <td class="alt1"> أهلا وسهلا بك زائرنا الكريم، إذا كانت هذه زيارتك الأولى للمنتدى، فيرجى التكرم بزيارة صفحة التعليمـــات،<a href="/faq"><strong> بالضغط هنا</strong></a>. كما يشرفنا أن تقوم <a href="/register" rel="nofollow"><strong>بالتسجيل بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه. </td> </tr> </table> <!-- / guest welcome message --> </div> </div> </div> <div class="t6"> <div class="t7"></div> <div class="t8"></div> </div> <br /> <!-- END switch_user_logged_out --> <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center"> <tr> <!-- BEGIN switch_ticker_new --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td align="left" class="row1"> <div id="fa_ticker_container"> <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;"> <!-- BEGIN ticker_row --> <li>{switch_ticker.ticker_row.ELEMENT}</li> <!-- END ticker_row --> </ul> </div> </td> </tr> </table> </div> <!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td align="left" class="row1"> <div id="fa_ticker_container"> <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;"> <div class="fa_ticker_content"> <!-- BEGIN ticker_row --> <div>{switch_ticker.ticker_row.ELEMENT}</div> <!-- END ticker_row --> </div> </div> </div> </td> </tr> </table> </div> <!-- END switch_ticker -->
<div id="page-body"> <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}> <table cellpadding="0" cellspacing="0" width="100%" class="three-col"> <tbody> <tr> <td valign="top" width="100%"> <div id="center"> <!-- BEGIN giefmod_index1 --> {giefmod_index1.MODVAR} <!-- BEGIN saut --> <div style="height:{SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index1 --> </div> </td></tr><tr> <td valign="top" width="100%"> <!-- BEGIN html_validation --> </td> </tr> </tbody> </table> </div> </div> </tr> </table> </body> </html> <!-- END html_validation --> <!-- كود تسريع المنتدى --> <!-- ?php $data = implode("", file("bigfile.php")); $gzdata = gzencode($data, 9); $fp = fopen("bigfile.php.gz", "w"); fwrite($fp, $gzdata); fclose($fp); ? --> <!-- ?php foreach (glob("*.php") as $filename) { echo "$filename size " . filesize($filename) . "\n"; } ? --> <!-- ?php ob_start( 'ob_gzhandler' ); ? --> <!-- ?php $compressed = gzdeflate('Compress me', 9); $uncompressed = gzinflate($compressed); echo $uncompressed; ? --> <!-- نهاية كود تسريع المنتدى --> <table style="background: rgb(14, 14, 14); width: 80%;" align="center" border="0" cellspacing="0" cellpadding="6" class="tborder"> <tbody> </tbody> <tr style=""> <td style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: bold; font-stretch: normal; font-size: 15px; line-height: normal; font-family: "Droid Arabic Kufi"; background: rgb(0, 0, 0); color: rgb(233, 182, 48); border-bottom-style: dashed; border-bottom-color: rgb(131, 15, 51);" align="center" class="alt1"> <marquee direction="right" scrolldelay="20" scrollamount="6"> <table style="width: 100%;" align="right" border="0" cellspacing="0" cellpadding="0"> <tbody> </tbody> <tr style=""> <td style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 9pt; line-height: normal; font-family: "Droid Arabic Kufi"; white-space: nowrap;"> <a style="color: rgb(233, 182, 48); text-decoration-line: none;" href="http://eashqi.com/vb/index.php" target="_blank"><img title=" " alt=" " border="0" src="http://www.eashqi.com/vb/eashqi.com/pner/p-7.gif" /></a> </td> <td style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 9pt; line-height: normal; font-family: "Droid Arabic Kufi"; white-space: nowrap;"> <a style="color: rgb(131, 15, 51); text-decoration-line: none;" href="http://eashqi.com/vb/index.php" target="_blank"><img title=" " alt=" " border="0" src="http://www.eashqi.com/vb/eashqi.com/pner/p-7.gif" /></a><br /><br /> </td> </tr><tbody></tbody> </table> </marquee> </td> </tr><tbody></tbody> </table> |