Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
require_once("inc_library_include.php");
$DocumentoNumero = (isset($_REQUEST['DocumentoNumero'])) ? strval($_REQUEST['DocumentoNumero']) : '';
$Nombre = (isset($_REQUEST['Nombre'])) ? strval($_REQUEST['Nombre']) : '';
$Apellido = (isset($_REQUEST['Apellido'])) ? strval($_REQUEST['Apellido']) : '';
$IdEvento = (isset($_REQUEST['IdEvento'])) ? intval($_REQUEST['IdEvento']) : '';
$Submit = (isset($_REQUEST['Submitted'])) ? $_REQUEST['Submitted'] : 0;
$Action = (isset($_REQUEST['MainAction'])) ? $_REQUEST['MainAction'] : '';
$oJinetes = new Jinetes();
$oEventos = new Eventos();
$arrJinetes = array();
$oEvento = $oEventos->GetById($IdEvento);
if ($Submit)
{
switch ($Action)
{
case 'Buscar':
$arrJinetes = $oJinetes->GetAll(['Disponible' => 1, 'Validado' => 1, 'Nombre' => addslashes(trim($Nombre)), 'Apellido' => addslashes(trim($Apellido)), 'DocumentoNumero' => addslashes(trim($DocumentoNumero))]);
break;
default:
break;
}
}
?>
<td colspan="3" width="100%" align="center">
<?php if (count($arrJinetes) > 0) { ?>
<div align="center" style="height:200px; width:100%; overflow:scroll; background-color:#FFFFFF">
<table align="left" width="100%" cellpadding="0" cellspacing="0" class="b" >
<tr class="FondoGris" height="20">
<td width="10" class="FondoGris"> </td>
<td><div align="left" class="Estilo5">Nombre</div></td>
<td width="10" class="FondoGris"> </td>
<td><div align="left" class="Estilo5">Apellido</div></td>
<td width="10" class="FondoGris"> </td>
<td><div align="center" class="Estilo5">CUIT/CUIL</div></td>
<td width="5"> </td>
<td width="5"> </td>
<td width="5"> </td>
</tr>
<?php
$MayorId = 0;
foreach ($arrJinetes as $oJinete) {
?>
<tr onclick="$j(this).find('.seleccionador-jinete').click();" style="cursor: pointer">
<td width="10"> </td>
<td><div align="left"><?=$oJinete->Nombre?></div></td>
<td width="10"> </td>
<td><div align="left"><?=utf8_encode($oJinete->Apellido)?></div></td>
<td width="10"> </td>
<td><div align="center"><?=$oJinete->DocumentoNumero?></div></td>
<td width="5"> </td>
<td width="5" align="center">
<?php
if (!$oJinete->TieneDeuda($oEvento->EventoDesdeFecha, $oEvento->IdEvento)) {
?>
<input type="radio" class="seleccionador-jinete" style="cursor: pointer" src="images/iconos/check.gif" alt="Seleccionar" title="Seleccionar" data-id="<?= $oJinete->IdJinete ?>" data-nombre="<?= $oJinete->Nombre . ' ' . $oJinete->Apellido ?>" value="1" />
<?php
} else {
?>
<button type="button" class="botonBasico" onclick="javascript: window.location.href = 'expositores_jinetes_pagar.php?IdJinete=<?= $oJinete->IdJinete ?>';">Realizar Pago</button>
<?php
}
?>
</td>
<td width="5"> </td>
</tr>
<?php } ?>
<input type="hidden" name="MayorId" id="MayorId" value="<?=$MayorId?>" />
<tr>
<td> </td>
</tr>
<!-- <tr>
<td colspan="10">
<div style="float: right;">
<input type="button" class="botonBasicoSinWidth" value="Agregar Jinete" onclick="AgregarJinete()" />
</div>
</td>
</tr> -->
</table>
</div>
<?php }else{ ?>
<table align="center" width="50%" cellpadding="0" cellspacing="0" class="bordeRojoError" bgcolor="#FFFFFF" >
<tr>
<td> </td>
</tr>
<tr>
<td><div align="center" class="Cierre"><b>Atención:</b></div></td>
</tr>
<tr>
<td><div align="center" class="Cierre">No se han encontrado registros que coincidan con la búsqueda efectuada. Intente nuevamente. </div></td>
</tr>
<tr>
<td> </td>
</tr>
<!-- <tr>
<td colspan="10">
<div style="float: right;">
<input type="button" class="botonBasicoSinWidth" value="Agregar Jinete" onclick="AgregarJinete()" />
</div>
</td>
</tr> -->
</table>
<?php } ?>
</td>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat