Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje27-05-2009, 03:25 (UTC)    
Título del mensaje: Problemas con el box de iniciar sesion

Hola,

yo en mi box tengo este codigo para que inicen sesion (no lo pongo en el box 1 como seria lo ideal por unas cuestiones que no vienen al caso)

Código:
<form action="http://www.showmatch09.es.tl/Inicio-de-Sesion.htm" method="post">

<strong><font face="Tahoma" size="1" color="#000000">Usuario:       </font></strong><input type="text" style="width: 65px;" name="modulenter[name]" value="" />
<br />
<strong> <font face="Tahoma" size="1" color="#000000">
Contraseña:</font></strong> <input type="password" style="width: 65px;" name="modulenter[kennwort]" value="" /> <input type="hidden" name="mode" value="1" /> <input type="hidden" name="checklogin" value="1" /> <input type="submit" value="Iniciar Sesión" />
</form>

<a href="http://www.showmatch09.es.tl/Registrarse.htm">¿No te has Registrado? Haz click aqui para registrarte</a>


El problema es que cuando uno inicia sesion se queda igual el box...

ami me gustaria que diga has iniciado sesion o algo asi...

gracias...
Mensaje27-05-2009, 13:36 (UTC)    
Título del mensaje:

Hola,
ese código debe complementarse con el Extra "Páginas Ocultas", el mismo se encuentra en "Controlar Extras"/"Agregar Extras". Cuando actives ese extra se creará una nueva página con su respectiva URL, esa es la que tienes que colocar en esta parte del código:
Cita:
<form action="URL DE TU PAGINA DE INCIO DE SESIÓN" method="post">
<strong><font face="Tahoma" size="1" color="#ffffff">Nombre de usuario:</font></strong> <input type="text" style="width: 65px;" name="modulenter[name]" value="" /> <strong> <font face="Tahoma" size="1" color="#ffffff">Contraseña:</font></strong> <input type="password" style="width: 65px;" name="modulenter[kennwort]" value="" /> <input type="hidden" name="mode" value="1" /> <input type="hidden" name="checklogin" value="1" /> <input type="submit" value="Iniciar Sesión" />
</form>

Tu has puesto http://www.showmatch09.es.tl/Inicio-de-Sesion.htm , esa es una página inválida, no existe en tu sitio esa página.

Si estás interesad@ en desarrollar un sistema de registro de usuarios te dejo el tutorial completo:
http://www.paginawebgratis.es/forum/viewtopic.php?t=22713

Salu2!
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group