haider_i
07-23-2006, 08:04 PM
هذا هاك التسجيل السريع
<!-- التسجيل السريع -->
<if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="6"><div align="center"><phrase 1="$vboptions[bbtitle]">التسجيل
السريع </phrase></div></td>
</tr>
<tr>
<td class="alt1" colspan="6"> <div align="center">
<span class="smallfont"><****** type="text/java******" src="client******/vbulletin_md5.js"></******>
<****** type="text/java******">
function verify_passwords(password1, password2)
{
// do various checks, this will save people noticing mistakes on next page
if (password1.value == '' || password2.value == '')
{
alert('Fill out both password fields');
return false;
}
else if (password1.value != password2.value)
{
alert('Entered passwords do not match');
return false;
}
else
{
md5hash(password1, ********.forms.register.password_md5);
md5hash(password2, ********.forms.register.passwordconfirm_md5);
return true;
}
return false;
}
</******>
<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" />
اسم المستخدم:
<input type="text" class="bginput" name="username" maxlength="15" value="" style="width:70px" />
كلمة المرور:
<input type="password" class="bginput" name="password" maxlength="15" value="" style="width:70px" />
تأكيد كلمة المرور:
<input type="password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:70px" />
عنوان البريد الألكترونى:
<input type="text" class="bginput" name="email" maxlength="50" value="" style="width:70px" />
تأكيد البريد الألكترونى
<input type="text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:70px" />
<br><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong>اوافق على <a href="register.php?">شروط
المنتدى </a></strong><br>
<input type="submit" class="button" value="Submit" accesskey="s" />
</span>
</div></td>
</tr>
</thead>
</table>
</if>
<!-- / التسجيل السريع -->
ضع هذا الكود فى تيمبليت ال header
<!-- التسجيل السريع -->
<if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="6"><div align="center"><phrase 1="$vboptions[bbtitle]">التسجيل
السريع </phrase></div></td>
</tr>
<tr>
<td class="alt1" colspan="6"> <div align="center">
<span class="smallfont"><****** type="text/java******" src="client******/vbulletin_md5.js"></******>
<****** type="text/java******">
function verify_passwords(password1, password2)
{
// do various checks, this will save people noticing mistakes on next page
if (password1.value == '' || password2.value == '')
{
alert('Fill out both password fields');
return false;
}
else if (password1.value != password2.value)
{
alert('Entered passwords do not match');
return false;
}
else
{
md5hash(password1, ********.forms.register.password_md5);
md5hash(password2, ********.forms.register.passwordconfirm_md5);
return true;
}
return false;
}
</******>
<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" />
اسم المستخدم:
<input type="text" class="bginput" name="username" maxlength="15" value="" style="width:70px" />
كلمة المرور:
<input type="password" class="bginput" name="password" maxlength="15" value="" style="width:70px" />
تأكيد كلمة المرور:
<input type="password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:70px" />
عنوان البريد الألكترونى:
<input type="text" class="bginput" name="email" maxlength="50" value="" style="width:70px" />
تأكيد البريد الألكترونى
<input type="text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:70px" />
<br><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong>اوافق على <a href="register.php?">شروط
المنتدى </a></strong><br>
<input type="submit" class="button" value="Submit" accesskey="s" />
</span>
</div></td>
</tr>
</thead>
</table>
</if>
<!-- / التسجيل السريع -->
ضع هذا الكود فى تيمبليت ال header
