vBuLLetin Foruma Hemen Kayıt oLmayı SağLama
vBuLLetin Foruma Hemen Kayıt oLmayı SağLamavBuLLetin 'de Foruma Hemen Kayıt oLmayı SağLama...
vBuLLetin 'de Hemen Kayıt oLma EkLentiSi...



FORUMHOME TempLateSinde $navbar 'ın aLtına BunLarı Yazın,

PHP- Kodu:
<!-- Hemen Üye Ol  --> 
<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]">Hemen Üye Ol</phrase></div></td>
</
tr>
<
tr>
 
<
td class="alt1" colspan="6"> <div align="center">
<
span class="smallfont"><script ******"text/javascript" src="clientscript/vbulletin_md5.js"></script>
<script ******"text/javascript">
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, 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 ******"hidden" name="s" value="" />
<input ******"hidden" name="do" value="addmember" />
<input ******"hidden" name="url" value="index.php" />
<input ******"hidden" name="agree" value="" />
<input ******"hidden" name="password_md5" />
<input ******"hidden" name="passwordconfirm_md5" /> 
Nick: 
<input ******"text" class="bginput" name="username" maxlength="15" value="" style="width:70px" />
Sifre: 
<input ******"password" class="bginput" name="password" maxlength="15" value="" style="width:70px" />
Tekrar Sifre: 
<input ******"password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:70px" />
Email: 
<input ******"text" class="bginput" name="email" maxlength="50" value="" style="width:70px" />
Tekrar Email 
<input ******"text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:70px" />
<br><input ******"checkbox" name="agree" id="cb_rules_agree" value="1" /><strong><a href="register.php?">Forum Kurallarini </a>kabul ediyorum</strong><br>
<input ******"submit" class="button" value="Submit" accesskey="s" />
</span>
</div></td>
</tr>
</thead>
</table>
</if>
<!-- / Hemen Üye Ol  --> 
STANDARD_ERROR TempLateSinde Bunu BuLun,

PHP- Kodu:
li class="smallfont">$vbphrase[administrator_may_disabled_account]</li>
</
ol

Altına Ekleyin,

PHP- Kodu:
<!-- Hemen Üye Ol  --> 
<if 
condition="$show['guest']">
<
fieldset class="fieldset">
<
legend>Hemen Üye Ol</legend>
<
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0" align="center">
<
tr>
<
span class="smallfont"><script ******"text/javascript" src="clientscript/vbulletin_md5.js"></script>
<script ******"text/javascript">
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, 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 ******"hidden" name="s" value="" />
<input ******"hidden" name="do" value="addmember" />
<input ******"hidden" name="url" value="index.php" />
<input ******"hidden" name="agree" value="" />
<input ******"hidden" name="password_md5" />
<input ******"hidden" name="passwordconfirm_md5" /> 
Nick: 
<input ******"text" class="bginput" name="username" maxlength="15" value="" style="width:350px" />
<br>Sifre: 
<input ******"password" class="bginput" name="password" maxlength="15" value="" style="width:350px" />
Tekrar Sifre: 
<input ******"password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:350px" />
<br>Email: 
<input ******"text" class="bginput" name="email" maxlength="50" value="" style="width:350px" />
Tekrar Email 
<input ******"text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:350px" />
<br><input ******"checkbox" name="agree" id="cb_rules_agree" value="1" /><strong><a href="register.php?">Forum Kurallarini </a>kabul ediyorum</strong><br>
<input ******"submit" class="button" value="Üye Ol" accesskey="s" />
</span>
</div></td>
</tr>
</thead>
</table>
</fieldset>
</if>
<!-- / Hemen Üye Ol  -->