استخراج صورة من الكود

4 مشترك

اذهب الى الأسفل

تم الحل استخراج صورة من الكود

مُساهمة من طرف Gamal Mohammed الأحد 23 أكتوبر 2016 - 0:47

اريد من احد اسخراج الهيدر من هذا الكود 
هذا كود تومبيلات : overall_header

الكود:
<!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>
 <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
    {RICH_SNIPPET_GOOGLE}

 <!-- BEGIN switch_fb_login -->
 <script src="http://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="{JS_DIR}jquery/ticker/ticker.css" />
 <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
 <!-- END switch_ticker -->

 <!-- BEGIN switch_ticker_new -->
 <script src="{JS_DIR}jquery/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[
 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
 _gaq.push(['_trackPageview']);
 _gaq.push(['_trackPageLoadTime']);

 <!-- BEGIN google_analytics_code_bis -->
 _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
 _gaq.push(['b._trackPageview']);
 <!-- END google_analytics_code_bis -->

 (function() {
 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 })();
 //]]>
 </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="http://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="http://{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}

<!-- CSS Stylesheet -->

  <link rel="stylesheet" type="text/css" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.7 CSS
* Style: 'همس القلوب - تصميم النور اون لاين'; Style ID: 45
*/
body
{
    background: #fff;
    color: #586372;
    font-size: 14px;
    margin: 0px;
    padding: 0px;


}
a:link, body_alink
{
    color: #444;
}
a:visited, body_avisited
{
    color: #444;
}
a:hover, a:active, body_ahover
{
    color: #777;
}
td, th, p, li
{
    font: 13px newsans,'Droid Arabic Kufi's,tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
    background: #9C9C9C;
    color: #586372;
    border: 0px solid #fff;
}
.tcat
{
    background: #6a2d52;
    color: #fff;
    font: bold 15px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
    color: #fff;
    text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
    color: #fff;
    text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
    color: #d3d3d3;
    text-decoration: none;
}
.thead
{
    background: #87426c;
    color: #fff;
    font: normal 13px newsans,'Droid Arabic Kufi',tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    line-height:16px



}
.thead a:link, .thead_alink
{
    color: #fff;
}
.thead a:visited, .thead_avisited
{
    color: #fff;
}
.thead a:hover, .thead a:active, .thead_ahover
{
    color: #efefef;
}
.tfoot
{
    background: #ddd;
    color: #333;
}
.tfoot a:link, .tfoot_alink
{
    color: #333;
}
.tfoot a:visited, .tfoot_avisited
{
    color: #333;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
    color: #999;
}
.alt1, .alt1Active
{
    background: #FEFEFE;
    color: #393939;
        border-width: 1px;
        border-color: #fff #e0e0e0 #e0e0e0 #fff;

}
.alt2, .alt2Active
{
    background: #F8F8F8;
    color: #393939;
    border:solid 1px #fff;
        border-style: solid;
        border-width: 1px;
        border-color: #fff #e0e0e0 #e0e0e0 #fff;

}
.inlinemod
{
    background: #FFFFCC;
    color: #000000;
}
.wysiwyg
{
    background: #FEFEFE;
    color: #393939;
    font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    margin: 5px 10px 10px 10px;
    padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
    color: #393939;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
    color: #393939;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
    color: #393939;
}
textarea, .bginput
{
    background: #FEFEFE;
    color: #393939;
    font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border : 1px #c4c4c4 solid;
        padding :2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;


}
.bginput option, .bginput optgroup
{
    font-size: 13px;
    font-family: newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
    background: #333333;
    color: #fff;
    font: 14px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    border:0px;text-shadow:0px 1px 0px #000;
    cursor: pointer;

}
select
{
    background: #ebebeb;
    color: #333;
    font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    border : 0px;
    text-shadow: 0 1px 0 #f4f4f4;
    padding :4px;
    border-radius: 4px;

}
option, optgroup
{
    font-size: 13px;
    font-family: newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
    color: #616161;
    font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
    color: #999;
}
.navbar
{
    color: #444;
    font: bold 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.navbar a:link, .navbar_alink
{
    color: #444;
}
.navbar a:visited, .navbar_avisited
{
    color: #444;
}
.navbar a:hover, .navbar a:active, .navbar_ahover
{
    color: #c23863;
}
.highlight
{
    color: #FF0000;
    font-weight: bold;
}
.fjsel
{
    background: #F6F6F6;
    color: #444;
}
.fjdpth0
{
    background: #F1F1F1;
    color: #777;
}
.panel
{
    background: #F9F9F9;
    color: #767272;
    padding: 10px;
    border: solid 1px #C8C8C8;
}
.panelsurround
{
    background: #FDFDFD;
    color: #767272;
}
legend
{
    color: #444;
    font: 9pt newsans,'Droid Arabic Kufi',tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
    background: #343434;
    color: #fff;
    font: 12px newsans,'Droid Arabic Kufi',tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    padding: 3px 6px 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: #d3d3d;
    text-decoration: none;
}
.vbmenu_popup
{
    background: #FFFFFF;
    color: #c23863;
    border: 1px solid #666;
}
.vbmenu_option
{
    background: #F6F6F6;
    color: #5D6062;
    font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    white-space: nowrap;
    cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
    color: #5D6062;
    text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
    color: #5D6062;
    text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
    color: #9EA5A9;
    text-decoration: none;
}
.vbmenu_hilite
{
    background: #fff;
    color: #c23863;
    font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    white-space: nowrap;
    cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
    color: #c23863;
    text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
    color: #c23863;
    text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
    color: #c23863;
    text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
@font-face {
    font-family: "newsans";
    font-style: normal;
    font-weight: normal;
    src: url("http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/font/NeoSans-regular.ttf") format("truetype");
}

</style>


<!-- / CSS Stylesheet -->



<link href="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/theme.css" rel="stylesheet" type="text/css" />
<link href="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/css/animate.css" rel="stylesheet" type="text/css" />
<link href="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/css/w-screen.css" rel="alternate stylesheet" type="text/css" media="screen" title="wscreen" />
<script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/styleswitch.js"></script>
<script src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/jquery.min.js"></script>
<script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/jquery.bxslider.min.js"></script>
<script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/jquery.nicescroll.min.js"></script>
<script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/js.min.js"></script>
<body>
<div class="wrapp"><div id="topbar"><div class="cntr">
<!-- BEGIN switch_user_logged_in -->
<ul class="rightlnk">
  <li class="lnk_1"><a href="/forum"><u><!-- --></u><i><!-- --></i><span>الرئيسية</span></a></li>
<li class="lnk_2"><a href="#"><u><!-- --></u><i><!-- --></i><span>جديد المنتدى</span></a></li>
<li class="lnk_3"><a href="/contact"><u><!-- --></u><i><!-- --></i><span>اتصل بنا</span></a></li>

<li class="lnk_5_">
<a href="/login?logout=1" onclick="return log_out('هل أنت متأكد برغبتك في الخروج من المنتدى؟')"><u><!-- --></u><i><!-- --></i><span>تسجيل خروج</span></a>
</li>


</ul>
<!-- END switch_user_logged_in --><!-- BEGIN switch_user_logged_out -->
<ul class="rightlnk">
  <li class="lnk_1"><a href="/forum"><u><!-- --></u><i><!-- --></i><span>الرئيسية</span></a></li>
<li class="lnk_2"><a href="#"><u><!-- --></u><i><!-- --></i><span>جديد المنتدى</span></a></li>
<li class="lnk_3"><a href="/contact"><u><!-- --></u><i><!-- --></i><span>اتصل بنا</span></a></li>
  <li class="lnk_5"><a href="/register"><u><!-- --></u><i><!-- --></i><span>تسجيل جديد</span></a></li>
</ul>
<!-- END switch_user_logged_out -->
<ul class="social-butt">
<li><a href="#" title="تابعنا علي يوتيوب"></a></li>
<li class="ic02"><a href="#" title="Rss"></a></li>
<li class="ic03"><a href="#" title="تابعنا علي تويتر"></a></li>
<li><a href="#" title="تابعنا علي فيس بوك"></a></li>
</ul>

 <ul class="color-chng">
<li><a href="javascript:chooseStyle('wscreen', 60)" title="تمديد الصفحة"></a></li>
<li><a href="javascript:chooseStyle('default', 60)" title="توسيط الصفحة"></a></li>
</ul>
<span class="txt___">تحكم في عرض المنتدى</span>
<span class="clr"><!----></span>
    </div></div>
<div id="hdr_"><div class="cntr">

  <a href="/forum" class="hdr-logo" title="الصفحة الرئيسيه"></a>
<a href="#" class="hd-banner"><img src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/img/img_05.png" width="722" height="92" alt=""/></a>
    <span class="clr"><!----></span>
</div></div>
    <div class="login__box">
        <div class="cntr clfx">
            <div class="date" id="date"></div>
<script type="text/javascript">
function refrClock()
{
var d=new Date();
var s=d.getSeconds();
var m=d.getMinutes();
var h=d.getHours();
var day=d.getDay();
var date=d.getDate();
var month=d.getMonth();
var year=d.getFullYear();
var days=new Array("الاحد","الاثنين","الثلاثاء","الاربعاء","الخميس","الجمعة","السبت");
var months=new Array("يناير","فبراير","مارس","ابريل","ماي","يونيو","يوليو","اغسطس","سبتمبر","اكتوبر","نوفمبر","ديسمبر");
var am_pm;
if (s<10) {s="0" + s}
if (m<10) {m="0" + m}
if (h>12) {h-=12;am_pm = "مساءً."}
else {am_pm="صباحاً."}
if (h<10) {h="0" + h}
document.getElementById("date").innerHTML=days[day] + " " + date + " من " + months[month] + " " + year + " , الساعة الان " + h + ":" + m + ":" + s + " " + am_pm;
setTimeout("refrClock()",1000);
}
refrClock();
</script>
            <a href="#" class="srch-butt"></a>
<div id="srch-box">
<form action="/search" method="post" style="margin:0px;padding:0px">
    <input type="hidden" name="do" value="process" />
    <input type="hidden" name="quicksearch" value="1" />
    <input type="hidden" name="childforums" value="1" />
    <input type="hidden" name="exactname" value="1" />
    <input type="hidden" name="s" value="" />
    <input type="hidden" name="securitytoken" value="guest" />
    <input type="text" class="bginput_" name="search_keywords" tabindex="1001"  onblur="if(this.value=='')this.value='اكتب كلمات البحث هنا ..' " onfocus="if(this.value=='اكتب كلمات البحث هنا ..')this.value=''" value="اكتب كلمات البحث هنا .." />
    <input type="submit" class="button_" value="" tabindex="1004" title="إبحث" />
</form>
</div>
<!-- BEGIN switch_user_logged_in -->
<div style="color: #fff" align="center">
    <strong style="color: #fff">{LOGGED_AS}</strong><br />
    {CURRENT_TIME}
    <div> <strong style="color: #fff">{LAST_VISIT_DATE}</strong></div>
</div>
<!-- END switch_user_logged_in --><!-- BEGIN switch_user_logged_out -->
<div class="login-box clfx">
<form action="/login.forum?redirect=h1-page" method="post" name="form_login">
<input id="post" type="text" class="bginput" name="username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onblur="if(this.value=='')this.value='اسم العضو' " onfocus="if (this.value == 'اسم العضو') this.value = '';" />
<input id="post" type="password" class="bginput" name="password" id="navbar_password" size="10" tabindex="102" onblur="if(this.value=='')this.value='password ' " onfocus="if(this.value=='password ')this.value=''" value="password " />
<div class="chboxx">
<label>
<input name="autologin" type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />حفظ البيانات؟</label>
</div>
<input name="login" type="submit" class="button" value="دخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" />
<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>
</div>
<!-- END switch_user_logged_out -->

</div>
</div>
<div class="last10">
<div class="cntr clfx">
<b>آخر المواضيع</b>
<div class="last-in">
<ul class="last10-">
<li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
<li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
<li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
<li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
<li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
<li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
<li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
<li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
<li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
<li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
</ul>
       </div>
        </div>
    </div>

<div class="cntr wd_">


<!-- open content container -->

<div align="center">
    <div class="page" style="width:100%; text-align:right">
        <div style="padding:0px 0px 0px 0px" align="right">



<div id="NavBarAllPage">

<div class="BackToHome">
  <a href="/forum" accesskey="1">
<div class="fa fa-home"></div></a>
</div>
<div class="nav" id="NavTopLink">
<div class="LinkToHome">
<a href="{U_INDEX}" accesskey="1"> {L_INDEX} </a>

    <span class="navbar">> <a>{NAV_CAT_DESC}</a></span>

</div>
<div class="RePage">

<a href="{postrow.displayed.THANK_BGCOLOR}">
<div class="ReLast">

</div></a>

<div class="Lastelement">

{GENERATED_NAV_BAR}


</div>
</div>
</div>

</div>

</div>










    <!-- header quick search form -->
    <!-- / header quick search form -->
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
 <tr>
 <td class="bodyline">
 <table width="100%" cellspacing="0" cellpadding="0" border="0">
 <tr>
 <!-- BEGIN switch_logo_left -->
 <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
 <!-- END switch_logo_left -->
 <td align="center" width="100%" valign="middle">
 <!-- BEGIN switch_logo_center -->
 <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
 <br />
 <!-- END switch_logo_center -->

 <br />

 </td>
 <!-- BEGIN switch_logo_right -->
 <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
 <!-- END switch_logo_right -->
 </tr>
 </table>

 
 <div style="clear: both;"></div>

 <!-- 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>
 </td>
 </tr>
 </table>
</body>
</html>
<!-- END html_validation -->


عدل سابقا من قبل أبو جومانا في الأحد 23 أكتوبر 2016 - 2:24 عدل 1 مرات
Gamal Mohammed
Gamal Mohammed
 
 

ذكر
عدد المساهمات : 525
معدل النشاط : 5009
السُمعة : 7

http://yukajo.yoo7.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: استخراج صورة من الكود

مُساهمة من طرف YasirAyad الأحد 23 أكتوبر 2016 - 0:55

مرحباً بك عزيزي

اريد من احد اسخراج الهيدر من هذا الكود 


القالب هو هيدر لا يوجد شيئ ليس له علاقة بالهيدر يا عزيزي 
اطلب بالضبط ماذا تريد من الهيدر ليتم استخراجة ؟
YasirAyad
YasirAyad
 
 

ذكر
عدد المساهمات : 10113
معدل النشاط : 15253
السُمعة : 297

http://yasirayad.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: استخراج صورة من الكود

مُساهمة من طرف Gamal Mohammed الأحد 23 أكتوبر 2016 - 0:57

http://stars-anime.yoo7.com/
هذا رابط المنتدى
اريد استخراج الصورة الموجوده في الاعلى بأسم همس القلوب
اين اجدها ؟
Gamal Mohammed
Gamal Mohammed
 
 

ذكر
عدد المساهمات : 525
معدل النشاط : 5009
السُمعة : 7

http://yukajo.yoo7.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: استخراج صورة من الكود

مُساهمة من طرف Gamal Mohammed الأحد 23 أكتوبر 2016 - 1:40

ارجوا الرد لاني اريد تغييرها من فضلكم
Gamal Mohammed
Gamal Mohammed
 
 

ذكر
عدد المساهمات : 525
معدل النشاط : 5009
السُمعة : 7

http://yukajo.yoo7.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: استخراج صورة من الكود

مُساهمة من طرف Ahd allah الأحد 23 أكتوبر 2016 - 1:50

تفضل أخي
تمت ازالة الصورة
الكود:
<br /><br />    <!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>
    <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
        {RICH_SNIPPET_GOOGLE}

    <!-- BEGIN switch_fb_login -->
    <script src="http://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="{JS_DIR}jquery/ticker/ticker.css" />
    <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
    <!-- END switch_ticker -->

    <!-- BEGIN switch_ticker_new -->
    <script src="{JS_DIR}jquery/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[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);
    _gaq.push(['_trackPageLoadTime']);

    <!-- BEGIN google_analytics_code_bis -->
    _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
    _gaq.push(['b._trackPageview']);
    <!-- END google_analytics_code_bis -->

    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    //]]>
    </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="http://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="http://{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}

    <!-- CSS Stylesheet -->

      <link rel="stylesheet" type="text/css" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
    <style type="text/css" id="vbulletin_css">
    /**
    * vBulletin 3.8.7 CSS
    * Style: 'همس القلوب - تصميم النور اون لاين'; Style ID: 45
    */
    body
    {
        background: #fff;
        color: #586372;
        font-size: 14px;
        margin: 0px;
        padding: 0px;


    }
    a:link, body_alink
    {
        color: #444;
    }
    a:visited, body_avisited
    {
        color: #444;
    }
    a:hover, a:active, body_ahover
    {
        color: #777;
    }
    td, th, p, li
    {
        font: 13px newsans,'Droid Arabic Kufi's,tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .tborder
    {
        background: #9C9C9C;
        color: #586372;
        border: 0px solid #fff;
    }
    .tcat
    {
        background: #6a2d52;
        color: #fff;
        font: bold 15px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .tcat a:link, .tcat_alink
    {
        color: #fff;
        text-decoration: none;
    }
    .tcat a:visited, .tcat_avisited
    {
        color: #fff;
        text-decoration: none;
    }
    .tcat a:hover, .tcat a:active, .tcat_ahover
    {
        color: #d3d3d3;
        text-decoration: none;
    }
    .thead
    {
        background: #87426c;
        color: #fff;
        font: normal 13px newsans,'Droid Arabic Kufi',tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        line-height:16px



    }
    .thead a:link, .thead_alink
    {
        color: #fff;
    }
    .thead a:visited, .thead_avisited
    {
        color: #fff;
    }
    .thead a:hover, .thead a:active, .thead_ahover
    {
        color: #efefef;
    }
    .tfoot
    {
        background: #ddd;
        color: #333;
    }
    .tfoot a:link, .tfoot_alink
    {
        color: #333;
    }
    .tfoot a:visited, .tfoot_avisited
    {
        color: #333;
    }
    .tfoot a:hover, .tfoot a:active, .tfoot_ahover
    {
        color: #999;
    }
    .alt1, .alt1Active
    {
        background: #FEFEFE;
        color: #393939;
            border-width: 1px;
            border-color: #fff #e0e0e0 #e0e0e0 #fff;

    }
    .alt2, .alt2Active
    {
        background: #F8F8F8;
        color: #393939;
        border:solid 1px #fff;
            border-style: solid;
            border-width: 1px;
            border-color: #fff #e0e0e0 #e0e0e0 #fff;

    }
    .inlinemod
    {
        background: #FFFFCC;
        color: #000000;
    }
    .wysiwyg
    {
        background: #FEFEFE;
        color: #393939;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        margin: 5px 10px 10px 10px;
        padding: 0px;
    }
    .wysiwyg a:link, .wysiwyg_alink
    {
        color: #393939;
    }
    .wysiwyg a:visited, .wysiwyg_avisited
    {
        color: #393939;
    }
    .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
    {
        color: #393939;
    }
    textarea, .bginput
    {
        background: #FEFEFE;
        color: #393939;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
            border : 1px #c4c4c4 solid;
            padding :2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;


    }
    .bginput option, .bginput optgroup
    {
        font-size: 13px;
        font-family: newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .button
    {
        background: #333333;
        color: #fff;
        font: 14px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border:0px;text-shadow:0px 1px 0px #000;
        cursor: pointer;

    }
    select
    {
        background: #ebebeb;
        color: #333;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border : 0px;
        text-shadow: 0 1px 0 #f4f4f4;
        padding :4px;
        border-radius: 4px;

    }
    option, optgroup
    {
        font-size: 13px;
        font-family: newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .smallfont
    {
        color: #616161;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .time
    {
        color: #999;
    }
    .navbar
    {
        color: #444;
        font: bold 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .navbar a:link, .navbar_alink
    {
        color: #444;
    }
    .navbar a:visited, .navbar_avisited
    {
        color: #444;
    }
    .navbar a:hover, .navbar a:active, .navbar_ahover
    {
        color: #c23863;
    }
    .highlight
    {
        color: #FF0000;
        font-weight: bold;
    }
    .fjsel
    {
        background: #F6F6F6;
        color: #444;
    }
    .fjdpth0
    {
        background: #F1F1F1;
        color: #777;
    }
    .panel
    {
        background: #F9F9F9;
        color: #767272;
        padding: 10px;
        border: solid 1px #C8C8C8;
    }
    .panelsurround
    {
        background: #FDFDFD;
        color: #767272;
    }
    legend
    {
        color: #444;
        font: 9pt newsans,'Droid Arabic Kufi',tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .vbmenu_control
    {
        background: #343434;
        color: #fff;
        font: 12px newsans,'Droid Arabic Kufi',tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        padding: 3px 6px 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: #d3d3d;
        text-decoration: none;
    }
    .vbmenu_popup
    {
        background: #FFFFFF;
        color: #c23863;
        border: 1px solid #666;
    }
    .vbmenu_option
    {
        background: #F6F6F6;
        color: #5D6062;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        white-space: nowrap;
        cursor: pointer;
    }
    .vbmenu_option a:link, .vbmenu_option_alink
    {
        color: #5D6062;
        text-decoration: none;
    }
    .vbmenu_option a:visited, .vbmenu_option_avisited
    {
        color: #5D6062;
        text-decoration: none;
    }
    .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
    {
        color: #9EA5A9;
        text-decoration: none;
    }
    .vbmenu_hilite
    {
        background: #fff;
        color: #c23863;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        white-space: nowrap;
        cursor: pointer;
    }
    .vbmenu_hilite a:link, .vbmenu_hilite_alink
    {
        color: #c23863;
        text-decoration: none;
    }
    .vbmenu_hilite a:visited, .vbmenu_hilite_avisited
    {
        color: #c23863;
        text-decoration: none;
    }
    .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
    {
        color: #c23863;
        text-decoration: none;
    }
    /* ***** styling for 'big' usernames on postbit etc. ***** */
    .bigusername { font-size: 14pt; }

    /* ***** small padding on 'thead' elements ***** */
    td.thead, th.thead, div.thead { padding: 4px; }

    /* ***** basic styles for multi-page nav elements */
    .pagenav a { text-decoration: none; }
    .pagenav td { padding: 2px 4px 2px 4px; }

    /* ***** de-emphasized text */
    .shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
    a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
    .tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

    /* ***** define margin and font-size for elements inside panels ***** */
    .fieldset { margin-bottom: 6px; }
    .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
    @font-face {
        font-family: "newsans";
        font-style: normal;
        font-weight: normal;
        src: url("http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/font/NeoSans-regular.ttf") format("truetype");
    }

    </style>


    <!-- / CSS Stylesheet -->



    <link href="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/theme.css" rel="stylesheet" type="text/css" />
    <link href="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/css/animate.css" rel="stylesheet" type="text/css" />
    <link href="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/css/w-screen.css" rel="alternate stylesheet" type="text/css" media="screen" title="wscreen" />
    <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/styleswitch.js"></script>
    <script src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/jquery.min.js"></script>
    <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/jquery.bxslider.min.js"></script>
    <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/jquery.nicescroll.min.js"></script>
    <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/js.min.js"></script>
    <body>
    <div class="wrapp"><div id="topbar"><div class="cntr">
    <!-- BEGIN switch_user_logged_in -->
    <ul class="rightlnk">
      <li class="lnk_1"><a href="/forum"><u><!-- --></u><i><!-- --></i><span>الرئيسية</span></a></li>
    <li class="lnk_2"><a href="#"><u><!-- --></u><i><!-- --></i><span>جديد المنتدى</span></a></li>
    <li class="lnk_3"><a href="/contact"><u><!-- --></u><i><!-- --></i><span>اتصل بنا</span></a></li>

    <li class="lnk_5_">
    <a href="/login?logout=1" onclick="return log_out('هل أنت متأكد برغبتك في الخروج من المنتدى؟')"><u><!-- --></u><i><!-- --></i><span>تسجيل خروج</span></a>
    </li>


    </ul>
    <!-- END switch_user_logged_in --><!-- BEGIN switch_user_logged_out -->
    <ul class="rightlnk">
      <li class="lnk_1"><a href="/forum"><u><!-- --></u><i><!-- --></i><span>الرئيسية</span></a></li>
    <li class="lnk_2"><a href="#"><u><!-- --></u><i><!-- --></i><span>جديد المنتدى</span></a></li>
    <li class="lnk_3"><a href="/contact"><u><!-- --></u><i><!-- --></i><span>اتصل بنا</span></a></li>
      <li class="lnk_5"><a href="/register"><u><!-- --></u><i><!-- --></i><span>تسجيل جديد</span></a></li>
    </ul>
    <!-- END switch_user_logged_out -->
    <ul class="social-butt">
    <li><a href="#" title="تابعنا علي يوتيوب"></a></li>
    <li class="ic02"><a href="#" title="Rss"></a></li>
    <li class="ic03"><a href="#" title="تابعنا علي تويتر"></a></li>
    <li><a href="#" title="تابعنا علي فيس بوك"></a></li>
    </ul>

    <ul class="color-chng">
    <li><a href="javascript:chooseStyle('wscreen', 60)" title="تمديد الصفحة"></a></li>
    <li><a href="javascript:chooseStyle('default', 60)" title="توسيط الصفحة"></a></li>
    </ul>
    <span class="txt___">تحكم في عرض المنتدى</span>
    <span class="clr"><!----></span>
        </div></div>
    <div id="hdr_"><div class="cntr">

      ...</div></div>
        <div class="login__box">
            <div class="cntr clfx">
                <div class="date" id="date"></div>
    <script type="text/javascript">
    function refrClock()
    {
    var d=new Date();
    var s=d.getSeconds();
    var m=d.getMinutes();
    var h=d.getHours();
    var day=d.getDay();
    var date=d.getDate();
    var month=d.getMonth();
    var year=d.getFullYear();
    var days=new Array("الاحد","الاثنين","الثلاثاء","الاربعاء","الخميس","الجمعة","السبت");
    var months=new Array("يناير","فبراير","مارس","ابريل","ماي","يونيو","يوليو","اغسطس","سبتمبر","اكتوبر","نوفمبر","ديسمبر");
    var am_pm;
    if (s<10) {s="0" + s}
    if (m<10) {m="0" + m}
    if (h>12) {h-=12;am_pm = "مساءً."}
    else {am_pm="صباحاً."}
    if (h<10) {h="0" + h}
    document.getElementById("date").innerHTML=days[day] + " " + date + " من " + months[month] + " " + year + " , الساعة الان " + h + ":" + m + ":" + s + " " + am_pm;
    setTimeout("refrClock()",1000);
    }
    refrClock();
    </script>
                <a href="#" class="srch-butt"></a>
    <div id="srch-box">
    <form action="/search" method="post" style="margin:0px;padding:0px">
        <input type="hidden" name="do" value="process" />
        <input type="hidden" name="quicksearch" value="1" />
        <input type="hidden" name="childforums" value="1" />
        <input type="hidden" name="exactname" value="1" />
        <input type="hidden" name="s" value="" />
        <input type="hidden" name="securitytoken" value="guest" />
        <input type="text" class="bginput_" name="search_keywords" tabindex="1001"  onblur="if(this.value=='')this.value='اكتب كلمات البحث هنا ..' " onfocus="if(this.value=='اكتب كلمات البحث هنا ..')this.value=''" value="اكتب كلمات البحث هنا .." />
        <input type="submit" class="button_" value="" tabindex="1004" title="إبحث" />
    </form>
    </div>
    <!-- BEGIN switch_user_logged_in -->
    <div style="color: #fff" align="center">
        <strong style="color: #fff">{LOGGED_AS}</strong><br />
        {CURRENT_TIME}
        <div> <strong style="color: #fff">{LAST_VISIT_DATE}</strong></div>
    </div>
    <!-- END switch_user_logged_in --><!-- BEGIN switch_user_logged_out -->
    <div class="login-box clfx">
    <form action="/login.forum?redirect=h1-page" method="post" name="form_login">
    <input id="post" type="text" class="bginput" name="username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onblur="if(this.value=='')this.value='اسم العضو' " onfocus="if (this.value == 'اسم العضو') this.value = '';" />
    <input id="post" type="password" class="bginput" name="password" id="navbar_password" size="10" tabindex="102" onblur="if(this.value=='')this.value='password ' " onfocus="if(this.value=='password ')this.value=''" value="password " />
    <div class="chboxx">
    <label>
    <input name="autologin" type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />حفظ البيانات؟</label>
    </div>
    <input name="login" type="submit" class="button" value="دخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" />
    <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>
    </div>
    <!-- END switch_user_logged_out -->

    </div>
    </div>
    <div class="last10">
    <div class="cntr clfx">
    <b>آخر المواضيع</b>
    <div class="last-in">
    <ul class="last10-">
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    </ul>
          </div>
            </div>
        </div>

    <div class="cntr wd_">


    <!-- open content container -->

    <div align="center">
        <div class="page" style="width:100%; text-align:right">
            <div style="padding:0px 0px 0px 0px" align="right">



    <div id="NavBarAllPage">

    <div class="BackToHome">
      <a href="/forum" accesskey="1">
    <div class="fa fa-home"></div></a>
    </div>
    <div class="nav" id="NavTopLink">
    <div class="LinkToHome">
    <a href="{U_INDEX}" accesskey="1"> {L_INDEX} </a>

        <span class="navbar">&gt; <a>{NAV_CAT_DESC}</a></span>

    </div>
    <div class="RePage">

    <a href="{postrow.displayed.THANK_BGCOLOR}">
    <div class="ReLast">

    </div></a>

    <div class="Lastelement">

    {GENERATED_NAV_BAR}


    </div>
    </div>
    </div>

    </div>

    </div>










        <!-- header quick search form -->
        <!-- / header quick search form -->
    <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
    <tr>
    <td class="bodyline">
    <table width="100%" cellspacing="0" cellpadding="0" border="0">
    <tr>
    <!-- BEGIN switch_logo_left -->
    <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
    <!-- END switch_logo_left -->
    <td align="center" width="100%" valign="middle">
    <!-- BEGIN switch_logo_center -->
    <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
    <br />
    <!-- END switch_logo_center -->

    <br />

    </td>
    <!-- BEGIN switch_logo_right -->
    <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
    <!-- END switch_logo_right -->
    </tr>
    </table>

   
    <div style="clear: both;"></div>

    <!-- 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>
    </td>
    </tr>
    </table>
    </body>
    </html>
    <!-- END html_validation -->

Ahd allah
Ahd allah
 
 

ذكر
عدد المساهمات : 1635
معدل النشاط : 7567
السُمعة : 209

https://madany.ahlamontada.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: استخراج صورة من الكود

مُساهمة من طرف Gamal Mohammed الأحد 23 أكتوبر 2016 - 2:05

ahd allah كتب:
تفضل أخي
تمت ازالة الصورة
الكود:
<br /><br />    <!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>
     <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
        {RICH_SNIPPET_GOOGLE}

     <!-- BEGIN switch_fb_login -->
     <script src="http://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="{JS_DIR}jquery/ticker/ticker.css" />
     <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
     <!-- END switch_ticker -->

     <!-- BEGIN switch_ticker_new -->
     <script src="{JS_DIR}jquery/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[
     var _gaq = _gaq || [];
     _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
     _gaq.push(['_trackPageview']);
     _gaq.push(['_trackPageLoadTime']);

     <!-- BEGIN google_analytics_code_bis -->
     _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
     _gaq.push(['b._trackPageview']);
     <!-- END google_analytics_code_bis -->

     (function() {
     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
     })();
     //]]>
     </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="http://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="http://{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}

    <!-- CSS Stylesheet -->

      <link rel="stylesheet" type="text/css" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
    <style type="text/css" id="vbulletin_css">
    /**
    * vBulletin 3.8.7 CSS
    * Style: 'همس القلوب - تصميم النور اون لاين'; Style ID: 45
    */
    body
    {
        background: #fff;
        color: #586372;
        font-size: 14px;
        margin: 0px;
        padding: 0px;


    }
    a:link, body_alink
    {
        color: #444;
    }
    a:visited, body_avisited
    {
        color: #444;
    }
    a:hover, a:active, body_ahover
    {
        color: #777;
    }
    td, th, p, li
    {
        font: 13px newsans,'Droid Arabic Kufi's,tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .tborder
    {
        background: #9C9C9C;
        color: #586372;
        border: 0px solid #fff;
    }
    .tcat
    {
        background: #6a2d52;
        color: #fff;
        font: bold 15px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .tcat a:link, .tcat_alink
    {
        color: #fff;
        text-decoration: none;
    }
    .tcat a:visited, .tcat_avisited
    {
        color: #fff;
        text-decoration: none;
    }
    .tcat a:hover, .tcat a:active, .tcat_ahover
    {
        color: #d3d3d3;
        text-decoration: none;
    }
    .thead
    {
        background: #87426c;
        color: #fff;
        font: normal 13px newsans,'Droid Arabic Kufi',tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        line-height:16px



    }
    .thead a:link, .thead_alink
    {
        color: #fff;
    }
    .thead a:visited, .thead_avisited
    {
        color: #fff;
    }
    .thead a:hover, .thead a:active, .thead_ahover
    {
        color: #efefef;
    }
    .tfoot
    {
        background: #ddd;
        color: #333;
    }
    .tfoot a:link, .tfoot_alink
    {
        color: #333;
    }
    .tfoot a:visited, .tfoot_avisited
    {
        color: #333;
    }
    .tfoot a:hover, .tfoot a:active, .tfoot_ahover
    {
        color: #999;
    }
    .alt1, .alt1Active
    {
        background: #FEFEFE;
        color: #393939;
            border-width: 1px;
            border-color: #fff #e0e0e0 #e0e0e0 #fff;

    }
    .alt2, .alt2Active
    {
        background: #F8F8F8;
        color: #393939;
        border:solid 1px #fff;
            border-style: solid;
            border-width: 1px;
            border-color: #fff #e0e0e0 #e0e0e0 #fff;

    }
    .inlinemod
    {
        background: #FFFFCC;
        color: #000000;
    }
    .wysiwyg
    {
        background: #FEFEFE;
        color: #393939;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        margin: 5px 10px 10px 10px;
        padding: 0px;
    }
    .wysiwyg a:link, .wysiwyg_alink
    {
        color: #393939;
    }
    .wysiwyg a:visited, .wysiwyg_avisited
    {
        color: #393939;
    }
    .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
    {
        color: #393939;
    }
    textarea, .bginput
    {
        background: #FEFEFE;
        color: #393939;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
            border : 1px #c4c4c4 solid;
            padding :2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;


    }
    .bginput option, .bginput optgroup
    {
        font-size: 13px;
        font-family: newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .button
    {
        background: #333333;
        color: #fff;
        font: 14px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border:0px;text-shadow:0px 1px 0px #000;
        cursor: pointer;

    }
    select
    {
        background: #ebebeb;
        color: #333;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border : 0px;
        text-shadow: 0 1px 0 #f4f4f4;
        padding :4px;
        border-radius: 4px;

    }
    option, optgroup
    {
        font-size: 13px;
        font-family: newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .smallfont
    {
        color: #616161;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .time
    {
        color: #999;
    }
    .navbar
    {
        color: #444;
        font: bold 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .navbar a:link, .navbar_alink
    {
        color: #444;
    }
    .navbar a:visited, .navbar_avisited
    {
        color: #444;
    }
    .navbar a:hover, .navbar a:active, .navbar_ahover
    {
        color: #c23863;
    }
    .highlight
    {
        color: #FF0000;
        font-weight: bold;
    }
    .fjsel
    {
        background: #F6F6F6;
        color: #444;
    }
    .fjdpth0
    {
        background: #F1F1F1;
        color: #777;
    }
    .panel
    {
        background: #F9F9F9;
        color: #767272;
        padding: 10px;
        border: solid 1px #C8C8C8;
    }
    .panelsurround
    {
        background: #FDFDFD;
        color: #767272;
    }
    legend
    {
        color: #444;
        font: 9pt newsans,'Droid Arabic Kufi',tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .vbmenu_control
    {
        background: #343434;
        color: #fff;
        font: 12px newsans,'Droid Arabic Kufi',tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        padding: 3px 6px 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: #d3d3d;
        text-decoration: none;
    }
    .vbmenu_popup
    {
        background: #FFFFFF;
        color: #c23863;
        border: 1px solid #666;
    }
    .vbmenu_option
    {
        background: #F6F6F6;
        color: #5D6062;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        white-space: nowrap;
        cursor: pointer;
    }
    .vbmenu_option a:link, .vbmenu_option_alink
    {
        color: #5D6062;
        text-decoration: none;
    }
    .vbmenu_option a:visited, .vbmenu_option_avisited
    {
        color: #5D6062;
        text-decoration: none;
    }
    .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
    {
        color: #9EA5A9;
        text-decoration: none;
    }
    .vbmenu_hilite
    {
        background: #fff;
        color: #c23863;
        font: 13px newsans,'Droid Arabic Kufi',tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        white-space: nowrap;
        cursor: pointer;
    }
    .vbmenu_hilite a:link, .vbmenu_hilite_alink
    {
        color: #c23863;
        text-decoration: none;
    }
    .vbmenu_hilite a:visited, .vbmenu_hilite_avisited
    {
        color: #c23863;
        text-decoration: none;
    }
    .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
    {
        color: #c23863;
        text-decoration: none;
    }
    /* ***** styling for 'big' usernames on postbit etc. ***** */
    .bigusername { font-size: 14pt; }

    /* ***** small padding on 'thead' elements ***** */
    td.thead, th.thead, div.thead { padding: 4px; }

    /* ***** basic styles for multi-page nav elements */
    .pagenav a { text-decoration: none; }
    .pagenav td { padding: 2px 4px 2px 4px; }

    /* ***** de-emphasized text */
    .shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
    a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
    .tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

    /* ***** define margin and font-size for elements inside panels ***** */
    .fieldset { margin-bottom: 6px; }
    .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
    @font-face {
        font-family: "newsans";
        font-style: normal;
        font-weight: normal;
        src: url("http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/font/NeoSans-regular.ttf") format("truetype");
    }

    </style>


    <!-- / CSS Stylesheet -->



    <link href="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/theme.css" rel="stylesheet" type="text/css" />
    <link href="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/css/animate.css" rel="stylesheet" type="text/css" />
    <link href="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/css/w-screen.css" rel="alternate stylesheet" type="text/css" media="screen" title="wscreen" />
    <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/styleswitch.js"></script>
    <script src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/jquery.min.js"></script>
    <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/jquery.bxslider.min.js"></script>
    <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/jquery.nicescroll.min.js"></script>
    <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/js/js.min.js"></script>
    <body>
    <div class="wrapp"><div id="topbar"><div class="cntr">
    <!-- BEGIN switch_user_logged_in -->
    <ul class="rightlnk">
      <li class="lnk_1"><a href="/forum"><u><!-- --></u><i><!-- --></i><span>الرئيسية</span></a></li>
    <li class="lnk_2"><a href="#"><u><!-- --></u><i><!-- --></i><span>جديد المنتدى</span></a></li>
    <li class="lnk_3"><a href="/contact"><u><!-- --></u><i><!-- --></i><span>اتصل بنا</span></a></li>

    <li class="lnk_5_">
    <a href="/login?logout=1" onclick="return log_out('هل أنت متأكد برغبتك في الخروج من المنتدى؟')"><u><!-- --></u><i><!-- --></i><span>تسجيل خروج</span></a>
    </li>


    </ul>
    <!-- END switch_user_logged_in --><!-- BEGIN switch_user_logged_out -->
    <ul class="rightlnk">
      <li class="lnk_1"><a href="/forum"><u><!-- --></u><i><!-- --></i><span>الرئيسية</span></a></li>
    <li class="lnk_2"><a href="#"><u><!-- --></u><i><!-- --></i><span>جديد المنتدى</span></a></li>
    <li class="lnk_3"><a href="/contact"><u><!-- --></u><i><!-- --></i><span>اتصل بنا</span></a></li>
      <li class="lnk_5"><a href="/register"><u><!-- --></u><i><!-- --></i><span>تسجيل جديد</span></a></li>
    </ul>
    <!-- END switch_user_logged_out -->
    <ul class="social-butt">
    <li><a href="#" title="تابعنا علي يوتيوب"></a></li>
    <li class="ic02"><a href="#" title="Rss"></a></li>
    <li class="ic03"><a href="#" title="تابعنا علي تويتر"></a></li>
    <li><a href="#" title="تابعنا علي فيس بوك"></a></li>
    </ul>

     <ul class="color-chng">
    <li><a href="javascript:chooseStyle('wscreen', 60)" title="تمديد الصفحة"></a></li>
    <li><a href="javascript:chooseStyle('default', 60)" title="توسيط الصفحة"></a></li>
    </ul>
    <span class="txt___">تحكم في عرض المنتدى</span>
    <span class="clr"><!----></span>
        </div></div>
    <div id="hdr_"><div class="cntr">

       ...</div></div>
        <div class="login__box">
            <div class="cntr clfx">
                <div class="date" id="date"></div>
    <script type="text/javascript">
    function refrClock()
    {
    var d=new Date();
    var s=d.getSeconds();
    var m=d.getMinutes();
    var h=d.getHours();
    var day=d.getDay();
    var date=d.getDate();
    var month=d.getMonth();
    var year=d.getFullYear();
    var days=new Array("الاحد","الاثنين","الثلاثاء","الاربعاء","الخميس","الجمعة","السبت");
    var months=new Array("يناير","فبراير","مارس","ابريل","ماي","يونيو","يوليو","اغسطس","سبتمبر","اكتوبر","نوفمبر","ديسمبر");
    var am_pm;
    if (s<10) {s="0" + s}
    if (m<10) {m="0" + m}
    if (h>12) {h-=12;am_pm = "مساءً."}
    else {am_pm="صباحاً."}
    if (h<10) {h="0" + h}
    document.getElementById("date").innerHTML=days[day] + " " + date + " من " + months[month] + " " + year + " , الساعة الان " + h + ":" + m + ":" + s + " " + am_pm;
    setTimeout("refrClock()",1000);
    }
    refrClock();
    </script>
                <a href="#" class="srch-butt"></a>
    <div id="srch-box">
    <form action="/search" method="post" style="margin:0px;padding:0px">
        <input type="hidden" name="do" value="process" />
        <input type="hidden" name="quicksearch" value="1" />
        <input type="hidden" name="childforums" value="1" />
        <input type="hidden" name="exactname" value="1" />
        <input type="hidden" name="s" value="" />
        <input type="hidden" name="securitytoken" value="guest" />
        <input type="text" class="bginput_" name="search_keywords" tabindex="1001"  onblur="if(this.value=='')this.value='اكتب كلمات البحث هنا ..' " onfocus="if(this.value=='اكتب كلمات البحث هنا ..')this.value=''" value="اكتب كلمات البحث هنا .." />
        <input type="submit" class="button_" value="" tabindex="1004" title="إبحث" />
    </form>
    </div>
    <!-- BEGIN switch_user_logged_in -->
    <div style="color: #fff" align="center">
        <strong style="color: #fff">{LOGGED_AS}</strong><br />
        {CURRENT_TIME}
        <div> <strong style="color: #fff">{LAST_VISIT_DATE}</strong></div>
    </div>
    <!-- END switch_user_logged_in --><!-- BEGIN switch_user_logged_out -->
    <div class="login-box clfx">
    <form action="/login.forum?redirect=h1-page" method="post" name="form_login">
    <input id="post" type="text" class="bginput" name="username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onblur="if(this.value=='')this.value='اسم العضو' " onfocus="if (this.value == 'اسم العضو') this.value = '';" />
    <input id="post" type="password" class="bginput" name="password" id="navbar_password" size="10" tabindex="102" onblur="if(this.value=='')this.value='password ' " onfocus="if(this.value=='password ')this.value=''" value="password " />
    <div class="chboxx">
    <label>
    <input name="autologin" type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />حفظ البيانات؟</label>
    </div>
    <input name="login" type="submit" class="button" value="دخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" />
    <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>
    </div>
    <!-- END switch_user_logged_out -->

    </div>
    </div>
    <div class="last10">
    <div class="cntr clfx">
    <b>آخر المواضيع</b>
    <div class="last-in">
    <ul class="last10-">
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    <li><p>هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من مولد النص </p></li>
    </ul>
           </div>
            </div>
        </div>

    <div class="cntr wd_">


    <!-- open content container -->

    <div align="center">
        <div class="page" style="width:100%; text-align:right">
            <div style="padding:0px 0px 0px 0px" align="right">



    <div id="NavBarAllPage">

    <div class="BackToHome">
      <a href="/forum" accesskey="1">
    <div class="fa fa-home"></div></a>
    </div>
    <div class="nav" id="NavTopLink">
    <div class="LinkToHome">
    <a href="{U_INDEX}" accesskey="1"> {L_INDEX} </a>

        <span class="navbar">> <a>{NAV_CAT_DESC}</a></span>

    </div>
    <div class="RePage">

    <a href="{postrow.displayed.THANK_BGCOLOR}">
    <div class="ReLast">

    </div></a>

    <div class="Lastelement">

    {GENERATED_NAV_BAR}


    </div>
    </div>
    </div>

    </div>

    </div>










        <!-- header quick search form -->
        <!-- / header quick search form -->
    <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
     <tr>
     <td class="bodyline">
     <table width="100%" cellspacing="0" cellpadding="0" border="0">
     <tr>
     <!-- BEGIN switch_logo_left -->
     <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
     <!-- END switch_logo_left -->
     <td align="center" width="100%" valign="middle">
     <!-- BEGIN switch_logo_center -->
     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
     <br />
     <!-- END switch_logo_center -->

     <br />

     </td>
     <!-- BEGIN switch_logo_right -->
     <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
     <!-- END switch_logo_right -->
     </tr>
     </table>

    
     <div style="clear: both;"></div>

     <!-- 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>
     </td>
     </tr>
     </table>
    </body>
    </html>
    <!-- END html_validation -->

يا اخي ما انا عاوز اعرف هي فين علشان اغيرها بصورة اخرى
Gamal Mohammed
Gamal Mohammed
 
 

ذكر
عدد المساهمات : 525
معدل النشاط : 5009
السُمعة : 7

http://yukajo.yoo7.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: استخراج صورة من الكود

مُساهمة من طرف Gamal Mohammed الأحد 23 أكتوبر 2016 - 2:15

استاذ
@ahd allah
ياريت تديني رابط الصورة الي شلتها
او تديني المكان الي كان فيه الصورة علشان احط صورة غيرها
الرابط يكون نفس الرابط الي كان محطوط في الاكواد
وشكرا لك
Gamal Mohammed
Gamal Mohammed
 
 

ذكر
عدد المساهمات : 525
معدل النشاط : 5009
السُمعة : 7

http://yukajo.yoo7.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: استخراج صورة من الكود

مُساهمة من طرف msrooor22 الأحد 23 أكتوبر 2016 - 2:17

السلام عليكم
استخراج صورة من الكود Logo

ابحث في الهيدر عن هذا الرابط
وستبدلة برابط الصورة التي تريد مع مراعات مقاسات الصورة
تحياتي لك
الكود:
http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/img/logo.png
msrooor22
msrooor22
 
 

ذكر
عدد المساهمات : 109
معدل النشاط : 5571
السُمعة : 12

http://msrooor.yoo7.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: استخراج صورة من الكود

مُساهمة من طرف Gamal Mohammed الأحد 23 أكتوبر 2016 - 2:23

msrooor22 كتب:السلام عليكم
استخراج صورة من الكود Logo

ابحث في الهيدر عن هذا الرابط
وستبدلة برابط الصورة التي تريد مع مراعات مقاسات الصورة
تحياتي لك
الكود:
http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/img/logo.png
شكرا لك
الف شكر 
يغلق
Gamal Mohammed
Gamal Mohammed
 
 

ذكر
عدد المساهمات : 525
معدل النشاط : 5009
السُمعة : 7

http://yukajo.yoo7.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تم الحل رد: استخراج صورة من الكود

مُساهمة من طرف Ahd allah الأحد 23 أكتوبر 2016 - 2:45

يا اخي العزيز
الصورة موجودة علي هيئتان
الاولي هذا الرابط
http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/img/logo.png
ومدمجة داخل هذا الكود ايضا
"hdr-logo"
فاذا حذفت الرابط ستظهر مرة اخري بهذا الكود فيجب حذفهما معا
ووضع رابط الصورة الجديدة مكان رابط القديمة
وهذا مكانها في القالب
الكود:
  <a href="/forum" class="hdr-logo" title="الصفحة الرئيسيه"></a>
    <a href="#" class="hd-banner"><img src="http://www.elnooronline.com/vbskaka/forum/elnooronline_hams/img/img_05.png" width="722" height="92" alt=""/></a>
        <span class="clr"><!----></span> 

  

Ahd allah
Ahd allah
 
 

ذكر
عدد المساهمات : 1635
معدل النشاط : 7567
السُمعة : 209

https://madany.ahlamontada.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى