Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
require_once('inc_library.php');
/* obtiene datos del formulario */
$calendarioID = intval($_REQUEST['calendarioID']);
/* declaracion de variables */
$oCalendarios = new ContenidoCalendarios();
/* verifica si existe el registro */
if (!$oCalendario = $oCalendarios->GetById($calendarioID))
exit;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../css/basico_backend.css" rel="stylesheet" type="text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112666274-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112666274-1');
</script>
</head>
<body>
<style type="text/css">
<!--
.TituloPrincipal {
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
font-family: "Times New Roman", Times, serif;
letter-spacing: 1.5px;
}
-->
</style>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="bordeGris">
<tr>
<td background="images/accc_fondo_botonera.png">
<table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
<tr valign="middle">
<td width="10" height="31"> </td>
<td height="31" class="TituloPrincipal">Información del Evento '<?=$oCalendario->nombre?>'</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td>
<div align="center">
<table width="80%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td class="bordeGris">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="169"> </td>
<td width="11"> </td>
<td width="588"> </td>
</tr>
<tr>
<td height="20"><div align="right"><strong>Programa:</strong></div></td>
<td> </td>
<td>
<div align="left"><?=$oCalendario->programa?></div>
</td>
</tr>
<tr>
<td height="20"><div align="right"><strong>Hoteles:</strong></div></td>
<td> </td>
<td>
<div align="left"><?=$oCalendario->hoteles?></div>
</td>
</tr>
<tr>
<td height="20"><div align="right"><strong>Información Adicional:</strong></div></td>
<td> </td>
<td>
<div align="left"><?=$oCalendario->informacion?></div>
</td>
</tr>
<tr>
<td height="20"><div align="right"><strong>Cómo Llegar:</strong></div></td>
<td> </td>
<td>
<div align="left"><?=$oCalendario->como_llegar?></div>
</td>
</tr>
<tr>
<td height="20"><div align="right"><strong>Resultados:</strong></div></td>
<td> </td>
<td>
<div align="left"><?=$oCalendario->resultados?></div>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat