Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
require_once('class.db.php');
require_once('class.dbaccess.php');
class CursoJurado
{
public $IdCursoJurado;
public $Apellido;
public $Nombre;
public $Categoria;
public $ImporteAPagar;
public $Fecha;
public $DNI;
public $FechaNacimiento;
public $Email;
public $Telefono;
public $Domicilio;
public $Ciudad;
public $NumeroSocio;
public $Estado;
public $NumeroRecibo;
public $FechaRecibo;
public $Pais;
public $Profesion;
public $Cargo;
public $Institucion;
public $RazonSocial;
public $CUIT;
public $DireccionComercial;
public function __construct()
{
$this->IdCursoJurado = '';
$this->Apellido = '';
$this->Nombre = '';
$this->Categoria = '';
$this->ImporteAPagar = '';
$this->Fecha = '';
$this->DNI = '';
$this->FechaNacimiento = '';
$this->Email = '';
$this->Telefono = '';
$this->Domicilio = '';
$this->Ciudad = '';
$this->NumeroSocio = '';
$this->Estado = '';
$this->NumeroRecibo = '';
$this->FechaRecibo = '';
$this->Pais = '';
$this->Profesion = '';
$this->Cargo = '';
$this->Institucion = '';
$this->RazonSocial = '';
$this->CUIT = '';
$this->DireccionComercial = '';
}
public function ParseFromArray(array $arr)
{
$this->IdCursoJurado = $arr['IdCursoJurado'];
$this->Apellido = stripslashes($arr['Apellido']);
$this->Nombre = stripslashes($arr['Nombre']);
$this->Categoria = stripslashes($arr['Categoria']);
$this->ImporteAPagar = stripslashes($arr['ImporteAPagar']);
$this->Fecha = stripslashes($arr['Fecha']);
$this->DNI = stripslashes($arr['DNI']);
$this->FechaNacimiento = stripslashes($arr['FechaNacimiento']);
$this->Email = stripslashes($arr['Email']);
$this->Telefono = stripslashes($arr['Telefono']);
$this->Domicilio = stripslashes($arr['Domicilio']);
$this->Ciudad = stripslashes($arr['Ciudad']);
$this->NumeroSocio = stripslashes($arr['NumeroSocio']);
$this->Estado = stripslashes($arr['Estado']);
$this->NumeroRecibo = stripslashes($arr['NumeroRecibo']);
$this->FechaRecibo = stripslashes($arr['FechaRecibo']);
$this->Pais = stripslashes($arr['Pais']);
$this->Profesion = stripslashes($arr['Profesion']);
$this->Cargo = stripslashes($arr['Cargo']);
$this->Institucion = stripslashes($arr['Institucion']);
$this->RazonSocial = stripslashes($arr['RazonSocial']);
$this->CUIT = stripslashes($arr['CUIT']);
$this->DireccionComercial = stripslashes($arr['DireccionComercial']);
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat