|
if($_GET['idioma']==''){?>
Registrarse es muy sencillo solamente tienes que escribir tu nombre de
usuario (username), una contraseña (password) y dar tu E-mail para crear
una cuenta. y ˇListo!
ˇ Es GRáTIS !
}else{?>}?>
if($_GET['idioma']=='ingles'){?>
It's very simple to register, just choose a name you'll like to use
and write it (username), choose a password
and write your E-mail to creat an acount. And thats all!
It's FREE !
}else{?>}?>
|
|
Registrate

/**
* The user is already logged in, not allowed to register.
*/
if($session->logged_in){
echo "Registrado";
echo "Lo sentimos $session->username, pero ya estas registrado. "
."[ Regresar ] ";
}
/**
* The user has submitted the registration form and the
* results have been processed.
*/
else if(isset($_SESSION['regsuccess'])){
/* Registration was successful */
if($_SESSION['regsuccess']){
echo "ˇRegistrado!";
echo "Gracias ".$_SESSION['reguname'].", tu información ha sido agregada a la base de datos correctamente, "
."ahora ya puedes Login-earte desde cualquier página.
";
}
/* Registration failed */
else{
echo "Error al Registrarte";
echo "Lo sentimos, pero un error ha ocurrido y tu registro del nombre ".$_SESSION['reguname'].", "
."no puedo ser completada. Porfavor intentalo más tarde. ";
}
unset($_SESSION['regsuccess']);
unset($_SESSION['reguname']);
}
/**
* The user has not filled out the registration form yet.
* Below is the page with the sign-up form, the names
* of the input fields are important and should not
* be changed.
*/
else{
?>
if($form->num_errors > 0){
echo "".$form->num_errors." error(s) found
";
}
?>
|
if($_GET['idioma']==''){?>
Registrarse es muy sencillo solamente tienes que escribir tu nombre de
usuario (username), una contraseña (password) y dar tu E-mail para crear
una cuenta. y ˇListo!
ˇ Es GRáTIS !
}else{?>}?>
if($_GET['idioma']=='ingles'){?>
It's very simple to register, just choose a name you'll like to use
and write it (username), choose a password
and write your E-mail to creat an acount. And thats all!
It's FREE !
}else{?>}?>
|
|
| |