Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
ini_set('display_errors', '0'); # don't show any errors...
error_reporting(E_ALL | E_STRICT); # ...but do log them
require_once('../../library/class.session.php');
require_once('../../library/class.administradores.php');
require_once('../../library/class.eventosfuncionalespruebascategoria.php');
require_once('../../library/class.eventosfuncionalespruebascategorias.php');
/* si no tiene permisos para visualizar esta pagina no dejo visualizar */
/* obitiene los datos del usuario logueado */
$Administradores = new Administradores();
$oAdministrador = new Administrador();
$oEventosFuncionalesPruebasCategoria = new EventosFuncionalesPruebasCategoria();
$EventosFuncionalesPruebasCategorias = new EventosFuncionalesPruebasCategorias();
if ( isset($_GET['IdEventosFuncionalesPrueba']) && $_GET['IdEventosFuncionalesPrueba'] != "" && $_GET['checked'] == "true" )
{
$oEventosFuncionalesPruebasCategoria = $EventosFuncionalesPruebasCategorias->GetByPruebaId($_GET['IdEventosFuncionalesPrueba']);
if (count($oEventosFuncionalesPruebasCategoria) != 1){
$x=0;
foreach ($oEventosFuncionalesPruebasCategoria as $oCategorias){
$x++;
if($x == 1){
$checked = "checked='checked'";
}else{
$checked = "";
}
if (isset ($_GET['IdEventosFuncionalesPruebasCategoria'] ) && $_GET['IdEventosFuncionalesPruebasCategoria'] == $oCategorias->IdEventosFuncionalesPruebasCategoria ){
$checked = "checked='checked'";
}
print "<label>".$oCategorias->Nombre."<input type='radio' name='r_$oCategorias->IdEventosFuncionalesPrueba' id='r_$oCategorias->IdEventosFuncionalesPruebasCategoria' maxlength='128' $checked value='$oCategorias->IdEventosFuncionalesPruebasCategoria'/></label>";
}
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat