Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php //------------------------------------------------------------------------------ ..

Decoded Output download

<?php  
//------------------------------------------------------------------------------ 
//<INFO > 
//     This file was generated by MyPhpGuard 1.3.0.32623 
//      
//     Date:21/06/2016 9:57:21 
// 
// </INFO > 
//------------------------------------------------------------------------------ 
 /** 
 *  
 * @category     
 * @package     
 * @author      Cristian Frias <[email protected]> 
 * @copyright   2010 Cristian Frias 
 * @license      
 * @version     
 * @link    
 *       
 */ 
?> 
<?php 
session_name("Administrador");session_start();if ($_SESSION["EntityID"] == "") 
{header("Location:sessionexpired.php"); 
}require('Library/Control_Cache.php');require('Library/Open_Conexion.php');require('Library/funciones.php'); 
?> 
<fieldset id="Fs_Lista_Cliente" class="" > 
<legend>Lista de Moviles: </legend> 
<div> 
<!--<table class="moduletable"  width="100%" cellpadding="2" cellspacing="0" cols=9>--> 
<table class="Tabla_Lista_Moviles"> 
<thead> 
<tr> 
<!--<th width="10" >Nro.</th>--> 
<th></th> 
<th width="50">Mvil</th> 
<th width="200">Conductor</th> 
<th width="50">Telefono</th> 
<th width="50">Celular</th> 
<th width="250">Direccion</th> 
<th width="200">Propietario</th> 
<th width="50">Marca</th> 
<th width="50">Tipo</th> 
<th width="50">Modelo</th> 
<th width="50">Placa</th> 
<th width="50">Frec</th> 
<th width="80">Pago</th> 
<th width="50">Talleres</th> 
<th width="50" colspan="2">Fotos</th> 
<th width="20">&nbsp;</th> 
</tr> 
</thead> 
<tbody> 
<?php 
$SIGAD1s3235 = "SELECT * FROM silenthill";$SIGAD1s3236=$bd->ejecutar($SIGAD1s3235); 
if (($SIGAD1s3238 = mysqli_fetch_array($SIGAD1s3236) )){$SIGAD1s3239 = $SIGAD1s3238["Device"]; 
}mysqli_free_result($SIGAD1s3236);if ($SIGAD1s3239==DeviceSilentHill()){$SIGAD1s3240=ConvertDateToMysqlFormat($_GET['inscritos_desde']); 
$SIGAD1s3241=ConvertDateToMysqlFormat($_GET['inscritos_hasta']);$SIGAD1s3242=$_GET['Analisis'];$SIGAD1s3243 = "SELECT  co.Conduce_Movil, co.Conduce_Dias_Taller, co.Conduce_Monto_Frecuencia, co.Forma_de_Pago, v.* , c.*, p.nombre as NombreP, p.apellido as ApellidoP, co.Conduce_Movil, lpad(concat(Conduce_Movil, if(right(Conduce_Movil, 1) > '9', '**', ' ')), 10, ' ') as pp FROM vehiculo v inner join conduce co on v.Veh_ID=co.Veh_ID AND co.Agent_ID=".$_SESSION["EntityID"]; 
$SIGAD1s3243 = $SIGAD1s3243."	inner join propietario p on p.Prop_ID=v.Prop_ID AND p.Agent_ID=".$_SESSION["EntityID"]; 
$SIGAD1s3243 = $SIGAD1s3243."	inner join conductor c on c.Cond_ID=co.Cond_ID  AND c.Agent_ID=".$_SESSION["EntityID"]; 
$SIGAD1s3243 = $SIGAD1s3243." WHERE ";if ( ($_GET['inscritos_desde'] != ""  ) && ($_GET['inscritos_hasta'] != ""  ) ) 
{$SIGAD1s3243 = $SIGAD1s3243." co.Fecha_Alta >='".$SIGAD1s3240." 00:00:00' AND  Fecha_Alta<= '".$SIGAD1s3241." 23:59:59' AND "; 
}if ( $_GET['nombre'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." (  (c.nombre like '%".$_GET['nombre']."%') || (p.nombre like '%".$_GET['nombre']."%')  )  AND "; 
if ($_GET['apellido'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." (  (c.apellido like '%".$_GET['apellido']."%' ) || (p.apellido like '%".$_GET['apellido']."%')  ) AND" ; 
if ( $_GET['nombrep'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." (  (p.nombre like '%".$_GET['nombrep']."%' ) || (c.nombre like '%".$_GET['nombrep']."%')  )  AND"; 
if ($_GET['apellidop'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." (   (p.apellido like '%".$_GET['apellidop']."%'  ) || (c.apellido like '%".$_GET['apellidop']."%')  )  AND" ; 
if ($_GET['movil'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." Conduce_Movil='".$_GET['movil']."' AND"; 
if ($_GET['placa'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." placa like '%".$_GET['placa']."%' AND" ; 
if ($_GET['marca'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." marca='".$_GET['marca']."' AND" ; 
if ($_GET['modelo'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." modelo".$_GET['modelo']." AND" ; 
if ($_GET['tipo'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." tipo='".$_GET['tipo']."' AND" ; 
if ($_GET['clase'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." clase='".$_GET['clase']."' AND" ; 
if ($_GET['color'] != ""  )$SIGAD1s3243 = $SIGAD1s3243." color='".$_GET['color']."' AND" ; 
if ($_GET['estado'] == "a"  )$SIGAD1s3243 = $SIGAD1s3243." co.Fecha_Baja IS NULL AND" ; 
else 
if ($_GET['estado'] == "i"  )$SIGAD1s3243 = $SIGAD1s3243." Not (co.Fecha_Baja IS NULL) AND" ; 
$SIGAD1s3243 = $SIGAD1s3243." 1=1 ORDER BY pp ";$SIGAD1s3244=1; 
//echo $SIGAD1s3243;  
$SIGAD1s3245=$bd->ejecutar($SIGAD1s3243);while (($SIGAD1s3246 = mysqli_fetch_array($SIGAD1s3245) )) 
{$SIGAD1s3247 = $SIGAD1s3246["Cond_ID"];$SIGAD1s3248 = $SIGAD1s3246["Veh_ID"]; 
$SIGAD1s3249 = $SIGAD1s3246["Nombre"];$SIGAD1s3250 = $SIGAD1s3246["Apellido"]; 
$SIGAD1s3251 = $SIGAD1s3246["NombreP"];$SIGAD1s3252 = $SIGAD1s3246["ApellidoP"]; 
$SIGAD1s3253 = $SIGAD1s3246["Telefono"];$SIGAD1s3254 = $SIGAD1s3246["Celular"]; 
$SIGAD1s3255 = $SIGAD1s3246["Direccion"];$SIGAD1s3256=$SIGAD1s3246["Conduce_Movil"]; 
$SIGAD1s3257=$SIGAD1s3246["Marca"];$SIGAD1s3258=$SIGAD1s3246["Modelo"];$SIGAD1s3259=$SIGAD1s3246["Tipo"]; 
$SIGAD1s3260=$SIGAD1s3246["Placa"];$SIGAD1s3261=$SIGAD1s3246["Conduce_Dias_Taller"]; 
$SIGAD1s3262=$SIGAD1s3246["Conduce_Monto_Frecuencia"]; 
$SIGAD1s3263=$SIGAD1s3246["Forma_de_Pago"];$SIGAD1s3264 = $SIGAD1s3246["Color"]; 
$SIGAD1s3265 = $SIGAD1s3246["foto"];$SIGAD1s3266 = $SIGAD1s3246["foto_auto"]; 
$SIGAD1s3267="&nbsp;";$SIGAD1s3268="&nbsp;";$SIGAD1s3269=$SIGAD1s3246["pp"];; 
if ($SIGAD1s3265)$SIGAD1s3267="Ch";if ($SIGAD1s3266)$SIGAD1s3268="Au";if (($SIGAD1s3244%2) == 0) 
$SIGAD1s3270='class="estilopar"'; 
else 
$SIGAD1s3270='class="estiloimpar"'; 
?> 
<tr > 
<!--<td width="10" > 
<?php echo  $SIGAD1s3244?> 
</td>	--> 
<td style="background-color:# 
<?php echo  $SIGAD1s3264; ?> 
" >&nbsp;</td> 
<td width="80" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3256; ?> 
</td> 
<td width="200" align="left"> 
<?php 
if ($SIGAD1s3242=="true"){ 
?> 
<a href="javascript:Menu_Movil_Analisis( 
<?php echo  $SIGAD1s3247?> 
,' 
<?php echo  $SIGAD1s3249;?> 
  
<?php echo  $SIGAD1s3250;?> 
',' 
<?php echo  $SIGAD1s3256;?> 
');"> 
<?php echo $SIGAD1s3249." ".$SIGAD1s3250; ?> 
</a> 
<?php 
} 
else 
{ 
?> 
<a href="javascript:Menu_Movil( 
<?php echo  $SIGAD1s3247?> 
,' 
<?php echo  $SIGAD1s3249;?> 
');"> 
<?php echo $SIGAD1s3249." ".$SIGAD1s3250; ?> 
</a> 
<?php 
} 
?> 
</td> 
<td width="80" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3253; ?> 
</td> 
<td width="100" align="right" style="font-size:x-small"> 
	<?php echo  $SIGAD1s3254; ?>  
     <!--<a  target='_blank' href='https://api.whatsapp.com/send?phone=591<?php echo $SIGAD1s3254;?>&text=Buenas Noches, son muy pocos dias que estas cubriendo turno de 7 a 8 am, *debe salir mas dias a cubrir este turno.*'>--> 
     <a  target='_blank' href='https://api.whatsapp.com/send?phone=591<?php echo $SIGAD1s3254;?>&text=Buenas Noches, en abril has salido menos de 5 dias a cubrir turno de 7 a 8 am, *debe salir mas dias a cubrir este turno.*'> 
        <img src='images/whatsapp.png' width='23' height='22' border='0'/>                                 
    </a> 
</td> 
<td width="83" align="left" style="font-size:x-small"> 
<?php echo  $SIGAD1s3255; ?> 
</td> 
<td width="200" align="left"> 
<?php echo $SIGAD1s3251." ".$SIGAD1s3252; ?> 
</td> 
<td width="100" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3257;?> 
</td> 
<td width="100" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3259;?> 
</td> 
<td width="100" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3258;?> 
</td> 
<td width="100" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3260;?> 
</td> 
<td width="50" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3262;?> 
</td> 
<td width="80" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3263;?> 
</td> 
<td width="50" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3261;?> 
</td> 
<td width="50" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3267;?> 
</td> 
<td width="50" align="right" style="font-size:x-small"> 
<?php echo  $SIGAD1s3268;?> 
</td> 
</tr> 
<?php 
$SIGAD1s3244++;}mysqli_free_result($SIGAD1s3245);} 
else 
{echo "<center><font color='#FF0000' size='+3'>Esta copia de SIGA no es Original.</font><br>Se recuerda que la pirateria esta penada por ley.</center>"; 
echo "<br>Se acaba de enviar un email con toda la informacion de este equipo, para que se proceda legalemnte contra usted."; 
} 
?> 
</tbody> 
</table> 
<?php 
if ($SIGAD1s3244 == 1 ){echo "<br><br>No hay Registros<br>"; 
} 
?> 
</div> 
<table width="100%"> 
<tr> 
<td> 
</td> 
<td align="right"> 
<?php 
if (($SIGAD1s3244-1)==1)echo "<b> Total: ".($SIGAD1s3244 -1)." Movil<b>"; 
else 
echo "<b> Total: ".($SIGAD1s3244 -1.)." Moviles<b>"; 
?> 
</td> 
</tr> 
</table> 
<img src="images/spacer.gif" onload="$('.Tabla_Lista_Moviles').flexigrid({nowrap: false, title : 'Lista de Moviles',showTableToggleBtn : true,width : 1250,height :200, singleSelect: true	});" /> 
</fieldset>	1 
<?php 
require('Library/Close_Conexion.php'); 
?> 

Did this file decode correctly?

Original Code

<?php 
//------------------------------------------------------------------------------
//<INFO >
//     This file was generated by MyPhpGuard 1.3.0.32623
//     
//     Date:21/06/2016 9:57:21
//
// </INFO >
//------------------------------------------------------------------------------
 /**
 * 
 * @category    
 * @package    
 * @author      Cristian Frias <[email protected]>
 * @copyright   2010 Cristian Frias
 * @license     
 * @version    
 * @link   
 *      
 */
?>
<?php
session_name("\x41\x64\x6di\x6e\x69\x73t\x72\x61\x64\x6fr");session_start();if ($_SESSION["\x45\x6e\x74i\x74\x79\x49D"] == "")
{header("\x4c\x6f\x63a\x74\x69\x6fn\x3a\x73\x65\x73s\x69\x6f\x6ee\x78\x70\x69r\x65\x64.\x70\x68\x70");
}require('Library/Control_Cache.php');require('Library/Open_Conexion.php');require('Library/funciones.php');
?>
<fieldset id="Fs_Lista_Cliente" class="" >
<legend>Lista de Moviles: </legend>
<div>
<!--<table class="moduletable"  width="100%" cellpadding="2" cellspacing="0" cols=9>-->
<table class="Tabla_Lista_Moviles">
<thead>
<tr>
<!--<th width="10" >Nro.</th>-->
<th></th>
<th width="50">Mvil</th>
<th width="200">Conductor</th>
<th width="50">Telefono</th>
<th width="50">Celular</th>
<th width="250">Direccion</th>
<th width="200">Propietario</th>
<th width="50">Marca</th>
<th width="50">Tipo</th>
<th width="50">Modelo</th>
<th width="50">Placa</th>
<th width="50">Frec</th>
<th width="80">Pago</th>
<th width="50">Talleres</th>
<th width="50" colspan="2">Fotos</th>
<th width="20">&nbsp;</th>
</tr>
</thead>
<tbody>
<?php
$SIGAD1s3235 = "\x53\x45\x4cE\x43\x54\x20*\x20\x46\x52\x4fM\x20\x73\x69l\x65\x6e\x74h\x69\x6cl";$SIGAD1s3236=$bd->ejecutar($SIGAD1s3235);
if (($SIGAD1s3238 = mysqli_fetch_array($SIGAD1s3236) )){$SIGAD1s3239 = $SIGAD1s3238["\x44\x65\x76i\x63\x65"];
}mysqli_free_result($SIGAD1s3236);if ($SIGAD1s3239==DeviceSilentHill()){$SIGAD1s3240=ConvertDateToMysqlFormat($_GET['inscritos_desde']);
$SIGAD1s3241=ConvertDateToMysqlFormat($_GET['inscritos_hasta']);$SIGAD1s3242=$_GET['Analisis'];$SIGAD1s3243 = "\x53\x45\x4cE\x43\x54\x20 \x63\x6f\x2e\x43o\x6e\x64\x75c\x65\x5f\x4do\x76\x69l\x2c\x20\x63\x6f\x2eC\x6fn\x64u\x63e\x5fD\x69\x61s\x5fT\x61l\x6c\x65\x72\x2c \x63o\x2eC\x6fn\x64\x75\x63\x65\x5f\x4do\x6et\x6f\x5f\x46\x72\x65c\x75e\x6e\x63i\x61,\x20\x63\x6f\x2e\x46\x6fr\x6da\x5f\x64e\x5f\x50a\x67o\x2c \x76\x2e*\x20,\x20c\x2e*\x2c \x70\x2en\x6f\x6db\x72e\x20\x61s\x20\x4eo\x6db\x72\x65\x50,\x20\x70\x2ea\x70e\x6c\x6ci\x64\x6f\x20\x61s\x20A\x70\x65\x6cl\x69\x64\x6fP\x2c \x63o\x2e\x43\x6fn\x64u\x63\x65\x5fM\x6fv\x69l\x2c\x20\x6cp\x61\x64(\x63o\x6ec\x61t\x28\x43o\x6e\x64\x75\x63\x65_\x4do\x76\x69\x6c,\x20i\x66(\x72i\x67h\x74(\x43\x6f\x6e\x64\x75c\x65_\x4do\x76i\x6c,\x201\x29 > \x27\x39\x27,\x20\x27*\x2a'\x2c\x20\x27 \x27\x29)\x2c\x201\x30,\x20\x27 \x27\x29\x20a\x73 \x70p\x20\x46\x52O\x4d\x20\x76e\x68i\x63\x75l\x6f\x20\x76\x20\x69n\x6e\x65r\x20\x6ao\x69\x6e \x63o\x6e\x64u\x63\x65\x20\x63o\x20o\x6e \x76.\x56e\x68\x5f\x49\x44\x3d\x63\x6f.\x56e\x68_\x49\x44 \x41N\x44 \x63o\x2eA\x67e\x6e\x74_\x49\x44=".$_SESSION["\x45\x6e\x74i\x74\x79\x49D"];
$SIGAD1s3243 = $SIGAD1s3243."	\x69\x6en\x65\x72\x20j\x6f\x69\x6e\x20p\x72\x6f\x70i\x65\x74\x61r\x69\x6f \x70\x20\x6f\x6e\x20p\x2eP\x72o\x70_\x49D\x3d\x76.\x50r\x6fp\x5f\x49\x44\x20A\x4eD\x20p\x2eA\x67\x65\x6e\x74\x5f\x49D\x3d".$_SESSION["\x45\x6e\x74i\x74\x79\x49D"];
$SIGAD1s3243 = $SIGAD1s3243."	\x69\x6en\x65\x72\x20j\x6f\x69\x6e\x20c\x6f\x6e\x64u\x63\x74\x6fr\x20\x63 \x6f\x6e\x20\x63\x2eC\x6fn\x64_\x49D\x3dc\x6f\x2eC\x6fn\x64_\x49\x44\x20\x20A\x4eD\x20c\x2eA\x67\x65\x6e\x74\x5f\x49D\x3d".$_SESSION["\x45\x6e\x74i\x74\x79\x49D"];
$SIGAD1s3243 = $SIGAD1s3243."\x20\x57\x48E\x52\x45\x20";if ( ($_GET['inscritos_desde'] != ""  ) && ($_GET['inscritos_hasta'] != ""  ) )
{$SIGAD1s3243 = $SIGAD1s3243."\x20\x63\x6f.\x46\x65\x63h\x61\x5f\x41\x6ct\x61\x20>=\x27".$SIGAD1s3240."\x20\x30\x30:\x30\x30\x3a0\x30\x27\x20\x41N\x44\x20\x20F\x65\x63\x68a\x5f\x41l\x74\x61\x3c\x3d\x20'".$SIGAD1s3241."\x20\x32\x33:\x35\x39\x3a5\x39\x27\x20\x41N\x44\x20";
}if ( $_GET['nombre'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x28\x20 \x28\x63\x2en\x6f\x6d\x62\x72e\x20\x6c\x69k\x65\x20\x27%".$_GET['nombre']."\x25\x27\x29 \x7c\x7c\x20(\x70\x2e\x6e\x6fm\x62\x72\x65 \x6c\x69\x6be\x20\x27%".$_GET['nombre']."\x25\x27\x29 \x20\x29\x20 \x41\x4e\x44\x20";
if ($_GET['apellido'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x28\x20 \x28\x63\x2ea\x70\x65\x6c\x6ci\x64\x6f\x20l\x69\x6b\x65 \x27\x25".$_GET['apellido']."\x25\x27\x20)\x20\x7c\x7c \x28\x70\x2e\x61p\x65\x6c\x6ci\x64\x6f\x20l\x69\x6be\x20\x27\x25".$_GET['apellido']."\x25\x27\x29 \x20\x29\x20A\x4e\x44" ;
if ( $_GET['nombrep'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x28\x20 \x28\x70\x2en\x6f\x6d\x62\x72e\x20\x6c\x69k\x65\x20\x27%".$_GET['nombrep']."\x25\x27\x20)\x20\x7c\x7c \x28\x63\x2e\x6eo\x6d\x62\x72e\x20\x6c\x69k\x65\x20'\x25".$_GET['nombrep']."\x25\x27\x29 \x20\x29\x20 \x41\x4e\x44";
if ($_GET['apellidop'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x28\x20 \x20\x28\x70.\x61\x70\x65\x6cl\x69\x64\x6f \x6c\x69\x6be\x20\x27%".$_GET['apellidop']."\x25\x27\x20 \x29\x20\x7c|\x20\x28\x63\x2ea\x70\x65\x6cl\x69\x64\x6f \x6c\x69k\x65\x20\x27\x25".$_GET['apellidop']."\x25\x27\x29 \x20\x29\x20 \x41\x4e\x44" ;
if ($_GET['movil'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x43\x6fn\x64\x75\x63e\x5f\x4d\x6f\x76i\x6c\x3d\x27".$_GET['movil']."\x27\x20\x41N\x44";
if ($_GET['placa'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x70\x6ca\x63\x61\x20l\x69\x6b\x65\x20'\x25".$_GET['placa']."\x25\x27\x20A\x4e\x44" ;
if ($_GET['marca'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x6d\x61r\x63\x61\x3d'".$_GET['marca']."\x27\x20\x41N\x44" ;
if ($_GET['modelo'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x6d\x6fd\x65\x6c\x6f".$_GET['modelo']."\x20\x41\x4eD" ;
if ($_GET['tipo'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x74\x69p\x6f\x3d\x27".$_GET['tipo']."\x27\x20\x41N\x44" ;
if ($_GET['clase'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x63\x6ca\x73\x65\x3d'".$_GET['clase']."\x27\x20\x41N\x44" ;
if ($_GET['color'] != ""  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x63\x6fl\x6f\x72\x3d'".$_GET['color']."\x27\x20\x41N\x44" ;
if ($_GET['estado'] == "\x61"  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x63\x6f.\x46\x65\x63h\x61\x5f\x42\x61j\x61\x20\x49S\x20\x4e\x55L\x4c\x20A\x4e\x44" ;
else
if ($_GET['estado'] == "\x69"  )$SIGAD1s3243 = $SIGAD1s3243."\x20\x4e\x6ft\x20\x28\x63o\x2e\x46\x65\x63h\x61\x5f\x42a\x6a\x61\x20I\x53\x20N\x55\x4c\x4c\x29\x20A\x4eD" ;
$SIGAD1s3243 = $SIGAD1s3243."\x20\x31\x3d1\x20\x4f\x52D\x45\x52\x20\x42Y\x20\x70\x70 ";$SIGAD1s3244=1;
//echo $SIGAD1s3243; 
$SIGAD1s3245=$bd->ejecutar($SIGAD1s3243);while (($SIGAD1s3246 = mysqli_fetch_array($SIGAD1s3245) ))
{$SIGAD1s3247 = $SIGAD1s3246["\x43\x6f\x6ed\x5f\x49\x44"];$SIGAD1s3248 = $SIGAD1s3246["\x56\x65\x68_\x49\x44"];
$SIGAD1s3249 = $SIGAD1s3246["\x4e\x6f\x6db\x72\x65"];$SIGAD1s3250 = $SIGAD1s3246["\x41\x70\x65l\x6c\x69\x64o"];
$SIGAD1s3251 = $SIGAD1s3246["\x4e\x6f\x6db\x72\x65\x50"];$SIGAD1s3252 = $SIGAD1s3246["\x41\x70\x65l\x6c\x69\x64o\x50"];
$SIGAD1s3253 = $SIGAD1s3246["\x54\x65\x6ce\x66\x6f\x6eo"];$SIGAD1s3254 = $SIGAD1s3246["\x43\x65\x6cu\x6c\x61\x72"];
$SIGAD1s3255 = $SIGAD1s3246["\x44\x69\x72e\x63\x63\x69o\x6e"];$SIGAD1s3256=$SIGAD1s3246["\x43\x6f\x6ed\x75\x63\x65_\x4d\x6f\x76\x69l"];
$SIGAD1s3257=$SIGAD1s3246["\x4d\x61\x72c\x61"];$SIGAD1s3258=$SIGAD1s3246["\x4d\x6f\x64e\x6c\x6f"];$SIGAD1s3259=$SIGAD1s3246["\x54\x69\x70o"];
$SIGAD1s3260=$SIGAD1s3246["\x50\x6c\x61c\x61"];$SIGAD1s3261=$SIGAD1s3246["\x43\x6f\x6ed\x75\x63\x65_\x44\x69\x61\x73_\x54\x61\x6cl\x65\x72"];
$SIGAD1s3262=$SIGAD1s3246["\x43\x6f\x6ed\x75\x63\x65_\x4d\x6f\x6e\x74o\x5f\x46\x72e\x63\x75\x65n\x63\x69a"];
$SIGAD1s3263=$SIGAD1s3246["\x46\x6f\x72m\x61\x5f\x64e\x5f\x50\x61\x67o"];$SIGAD1s3264 = $SIGAD1s3246["\x43\x6f\x6co\x72"];
$SIGAD1s3265 = $SIGAD1s3246["\x66\x6f\x74o"];$SIGAD1s3266 = $SIGAD1s3246["\x66\x6f\x74o\x5f\x61\x75t\x6f"];
$SIGAD1s3267="\x26\x6e\x62s\x70\x3b";$SIGAD1s3268="\x26\x6e\x62s\x70\x3b";$SIGAD1s3269=$SIGAD1s3246["\x70\x70"];;
if ($SIGAD1s3265)$SIGAD1s3267="\x43\x68";if ($SIGAD1s3266)$SIGAD1s3268="\x41\x75";if (($SIGAD1s3244%2) == 0)
$SIGAD1s3270='class="estilopar"';
else
$SIGAD1s3270='class="estiloimpar"';
?>
<tr >
<!--<td width="10" >
<?php echo  $SIGAD1s3244?>
</td>	-->
<td style="background-color:#
<?php echo  $SIGAD1s3264; ?>
" >&nbsp;</td>
<td width="80" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3256; ?>
</td>
<td width="200" align="left">
<?php
if ($SIGAD1s3242=="\x74\x72\x75e"){
?>
<a href="javascript:Menu_Movil_Analisis(
<?php echo  $SIGAD1s3247?>
,'
<?php echo  $SIGAD1s3249;?>
 
<?php echo  $SIGAD1s3250;?>
','
<?php echo  $SIGAD1s3256;?>
');">
<?php echo $SIGAD1s3249."\x20".$SIGAD1s3250; ?>
</a>
<?php
}
else
{
?>
<a href="javascript:Menu_Movil(
<?php echo  $SIGAD1s3247?>
,'
<?php echo  $SIGAD1s3249;?>
');">
<?php echo $SIGAD1s3249."\x20".$SIGAD1s3250; ?>
</a>
<?php
}
?>
</td>
<td width="80" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3253; ?>
</td>
<td width="100" align="right" style="font-size:x-small">
	<?php echo  $SIGAD1s3254; ?> 
     <!--<a  target='_blank' href='https://api.whatsapp.com/send?phone=591<?PHP echo $SIGAD1s3254;?>&text=Buenas Noches, son muy pocos dias que estas cubriendo turno de 7 a 8 am, *debe salir mas dias a cubrir este turno.*'>-->
     <a  target='_blank' href='https://api.whatsapp.com/send?phone=591<?PHP echo $SIGAD1s3254;?>&text=Buenas Noches, en abril has salido menos de 5 dias a cubrir turno de 7 a 8 am, *debe salir mas dias a cubrir este turno.*'>
        <img src='images/whatsapp.png' width='23' height='22' border='0'/>                                
    </a>
</td>
<td width="83" align="left" style="font-size:x-small">
<?php echo  $SIGAD1s3255; ?>
</td>
<td width="200" align="left">
<?php echo $SIGAD1s3251."\x20".$SIGAD1s3252; ?>
</td>
<td width="100" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3257;?>
</td>
<td width="100" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3259;?>
</td>
<td width="100" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3258;?>
</td>
<td width="100" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3260;?>
</td>
<td width="50" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3262;?>
</td>
<td width="80" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3263;?>
</td>
<td width="50" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3261;?>
</td>
<td width="50" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3267;?>
</td>
<td width="50" align="right" style="font-size:x-small">
<?php echo  $SIGAD1s3268;?>
</td>
</tr>
<?php
$SIGAD1s3244++;}mysqli_free_result($SIGAD1s3245);}
else
{echo "\x3c\x63\x65n\x74\x65\x72>\x3c\x66\x6f\x6et\x20\x63\x6fl\x6f\x72\x3d'\x23\x46F\x30\x30\x30\x30\x27 \x73i\x7ae\x3d'\x2b3\x27>E\x73t\x61 \x63\x6f\x70\x69a\x20d\x65 \x53I\x47\x41\x20\x6e\x6f\x20e\x73 \x4f\x72\x69\x67\x69n\x61l\x2e\x3c/\x66o\x6e\x74>\x3c\x62\x72>\x53e\x20\x72e\x63\x75e\x72d\x61 \x71\x75e\x20l\x61 \x70i\x72a\x74\x65r\x69\x61 \x65s\x74\x61 \x70\x65n\x61d\x61\x20\x70o\x72\x20\x6ce\x79.\x3c\x2fc\x65\x6e\x74\x65r>";
echo "\x3c\x62\x72>\x53\x65\x20a\x63\x61\x62\x61 \x64\x65\x20e\x6e\x76\x69a\x72\x20u\x6e\x20\x65\x6d\x61i\x6c \x63o\x6e \x74o\x64\x61 \x6ca\x20i\x6e\x66\x6f\x72m\x61c\x69o\x6e \x64\x65\x20\x65\x73\x74e\x20e\x71\x75\x69\x70\x6f,\x20p\x61\x72a\x20q\x75\x65\x20\x73\x65\x20p\x72o\x63\x65d\x61\x20l\x65g\x61l\x65\x6dn\x74e\x20c\x6fn\x74r\x61\x20u\x73\x74e\x64.";
}
?>
</tbody>
</table>
<?php
if ($SIGAD1s3244 == 1 ){echo "\x3c\x62\x72>\x3c\x62\x72>\x4e\x6f\x20\x68a\x79\x20\x52e\x67\x69\x73t\x72\x6fs\x3c\x62\x72>";
}
?>
</div>
<table width="100%">
<tr>
<td>
</td>
<td align="right">
<?php
if (($SIGAD1s3244-1)==1)echo "\x3c\x62> \x54\x6f\x74a\x6c\x3a\x20".($SIGAD1s3244 -1)."\x20\x4d\x6fv\x69\x6c\x3cb>";
else
echo "\x3c\x62> \x54\x6f\x74a\x6c\x3a\x20".($SIGAD1s3244 -1.)."\x20\x4d\x6fv\x69\x6c\x65s\x3c\x62>";
?>
</td>
</tr>
</table>
<img src="images/spacer.gif" onload="$('.Tabla_Lista_Moviles').flexigrid({nowrap: false, title : 'Lista de Moviles',showTableToggleBtn : true,width : 1250,height :200, singleSelect: true	});" />
</fieldset>	1
<?php
require('Library/Close_Conexion.php');
?>

Function Calls

session_name 1

Variables

None

Stats

MD5 20a9450f6af0dfb7b8384d8d460282f9
Eval Count 0
Decode Time 68 ms