Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
require_once('../library/class.contactos.php');
require_once('../library/class.misc.php');
/* obtenemos datos enviados */
$filter = array();
$filter['Nombre'] = trim($_REQUEST['Nombre']);
$filter['Email'] = trim($_REQUEST['Email']);
$filter['Telefono'] = trim($_REQUEST['Telefono']);
$filter['Destino'] = trim($_REQUEST['Destino']);
$filter['Consulta'] = trim($_REQUEST['Consulta']);
$filter['Fecha'] = trim($_REQUEST['Fecha']);
$Page = intval($_REQUEST['pageIndex']);
$PageSize = intval($_REQUEST['pageSize']);
/* declaramos e instanciamos variables necesarias */
$arrData = array();
$oContactos = new Contactos();
$oPage = new Page($Page, $PageSize);
$arrData = $oContactos->GetAll($filter, $oPage);
$count = $oContactos->GetCountRows($filter);
if ($arrData)
{
foreach ($arrData as $oContacto)
{
$oContacto->Nombre = utf8_encode($oContacto->Nombre);
$oContacto->Consulta = utf8_encode($oContacto->Consulta);
$oContacto->Fecha = CambiarFechaHora($oContacto->Fecha);
}
}
$arrResult = array("data" => $arrData, "itemsCount" => $count);
header('Content-type: application/json');
echo json_encode($arrResult);
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat