Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
error_reporting(E_ERROR | E_PARSE);
require_once('../library/class.noticias.php');
require_once('../library/class.categorias.php');
/* obtenemos datos enviados */
$IdNoticia = intval($_REQUEST['IdNoticia']);
/* declaramos e instanciamos variables necesarias */
$oNoticias = new Noticias();
$oCategorias = new Categorias();
function br2nl ( $string, $separator = PHP_EOL )
{
$separator = in_array($separator, array("\n", "\r", "\r\n", "\n\r", chr(30), chr(155), PHP_EOL)) ? $separator : PHP_EOL; // Checks if provided $separator is valid.
return preg_replace('/\<br(\s*)?\/?\>/i', $separator, $string);
}
if ($oNoticia = $oNoticias->GetById($IdNoticia))
{
$oNoticia->Titulo = ($oNoticia->Titulo);
$oNoticia->Copete = nl2br(strip_tags(br2nl($oNoticia->Copete)));
$oNoticia->Categoria = $oCategorias->GetById($oNoticia->IdCategoria);
$oNoticia->Categoria->Nombre = utf8_encode($oNoticia->Categoria->Nombre);
if ($oNoticia->Imagen)
$oNoticia->Imagen = Noticia::PathImageBig . $oNoticia->Imagen;
for ($i = 0; $i < count($oNoticia->Imagenes); $i++)
{
$oNoticia->Imagenes[$i]->Imagen = Noticia::PathImageBig . $oNoticia->Imagenes[$i]->Imagen;
}
for ($i = 0; $i < count($oNoticia->Archivos); $i++)
{
$oNoticia->Archivos[$i]->Archivo = Noticia::PathFile . $oNoticia->Archivos[$i]->Archivo;
}
$arrResult = array("data" => $oNoticia, "result" => true);
}
else
{
$arrResult = array("data" => "Noticia no encontrada", "result" => false);
}
header('Content-type: application/json');
echo json_encode($arrResult);
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat