طريقة التركيب
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
افتح تمبلت Navbar
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ابحث عن
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<td class="vbmenu_control" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5pa ssword,vb_login_md5password_utf)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_******user_navbar"><input type="checkbox" name="******user" value="1" tabindex="3" id="cb_******user_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
</td>
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
واستبدلها بـ
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<!-- Quick Register [ -==Zero==- ] Www.Zerovb.Com ] -->
<td class="vbmenu_control">
<div align="center">
<table class="time" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['popups']">
<td id="fg" class="vbmenu_control"><a href="top#" accesskey="4">
<font size="1" face="MS Sans Serif">
<br>
اضغط هنا للتسجيل في المنتدى
<br>
<br>
</font>
</a> <script type="text/javascript"> vbmenu_register("fg"); </script></td>
</if>
</tr>
</table>
</div>
<if condition="$show['popups']">
<div class="vbmenu_popup" id="fg_menu" style="display:none; width: 300px">
<table class="tfoot" cellpadding="5" cellspacing="0" border="0" align="center">
<tbody>
<tr>
<td width="350px" class="page" align="center" colspan="7">
<if condition="$bbuserinfo[posts] >= 0">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- Quick Register Box Dev : marsauae.com -->
<if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="thead" colspan="6"class="page" align="center"><phrase 1="$vboptions[bbtitle]">التسجيل السريع</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="6">
<span class="smallfont"><script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<script type="text/javascript">
function verify_passwords(password1, password2)
{
// do various checks, this will save people noticing mistakes on next page
if (password1.value == '' || password2.value == '')
{
*****('لم تقم بتعبئة خانات الإسم المستخدم / كلمة المرور');
return false;
}
else if (password1.value != password2.value)
{
*****('الرقم السري الاول يختلف عن الرقم السري الثاني اعد المحاوله مره اخرى');
return false;
}
else
{
md5hash(password1, document.forms.register.password_md5);
md5hash(password2, document.forms.register.passwordconfirm_md5);
return true;
}
return false;
}
</script>
<form action="register.php" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="addmember" />
<input type="hidden" name="url" value="index.php" />
<input type="hidden" name="agree" value="" />
<input type="hidden" name="password_md5" />
<input type="hidden" name="passwordconfirm_md5" />
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
<tr>
<td width="50%">الاسم المستخدم :</td>
<td width="50%"><input type="text" class="bginput" name="username" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">كلمة المرور :</td>
<td width="50%">
<input type="password" class="bginput" name="password" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">اعادة كتابة كلمة المرور :</td>
<td width="50%">
<input type="password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">البريد الإلكتروني :</td>
<td width="50%">
<input type="text" class="bginput" name="email" maxlength="50" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">اعادة كتابة البريد الإلكتروني :</td>
<td width="50%">
<input type="text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%"><input type="checkbox" name="agree" id="cb_rules_agree" value="1"checked="checked" /><strong>نعم ، قمت بالإطلاع على <a href="register.php?">شروط $vboptions[bbtitle]</a> وموافق عليها .</strong></td>
<td width="50%"><input type="submit" class="button" value="اتمام التسجيل" accesskey="s" /></td>
</tr>
</table>
</span>
</div></td>
</tr>
</thead>
</table>
</if>
<!-- / Quick Register Box Dev : marsauae.com -->
<!-- / login form -->
</td>
</table>
</form>
<else />
</if>
</td></tr>
</tbody>
</table>
</if>
</div>
<!-- Quick Register [ -==Zero==- ] www.Styx.275mb.com ] -->
</td>
<!-- Mmember SingIn StaRt By [ L0vE ReMAiNs X ] www.a7sa-web.com ] -->
<td class="vbmenu_control">
<div align="center">
<table class="time" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['popups']">
<td id="singin" class="vbmenu_control"><a href="top#" accesskey="4">
<font size="1" face="MS Sans Serif">
<br>
اضغط هنا لتسجيل الدخول
<br>
<br>
</font>
</a> <script type="text/javascript"> vbmenu_register("singin"); </script></td>
</if>
</tr>
</table>
</div>
<if condition="$show['popups']">
<div class="vbmenu_popup" id="singin_menu" style="display:none; width: 300px">
<table class="tfoot" cellpadding="5" cellspacing="0" border="0" align="center">
<tbody>
<tr>
<td width="350px" class="page" align="center" colspan="7">
<if condition="$bbuserinfo[posts] >= 0">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- Quick Register Box Dev : marsauae.com -->
<if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="thead" colspan="6"class="page" align="center"><phrase 1="$vboptions[bbtitle]">تسجيل الدخول</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="6">
<!--<td class="alt2" nowrap="nowrap" style="padding:0px"> -->
<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5pa ssword,vb_login_md5password_utf)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_******user_navbar"><input type="checkbox" name="******user" value="1" tabindex="3" id="cb_******user_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
</td></tr>
</thead>
</table>
</if>
<!-- / Quick Register Box Dev : Www.Zerovb.Com -->
<!-- / login form -->
</td>
</table>
</form>
<else />
</if>
</td></tr>
</tbody>
</table>
</if>
</div>
</td>
<!-- Mmember singIn EnD [ -==Zero==- ] Www.Zerovb.Com ] -->
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
==================
==== و مبروك عليك الهاك ====
==================



LinkBack URL
About LinkBacks


رد مع اقتباس
مواقع النشر (المفضلة)