ممكن المساعدة من الخبراء

+2
الادارة كريم
م ص س
6 مشترك

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

ممكن المساعدة من الخبراء Empty ممكن المساعدة من الخبراء

مُساهمة من طرف م ص س الأربعاء 16 أكتوبر 2013 - 9:04

ممكن المساعدة من الخبراء

السلام عليكم
وكل عام وانتم بالف الف خير وعيد سعيد
انا عندي ستايل منتدى وعند تركيب هذا الستايل وجهة مشكله الموضح في الصورة الاتيه
ممكن المساعدة من الخبراء 923475617


http://www6.0zz0.com/2013/10/16/06/923475617.jpg

ارجو المساعدة

هذا هو قالب الهيدر

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="rtl" lang="Ar">
<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>

<!-- 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="{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');
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}');
report.focus();
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {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;
}
.Style1 {}
.Style4 {color: #FFFFFF}
</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']);

(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="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.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">
<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 -->
<script type="text/javascript" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/js/jcarousel.js"></script>
<script type="text/javascript" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/js/tarek.js"></script>
<link href="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/style.css" rel="stylesheet" type="text/css" />


<!-- / CSS Stylesheet -->

<script type="text/javascript" src="clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script>
<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=387"></script>
<script type="text/javascript">
<!--
var SESSIONURL = &amp;quot;&amp;quot;;
var SECURITYTOKEN = &amp;quot;guest&amp;quot;;
var IMGDIR_MISC = &amp;quot;shbkat-ghnawi-2012/misc&amp;quot;;
var vb_disable_ajax = parseInt(&amp;quot;0&amp;quot;, 10);
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=387"></script>




<title>منتديات وتر الحب</title>

</head>
<body>
<div id="wrapper">
<div id="container">
<div id="header">
<div class="headerTop">
<div class="headerTopR">
<ul>
<li><a href="http://ghnawi.com">الرئيسية</a></li>
<li><a href="http://www.ghnawi.com/vb">منتديات غناوي</a></li>

<li><a href="http://ghnawi.com/dir">دليل مواقع</a></li>
<li><a href="http://www.ghnawi.com/up">مركز تحميل</a></li>
<li><a href="http://ghnawi.com/game">العاب</a></li>
<li><a href="http://ghnawi.com/contact.html">اعلن معنا</a></li>
<li><a href="http://ghnawi.com/contact.html">اتصل بنا</a></li>
</ul>

</div>
<div class="social">
<ul>
<li><a href="#" target="_blank" class="facebook"></a></li>
<li><a href="#" target="_blank" class="twitter"></a></li>
<li><a href="#" target="_blank" class="youtube"></a></li>
<li><a href="#" target="_blank" class="rss"></a></li>
</ul>
</div>

<a href="#" class="chatLinks">شات غناوي</a> </div>
<div class="headerCenter">
<div class="logo"><a href="#" title="العودة الي الرئيسية .."></a></div>
<div class="adv">
<div class="adv1"><a href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/adv.png" /></a></div>
<div class="adv1"><a href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/adv.png" /></a></div>
</div>
</div>

<div class="menu">
<div class="menuR"></div>
<div class="menuC">
<ul>
<li><a target="_blank" href="http://www.ghnawi.com" class="select">الرئيسية</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb">منتديات غناوي</a></li>
<li><a target="_blank" href="http://ghnawi.com/dir">دليل مواقع</a></li>

<li><a target="_blank" href="http://www.ghnawi.com/up">مركز تحميل</a></li>
<li><a target="_blank" href="http://ghnawi.com/game">العاب</a></li>
<li><a target="_blank" href="http://ghnawi.com/contact.html">اعلن معنا</a></li>
<li><a target="_blank" href="http://ghnawi.com/contact.html">اتصل بنا</a></li>
</ul>
</div>
<div class="search">

<form action="/vb/search.php?do=process" method="post">
<input name="do" type="hidden" value="process" />
<input name="quicksearch" type="hidden" value="1" />
<input name="childforums" type="hidden" value="1" />
<input name="exactname" type="hidden" value="1" />
<input name="s" type="hidden" value="" />
<input name="securitytoken" type="hidden" value="guest" />
<input class="Box" name="query" onblur="if(this.value=='')this.value='ضع كلمة البحث هنا ..' " onfocus="if(this.value=='ضع كلمة البحث هنا ..')this.value=''" size="25" tabindex="1001" type="text" value="ضع كلمة البحث هنا .." />
<input id="rb_nb_sp1" name="showposts" tabindex="1003" type="hidden" value="1" />

<input class="Go" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/spacer.gif" type="image" />
</form>
</div>
</div>
<div class="slider">
<div class="sliderContent">
<div class="argentRight2">
<script type="text/javascript">
jQuery(function() {
jQuery(".mygalleryh2").jCarouselLite({
btnNext: ".Next",
btnPrev: ".Back",
visible: 6,
speed: 400,
auto: 5000
});
});
</script>
<div id="slideshowh2">

<div class="mygalleryh2">
<ul>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>

</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>

<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
</ul>

</div>
<a href="#" class="Next"></a><a href="#" class="Back"></a> </div>
</div>
</div>
</div>
<div class="shadow"></div>
</div>
<div class="myPage">

<!-- open content container -->













<table width="100%" border="0">
<tr>
<td align="center">
<!-- 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 {CLASS_TABLE_TYPE} 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 --></td>
</tr>
</table>




<table width="101%">

<tr>
<td width="100"> </td>
<td width="804"><div id="div">
<div id="div2"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="100%"><div id="div3">
<!-- BEGIN giefmod_index1 -->

{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div></td>
</tr>
</tbody>
</table>

</div>
</div></td>
<td width="109"> </td>
</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 {CLASS_TABLE_TYPE} 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 -->

<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 -->
<!-- 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>
<!-- END html_validation -->








<!-- BEGIN switch_user_logged_in -->
<br />
<!-- Start Cat -->
<div class="Cat">
<!-- Start Cat Top -->
<div class="CatTop">
<div class="CatTop_Right">
<h1>انت الان تتصفح منتديات وتر الحب</h1>

</div>
<div class="CatTop_Left">
</div>
</div>
<!-- Start Cat Center -->
<div class="CatCenter_Right">
<div class="CatCenter_Left">
<!-- Start Cat Body -->
<div class="CatBody">


<table class="tborder" style="-moz-border-radius:8px;-webkit-border-radius:8px;" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td><a href="/" onclick="history.back(1); return false;"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_start.gif" alt="العودة" width="20" height="20" border="0" /></a></td>
<td> </td>
<td width="100%"><strong><strong><span style="font-family: Arial;"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></strong></strong></td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="/"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_finallink_rtl.gif" alt="تحديث الصفحة" width="40" height="18" border="0" class="inlineimg" /></a> <strong><strong><font size="2"><span style="font-family: Arial;">{SITENAME_TITLE}{PAGE_TITLE} </span></font><font style="font-family: Arial;" size="2"> <span class="gen">{GENERATED_NAV_BAR}</span></font></strong></strong></td>
</tr>
</table></td>
<td class="alt2" nowrap="nowrap" style="padding:0px">
{SITE_DESCRIPTION}</td>
</tr>
</table></td>

</tr>
</table>

<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a id="navbar_search2" href="search" accesskey="4" rel="nofollow">البحث</a></td>
<td class="vbmenu_control"><a rel="help" href="/search?search_id=egosearch" accesskey="5">مشاركاتي</a></td>
<td class="vbmenu_control"><a rel="help" href="/search?search_id=unanswered" accesskey="5">مشاركات لم يرد عليها </a></td>
<td class="vbmenu_control"><a href="/search.forum?search_id=newposts">المشاركات منذ آخر زيارة لي </a></td>
<td class="vbmenu_control"><a href="/search?search_id=activetopics" accesskey="2">مشاركات اليوم </a></td>
<td class="vbmenu_control"><a href="/privmsg?folder=inbox" accesskey="2">رسـائلي</a></td>
<td class="vbmenu_control"><a href="/login?logout=1" accesskey="2">خروج</a></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="CatBottom">
<div class="CatBottom_Right">
</div>
<div class="CatBottom_Left">



</div>
</div>
<!-- END switch_user_logged_in -->
<!--login-->

<!--login-->
<!-- BEGIN switch_user_logged_out -->
<br />
<!-- Start Cat -->
<div class="Cat">
<!-- Start Cat Top -->
<div class="CatTop">
<div class="CatTop_Right">
<h1> انت الآن تتصفح منتديات وتر الحب</h1>

</div>
<div class="CatTop_Left">
</div>
</div>
<!-- Start Cat Center -->
<div class="CatCenter_Right">
<div class="CatCenter_Left">
<!-- Start Cat Body -->
<div class="CatBody">

<table class="tborder" style="-moz-border-radius:8px;-webkit-border-radius:8px;" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td><a href="/" onclick="history.back(1); return false;"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_start.gif" alt="العودة" width="20" height="20" border="0" /></a></td>
<td> </td>
<td width="100%"><strong><strong><span style="font-family: Arial;"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></strong></strong></td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="/"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_finallink_rtl.gif" alt="تحديث الصفحة" width="40" height="18" border="0" class="inlineimg" /></a> <strong><strong><font size="2"><span style="font-family: Arial;">{SITENAME_TITLE}{PAGE_TITLE} </span></font><font style="font-family: Arial;" size="2"> <span class="gen">{GENERATED_NAV_BAR}</span></font></strong></strong></td>
</tr>
</table></td>
<td class="alt2" nowrap="nowrap" style="padding:0px"><!-- login form -->
<form action="/login.forum" method="post">
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">اسم العضو</label></td>
<td><input name="username" type="text" class="bginput" id="Post" style="font-size: 11px" accesskey="u" tabindex="101" onBlur="if (this.value == '') this.value = '??? ?????';" onClick="if (this.value == '??? ?????') this.value = '';" value="اسم العضو" size="10" /></td>
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar">
<input type="checkbox" name="autologin2" checked="checked" />
حفظ البيانات؟</label>
</td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">كلمة المرور</label></td>
<td><input name="password" type="password" class="bginput" id="password" style="font-size: 11px" tabindex="101" onBlur="if (this.value == '') this.value = '???? ??????';" onClick="if (this.value == '???? ??????') this.value = '';" value="???? ??????" size="10" /></td>
<td><input name="login" type="submit" class="button" accesskey="s" tabindex="104" value="تسجيل الدخول"></td>
</tr>
</table>
</form></td>
</tr>
</table></td>

</tr>
</table>

<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<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="/profile?mode=sendpassword">استعادة كلمة السر</a></td>
<td class="vbmenu_control"><a href="/login">دخول</a></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="CatBottom">
<div class="CatBottom_Right">
</div>
<div class="CatBottom_Left">


</div>
</div>

<!-- END switch_user_logged_out -->

ــــــــــــــــــــــــــــــــــ
overall_footer_end
ـــــــــــــــــــــــــــــــــــــــــــــــ


<!-- TRAIDNT ANALYTICS -->
<a href="http://www.traidnt.net/dir/view-2243.html" target="_blank">
<img src="http://analytics.traidnt.net/traidnt-1921.png" style="border:0" alt="">
</a>
<!-- TRAIDNT ANALYTICS -->
<!-- BEGIN html_validation -->
<!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">
<body>
<table>
<tr>
<td>
<div>
<div>
<div>
<!-- END html_validation -->
</div>
</div>
<!-- BEGIN switch_footer_links -->
<div align="center">
<div class="gen">
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</div>
</div>
<!-- END switch_footer_links -->
</div>
{PROTECT_FOOTER}
</td>
</tr>
</table>

<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({appId: '{switch_facebook_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true, oauth: true});
//]]>
</script>
<!-- END switch_facebook_login -->

<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
if ($('a#logout'))
{
var lien_redir = $('a#logout').attr('href');

if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
{
document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
}
}
});

$(document).ready( function() {
$('a#logout').click( function() {
FB.logout();
} );
});
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->

<script type="text/javascript">
//<![CDATA[
fa_endpage();
//]]>
</script>

</body>
</html>



<!-- /content area table -->

<form action="index.php" method="get" style="clear:right">

<table cellpadding="6" cellspacing="0" border="0" width="100%" class="page" align="center">
<tr>

<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="اختيار التصميم السريع">
<option value="1" class="" > - [Ourislam1] - إستايل ال طلحة الاحترافى | إهداء من اور اسلام لخدمات المواقع</option>


</optgroup>
</select>

</td>


<td class="tfoot" align="left" width="100%">
<div class="smallfont">
<strong>
<a href="/contact" rel="nofollow" accesskey="9">الاتصال بنا</a>
-
<a href="http://www.ourislam1.com/">اور اسلام</a> -
<a href="/statistics">إحصائيات</a>
-
<a href="#top" onclick="self.scrollTo(0, 0); return false;">الأعلى</a>

</strong>
</div>
</td>
</tr>
</table>

<br />

<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
<b>
<font color="#800000">بدعم و تطوير من :

<span lang="ar-eg"><a href="http://www.ourislam1.com"><font color="#800000">
منتديات اور اسلام</font></a></span> </font> <br /> Powered by
<a href="http://www.ourislam1.com/">Ourislam1</a><span lang="ar-eg"> </span>. Copyright © 2012

</b>
</b>
<div align="center" class="smallfont">
<b>
<a href="http://www.ourislam1.com/" target="_blank" title="منتديات اور اسلام ، تصميم ، دعم فنى ، تطوير ">
تطوير : اور اسلام</a></b></div>
<!-- Do not remove this copyright notice -->
</div>

<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->


</div>
</div>

</form>




<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>



</div>
</div>
<div id="wrapper2">
<div class="footer">
<div class="footerText">
<p>جميع ما يتم نشرة من مقالات او اخبار يعبر عن وجهه نظر صاحبة و لا يعبر عن وجهه نظر ادارة الموقع و يعبر فقط عن وجهه نظر المكتوبه باسمه .</p>
</div>

<div class="mail">
<div class="mailR">
<div class="mailL">
<div class="mailText">
<h2>ضع بريدك الالكترونى ليصلك كل ماهو جديد عن شبكة غناوي الان. </h2>
</div>
<div class="social2">
<ul>

<li><a target="_blank" href="#" class="facebook"></a></li>
<li><a target="_blank" href="#" class="twitter"></a></li>
<li><a target="_blank" href="#" class="youtube"></a></li>
<li><a target="_blank" href="#" class="rss"></a></li>
</ul>
</div>
<div class="mailForm">
<form action="" method="post">
<input name="do" type="hidden" value="process" />

<input name="quicksearch" type="hidden" value="1" />
<input name="childforums" type="hidden" value="1" />
<input name="exactname" type="hidden" value="1" />
<input name="s" type="hidden" value="" />
<input name="securitytoken" type="hidden" value="guest" />
<input class="Box" name="query" onblur="if(this.value=='')this.value='ضع بريدك هنا ..' " onfocus="if(this.value=='ضع بريدك هنا ..')this.value=''" size="25" tabindex="1001" type="text" value="ضع بريدك هنا .." />
<input id="rb_nb_sp1" name="showposts" tabindex="1003" type="hidden" value="1" />
<input class="Go" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/spacer.gif" type="image" />
</form>

</div>
</div>
</div>
</div>
<div class="footerCenter">
<div class="footerLinks">
<div class="footerLinksImg"><a href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/links_img.png" /></a></div>
<ul>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f20.html">نعومات</a></li>

<li><a target="_blank" href="http://www.ghnawi.com/vb/f21.html">الحياه الزوجية</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f22.html">العناية بالجسم</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f23.html">مطبخ غناوي</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f24.html">الاتيكيت</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f25.html">قسم الديكور</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f7.html">مسلسلات خليجيه</a></li>

<li><a target="_blank" href="http://www.ghnawi.com/vb/f8.html">منتدي الفن</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f12.html">قسم الصور</a></li>
</ul>
</div>
<div class="logoEnd"><a href="#" title="العودة الي الرئيسية .."></a></div>
</div>
<div class="footerEnd">
<div class="footerEndR">

<p>جميع الحقوق محفوظة لشبكة و دردشةغناوي لسنة 2012 .</p>
<ul>
<li><a href="http://ghnawi.com">الرئيسية</a></li>
<li><a href="http://www.ghnawi.com/vb">منتديات غناوي</a></li>
<li><a href="http://ghnawi.com/dir">دليل مواقع</a></li>
<li><a href="http://www.ghnawi.com/up">مركز تحميل</a></li>

<li><a href="http://ghnawi.com/game">العاب</a></li>
<li><a href="http://ghnawi.com/contact.html">اعلن معنا</a></li>
<li><a href="http://ghnawi.com/contact.html">اتصل بنا</a></li>
</ul>
</div>
<a href="http://www.ourislam1.com" target="_blank" title="تصميم منتديات اور اسلام لخدمات الويب نتشرف بخدمتكم"></a> </div>
</div>

</div>
</div>
</body>
</html>







م ص س
م ص س
 
 

ذكر
عدد المساهمات : 157
معدل النشاط : 5122
السُمعة : 0

http://watar-al7ob.blogspot.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف الادارة كريم الأربعاء 16 أكتوبر 2013 - 9:42

قدم مشكلتك فى منتدى الابداع العربى هما عيقدروا يساعدوك
http://www.ibda3araby.com/

وعلى العلم عتلاقى الصور الى انت عوز تغيرها فى كود css
الادارة كريم
الادارة كريم
 
 

ذكر
عدد المساهمات : 859
معدل النشاط : 6127
السُمعة : 39

https://muslims-j.yoo7.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف م ص س الأربعاء 16 أكتوبر 2013 - 10:08

كيف اغيرها من كود css حاولت ما عرفت ممكن المساعدة 
م ص س
م ص س
 
 

ذكر
عدد المساهمات : 157
معدل النشاط : 5122
السُمعة : 0

http://watar-al7ob.blogspot.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف الادارة كريم الأربعاء 16 أكتوبر 2013 - 10:13

هو مكبوس فى css وعشان تعدل فية لاذم
تشترك فى جوجل كود وبتنزل برنامج tortoisesvn
وقبلها بتجيب الكود css وبتحفظوا فى ملف txt
وبتعدل الصور الى فية وبترفعوا على البرنامج وبتكتب بياناتك ى جوجل كود
والبرنامج بيرفعوا على حسابك على جوجل كود بيدولك رابط بتحطة بدل الرابط
الموجود فى الاستايل
فانصحك بتقديم طلبك فى منتدى الابداع العربى هو تابع لاحلى منتدى هما عيقدروا
يفيدوك ويعددلولك على الاستايل
الادارة كريم
الادارة كريم
 
 

ذكر
عدد المساهمات : 859
معدل النشاط : 6127
السُمعة : 39

https://muslims-j.yoo7.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف م ص س الأربعاء 16 أكتوبر 2013 - 10:56


تسلم حبيبي الغالي بس انا الي 2 يوم من حاطط الطلب هونيك مافي حدى رد على الموضوع واليوم رجعت حطيتو بغير عنوان وراح اشوف عسى ان يكون في رد وتجاوب معي في حل المشكله شكرا اخي كريم لتعاونك واذا لم اجد تجاوب سوف ارجع للستعانه بك اخي كريم
م ص س
م ص س
 
 

ذكر
عدد المساهمات : 157
معدل النشاط : 5122
السُمعة : 0

http://watar-al7ob.blogspot.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف الادارة كريم الأربعاء 16 أكتوبر 2013 - 10:58

عفوا
وان شاء الله يردوا عليك
ويحلوك المشكلة
Cool
الادارة كريم
الادارة كريم
 
 

ذكر
عدد المساهمات : 859
معدل النشاط : 6127
السُمعة : 39

https://muslims-j.yoo7.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف Mr.YuGi الأربعاء 16 أكتوبر 2013 - 11:06

ينقل للقسم المناسب .. Arrow
Mr.YuGi
Mr.YuGi
 
 

ذكر
عدد المساهمات : 10715
معدل النشاط : 21047
السُمعة : 177

https://www.ahlamontada.com

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف م ص س الأربعاء 16 أكتوبر 2013 - 13:54

شباااااااااااااااااااااااااب ممكن الحل
م ص س
م ص س
 
 

ذكر
عدد المساهمات : 157
معدل النشاط : 5122
السُمعة : 0

http://watar-al7ob.blogspot.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف ImAd96 الأربعاء 16 أكتوبر 2013 - 14:04

صعب التعديل عليه
انتضر دخول الطائر الحر او اذهب الى محول الاستاسيل وقولو يعدل عليه واعطيه وصمم واجهة بأسم منتداك واعطيه رابطها وهو اكيد راح يعدل عليه شكرااا Laughing 
ImAd96
ImAd96
 
 

ذكر
عدد المساهمات : 341
معدل النشاط : 4695
السُمعة : 22

http://www.vivaalgeria.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف الادارة كريم الأربعاء 16 أكتوبر 2013 - 14:11

هو انت عوز تكتب عليها اية يعنى الى عتمسحة عتكتب اية عليها
بس انا عحاول مش ععوعدك انا عحاول وارد عليك
الادارة كريم
الادارة كريم
 
 

ذكر
عدد المساهمات : 859
معدل النشاط : 6127
السُمعة : 39

https://muslims-j.yoo7.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف م ص س الأربعاء 16 أكتوبر 2013 - 14:12

اريد اكتب منتديات وتر الحب
م ص س
م ص س
 
 

ذكر
عدد المساهمات : 157
معدل النشاط : 5122
السُمعة : 0

http://watar-al7ob.blogspot.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف الادارة كريم الأربعاء 16 أكتوبر 2013 - 14:13

اوك انا عحاول وارد عليك
الادارة كريم
الادارة كريم
 
 

ذكر
عدد المساهمات : 859
معدل النشاط : 6127
السُمعة : 39

https://muslims-j.yoo7.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف م ص س الأربعاء 16 أكتوبر 2013 - 14:14

او حط هاي الصورة بدل الي موجوده
ممكن المساعدة من الخبراء 541507218
م ص س
م ص س
 
 

ذكر
عدد المساهمات : 157
معدل النشاط : 5122
السُمعة : 0

http://watar-al7ob.blogspot.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف الادارة كريم الأربعاء 16 أكتوبر 2013 - 17:20

تم التعديل ولاكن انا عملتلك لوجو اخر لان اللوجو التى انت عطتهولى مش
شفاف مظهرش كويس الالوان كانت متغيرة فاانا عملتلك شعار اخر بنفس الكلام الى انت كنت كتبة انا عدلتلك على لكود الى انت عطتهولى

ودة القالب بعد التعديل


الكود:

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

<!-- 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');
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}');
report.focus();
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {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;
}
.Style1 {}
.Style4 {color: #FFFFFF}
</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']);

(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="" /> Hit<em>skin</em>.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">
<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 -->
<script type="text/javascript" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/js/jcarousel.js"></script>
<script type="text/javascript" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/js/tarek.js"></script>
<link href="https://karimman.googlecode.com/svn/trunk/adminkarim-.css" rel="stylesheet" type="text/css" />


<!-- / CSS Stylesheet -->

<script type="text/javascript" src="clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script>
<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=387"></script>
<script type="text/javascript">
<!--
var SESSIONURL = &amp;quot;&amp;quot;;
var SECURITYTOKEN = &amp;quot;guest&amp;quot;;
var IMGDIR_MISC = &amp;quot;shbkat-ghnawi-2012/misc&amp;quot;;
var vb_disable_ajax = parseInt(&amp;quot;0&amp;quot;, 10);
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=387"></script>




<title>منتديات وتر الحب</title>

</head>
<body>
<div id="wrapper">
<div id="container">
<div id="header">
<div class="headerTop">
<div class="headerTopR">
<ul>
<li><a href="http://ghnawi.com">الرئيسية</a></li>
<li><a href="http://www.ghnawi.com/vb">منتديات غناوي</a></li>

<li><a href="http://ghnawi.com/dir">دليل مواقع</a></li>
<li><a href="http://www.ghnawi.com/up">مركز تحميل</a></li>
<li><a href="http://ghnawi.com/game">العاب</a></li>
<li><a href="http://ghnawi.com/contact.html">اعلن معنا</a></li>
<li><a href="http://ghnawi.com/contact.html">اتصل بنا</a></li>
</ul>

</div>
<div class="social">
<ul>
<li><a href="#" target="_blank" class="facebook"></a></li>
<li><a href="#" target="_blank" class="twitter"></a></li>
<li><a href="#" target="_blank" class="youtube"></a></li>
<li><a href="#" target="_blank" class="rss"></a></li>
</ul>
</div>

<a href="#" class="chatLinks">شات غناوي</a> </div>
<div class="headerCenter">
<div class="logo"><a href="#" title="العودة الي الرئيسية .."></a></div>
<div class="adv">
<div class="adv1"><a href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/adv.png" /></a></div>
<div class="adv1"><a href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/adv.png" /></a></div>
</div>
</div>

<div class="menu">
<div class="menuR"></div>
<div class="menuC">
<ul>
<li><a target="_blank" href="http://www.ghnawi.com" class="select">الرئيسية</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb">منتديات غناوي</a></li>
<li><a target="_blank" href="http://ghnawi.com/dir">دليل مواقع</a></li>

<li><a target="_blank" href="http://www.ghnawi.com/up">مركز تحميل</a></li>
<li><a target="_blank" href="http://ghnawi.com/game">العاب</a></li>
<li><a target="_blank" href="http://ghnawi.com/contact.html">اعلن معنا</a></li>
<li><a target="_blank" href="http://ghnawi.com/contact.html">اتصل بنا</a></li>
</ul>
</div>
<div class="search">

<form action="/vb/search.php?do=process" method="post">
<input name="do" type="hidden" value="process" />
<input name="quicksearch" type="hidden" value="1" />
<input name="childforums" type="hidden" value="1" />
<input name="exactname" type="hidden" value="1" />
<input name="s" type="hidden" value="" />
<input name="securitytoken" type="hidden" value="guest" />
<input class="Box" name="query" onblur="if(this.value=='')this.value='ضع كلمة البحث هنا ..' " onfocus="if(this.value=='ضع كلمة البحث هنا ..')this.value=''" size="25" tabindex="1001" type="text" value="ضع كلمة البحث هنا .." />
<input id="rb_nb_sp1" name="showposts" tabindex="1003" type="hidden" value="1" />

<input class="Go" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/spacer.gif" type="image" />
</form>
</div>
</div>
<div class="slider">
<div class="sliderContent">
<div class="argentRight2">
<script type="text/javascript">
jQuery(function() {
jQuery(".mygalleryh2").jCarouselLite({
btnNext: ".Next",
btnPrev: ".Back",
visible: 6,
speed: 400,
auto: 5000
});
});
</script>
<div id="slideshowh2">

<div class="mygalleryh2">
<ul>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>

</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>

<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
</ul>

</div>
<a href="#" class="Next"></a><a href="#" class="Back"></a> </div>
</div>
</div>
</div>
<div class="shadow"></div>
</div>
<div class="myPage">

<!-- open content container -->













<table width="100%" border="0">
<tr>
<td align="center">
<!-- 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 {CLASS_TABLE_TYPE} 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 --></td>
</tr>
</table>




<table width="101%">

<tr>
<td width="100"> </td>
<td width="804"><div id="div">
<div id="div2"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="100%"><div id="div3">
<!-- BEGIN giefmod_index1 -->

{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div></td>
</tr>
</tbody>
</table>

</div>
</div></td>
<td width="109"> </td>
</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 {CLASS_TABLE_TYPE} 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 -->

<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 -->
<!-- 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>
<!-- END html_validation -->








<!-- BEGIN switch_user_logged_in -->
<br />
<!-- Start Cat -->
<div class="Cat">
<!-- Start Cat Top -->
<div class="CatTop">
<div class="CatTop_Right">
<h1>انت الان تتصفح منتديات وتر الحب</h1>

</div>
<div class="CatTop_Left">
</div>
</div>
<!-- Start Cat Center -->
<div class="CatCenter_Right">
<div class="CatCenter_Left">
<!-- Start Cat Body -->
<div class="CatBody">


<table class="tborder" style="-moz-border-radius:8px;-webkit-border-radius:8px;" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td><a href="/" onclick="history.back(1); return false;"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_start.gif" alt="العودة" width="20" height="20" border="0" /></a></td>
<td> </td>
<td width="100%"><strong><strong><span style="font-family: Arial;"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></strong></strong></td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="/"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_finallink_rtl.gif" alt="تحديث الصفحة" width="40" height="18" border="0" class="inlineimg" /></a> <strong><strong><font size="2"><span style="font-family: Arial;">{SITENAME_TITLE}{PAGE_TITLE} </span></font><font style="font-family: Arial;" size="2"> <span class="gen">{GENERATED_NAV_BAR}</span></font></strong></strong></td>
</tr>
</table></td>
<td class="alt2" nowrap="nowrap" style="padding:0px">
{SITE_DESCRIPTION}</td>
</tr>
</table></td>

</tr>
</table>

<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a id="navbar_search2" href="search" accesskey="4" rel="nofollow">البحث</a></td>
<td class="vbmenu_control"><a rel="help" href="/search?search_id=egosearch" accesskey="5">مشاركاتي</a></td>
<td class="vbmenu_control"><a rel="help" href="/search?search_id=unanswered" accesskey="5">مشاركات لم يرد عليها </a></td>
<td class="vbmenu_control"><a href="/search.forum?search_id=newposts">المشاركات منذ آخر زيارة لي </a></td>
<td class="vbmenu_control"><a href="/search?search_id=activetopics" accesskey="2">مشاركات اليوم </a></td>
<td class="vbmenu_control"><a href="/privmsg?folder=inbox" accesskey="2">رسـائلي</a></td>
<td class="vbmenu_control"><a href="/login?logout=1" accesskey="2">خروج</a></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="CatBottom">
<div class="CatBottom_Right">
</div>
<div class="CatBottom_Left">



</div>
</div>
<!-- END switch_user_logged_in -->
<!--login-->

<!--login-->
<!-- BEGIN switch_user_logged_out -->
<br />
<!-- Start Cat -->
<div class="Cat">
<!-- Start Cat Top -->
<div class="CatTop">
<div class="CatTop_Right">
<h1> انت الآن تتصفح منتديات وتر الحب</h1>

</div>
<div class="CatTop_Left">
</div>
</div>
<!-- Start Cat Center -->
<div class="CatCenter_Right">
<div class="CatCenter_Left">
<!-- Start Cat Body -->
<div class="CatBody">

<table class="tborder" style="-moz-border-radius:8px;-webkit-border-radius:8px;" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td><a href="/" onclick="history.back(1); return false;"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_start.gif" alt="العودة" width="20" height="20" border="0" /></a></td>
<td> </td>
<td width="100%"><strong><strong><span style="font-family: Arial;"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></strong></strong></td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="/"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_finallink_rtl.gif" alt="تحديث الصفحة" width="40" height="18" border="0" class="inlineimg" /></a> <strong><strong><font size="2"><span style="font-family: Arial;">{SITENAME_TITLE}{PAGE_TITLE} </span></font><font style="font-family: Arial;" size="2"> <span class="gen">{GENERATED_NAV_BAR}</span></font></strong></strong></td>
</tr>
</table></td>
<td class="alt2" nowrap="nowrap" style="padding:0px"><!-- login form -->
<form action="/login.forum" method="post">
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">اسم العضو</label></td>
<td><input name="username" type="text" class="bginput" id="Post" style="font-size: 11px" accesskey="u" tabindex="101" onBlur="if (this.value == '') this.value = '??? ?????';" onClick="if (this.value == '??? ?????') this.value = '';" value="اسم العضو" size="10" /></td>
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar">
<input type="checkbox" name="autologin2" checked="checked" />
حفظ البيانات؟</label>
</td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">كلمة المرور</label></td>
<td><input name="password" type="password" class="bginput" id="password" style="font-size: 11px" tabindex="101" onBlur="if (this.value == '') this.value = '???? ??????';" onClick="if (this.value == '???? ??????') this.value = '';" value="???? ??????" size="10" /></td>
<td><input name="login" type="submit" class="button" accesskey="s" tabindex="104" value="تسجيل الدخول"></td>
</tr>
</table>
</form></td>
</tr>
</table></td>

</tr>
</table>

<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<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="/profile?mode=sendpassword">استعادة كلمة السر</a></td>
<td class="vbmenu_control"><a href="/login">دخول</a></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="CatBottom">
<div class="CatBottom_Right">
</div>
<div class="CatBottom_Left">


</div>
</div>

<!-- END switch_user_logged_out -->

ــــــــــــــــــــــــــــــــــ
overall_footer_end
ـــــــــــــــــــــــــــــــــــــــــــــــ


<!-- TRAIDNT ANALYTICS -->
<a href="http://www.traidnt.net/dir/view-2243.html" target="_blank">
<img src="http://analytics.traidnt.net/traidnt-1921.png" style="border:0" alt="">
</a>
<!-- TRAIDNT ANALYTICS -->
<!-- BEGIN html_validation -->
<!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">
<body>
<table>
<tr>
<td>
<div>
<div>
<div>
<!-- END html_validation -->
</div>
</div>
<!-- BEGIN switch_footer_links -->
<div align="center">
<div class="gen">
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</div>
</div>
<!-- END switch_footer_links -->
</div>
{PROTECT_FOOTER}
</td>
</tr>
</table>

<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({appId: '{switch_facebook_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true, oauth: true});
//]]>
</script>
<!-- END switch_facebook_login -->

<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
if ($('a#logout'))
{
var lien_redir = $('a#logout').attr('href');

if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
{
document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
}
}
});

$(document).ready( function() {
$('a#logout').click( function() {
FB.logout();
} );
});
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->

<script type="text/javascript">
//<![CDATA[
fa_endpage();
//]]>
</script>

</body>
</html>



<!-- /content area table -->

<form action="index.php" method="get" style="clear:right">

<table cellpadding="6" cellspacing="0" border="0" width="100%" class="page" align="center">
<tr>

<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="اختيار التصميم السريع">
<option value="1" class="" > - [Ourislam1] - إستايل ال طلحة الاحترافى | إهداء من اور اسلام لخدمات المواقع</option>


</optgroup>
</select>

</td>


<td class="tfoot" align="left" width="100%">
<div class="smallfont">
<strong>
<a href="/contact" rel="nofollow" accesskey="9">الاتصال بنا</a>
-
<a href="http://www.ourislam1.com/">اور اسلام</a> -
<a href="/statistics">إحصائيات</a>
-
<a href="#top" onclick="self.scrollTo(0, 0); return false;">الأعلى</a>

</strong>
</div>
</td>
</tr>
</table>

<br />

<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
<b>
<font color="#800000">بدعم و تطوير من :

<span lang="ar-eg"><a href="http://www.ourislam1.com"><font color="#800000">
منتديات اور اسلام</font></a></span> </font> <br /> Powered by
<a href="http://www.ourislam1.com/">Ourislam1</a><span lang="ar-eg"> </span>. Copyright © 2012

</b>
</b>
<div align="center" class="smallfont">
<b>
<a href="http://www.ourislam1.com/" target="_blank" title="منتديات اور اسلام ، تصميم ، دعم فنى ، تطوير ">
تطوير : اور اسلام</a></b></div>
<!-- Do not remove this copyright notice -->
</div>

<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->


</div>
</div>

</form>




<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>



</div>
</div>
<div id="wrapper2">
<div class="footer">
<div class="footerText">
<p>جميع ما يتم نشرة من مقالات او اخبار يعبر عن وجهه نظر صاحبة و لا يعبر عن وجهه نظر ادارة الموقع و يعبر فقط عن وجهه نظر المكتوبه باسمه .</p>
</div>

<div class="mail">
<div class="mailR">
<div class="mailL">
<div class="mailText">
<h2>ضع بريدك الالكترونى ليصلك كل ماهو جديد عن شبكة غناوي الان. </h2>
</div>
<div class="social2">
<ul>

<li><a target="_blank" href="#" class="facebook"></a></li>
<li><a target="_blank" href="#" class="twitter"></a></li>
<li><a target="_blank" href="#" class="youtube"></a></li>
<li><a target="_blank" href="#" class="rss"></a></li>
</ul>
</div>
<div class="mailForm">
<form action="" method="post">
<input name="do" type="hidden" value="process" />

<input name="quicksearch" type="hidden" value="1" />
<input name="childforums" type="hidden" value="1" />
<input name="exactname" type="hidden" value="1" />
<input name="s" type="hidden" value="" />
<input name="securitytoken" type="hidden" value="guest" />
<input class="Box" name="query" onblur="if(this.value=='')this.value='ضع بريدك هنا ..' " onfocus="if(this.value=='ضع بريدك هنا ..')this.value=''" size="25" tabindex="1001" type="text" value="ضع بريدك هنا .." />
<input id="rb_nb_sp1" name="showposts" tabindex="1003" type="hidden" value="1" />
<input class="Go" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/spacer.gif" type="image" />
</form>

</div>
</div>
</div>
</div>
<div class="footerCenter">
<div class="footerLinks">
<div class="footerLinksImg"><a href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/links_img.png" /></a></div>
<ul>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f20.html">نعومات</a></li>

<li><a target="_blank" href="http://www.ghnawi.com/vb/f21.html">الحياه الزوجية</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f22.html">العناية بالجسم</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f23.html">مطبخ غناوي</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f24.html">الاتيكيت</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f25.html">قسم الديكور</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f7.html">مسلسلات خليجيه</a></li>

<li><a target="_blank" href="http://www.ghnawi.com/vb/f8.html">منتدي الفن</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f12.html">قسم الصور</a></li>
</ul>
</div>
<div class="logoEnd"><a href="#" title="العودة الي الرئيسية .."></a></div>
</div>
<div class="footerEnd">
<div class="footerEndR">

<p>جميع الحقوق محفوظة لشبكة و دردشةغناوي لسنة 2012 .</p>
<ul>
<li><a href="http://ghnawi.com">الرئيسية</a></li>
<li><a href="http://www.ghnawi.com/vb">منتديات غناوي</a></li>
<li><a href="http://ghnawi.com/dir">دليل مواقع</a></li>
<li><a href="http://www.ghnawi.com/up">مركز تحميل</a></li>

<li><a href="http://ghnawi.com/game">العاب</a></li>
<li><a href="http://ghnawi.com/contact.html">اعلن معنا</a></li>
<li><a href="http://ghnawi.com/contact.html">اتصل بنا</a></li>
</ul>
</div>
<a href="http://www.ourislam1.com" target="_blank" title="تصميم منتديات اور اسلام لخدمات الويب نتشرف بخدمتكم"></a> </div>
</div>

</div>
</div>
</body>
</html>
الادارة كريم
الادارة كريم
 
 

ذكر
عدد المساهمات : 859
معدل النشاط : 6127
السُمعة : 39

https://muslims-j.yoo7.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف م ص س الخميس 17 أكتوبر 2013 - 7:54


الستايل خرب بالكامل وصار بيطلعلي هيك
ممكن المساعدة من الخبراء 558410051

http://www4.0zz0.com/2013/10/17/05/558410051.jpg
م ص س
م ص س
 
 

ذكر
عدد المساهمات : 157
معدل النشاط : 5122
السُمعة : 0

http://watar-al7ob.blogspot.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف الادارة كريم الخميس 17 أكتوبر 2013 - 10:09

انا عدلت على كود واحد فقط css
والمشكلة من عندى انا معدلة فى منتدى تجريبى شغال كويس
http://karim.first-forum.com/
الادارة كريم
الادارة كريم
 
 

ذكر
عدد المساهمات : 859
معدل النشاط : 6127
السُمعة : 39

https://muslims-j.yoo7.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف م ص س الجمعة 18 أكتوبر 2013 - 7:13


حبيي كريم شوف اكود كيف بيطلع بنفس المنتدى الي انت  عملت عليه تعديل


ممكن المساعدة من الخبراء 109458230


http://www5.0zz0.com/2013/10/18/05/109458230.jpg


في عندك خطءئ في الكود على العموم شكرااا لتجاوبك معي

م ص س
م ص س
 
 

ذكر
عدد المساهمات : 157
معدل النشاط : 5122
السُمعة : 0

http://watar-al7ob.blogspot.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف الادارة كريم الجمعة 18 أكتوبر 2013 - 9:53

لا اخى انا مش ظاهر عندى كدة خالص
والمشكلة الى عندك دة هى على ما اعتقد هى مشكلة من احلى منتدى
لانها سعات بتظهرلى وبتظهر لبعض الاعضاء بس مش على طول ومنهم انا
وانا عامل موضوع هنا https://help.ahlamontada.com/t1056519-topic
بنفس المشكلة الى ظهرتلك دة


ودة صور من المنتدى التجريى اى عدلتلك علية الاستايل من غير مشاكل
ممكن المساعدة من الخبراء 136
https://i.servimg.com/u/f58/18/35/66/63/136.png

ممكن المساعدة من الخبراء 218
https://i.servimg.com/u/f58/18/35/66/63/218.png
الادارة كريم
الادارة كريم
 
 

ذكر
عدد المساهمات : 859
معدل النشاط : 6127
السُمعة : 39

https://muslims-j.yoo7.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف م ص س الجمعة 18 أكتوبر 2013 - 10:40

اخي كريم من بعد اذنك ارجع ضيف الكود الي كنت شغال عليه خليني اجرب وشوف عسى وان يضبط
م ص س
م ص س
 
 

ذكر
عدد المساهمات : 157
معدل النشاط : 5122
السُمعة : 0

http://watar-al7ob.blogspot.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف الادارة كريم الجمعة 18 أكتوبر 2013 - 17:50

ما الكود بتاعك موجود فى طلبك
انسخة ورجعة والمشكلة ولا منى ولامنك
على هى مممكن من احلى منتدى
احنا بلغنا الزعيم وهو بيشوف
الادارة كريم
الادارة كريم
 
 

ذكر
عدد المساهمات : 859
معدل النشاط : 6127
السُمعة : 39

https://muslims-j.yoo7.com/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف BAZOKA الثلاثاء 12 نوفمبر 2013 - 0:59

ارجو وضع الكود في ورقة تضليل الكود في المرة القادمة silent 
BAZOKA
BAZOKA
 
 

ذكر
عدد المساهمات : 211
معدل النشاط : 4270
السُمعة : 8

http://diff.dbzworld.org/

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف cool amir الأربعاء 13 نوفمبر 2013 - 16:14

جاري التعديل من الاول 

وراجعلك باللي يفيدك ان شاء الله
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12937
السُمعة : 140

http://www.stibda3.com

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف cool amir الأربعاء 13 نوفمبر 2013 - 16:52

تم التعديل يا غالي

ضع هذا القالب مكان قالب 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="rtl" lang="Ar">
<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>

<!-- 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');
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}');
report.focus();
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {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;
}
.Style1 {}
.Style4 {color: #FFFFFF}
</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']);

(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="" /> Hit<em>skin</em>.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">
<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 -->
<script type="text/javascript" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/js/jcarousel.js"></script>
<script type="text/javascript" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/js/tarek.js"></script>
<link href="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/style.css" rel="stylesheet" type="text/css" />


<!-- / CSS Stylesheet -->

<script type="text/javascript" src="clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script>
<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=387"></script>
<script type="text/javascript">
<!--
var SESSIONURL = &amp;quot;&amp;quot;;
var SECURITYTOKEN = &amp;quot;guest&amp;quot;;
var IMGDIR_MISC = &amp;quot;shbkat-ghnawi-2012/misc&amp;quot;;
var vb_disable_ajax = parseInt(&amp;quot;0&amp;quot;, 10);
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=387"></script>




<title>منتديات وتر الحب</title>

</head>
<body>
<div id="wrapper">
<div id="container">
<div id="header">
<div class="headerTop">
<div class="headerTopR">
<ul>
<li><a href="http://ghnawi.com">الرئيسية</a></li>
<li><a href="http://www.ghnawi.com/vb">منتديات غناوي</a></li>

<li><a href="http://ghnawi.com/dir">دليل مواقع</a></li>
<li><a href="http://www.ghnawi.com/up">مركز تحميل</a></li>
<li><a href="http://ghnawi.com/game">العاب</a></li>
<li><a href="http://ghnawi.com/contact.html">اعلن معنا</a></li>
<li><a href="http://ghnawi.com/contact.html">اتصل بنا</a></li>
</ul>

</div>
<div class="social">
<ul>
<li><a href="#" target="_blank" class="facebook"></a></li>
<li><a href="#" target="_blank" class="twitter"></a></li>
<li><a href="#" target="_blank" class="youtube"></a></li>
<li><a href="#" target="_blank" class="rss"></a></li>
</ul>
</div>

<a href="#" class="chatLinks">شات غناوي</a> </div>
<div class="headerCenter">
<div class="logo1"><a href="#" title="العودة الي الرئيسية .."></a></div>
<div class="adv">
<div class="adv1"><a href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/adv.png" /></a></div>
<div class="adv1"><a href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/adv.png" /></a></div>
</div>
</div>

<div class="menu">
<div class="menuR"></div>
<div class="menuC">
<ul>
<li><a target="_blank" href="http://www.ghnawi.com" class="select">الرئيسية</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb">منتديات غناوي</a></li>
<li><a target="_blank" href="http://ghnawi.com/dir">دليل مواقع</a></li>

<li><a target="_blank" href="http://www.ghnawi.com/up">مركز تحميل</a></li>
<li><a target="_blank" href="http://ghnawi.com/game">العاب</a></li>
<li><a target="_blank" href="http://ghnawi.com/contact.html">اعلن معنا</a></li>
<li><a target="_blank" href="http://ghnawi.com/contact.html">اتصل بنا</a></li>
</ul>
</div>
<div class="search">

<form action="/vb/search.php?do=process" method="post">
<input name="do" type="hidden" value="process" />
<input name="quicksearch" type="hidden" value="1" />
<input name="childforums" type="hidden" value="1" />
<input name="exactname" type="hidden" value="1" />
<input name="s" type="hidden" value="" />
<input name="securitytoken" type="hidden" value="guest" />
<input class="Box" name="query" onblur="if(this.value=='')this.value='ضع كلمة البحث هنا ..' " onfocus="if(this.value=='ضع كلمة البحث هنا ..')this.value=''" size="25" tabindex="1001" type="text" value="ضع كلمة البحث هنا .." />
<input id="rb_nb_sp1" name="showposts" tabindex="1003" type="hidden" value="1" />

<input class="Go" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/spacer.gif" type="image" />
</form>
</div>
</div>
<div class="slider">
<div class="sliderContent">
<div class="argentRight2">
<script type="text/javascript">
jQuery(function() {
jQuery(".mygalleryh2").jCarouselLite({
btnNext: ".Next",
btnPrev: ".Back",
visible: 6,
speed: 400,
auto: 5000
});
});
</script>
<div id="slideshowh2">

<div class="mygalleryh2">
<ul>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>

</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>

<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
<li>
<div class="PostsSlider2"> <a target="_blank" href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/img.png" /></a> </div>
</li>
</ul>

</div>
<a href="#" class="Next"></a><a href="#" class="Back"></a> </div>
</div>
</div>
</div>
<div class="shadow"></div>
</div>
<div class="myPage">

<!-- open content container -->













<table width="100%" border="0">
<tr>
<td align="center">
<!-- 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 {CLASS_TABLE_TYPE} 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 --></td>
</tr>
</table>




<table width="101%">

<tr>
<td width="100"> </td>
<td width="804"><div id="div">
<div id="div2"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="100%"><div id="div3">
<!-- BEGIN giefmod_index1 -->

{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div></td>
</tr>
</tbody>
</table>

</div>
</div></td>
<td width="109"> </td>
</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 {CLASS_TABLE_TYPE} 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 -->

<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 -->
<!-- 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>
<!-- END html_validation -->








<!-- BEGIN switch_user_logged_in -->
<br />
<!-- Start Cat -->
<div class="Cat">
<!-- Start Cat Top -->
<div class="CatTop">
<div class="CatTop_Right">
<h1>انت الان تتصفح منتديات وتر الحب</h1>

</div>
<div class="CatTop_Left">
</div>
</div>
<!-- Start Cat Center -->
<div class="CatCenter_Right">
<div class="CatCenter_Left">
<!-- Start Cat Body -->
<div class="CatBody">


<table class="tborder" style="-moz-border-radius:8px;-webkit-border-radius:8px;" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td><a href="/" onclick="history.back(1); return false;"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_start.gif" alt="العودة" width="20" height="20" border="0" /></a></td>
<td> </td>
<td width="100%"><strong><strong><span style="font-family: Arial;"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></strong></strong></td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="/"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_finallink_rtl.gif" alt="تحديث الصفحة" width="40" height="18" border="0" class="inlineimg" /></a> <strong><strong><font size="2"><span style="font-family: Arial;">{SITENAME_TITLE}{PAGE_TITLE} </span></font><font style="font-family: Arial;" size="2"> <span class="gen">{GENERATED_NAV_BAR}</span></font></strong></strong></td>
</tr>
</table></td>
<td class="alt2" nowrap="nowrap" style="padding:0px">
{SITE_DESCRIPTION}</td>
</tr>
</table></td>

</tr>
</table>

<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a id="navbar_search2" href="search" accesskey="4" rel="nofollow">البحث</a></td>
<td class="vbmenu_control"><a rel="help" href="/search?search_id=egosearch" accesskey="5">مشاركاتي</a></td>
<td class="vbmenu_control"><a rel="help" href="/search?search_id=unanswered" accesskey="5">مشاركات لم يرد عليها </a></td>
<td class="vbmenu_control"><a href="/search.forum?search_id=newposts">المشاركات منذ آخر زيارة لي </a></td>
<td class="vbmenu_control"><a href="/search?search_id=activetopics" accesskey="2">مشاركات اليوم </a></td>
<td class="vbmenu_control"><a href="/privmsg?folder=inbox" accesskey="2">رسـائلي</a></td>
<td class="vbmenu_control"><a href="/login?logout=1" accesskey="2">خروج</a></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="CatBottom">
<div class="CatBottom_Right">
</div>
<div class="CatBottom_Left">



</div>
</div>
<!-- END switch_user_logged_in -->
<!--login-->

<!--login-->
<!-- BEGIN switch_user_logged_out -->
<br />
<!-- Start Cat -->
<div class="Cat">
<!-- Start Cat Top -->
<div class="CatTop">
<div class="CatTop_Right">
<h1> انت الآن تتصفح منتديات وتر الحب</h1>

</div>
<div class="CatTop_Left">
</div>
</div>
<!-- Start Cat Center -->
<div class="CatCenter_Right">
<div class="CatCenter_Left">
<!-- Start Cat Body -->
<div class="CatBody">

<table class="tborder" style="-moz-border-radius:8px;-webkit-border-radius:8px;" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td><a href="/" onclick="history.back(1); return false;"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_start.gif" alt="العودة" width="20" height="20" border="0" /></a></td>
<td> </td>
<td width="100%"><strong><strong><span style="font-family: Arial;"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></strong></strong></td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="/"><img src="http://www.kl200.com/vb/kl200_2012/misc/navbits_finallink_rtl.gif" alt="تحديث الصفحة" width="40" height="18" border="0" class="inlineimg" /></a> <strong><strong><font size="2"><span style="font-family: Arial;">{SITENAME_TITLE}{PAGE_TITLE} </span></font><font style="font-family: Arial;" size="2"> <span class="gen">{GENERATED_NAV_BAR}</span></font></strong></strong></td>
</tr>
</table></td>
<td class="alt2" nowrap="nowrap" style="padding:0px"><!-- login form -->
<form action="/login.forum" method="post">
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">اسم العضو</label></td>
<td><input name="username" type="text" class="bginput" id="Post" style="font-size: 11px" accesskey="u" tabindex="101" onBlur="if (this.value == '') this.value = '??? ?????';" onClick="if (this.value == '??? ?????') this.value = '';" value="اسم العضو" size="10" /></td>
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar">
<input type="checkbox" name="autologin2" checked="checked" />
حفظ البيانات؟</label>
</td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">كلمة المرور</label></td>
<td><input name="password" type="password" class="bginput" id="password" style="font-size: 11px" tabindex="101" onBlur="if (this.value == '') this.value = '???? ??????';" onClick="if (this.value == '???? ??????') this.value = '';" value="???? ??????" size="10" /></td>
<td><input name="login" type="submit" class="button" accesskey="s" tabindex="104" value="تسجيل الدخول"></td>
</tr>
</table>
</form></td>
</tr>
</table></td>

</tr>
</table>

<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<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="/profile?mode=sendpassword">استعادة كلمة السر</a></td>
<td class="vbmenu_control"><a href="/login">دخول</a></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="CatBottom">
<div class="CatBottom_Right">
</div>
<div class="CatBottom_Left">


</div>
</div>

<!-- END switch_user_logged_out -->
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12937
السُمعة : 140

http://www.stibda3.com

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف cool amir الأربعاء 13 نوفمبر 2013 - 16:53

وهذا مكان overall_footer_end

الكود:
<!-- TRAIDNT ANALYTICS -->
<a href="http://www.malware-site.www/dir/view-2243.html" target="_blank">
<img src="http://analytics.malware-site.www/traidnt-1921.png" style="border:0" alt="">
</a>
<!-- TRAIDNT ANALYTICS -->
<!-- BEGIN html_validation -->
<!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">
<body>
<table>
<tr>
<td>
<div>
<div>
<div>
<!-- END html_validation -->
</div>
</div>
<!-- BEGIN switch_footer_links -->
<div align="center">
<div class="gen">
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</div>
</div>
<!-- END switch_footer_links -->
</div>
{PROTECT_FOOTER}
</td>
</tr>
</table>

<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({appId: '{switch_facebook_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true, oauth: true});
//]]>
</script>
<!-- END switch_facebook_login -->

<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
if ($('a#logout'))
{
var lien_redir = $('a#logout').attr('href');

if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
{
document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
}
}
});

$(document).ready( function() {
$('a#logout').click( function() {
FB.logout();
} );
});
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->

<script type="text/javascript">
//<![CDATA[
fa_endpage();
//]]>
</script>

</body>
</html>



<!-- /content area table -->

<form action="index.php" method="get" style="clear:right">

<table cellpadding="6" cellspacing="0" border="0" width="100%" class="page" align="center">
<tr>

<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="اختيار التصميم السريع">
<option value="1" class="" > - [Ourislam1] - إستايل ال طلحة الاحترافى | إهداء من اور اسلام لخدمات المواقع</option>


</optgroup>
</select>

</td>


<td class="tfoot" align="left" width="100%">
<div class="smallfont">
<strong>
<a href="/contact" rel="nofollow" accesskey="9">الاتصال بنا</a>
-
<a href="http://www.ourislam1.com/">اور اسلام</a> -
<a href="/statistics">إحصائيات</a>   
-   
<a href="#top" onclick="self.scrollTo(0, 0); return false;">الأعلى</a>

</strong>
</div>
</td>
</tr>
</table>

<br />

<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
<b>
<font color="#800000">بدعم و تطوير من :

<span lang="ar-eg"><a href="http://www.ourislam1.com"><font color="#800000">
منتديات اور اسلام</font></a></span> </font> <br /> Powered by
<a href="http://www.ourislam1.com/">Ourislam1</a><span lang="ar-eg"> </span>. Copyright © 2012

</b>
</b>
<div align="center" class="smallfont">
<b>
<a href="http://www.ourislam1.com/" target="_blank" title="منتديات اور اسلام ، تصميم ، دعم فنى ، تطوير ">
تطوير : اور اسلام</a></b></div>
<!-- Do not remove this copyright notice -->
</div>

<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->


</div>
</div>

</form>




<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>



</div>
</div>
<div id="wrapper2">
<div class="footer">
<div class="footerText">
<p>جميع ما يتم نشرة من مقالات او اخبار يعبر عن وجهه نظر صاحبة و لا يعبر عن وجهه نظر ادارة الموقع و يعبر فقط عن وجهه نظر المكتوبه باسمه .</p>
</div>

<div class="mail">
<div class="mailR">
<div class="mailL">
<div class="mailText">
<h2>ضع بريدك الالكترونى ليصلك كل ماهو جديد عن شبكة غناوي الان. </h2>
</div>
<div class="social2">
<ul>

<li><a target="_blank" href="#" class="facebook"></a></li>
<li><a target="_blank" href="#" class="twitter"></a></li>
<li><a target="_blank" href="#" class="youtube"></a></li>
<li><a target="_blank" href="#" class="rss"></a></li>
</ul>
</div>
<div class="mailForm">
<form action="" method="post">
<input name="do" type="hidden" value="process" />

<input name="quicksearch" type="hidden" value="1" />
<input name="childforums" type="hidden" value="1" />
<input name="exactname" type="hidden" value="1" />
<input name="s" type="hidden" value="" />
<input name="securitytoken" type="hidden" value="guest" />
<input class="Box" name="query" onblur="if(this.value=='')this.value='ضع بريدك هنا ..' " onfocus="if(this.value=='ضع بريدك هنا ..')this.value=''" size="25" tabindex="1001" type="text" value="ضع بريدك هنا .." />
<input id="rb_nb_sp1" name="showposts" tabindex="1003" type="hidden" value="1" />
<input class="Go" src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/spacer.gif" type="image" />
</form>

</div>
</div>
</div>
</div>
<div class="footerCenter">
<div class="footerLinks">
<div class="footerLinksImg"><a href="#"><img src="http://demo.shbkat.com/vbulletin/shbkat-ghnawi-2012/shbkat/co1/images/links_img.png" /></a></div>
<ul>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f20.html">نعومات</a></li>

<li><a target="_blank" href="http://www.ghnawi.com/vb/f21.html">الحياه الزوجية</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f22.html">العناية بالجسم</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f23.html">مطبخ غناوي</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f24.html">الاتيكيت</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f25.html">قسم الديكور</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f7.html">مسلسلات خليجيه</a></li>

<li><a target="_blank" href="http://www.ghnawi.com/vb/f8.html">منتدي الفن</a></li>
<li><a target="_blank" href="http://www.ghnawi.com/vb/f12.html">قسم الصور</a></li>
</ul>
</div>
<div class="logoEnd1"><a href="#" title="العودة الي الرئيسية .."></a></div>
</div>
<div class="footerEnd">
<div class="footerEndR">

<p>جميع الحقوق محفوظة لشبكة و دردشةغناوي لسنة 2012 .</p>
<ul>
<li><a href="http://ghnawi.com">الرئيسية</a></li>
<li><a href="http://www.ghnawi.com/vb">منتديات غناوي</a></li>
<li><a href="http://ghnawi.com/dir">دليل مواقع</a></li>
<li><a href="http://www.ghnawi.com/up">مركز تحميل</a></li>

<li><a href="http://ghnawi.com/game">العاب</a></li>
<li><a href="http://ghnawi.com/contact.html">اعلن معنا</a></li>
<li><a href="http://ghnawi.com/contact.html">اتصل بنا</a></li>
</ul>
</div>
<a href="http://www.ourislam1.com" target="_blank" title="تصميم منتديات اور اسلام لخدمات الويب نتشرف بخدمتكم"></a> </div>
</div>

</div>
</div>
</body>
</html>
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12937
السُمعة : 140

http://www.stibda3.com

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

ممكن المساعدة من الخبراء Empty رد: ممكن المساعدة من الخبراء

مُساهمة من طرف cool amir الأربعاء 13 نوفمبر 2013 - 16:54

وهذا في css

الكود:
.logo1 {
width: 276px;
height: 101px;
float: right;
background: url(http://im33.gulfup.com/Hpu18.png) top right no-repeat;
margin: 25px 0 0 0;
}


.logoEnd1 {
width: 198px;
height: 108px;
float: left;
background: url(http://im32.gulfup.com/X5WUB.png) top left no-repeat;
margin: 14px 0 0 0;
}
وهو الكود الخاص بتعديل الصور

انا فمت بتصميم صور عليها اسم منتداك بسيطة

وانت غير الروابط بما تريد اذا لم تعجبك ♥ ♥

Cool 
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12937
السُمعة : 140

http://www.stibda3.com

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

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

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

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