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 LogWS
{
public $IdLogWS;
public $Fecha;
public $Operacion;
public $XmlRequest;
public $XmlResponse;
public $Comentarios;
public $Url;
public function __construct()
{
$this->IdLogWS = '';
$this->Fecha = '';
$this->Operacion = '';
$this->XmlRequest = '';
$this->XmlResponse = '';
$this->Comentarios = '';
$this->Url = '';
}
public function ParseFromArray(array $arr)
{
$this->IdLogWS = $arr['IdLogWS'];
$this->Fecha = $arr['Fecha'];
$this->Operacion = $arr['Operacion'];
$this->XmlRequest = stripslashes($arr['XmlRequest']);
$this->XmlResponse = stripslashes($arr['XmlResponse']);
$this->Comentarios = stripslashes($arr['Comentarios']);
$this->Url = $arr['Url'];
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat