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');
require_once('class.keywords.php');
class Educacion
{
public $IdEducacion;
public $IdCategoria;
public $Titulo;
public $Encuentro;
public $Fecha;
public $Hora;
public $Organizador;
public $Disponible;
public $Video;
public $Unisar;
public $IGG4;
public $Keywords;
public function __construct()
{
$this->IdEducacion = '';
$this->IdCategoria = '';
$this->Titulo = '';
$this->Encuentro = '';
$this->Fecha = '';
$this->Hora = '';
$this->Organizador = '';
$this->Disponible = 1;
$this->Video = '';
$this->Unisar = 0;
$this->IGG4 = 0;
$this->Keywords = array();
}
public function ParseFromArray(array $arr)
{
$this->IdEducacion = $arr['IdEducacion'];
$this->IdCategoria = $arr['IdCategoria'];
$this->Titulo = stripslashes($arr['Titulo']);
$this->Encuentro = stripslashes($arr['Encuentro']);
$this->Fecha = $arr['Fecha'];
$this->Hora = stripslashes($arr['Hora']);
$this->Organizador = stripslashes($arr['Organizador']);
$this->Disponible = $arr['Disponible'];
$this->Video = $arr['Video'];
$this->Unisar = $arr['Unisar'];
$this->IGG4 = $arr['IGG4'];
$this->Keywords = $this->GetKeywords();
}
public function GetKeywords() {
$oKeywords = new Keywords();
return $oKeywords->GetAll(array('IdEducacion' => $this->IdEducacion));
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat