[Tutorial] EasyRegister
Bueno este code ya lo e visto en 2 foros diferentes pero lamentablemente en ambos tienen un error el cual repare, este codigo pues lo cree yo bueno n...

Bueno este code ya lo e visto en 2 foros diferentes pero lamentablemente en ambos tienen un error el cual repare, este codigo pues lo cree yo bueno no lo cree simplemente saque los valores del registro!!

Primero que nada pues esto codigo es para registrarse rapido sin necesidad de ir ala pagina de registro para ello ir a panel de admin » configuracion » Configuracion General » Imagen CAPTCHA » off y pegar el siguiente codigo HASTA arriba de la plantilla Header_welcomeblock_guest!!

Código:
<table class="tborder" border="0" cellpadding="3" cellspacing="1">
<thead>
<tr>
<td class="thead">
<div><center><rtl><strong>Hola Invitado! bienvenido {$mybb->settings['bbname']}</font></strong></center></div>
</td>
</tr>
</thead>
<tbody style="" id="important_4_e">
<tr>
<td class="trow1" height="50">
<div align=center>    <form method="post" action="member.php">
<b><font face="Tahoma" size="1" color="red">Registrarse aqui</font></b> :                          
<input class="textbox" type="text" name="username" maxLength="50" size="15" title="Nombre de usuario" value="Usuario" onfocus="this.value=''" /></font>
<input class="textbox" type="password" name="password" maxLength="50" size="15" title="Clave" value="Clave"  onfocus="this.value=''" /><font size="2"></font>
<input class="textbox" type="text" name="email" maxLength="50" size="15" title="Coloque direccion de E-mail" value="E-mail"  onfocus="this.value=''" /><font size="2"></font>
<input type="hidden" value="do_register" name="action">
<input id="receivepms" type="hidden" CHECKED value="yes" name="receivepms">
<input id="allownotices" type="hidden" CHECKED value="yes" name="allownotices">
<input id="pmnotify" type="hidden" CHECKED value="yes" name="pmnotify">
<input id="pmpopup" type="hidden" CHECKED value="yes" name="pmpopup">
<input class="button" type="submit" value="Registrar" name="regsubmit">
</form></div> </div>
</center>
</td>
</tr>
</tbody>
</table>

y listo pueden verlo en esta pagina!!

http://edynic.260mb.com/index.php

Saludos!
capcha es esencial, si no te entraran bots cada 3 x 4 a spamear Smile
si le podes agregar captcha abajo, es un re codigo Wink