Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
ob_clean();
ob_start();
session_start();
require_once('library/class.contenidocalendario.php');
require_once('library/class.contenidocalendarioprueba.php');
require_once('library/class.contenidocalendariopruebas.php');
require_once('library/class.contenidocalendarios.php');
require_once('library/class.misc.php');
require_once("_adminexpo_/catalogo_pdf/MPDF54/mpdf.php");
/* obtiene datos del formulario */
$calendarioID = intval($_REQUEST['calendarioID']);
$tipoID = intval($_REQUEST['tipoID']);
/* declaracion de variables */
$oCalendarios = new ContenidoCalendarios();
$oCalendarioPruebas = new ContenidoCalendarioPruebas();
/* verifica si existe el registro */
if (!$oCalendario = $oCalendarios->GetById($calendarioID))
exit;
/* obtenemos las pruebas funcionales seleccionadas */
$arrPruebasFuncionales = $oCalendarioPruebas->GetAllByContenidoCalendario($oCalendario);
$Pruebas = '';
foreach ($arrPruebasFuncionales as $oContenidoCalendarioPrueba)
{
if ($Pruebas != '')
$Pruebas .= ", ";
$Pruebas.= $oContenidoCalendarioPrueba->prueba_funcional;
}
$id_galeria = $oCalendario->id_galeria;
function ListarSql($sql, $cnx, $indice = "", $tipo = 0){
$sql_datos = mysql_query($sql, $cnx) or die(mysql_error());
$sql_cantidad = mysql_num_rows($sql_datos);
$resultado = array();
if($sql_cantidad > 0){
if($tipo == 0){
for($i = 0; $registro = mysql_fetch_assoc($sql_datos); $i++){
if($indice != ""){
$resultado[$registro[$indice]] = $registro;
}
else{
$resultado[] = $registro;
}
}
}
else{
$resultado = mysql_fetch_assoc($sql_datos) ;
}
}
return $resultado;
}
$listado = array();
if (isset($id_galeria) && $id_galeria != '' && $id_galeria != '0') {
$sql = "SELECT * FROM fotos_galerias WHERE id_galeria = '".$id_galeria."' ORDER BY id_foto_galeria ASC";
$listado = ListarSql($sql, $cnx);
$sql = "SELECT * FROM galeria_imagenes WHERE id_galeria = '$id_galeria'";
$datos_galeria = ListarSql($sql, $cnx,'', 1);
$DIR_GALERIA_IMG_FRONT = '../_recursos/galeria2/' . '' ;
$ruta_galeria = $DIR_GALERIA_IMG_FRONT . str_pad($id_galeria, 6, '0', STR_PAD_LEFT);
}
$oMpdf = new mPDF();
$oMpdf->watermarkText = '';
?>
<html>
<head>
<style>
.header-content {
height: 210px;
border-right: solid 4px;
border-bottom: solid 4px;
border-left: solid 4px;
font-family: calibri;
padding-right: 0px;
float: left;
border-color: #63111D;
}
.col_exp {
float: left;
width: 50px;
height: 210px;
border-right: solid 4px;
border-bottom: solid 4px;
border-left: solid 4px;
word-wrap: break-word;
border-color: #63111D;
}
.ssi-content {
border-top: solid 4px;
width: 598px;
height: 628;
font-weight: bold;
border-color: #63111D;
}
.ssi-header {
width: 606px;
}
.i {
margin-left: 4px;
}
.col_exp h1 {
font-size: 16px;
margin-left: 19px;
margin-top: 7px;
}
.header-content ul li {
list-style: none;
margin-left: -35px;
color: #531625;
line-height: 18px;
font-size: 15px;
font-family: calibri;
height: 20px;
}
.header-content ul li strong {
color: black;
font-weight: bold;
line-height: 18px;
}
.header-content img {
float: right;
margin-right: 8px;
margin-top: 8px;
}
.header-content h1 {
text-align: center;
margin-left: 80px;
font-size: 18px;
}
.header-content ul a li:first-child {
float: left;
margin-left: 20px;
}
.header-content ul a li {
text-decoration: underline;
margin-right: 20px;
margin-top: 10px;
position: relative;
}
.programa {
float: left;
width: 100%;
border: solid;
border-color: #63111D;
}
.programa tr td h3 {
height: 32px;
width: 592px;
background-color: #63111D;
color: white;
text-align: center;
margin-top: 0px;
}
.programa ul{
list-style-type: none;
padding-left: 0px;
width: 100%;
}
.programa ul li {
list-style-type: none;
width: 100%;
}
.programa div{
width: 100% !important;
color: red;
display: block;
}
p, span{
clear: both;
}
</style>
</head>
<body>
<div class="ssi-content" width="100%">
<div class="ssi-header" width="100%">
<?php include('ssi_header_pdf2.php'); ?>
</div>%%CONTENT%%
<?php include('ssi_aux.php'); ?>
</div>
</body>
</html>
<?php
$content = ob_get_contents();
ob_end_clean();
$oMpdf->WriteHTML(utf8_encode(str_replace('%%CONTENT%%', $contenido, $content)));
$oMpdf->Output('informacion_calendario.pdf','D');
//print_r($content);
//exit;
//$mpdf->mirrorMargins = 1;
//$mpdf->useOnlyCoreFonts = true;
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat