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:19/06/2016 9:48:41
//
// </INFO >
//------------------------------------------------------------------------------
/**
*
* @category
* @package
* @author
* @copyright
* @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');
error_reporting(E_ALL);
ini_set('display_errors', '1');
?>
<fieldset id="Fs_Lista_Cliente" class="" >
<legend>Lista de Llamadas Rechazadas: </legend>
<div>
<table class="moduletable" id="mitabla_rechazadas" >
<thead>
<tr>
<th width="120" >Fecha</th>
<th width="70" >Hora LL</th>
<th width="70" >Hora R</th>
<th width="50">Oper</th>
<th width="60">Telefono</th>
<th width="150">Nombre</th>
<th width="100">Categoria</th>
<th width="100">Motivo</th>
<th width="250">Detalle Llamada</th>
<th width="250">Direccion</th>
<th></th>
</tr>
</thead>
<tbody>
<?php
$mystr3s3235=ConvertDateToMysqlFormat($_GET['llamadas_desde']);
$mystr3s3236=ConvertDateToMysqlFormat($_GET['llamadas_hasta']);
$mystr3s3237 = "SELECT c.* , ll.Call_ID, ll.linea, Comp_ID, t.numero, t.Telefono_ID, ll.Fecha_Inicio, ll.Comp_ID, ll.linea, ll.Detalles_llamada, llr.categoria_rechazo ,llr.Fecha_Rechazo , llr.Motivos, o.Username, ll.uniqueid ";
$mystr3s3237 = $mystr3s3237. " FROM llamadas ll INNER JOIN llamadas_rechazadas llr on ll.LlamadaR_ID_Aux=llr.LlamadaR_ID";
$mystr3s3237 = $mystr3s3237. " left join clientes c on ll.Cli_ID=c.Cli_ID";
$mystr3s3237 = $mystr3s3237. " left join operators o on llr.OperatorID=o.OperatorID";
$mystr3s3237 = $mystr3s3237. " left join telefonos t on ll.Telefono_ID=t.Telefono_ID WHERE ";
if ( ($_GET['hora_i'] != "" ) && ($_GET['hora_f'] != "" ) ){
$mystr3s3237 = $mystr3s3237." Fecha_Inicio >='".$mystr3s3235." ".$_GET['hora_i'].":00:00' AND Fecha_Inicio<= '".$mystr3s3236." ".$_GET['hora_f'].":59:59' AND ";
}
else
{
$mystr3s3237 = $mystr3s3237." Fecha_Inicio > DATE_ADD(NOW(),INTERVAL -240 MINUTE) AND ";
}
if ( $_GET['nombre'] != "" )$mystr3s3237 = $mystr3s3237." nombre like '%".$_GET['nombre']."%' AND";
if ($_GET['direccion'] != "" )$mystr3s3237 = $mystr3s3237." direccion like '%".$_GET['direccion']."%' AND" ;
if ($_GET['detalle'] != "" )$mystr3s3237 = $mystr3s3237." c.Detalles like '%".$_GET['detalle']."%' AND";
if ($_GET['telefono'] != "" )$mystr3s3237 = $mystr3s3237." t.numero=".$_GET['telefono']." AND" ;
$mystr3s3237 = $mystr3s3237." Agent_ID='".$_SESSION["EntityID"]."'";
$mystr3s3237 = $mystr3s3237." ORDER BY Fecha_Inicio DESC";
$mystr3s3238 = 1;
$mystr3s3239=$bd->ejecutar($mystr3s3237);
//echo $mystr3s3237;
while (($mystr3s3241 = mysqli_fetch_array($mystr3s3239) ))
{
$mystr3s3242 = $mystr3s3241["Fecha_Inicio"];$mystr3s3243 = $mystr3s3241["Nombre"];
$mystr3s3244 = $mystr3s3241["Direccion"];$mystr3s3245 = $mystr3s3241["numero"];
$mystr3s3246 = $mystr3s3241["Detalles"];$mystr3s3247=$mystr3s3241["categoria_rechazo"];
$mystr3s3248 = $mystr3s3241["Motivos"];$mystr3s3249 = $mystr3s3241["Fecha_Rechazo"];
$mystr3s3250=$mystr3s3241["Cli_ID"];$mystr3s3251 = $mystr3s3241["linea"];$mystr3s3252 = $mystr3s3241["Username"];
$mystr3s3253=$mystr3s3241["Comp_ID"];$mystr3s3254=$mystr3s3241["Detalles_llamada"];
$mystr3s3255 =$mystr3s3241["tipo_cp"];$mystr3s3256 =$mystr3s3241["Calle_P"];
$mystr3s3257 =$mystr3s3241["Calle_1"];$mystr3s3258 =$mystr3s3241["Calle_2"];
$mystr3s3259 =$mystr3s3241["Numeral"];
$mystr3s3260= $mystr3s3241["Telefono_ID"];
$Call_ID= $mystr3s3241["Call_ID"];
$linea=$mystr3s3241["linea"];
$Comp_ID=$mystr3s3241["Comp_ID"];
$digito=substr($mystr3s3245, 0, 1);
//$Call_ID= 2;
//$digito='7';
//echo $mystr3s3242."**".$mystr3s3244."**".$mystr3s3246."**".$mystr3s3248."**".$mystr3s3250."<br>";
if ((!(is_null($mystr3s3256))) && ($mystr3s3256!=""))
{
if ((!(is_null($mystr3s3255))) && ($mystr3s3255!=""))
{
$mystr3s3244 = $mystr3s3255 . " " . $mystr3s3256;
}
else
{
$mystr3s3244 = $mystr3s3256;
}
if ((!(is_null($mystr3s3259))) && ($mystr3s3259!="")){
$mystr3s3244 = $mystr3s3244 . " #" . $mystr3s3259;
}
if (((!(is_null($mystr3s3257))) && ($mystr3s3257!="")) && (((is_null($mystr3s3258))) || ($mystr3s3258 != "" )))
{
$mystr3s3244 = $mystr3s3244 . " entre " . $mystr3s3257 . " y " . $mystr3s3258;
}
else
{
if (((!(is_null($mystr3s3257))) && ($mystr3s3257!="")) && (((is_null($mystr3s3258))) || ($mystr3s3258=="")))
{$mystr3s3244 = $mystr3s3244 . " y " . $mystr3s3257;}
}
}
if ($mystr3s3251=="4428989")
$mystr3s3261 = "style=\"font-size:x-small; background-color:#00FF00\"";
else
if ($mystr3s3251=="4425929")$mystr3s3261 = "style=\"font-size:x-small; background-color:#0000FF\"";
else
if ($mystr3s3251=="4429333")$mystr3s3261 = "style=\"font-size:x-small; background-color:#FFFF00\"";
else
if ($mystr3s3251=="4427385")$mystr3s3261 = "style=\"font-size:x-small; background-color:#99CC66\"";
else
if ($mystr3s3251=="web")$mystr3s3261 = "style=\"font-size:x-small; background-color:#07ECF8\"";
else
{
if (is_null($mystr3s3253))
$mystr3s3261 = "style=\"font-size:x-small; background-color:#FF00FF\"";
else
$mystr3s3261 = "style=\"font-size:x-small; background-color:#FF9900\"";
}
if (($mystr3s3238%2) == 0)
$mystr3s3262='class="estilopar"';
else
$mystr3s3262='class="estiloimpar"';
if ($linea=="1")
$Color_Linea = "#00FF00";
else
if ($linea=="2")
$Color_Linea = "#FFFF00";//0000FF
else
if ($linea=="3")
$Color_Linea = "#007FFF; color:#FFFFFF";
else
if ($linea=="4")
$Color_Linea = "#99CC66";
else
if ($linea=="APP")
$Color_Linea = "#99CC66";
else
if ($linea=="5")
$Color_Linea = "#7F00FF; color:#FFFFFF";//FFFF00
else
if ($linea=="6")
$Color_Linea = "#E7C818";
else
if ($linea=="7")
$Color_Linea = "#0000FF; color:#FFFFFF";
else
if ($linea=="8")
$Color_Linea = "#FF00FF";
else
if ($linea=="WhatsappL1")
$Color_Linea = "#99E5FF";
else
if ($linea=="WhatsappL2")
$Color_Linea = "#0000FF; color:#FFFFFF";
else
{
if (is_null($Comp_ID))
$Color_Linea = "#FF00FF";
else
$Color_Linea = "#FF9900";
}
?>
<tr style="background-color:<?php echo $Color_Linea; ?>"
<?php //echo $mystr3s3262; ?>
>
<td align="right" style="font-size:x-small;color:#000000">
<?php echo FormatDateTime($mystr3s3242, 7); ?>
</td>
<td align="right" style="font-size:x-small;color:#000000">
<?php echo FormatDateTime($mystr3s3242, 4); ?>
</td>
<td align="right" style="font-size:x-small;color:#000000">
<?php echo FormatDateTime($mystr3s3249, 4); ?>
</td>
<td align="left" style="font-size:x-small;color:#000000">
<?php echo $mystr3s3252; ?>
</td>
<td align="right"
<?php echo $mystr3s3261; ?>
>
<?php //echo $mystr3s3245; ?>
<?php if ( ($digito=="0") || ($digito=="7") || ($digito=="6") || ($digito=="4") ) { ?>
<a href="#" onClick="audio_llamada_espera(<?php echo "'".$mystr3s3245."', '".$mystr3s3242."',".$Call_ID;?>);">
<?php echo $mystr3s3245; ?>
</a>
<span id='telefono-<?php echo $Call_ID; ?>' ></span>
<?php }else echo $mystr3s3245; ?>
</td>
<td align="left" style="font-size:x-small;color:#000000">
<?php echo $mystr3s3243; ?>
</td>
<td align="right" style="font-size:x-small;color:#000000">
<?php echo $mystr3s3247; ?>
</td>
<td align="right" style="font-size:x-small;color:#000000">
<?php echo $mystr3s3248; ?>
</td>
<td align="left" style="font-size:x-small;color:#000000">
<?php echo urldecode($mystr3s3254); ?>
</td>
<td align="left" style="font-size:x-small;color:#000000">
<?php echo $mystr3s3244; ?>
</td>
<td>
<a href="#">
<img src="images/duplicar.jpg" width="23" height="22" border="0" onclick="llamadas_en_espera_duplicar(
<?php echo $mystr3s3250; ?>
,
<?php echo $mystr3s3260; ?>
);$('#Div_Llamadas_Lista_Rechazadas').dialog('close');"/>
</a>
</td>
</tr>
<?php
$mystr3s3238++;}mysqli_free_result($mystr3s3239);
?>
</tbody>
<tfoot>
</tfoot>
</table>
<img src="images/spacer.gif" onload="var t = new SortableTable(document.getElementById('mitabla_rechazadas'), 40);" />
<img src="images/spacer.gif" onload="var t = new ScrollableTable(document.getElementById('mitabla_rechazadas'), 40);" />
<?php
if ($mystr3s3238 == 1 ){echo "<br><br>No hay Registros<br>";
}
?>
</div>
<table width="100%">
<tr>
<td>
</td>
<td align="right">
<?php
if (($mystr3s3238-1)==1)echo "<b> Total: ".($mystr3s3238 -1)." Rechazada<b>";
else
echo "<b> Total: ".($mystr3s3238 -1.)." Rechazadas<b>";
?>
</td>
</tr>
</table>
</fieldset>
<?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:19/06/2016 9:48:41
//
// </INFO >
//------------------------------------------------------------------------------
/**
*
* @category
* @package
* @author
* @copyright
* @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');
error_reporting(E_ALL);
ini_set('display_errors', '1');
?>
<fieldset id="Fs_Lista_Cliente" class="" >
<legend>Lista de Llamadas Rechazadas: </legend>
<div>
<table class="moduletable" id="mitabla_rechazadas" >
<thead>
<tr>
<th width="120" >Fecha</th>
<th width="70" >Hora LL</th>
<th width="70" >Hora R</th>
<th width="50">Oper</th>
<th width="60">Telefono</th>
<th width="150">Nombre</th>
<th width="100">Categoria</th>
<th width="100">Motivo</th>
<th width="250">Detalle Llamada</th>
<th width="250">Direccion</th>
<th></th>
</tr>
</thead>
<tbody>
<?php
$mystr3s3235=ConvertDateToMysqlFormat($_GET['llamadas_desde']);
$mystr3s3236=ConvertDateToMysqlFormat($_GET['llamadas_hasta']);
$mystr3s3237 = "\x53\x45\x4cE\x43\x54\x20c\x2e\x2a\x20\x2c ll.Call_ID, ll.linea, Comp_ID, \x74\x2e\x6eu\x6d\x65\x72o\x2c\x20t\x2e\x54\x65\x6c\x65f\x6fn\x6f_\x49D\x2c \x6c\x6c.\x46e\x63h\x61\x5f\x49\x6ei\x63i\x6f,\x20l\x6c\x2e\x43\x6f\x6d\x70_\x49D\x2c\x20\x6c\x6c\x2el\x69n\x65\x61,\x20l\x6c\x2e\x44\x65\x74\x61l\x6ce\x73\x5fl\x6c\x61m\x61d\x61,\x20\x6cl\x72.\x63a\x74e\x67o\x72\x69a\x5f\x72e\x63h\x61\x7ao\x20\x2cl\x6cr\x2e\x46\x65c\x68\x61\x5fR\x65c\x68\x61z\x6f\x20\x2c\x20l\x6cr\x2e\x4d\x6ft\x69\x76\x6fs\x2c \x6f.\x55\x73\x65r\x6ea\x6d\x65\x2c \x6cl\x2eu\x6e\x69\x71u\x65\x69d\x20";
$mystr3s3237 = $mystr3s3237. "\x20\x46\x52O\x4d\x20\x6cl\x61\x6d\x61\x64a\x73\x20\x6cl\x20\x49\x4eN\x45\x52 \x4a\x4f\x49\x4e\x20l\x6ca\x6da\x64a\x73_\x72\x65c\x68a\x7aa\x64\x61\x73\x20l\x6cr\x20o\x6e \x6c\x6c\x2e\x4c\x6c\x61m\x61d\x61\x52\x5f\x49\x44_\x41u\x78\x3dl\x6cr\x2e\x4c\x6c\x61\x6d\x61d\x61R\x5f\x49D";
$mystr3s3237 = $mystr3s3237. "\x20\x6c\x65f\x74\x20\x6ao\x69\x6e\x20\x63l\x69\x65\x6et\x65\x73\x20c\x20\x6fn\x20\x6c\x6c\x2e\x43l\x69_\x49D\x3dc\x2eC\x6c\x69_\x49D";
$mystr3s3237 = $mystr3s3237. "\x20\x6c\x65f\x74\x20\x6ao\x69\x6e\x20\x6fp\x65\x72\x61t\x6f\x72\x73 \x6f\x20o\x6e\x20\x6c\x6c\x72.\x4fp\x65r\x61t\x6fr\x49\x44=\x6f.\x4fp\x65\x72\x61\x74o\x72I\x44";
$mystr3s3237 = $mystr3s3237. "\x20\x6c\x65f\x74\x20\x6ao\x69\x6e\x20\x74e\x6c\x65\x66o\x6e\x6f\x73 \x74\x20o\x6e\x20\x6c\x6c\x2eT\x65l\x65f\x6fn\x6f_\x49\x44=\x74.\x54e\x6c\x65\x66\x6fn\x6f_\x49D\x20W\x48\x45\x52\x45\x20";
if ( ($_GET['hora_i'] != "" ) && ($_GET['hora_f'] != "" ) ){
$mystr3s3237 = $mystr3s3237."\x20\x46\x65c\x68\x61\x5fI\x6e\x69\x63\x69o\x20>\x3d'".$mystr3s3235."\x20".$_GET['hora_i']."\x3a\x30\x30:\x30\x30\x27 \x41\x4e\x44\x20 \x46\x65\x63h\x61\x5f\x49n\x69\x63i\x6f\x3c\x3d\x20\x27".$mystr3s3236."\x20".$_GET['hora_f']."\x3a\x35\x39:\x35\x39\x27 \x41\x4e\x44\x20";
}
else
{
$mystr3s3237 = $mystr3s3237."\x20\x46\x65c\x68\x61\x5fI\x6e\x69\x63\x69o\x20>\x20D\x41\x54\x45_\x41\x44D\x28\x4e\x4f\x57\x28)\x2cI\x4eT\x45R\x56A\x4c\x20-\x324\x30 \x4d\x49\x4e\x55T\x45)\x20A\x4eD\x20";
}
if ( $_GET['nombre'] != "" )$mystr3s3237 = $mystr3s3237."\x20\x6e\x6fm\x62\x72\x65 \x6c\x69\x6b\x65 \x27\x25".$_GET['nombre']."\x25\x27\x20 \x41\x4e\x44";
if ($_GET['direccion'] != "" )$mystr3s3237 = $mystr3s3237."\x20\x64\x69r\x65\x63\x63i\x6f\x6e\x20\x6ci\x6b\x65\x20'\x25".$_GET['direccion']."\x25\x27\x20 \x41\x4e\x44" ;
if ($_GET['detalle'] != "" )$mystr3s3237 = $mystr3s3237."\x20\x63\x2eD\x65\x74\x61l\x6c\x65\x73\x20l\x69\x6b\x65 \x27\x25".$_GET['detalle']."\x25\x27\x20A\x4e\x44";
if ($_GET['telefono'] != "" )$mystr3s3237 = $mystr3s3237."\x20\x74\x2en\x75\x6d\x65r\x6f\x3d".$_GET['telefono']."\x20\x41\x4eD" ;
$mystr3s3237 = $mystr3s3237."\x20\x41\x67e\x6e\x74\x5fI\x44\x3d\x27".$_SESSION["\x45\x6e\x74i\x74\x79\x49D"]."\x27";
$mystr3s3237 = $mystr3s3237."\x20\x4f\x52D\x45\x52\x20B\x59\x20\x46\x65c\x68\x61\x5fI\x6e\x69\x63i\x6f\x20D\x45\x53\x43";
$mystr3s3238 = 1;
$mystr3s3239=$bd->ejecutar($mystr3s3237);
//echo $mystr3s3237;
while (($mystr3s3241 = mysqli_fetch_array($mystr3s3239) ))
{
$mystr3s3242 = $mystr3s3241["\x46\x65\x63h\x61\x5f\x49n\x69\x63\x69\x6f"];$mystr3s3243 = $mystr3s3241["\x4e\x6f\x6db\x72\x65"];
$mystr3s3244 = $mystr3s3241["\x44\x69\x72e\x63\x63\x69o\x6e"];$mystr3s3245 = $mystr3s3241["\x6e\x75\x6de\x72\x6f"];
$mystr3s3246 = $mystr3s3241["\x44\x65\x74a\x6c\x6c\x65s"];$mystr3s3247=$mystr3s3241["\x63\x61\x74e\x67\x6f\x72i\x61\x5f\x72\x65c\x68\x61\x7ao"];
$mystr3s3248 = $mystr3s3241["\x4d\x6f\x74i\x76\x6f\x73"];$mystr3s3249 = $mystr3s3241["\x46\x65\x63h\x61\x5f\x52e\x63\x68\x61\x7ao"];
$mystr3s3250=$mystr3s3241["\x43\x6c\x69_\x49\x44"];$mystr3s3251 = $mystr3s3241["\x6c\x69\x6ee\x61"];$mystr3s3252 = $mystr3s3241["\x55\x73\x65r\x6e\x61\x6de"];
$mystr3s3253=$mystr3s3241["\x43\x6f\x6dp\x5f\x49\x44"];$mystr3s3254=$mystr3s3241["\x44\x65\x74a\x6c\x6c\x65s\x5f\x6c\x6c\x61m\x61\x64\x61"];
$mystr3s3255 =$mystr3s3241["\x74\x69\x70o\x5f\x63\x70"];$mystr3s3256 =$mystr3s3241["\x43\x61\x6cl\x65\x5f\x50"];
$mystr3s3257 =$mystr3s3241["\x43\x61\x6cl\x65\x5f\x31"];$mystr3s3258 =$mystr3s3241["\x43\x61\x6cl\x65\x5f\x32"];
$mystr3s3259 =$mystr3s3241["\x4e\x75\x6de\x72\x61\x6c"];
$mystr3s3260= $mystr3s3241["\x54\x65\x6ce\x66\x6f\x6eo\x5f\x49\x44"];
$Call_ID= $mystr3s3241["Call_ID"];
$linea=$mystr3s3241["linea"];
$Comp_ID=$mystr3s3241["Comp_ID"];
$digito=substr($mystr3s3245, 0, 1);
//$Call_ID= 2;
//$digito='7';
//echo $mystr3s3242."**".$mystr3s3244."**".$mystr3s3246."**".$mystr3s3248."**".$mystr3s3250."<br>";
if ((!(is_null($mystr3s3256))) && ($mystr3s3256!=""))
{
if ((!(is_null($mystr3s3255))) && ($mystr3s3255!=""))
{
$mystr3s3244 = $mystr3s3255 . "\x20" . $mystr3s3256;
}
else
{
$mystr3s3244 = $mystr3s3256;
}
if ((!(is_null($mystr3s3259))) && ($mystr3s3259!="")){
$mystr3s3244 = $mystr3s3244 . "\x20\x23" . $mystr3s3259;
}
if (((!(is_null($mystr3s3257))) && ($mystr3s3257!="")) && (((is_null($mystr3s3258))) || ($mystr3s3258 != "" )))
{
$mystr3s3244 = $mystr3s3244 . "\x20\x65\x6et\x72\x65\x20" . $mystr3s3257 . "\x20\x79\x20" . $mystr3s3258;
}
else
{
if (((!(is_null($mystr3s3257))) && ($mystr3s3257!="")) && (((is_null($mystr3s3258))) || ($mystr3s3258=="")))
{$mystr3s3244 = $mystr3s3244 . "\x20\x79\x20" . $mystr3s3257;}
}
}
if ($mystr3s3251=="\x34\x34\x328\x39\x38\x39")
$mystr3s3261 = "\x73\x74\x79l\x65\x3d\"font-size:x-small; \x62\x61\x63k\x67\x72\x6fu\x6e\x64-\x63o\x6c\x6f\x72:\x23\x30\x30F\x46\x300\"";
else
if ($mystr3s3251=="\x34\x34\x325\x39\x32\x39")$mystr3s3261 = "\x73\x74\x79l\x65\x3d\"font-size:x-small; \x62\x61\x63k\x67\x72\x6fu\x6e\x64-\x63o\x6c\x6f\x72:\x23\x30\x300\x30\x46F\"";
else
if ($mystr3s3251=="\x34\x34\x329\x33\x33\x33")$mystr3s3261 = "\x73\x74\x79l\x65\x3d\"font-size:x-small; \x62\x61\x63k\x67\x72\x6fu\x6e\x64-\x63o\x6c\x6f\x72:\x23\x46\x46F\x46\x300\"";
else
if ($mystr3s3251=="\x34\x34\x327\x33\x38\x35")$mystr3s3261 = "\x73\x74\x79l\x65\x3d\"font-size:x-small; \x62\x61\x63k\x67\x72\x6fu\x6e\x64-\x63o\x6c\x6f\x72:\x23\x39\x39C\x43\x366\"";
else
if ($mystr3s3251=="\x77\x65\x62")$mystr3s3261 = "\x73\x74\x79l\x65\x3d\"font-size:x-small; \x62\x61\x63k\x67\x72\x6fu\x6e\x64-\x63o\x6c\x6f\x72:\x23\x30\x37E\x43\x468\"";
else
{
if (is_null($mystr3s3253))
$mystr3s3261 = "\x73\x74\x79l\x65\x3d\"font-size:x-small; \x62\x61\x63k\x67\x72\x6fu\x6e\x64-\x63o\x6c\x6f\x72:\x23\x46\x460\x30\x46F\"";
else
$mystr3s3261 = "\x73\x74\x79l\x65\x3d\"font-size:x-small; \x62\x61\x63k\x67\x72\x6fu\x6e\x64-\x63o\x6c\x6f\x72:\x23\x46\x469\x39\x300\"";
}
if (($mystr3s3238%2) == 0)
$mystr3s3262='class="estilopar"';
else
$mystr3s3262='class="estiloimpar"';
if ($linea=="1")
$Color_Linea = "#00FF00";
else
if ($linea=="2")
$Color_Linea = "#FFFF00";//0000FF
else
if ($linea=="3")
$Color_Linea = "#007FFF; color:#FFFFFF";
else
if ($linea=="4")
$Color_Linea = "#99CC66";
else
if ($linea=="APP")
$Color_Linea = "#99CC66";
else
if ($linea=="5")
$Color_Linea = "#7F00FF; color:#FFFFFF";//FFFF00
else
if ($linea=="6")
$Color_Linea = "#E7C818";
else
if ($linea=="7")
$Color_Linea = "#0000FF; color:#FFFFFF";
else
if ($linea=="8")
$Color_Linea = "#FF00FF";
else
if ($linea=="WhatsappL1")
$Color_Linea = "#99E5FF";
else
if ($linea=="WhatsappL2")
$Color_Linea = "#0000FF; color:#FFFFFF";
else
{
if (is_null($Comp_ID))
$Color_Linea = "#FF00FF";
else
$Color_Linea = "#FF9900";
}
?>
<tr style="background-color:<?php echo $Color_Linea; ?>"
<?php //echo $mystr3s3262; ?>
>
<td align="right" style="font-size:x-small;color:#000000">
<?php echo FormatDateTime($mystr3s3242, 7); ?>
</td>
<td align="right" style="font-size:x-small;color:#000000">
<?php echo FormatDateTime($mystr3s3242, 4); ?>
</td>
<td align="right" style="font-size:x-small;color:#000000">
<?php echo FormatDateTime($mystr3s3249, 4); ?>
</td>
<td align="left" style="font-size:x-small;color:#000000">
<?php echo $mystr3s3252; ?>
</td>
<td align="right"
<?php echo $mystr3s3261; ?>
>
<?php //echo $mystr3s3245; ?>
<?PHP if ( ($digito=="0") || ($digito=="7") || ($digito=="6") || ($digito=="4") ) { ?>
<a href="#" onClick="audio_llamada_espera(<?PHP echo "'".$mystr3s3245."', '".$mystr3s3242."',".$Call_ID;?>);">
<?php echo $mystr3s3245; ?>
</a>
<span id='telefono-<?PHP echo $Call_ID; ?>' ></span>
<?PHP }else echo $mystr3s3245; ?>
</td>
<td align="left" style="font-size:x-small;color:#000000">
<?php echo $mystr3s3243; ?>
</td>
<td align="right" style="font-size:x-small;color:#000000">
<?php echo $mystr3s3247; ?>
</td>
<td align="right" style="font-size:x-small;color:#000000">
<?php echo $mystr3s3248; ?>
</td>
<td align="left" style="font-size:x-small;color:#000000">
<?php echo urldecode($mystr3s3254); ?>
</td>
<td align="left" style="font-size:x-small;color:#000000">
<?php echo $mystr3s3244; ?>
</td>
<td>
<a href="#">
<img src="images/duplicar.jpg" width="23" height="22" border="0" onclick="llamadas_en_espera_duplicar(
<?php echo $mystr3s3250; ?>
,
<?php echo $mystr3s3260; ?>
);$('#Div_Llamadas_Lista_Rechazadas').dialog('close');"/>
</a>
</td>
</tr>
<?php
$mystr3s3238++;}mysqli_free_result($mystr3s3239);
?>
</tbody>
<tfoot>
</tfoot>
</table>
<img src="images/spacer.gif" onload="var t = new SortableTable(document.getElementById('mitabla_rechazadas'), 40);" />
<img src="images/spacer.gif" onload="var t = new ScrollableTable(document.getElementById('mitabla_rechazadas'), 40);" />
<?php
if ($mystr3s3238 == 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 (($mystr3s3238-1)==1)echo "\x3c\x62> \x54\x6f\x74a\x6c\x3a\x20".($mystr3s3238 -1)."\x20\x52\x65c\x68\x61\x7aa\x64\x61\x3c\x62>";
else
echo "\x3c\x62> \x54\x6f\x74a\x6c\x3a\x20".($mystr3s3238 -1.)."\x20\x52\x65c\x68\x61\x7aa\x64\x61\x73\x3cb>";
?>
</td>
</tr>
</table>
</fieldset>
<?php
require('Library/Close_Conexion.php');
?>
Function Calls
session_name | 1 |
Stats
MD5 | 64e5c95e644b3bbd69d0ebd01d44dd28 |
Eval Count | 0 |
Decode Time | 78 ms |