FIXED BY ME!!
IN SPANISH VERSION
Code:
<if condition="$show['guest']">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="6"><div align="center">REGISTRACI?N RAPIDA</div></td>
</tr>
<tr>
<td class="alt1" colspan="6"> <div align="center">
<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 == '')
{
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 name="s" value="" type="hidden">
<input name="do" value="addmember" type="hidden">
<input name="url" value="index.php" type="hidden">
<input name="agree" value="" type="hidden">
<input name="password_md5" type="hidden">
<input name="passwordconfirm_md5" type="hidden">
Nombre:
<input class="bginput" name="username" maxlength="15" value="" style="width: 70px;" type="text">
Password:
<input class="bginput" name="password" maxlength="15" value="" style="width: 70px;" type="password">
Confirmar Password:
<input class="bginput" name="passwordconfirm" maxlength="15" value="" style="width: 70px;" type="password">
Email:
<input class="bginput" name="email" maxlength="50" value="" style="width: 70px;" type="text">
Confirmar Email:
<input class="bginput" name="emailconfirm" maxlength="50" value="" style="width: 70px;" type="text">
<br><input name="agree" id="cb_rules_agree" value="1" type="checkbox"><strong>Acepta si estas de acuerdo con las <a href="register.php?">Normas del foro</a></strong>.<br>
<input class="button" value="?REGISTRAME!" accesskey="s" type="submit">
</form></span>
</div></td>
</tr>
</thead>
</table>
</if>
<!-- / Quick Register Box -->
Please click install for my XD XD