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 ${"\x47L\x4fBALS"}["\x63\x63\x69\x66\x79\x6a\x64"]="\x76\x61rS\x65\x72";${"G\x4c\x4f..

Decoded Output download

<?php ${"GLOBALS"}["ccifyjd"]="varSer";${"GLOBALS"}["ppdebtps"]="botonera_datos";${"GLOBALS"}["mgwvrnrnym"]="serializador";ini_set("display_errors","On");error_reporting(E_ALL);session_start();include_once"config.php";include_once"constantes.php";include_once"js/json/json.php";${${"GLOBALS"}["mgwvrnrnym"]}=new SerializeManager();$serializador->getIncludes();include_once"config_rally.php";include_once"clases/database/db.php";include_once"clases/base.php";include_once"clases/json/json.php";include_once"apis/core/core.php";include_once"apis/core/botonera.php";include_once"apis/core/ordenanza.php";include_once"apis/core/votacion.php";if(isset($_POST["op"])){${"GLOBALS"}["lrimtmcng"]="botonera_datos";${"GLOBALS"}["muueozskb"]="varSer";${"GLOBALS"}["rmvftnu"]="ordenanza_en_votacion";$rshnymptelr="ordenanza_en_votacion";${"GLOBALS"}["joktpkb"]="varSer";header("Content-Type: text/plain; charset=UTF-8");$cfzvqfr="varSer";${${"GLOBALS"}["joktpkb"]}=$serializador->newPacket();switch($_POST["op"]){case"buscar_botonera_datos":${${"GLOBALS"}["lrimtmcng"]}=botonera_datos(0,$_POST["imei"]);$serializador->addVars(${$cfzvqfr},"botonera_datos",${${"GLOBALS"}["ppdebtps"]});break;case"buscar_en_votacion":${$rshnymptelr}=ordenanza_en_votacion();$serializador->addVars(${${"GLOBALS"}["muueozskb"]},"ordenanza_en_votacion",${${"GLOBALS"}["rmvftnu"]});break;}echo$serializador->endPacket(${${"GLOBALS"}["ccifyjd"]});exit();}echo "<!DOCTYPE html>
<html>
<head lang="es\">


    <meta charset="UTF-8\">
    <title></title>
    <meta name="viewport" content="width=device-width,initial-scale=1\">
    <link rel=\"stylesheet\" href=\"css/fuente_google.css">
    <link href="css/dark.css\" rel=\"stylesheet\">
    <script src="js/sweetalert2.min.js"></script>
    <script type="text/javascript" src=\"js/moment.min.js"></script>
    <script src=\"js/socket.io.js\" onload=\"loaded=1"></script>


<link rel=\"stylesheet\" type=\"text/css" href=\"css/bootstrap.min.css\">
<script src=\"js/bootstrap.bundle.min.js" onload="loaded=1\"></script>

<link href='digital.css' rel='stylesheet' type='text/css'>



    <meta name="theme-color" id=\"theme-color\" content=\"#000000">
    <meta name=\"msapplication-TileColor\" content="#000000">
    <meta name="msapplication-navbutton-color" content="#000000">  
    <meta name="apple-mobile-web-app-status-bar-style" content=\"#000000\">
    <meta name=\"color-scheme" content="#000000\">

</head>





<script type="text/javascript">



/*
var parts = window.location.search.substr(1).split('&');
var \$_GET = {};
for (var i = 0; i < parts.length; i++) {
  var temp = parts[i].split('=');
  \$_GET[decodeURIComponent(temp[0])] = decodeURIComponent(temp[1]);
}
*/

var url='";echo basename(__FILE__);echo "';
var websocket;
websocket = io("";echo NODE_HOSTS.NODE_PORT;echo "\");
var imei='";echo$_GET["imei"];echo "';
var codigo='";echo$_GET["imei"];echo "';



var segundos_core = 120;
tiempos_core = new Object();

try {
    websocket.on("sendEvent", function(data) {
    var elem = data['message'].split(';');
    type = elem[0];
    mensaje = elem[1];

    

    switch(type) {
        case "mensaje_a_botonera\":



            var parte = mensaje.split('|');

            

            if (parte[0]=='iniciar_votacion') {
                try { Android.alert('Iniciando Votacin...'); } catch (e) { console.log(e); }
                sin();
                document.getElementById('apruebo').disabled=document.getElementById('rechazo').disabled=document.getElementById('abstengo').disabled=false;
                document.getElementById(\"estado").innerHTML='EN VOTACION';

            }
            if (parte[0]=='iniciar_regresiva') {
                document.getElementById("tiempo_core").style.display='block';
                segundos_core=120;
                clearTimeout(tiempos_core);
                actualizar_core();
            }
            if (parte[0]=='ocultar_regresiva') {
                if (document.getElementById("tiempo_core").style.display=='none') {
                    document.getElementById(\"tiempo_core").style.display='block';
                } else {
                    document.getElementById(\"tiempo_core\").style.display='none';  
                }                
            }





            if (parte[0]=='terminar_votacion') {
                //document.getElementById('apruebo').disabled=document.getElementById('rechazo').disabled=document.getElementById('abstengo').disabled=true;

                var activeElement = document.activeElement;
                if (activeElement!=document.getElementById('apruebo')) {
                    document.getElementById('apruebo').disabled=true;
                }
                if (activeElement!=document.getElementById('rechazo')) {
                    document.getElementById('rechazo').disabled=true;
                }
                if (activeElement!=document.getElementById('abstengo')) {
                    document.getElementById('abstengo').disabled=true;
                }


                




                document.getElementById("estado").innerHTML='VOTACION TERMINADA';


                clearTimeout(tiempos_core);
                //var ili=Math.random() * (500 - 1) + 1;
                //setTimeout(() => {
                    //abstengo();
                //}, 2000+parseInt(ili)); 
            }
            if (parte[0]=='cambiar_ordenanza') {
                document.getElementById('nombre_ord').innerHTML=parte[1];
                document.getElementById('apruebo').disabled=document.getElementById('rechazo').disabled=document.getElementById('abstengo').disabled=true;
                document.getElementById(\"estado\").innerHTML='';

                document.getElementById(\"ley_apruebo").innerHTML = 'APRUEBO '+0+'';
                document.getElementById(\"ley_rechazo\").innerHTML = 'RECHAZO '+0+'';
                document.getElementById(\"ley_abstengo\").innerHTML = 'ABSTENGO '+0+'';
                document.getElementById(\"ley_votados").innerHTML = 'VOTADOS '+0+'';

                /*
                segundos_core=120;
                document.getElementById(\"tiempo_core\").innerHTML = segundos_a_hora(segundos_core);
                clearTimeout(tiempos_core);
                */
            }

            if (parte[0]=='encontrar_botonera') {
                if (parte[1]==codigo) {
                    try { Android.alert('ESTE ES EL APARATO CODIGO '+parte[1]); Android.sonido_bad(); } catch (e) { console.log(e); }
                }
                if (parte[1]==imei) {
                    try { Android.alert('ESTE ES EL APARATO N '+parte[1]); Android.sonido_bad(); } catch (e) { console.log(e); }
                }                
            }    

            if (parte[0]=='recargar') {
                iniciar();
            }        
         

            if (parte[0]=='actualizar_estadistica') {
              document.getElementById("ley_apruebo").innerHTML = 'APRUEBO '+parte[1]+'';
              document.getElementById("ley_rechazo").innerHTML = 'RECHAZO '+parte[2]+'';
              document.getElementById("ley_abstengo\").innerHTML = 'ABSTENGO '+parte[3]+'';
              document.getElementById("ley_votados").innerHTML = 'VOTADOS '+parseInt(parseInt(parte[1])+parseInt(parte[2])+parseInt(parte[3]))+'';
            }

            break;   
        case "rally_e\":            
            break;
        default: return;
    }

    });

} catch(err) {

}


function iniciar() {
    buscar_botonera_datos();
    document.getElementById(\"tiempo_core\").innerHTML = segundos_a_hora(segundos_core);
    document.getElementById("imei").innerHTML = imei;
    buscar_en_votacion();
    vivo();





}

function vivo() {
    setInterval(function () {

    momentoActual = new Date()
    hora = momentoActual.getHours();
    minuto = momentoActual.getMinutes();
    segundo = momentoActual.getSeconds();


    hora=(hora<=9)?(\"0\"+hora):hora;
    minuto=(minuto<=9)?("0"+minuto):minuto;
    segundo=(segundo<=9)?("0\"+segundo):segundo;
    


    //mensaje=imei+'|comunicacion|'+hora+':'+minuto+':'+segundo;
    mensaje=imei+'|comunicacion|'+moment().format('X');
    websocket.emit(\"newMessage", "mensaje_a_vivo"+\";\"+mensaje);
    }, 5000);
}

function buscar_botonera_datos() {
    a_dat(document,{url:url,prm:{op:'buscar_botonera_datos',imei:imei},fx:mostrar_botonera_datos,vlr:{url:url,imei:imei}});
}

function mostrar_botonera_datos(datos,valores) {
    if (typeof datos['botonera_datos']['id_btn'] != \"undefined") {
        document.getElementById("imei\").innerHTML=datos['botonera_datos']['id_btn'];
        document.getElementById('nombre_cor').innerHTML=datos['botonera_datos']['nombre_cor'];
        imei=datos['botonera_datos']['id_btn'];
    }    
}



function buscar_en_votacion() {
    a_dat(document,{url:url,prm:{op:'buscar_en_votacion'},fx:mostrar_en_votacion,vlr:{url:url}});
}

function mostrar_en_votacion(datos) {

    if (typeof datos['ordenanza_en_votacion']['id_ord'] != "undefined\") {

        sin();
        document.getElementById('apruebo').disabled=document.getElementById('rechazo').disabled=document.getElementById('abstengo').disabled=false;
        document.getElementById("estado\").innerHTML='EN VOTACION';

        /*
        segundos_core=120;
        clearTimeout(tiempos_core);
        actualizar_core();
        */


        document.getElementById('nombre_ord').innerHTML=datos['ordenanza_en_votacion']['nombre_ord'];
        


    }

}





function apruebo() {
    if (document.getElementById(\"estado").innerHTML!='EN VOTACION') return;
    
    try { Android.alert('Aprob'); Android.sonido_beep(); } catch (e) { console.log(e); }

    /*
    try {
    var audio = new Audio('notification-door-bell.mp3');
    audio.play();
    } catch(err) {
    }
    */
    //clearTimeout(tiempos);
    //document.getElementById('apruebo').disabled=document.getElementById('rechazo').disabled=document.getElementById('abstengo').disabled=true;
    mensaje=imei+'|apruebo';
    websocket.emit(\"newMessage", "mensaje_a_monitor\"+\";\"+mensaje);
}
function rechazo() {
    if (document.getElementById("estado").innerHTML!='EN VOTACION') return;

    try { Android.alert('Rechaz'); Android.sonido_beep(); } catch (e) { console.log(e); }
    /*
    try {
    var audio = new Audio('error-170796.mp3');
    audio.play();
    } catch(err) {
    }
    */   
    //clearTimeout(tiempos);
    //document.getElementById('apruebo').disabled=document.getElementById('rechazo').disabled=document.getElementById('abstengo').disabled=true;
    mensaje=imei+'|rechazo';
    websocket.emit("newMessage\", "mensaje_a_monitor\"+\";"+mensaje);
}
function abstengo() {
    if (document.getElementById(\"estado").innerHTML!='EN VOTACION') return;

    try { Android.alert('Se Abstubo'); Android.sonido_beep(); } catch (e) { console.log(e); }
    /*
    try {
    var audio = new Audio('simple-notification-152054.mp3');
    audio.play();
    } catch(err) {
    } 
    */   
    //clearTimeout(tiempos);
    //document.getElementById('apruebo').disabled=document.getElementById('rechazo').disabled=document.getElementById('abstengo').disabled=true;
    mensaje=imei+'|abstengo';
    websocket.emit(\"newMessage", \"mensaje_a_monitor"+\";"+mensaje);
}
function sin() {
    /*
    try {
    var audio = new Audio('simple-notification-152054.mp3');
    audio.play();
    } catch(err) {
    } 
    */   
    //clearTimeout(tiempos);
    //document.getElementById('apruebo').disabled=document.getElementById('rechazo').disabled=document.getElementById('abstengo').disabled=true;
    mensaje=imei+'|sin';
    websocket.emit(\"newMessage\", "mensaje_a_monitor\"+\";"+mensaje);
}


function actualizar_core() {
    document.getElementById(\"tiempo_core\").innerHTML = segundos_a_hora(segundos_core);
    segundos_core--;
    tiempos_core=setTimeout(\"actualizar_core()\",1000); 
    if (segundos_core==-1) {
      document.getElementById(\"tiempo_core").innerHTML = \"00:00\";
      clearTimeout(tiempos_core);
      try { Android.alert('TIEMPO FINALIZADO'); } catch (e) { console.log(e); }
      try { Android.sonido_bad(); } catch (e) { console.log(e); }
    }

}

function segundos_a_hora(seconds) {
  var hour = Math.floor(seconds / 3600);
  hour = (hour < 10)? '0' + hour : hour;
  var minute = Math.floor((seconds / 60) % 60);
  minute = (minute < 10)? '0' + minute : minute;
  var second = seconds % 60;
  second = (second < 10)? '0' + second : second;
  if (hour==0) {
    return minute + ':' + second;
  } else {
    return hour + ':' + minute + ':' + second;
  }
}

</script>

<style>
body {
    color: white;
    background-color: #212121;
    margin: 10px;
}

.btn[disabled] {
    background-color: #CCCCCC;
}

.btn {
    height: 60px;
}


.btn-success:focus {
    background: radial-gradient(circle, rgba(159,255,210,1) 50%, rgba(25,135,84,1) 100%) !important;
    color: black;
}

.btn-danger:focus {
    background: radial-gradient(circle, rgba(255,228,230,1) 50%, rgba(220,53,69,1) 100%) !important;
    color: black;
}

.btn-warning:focus {
    background: radial-gradient(circle, rgba(255,241,201,1) 50%, rgba(255,193,7,1) 100%) !important;
    color: black;
}

</style>

<body onLoad=\"iniciar();">



<div id="nombre_cor" style=\"color: #f4f1aa;font-size: 26px;display: flex;justify-content: center;text-transform: uppercase;\"></div>
<div id=\"nombre_ord\" style=\"color: white;display: flex;justify-content: center;text-overflow: ellipsis;overflow: scroll;max-height: 130px;\"></div>





<footer class=\"fixed-bottom" style="padding: 10px;">



<table style="width: 100%; background-color:#2a2927;">
    <tr>
        <td rowspan="3\" style=\"width:60%\">
            <div style="color: #00e6ff;\">ID <span id="imei\"></span></div>
            <h2 id=\"tiempo_core" style=\"font-family: 'Orbitron', sans-serif; color: #ccff00;\">0</h2>
        </td>
        <td>
            <span id="ley_apruebo\" style="sans-serif; color: rgba(25,135,84,1);">APRUEBO 0</span>            
        </td>        
    </tr>
    <tr>
        <td>
            <span id="ley_rechazo\" style=\"sans-serif; color: rgba(220,53,69,1);">RECHAZO 0</span>            
        </td>        
    </tr>
    <tr>
        <td>
            <span id=\"ley_abstengo" style="sans-serif; color: rgba(255,193,7,1);">ABSTENGO 0</span>            
        </td>        
    </tr>            
    <tr>
        <td>
            <span id="estado" style=\"sans-serif; color: #f4f1aa;\"></span>
        </td>
        <td>
            <span id="ley_votados" style=\"sans-serif; color: #579bae;\">VOTADOS 0</span>            
        </td>        
    </tr>        
</table>    

<button type="button" id=\"apruebo" disabled class=\"btn btn-success btn-lg btn-block" onclick=\"apruebo();\" >APRUEBO</button>
<button type=\"button" id=\"rechazo" disabled class=\"btn btn-danger btn-lg btn-block" onclick="rechazo();\">RECHAZO</button>
<button type="button" id=\"abstengo" disabled class=\"btn btn-warning btn-lg btn-block\" onclick=\"abstengo()\";>ABSTENGO</button>
<p></p>
    <!--
    <div class="text-center p-3\" style="background-color: rgba(0, 0, 0, 0.2)">
       2024 Copyright
      <span class="text-white\" >blproductora.cl</span>
    </div>
-->
</footer>




<script src=\"js/engine.js?v=1\" type="text/javascript\"></script>
<script src=\"js/json/json.js?v=1\" ></script>
<script src="js/json/json/json.js?v=1" ></script>

</body>
</html>
"; 
?>

Did this file decode correctly?

Original Code

<?php ${"\x47L\x4fBALS"}["\x63\x63\x69\x66\x79\x6a\x64"]="\x76\x61rS\x65\x72";${"G\x4c\x4fBALS"}["p\x70\x64\x65\x62\x74p\x73"]="\x62ot\x6f\x6e\x65ra\x5f\x64a\x74o\x73";${"GLO\x42A\x4cS"}["\x6dgw\x76\x72\x6erny\x6d"]="s\x65\x72\x69\x61\x6c\x69\x7aad\x6f\x72";ini_set("dis\x70lay_e\x72rors","\x4fn");error_reporting(E_ALL);session_start();include_once"\x63onfig\x2e\x70h\x70";include_once"c\x6fnsta\x6e\x74\x65\x73\x2e\x70hp";include_once"\x6a\x73/\x6as\x6fn/\x6a\x73on\x2ep\x68\x70";${${"\x47\x4c\x4f\x42\x41L\x53"}["\x6d\x67\x77\x76\x72nr\x6e\x79\x6d"]}=new SerializeManager();$serializador->getIncludes();include_once"con\x66\x69\x67_r\x61\x6c\x6cy\x2e\x70h\x70";include_once"\x63l\x61s\x65s/\x64a\x74ab\x61se/db\x2e\x70hp";include_once"c\x6c\x61s\x65\x73/\x62as\x65.\x70hp";include_once"c\x6cases/\x6a\x73\x6f\x6e/\x6a\x73\x6fn.php";include_once"\x61p\x69s/core/c\x6fr\x65.ph\x70";include_once"\x61\x70\x69\x73/c\x6fr\x65/\x62\x6ftonera\x2ephp";include_once"a\x70\x69s/c\x6fre/o\x72\x64en\x61nza\x2e\x70h\x70";include_once"ap\x69s/core/v\x6f\x74a\x63\x69\x6fn.\x70\x68p";if(isset($_POST["o\x70"])){${"\x47L\x4f\x42\x41\x4c\x53"}["lr\x69\x6d\x74\x6dcn\x67"]="\x62o\x74\x6f\x6e\x65\x72\x61_d\x61\x74\x6f\x73";${"\x47LO\x42\x41\x4c\x53"}["\x6d\x75\x75\x65\x6f\x7as\x6bb"]="v\x61r\x53\x65r";${"G\x4cO\x42AL\x53"}["r\x6d\x76\x66t\x6e\x75"]="o\x72d\x65\x6e\x61\x6e\x7a\x61\x5fen\x5f\x76ota\x63\x69\x6f\x6e";$rshnymptelr="\x6f\x72\x64\x65\x6e\x61\x6e\x7a\x61\x5f\x65\x6e\x5f\x76\x6f\x74\x61c\x69on";${"\x47\x4cO\x42A\x4c\x53"}["\x6aok\x74\x70kb"]="va\x72\x53e\x72";header("\x43on\x74e\x6e\x74-\x54\x79\x70\x65: \x74\x65x\x74/\x70\x6c\x61\x69\x6e; \x63h\x61\x72s\x65\x74=U\x54\x46-\x38");$cfzvqfr="\x76\x61\x72\x53\x65\x72";${${"G\x4cOBALS"}["\x6a\x6fk\x74pkb"]}=$serializador->newPacket();switch($_POST["\x6f\x70"]){case"b\x75\x73\x63\x61\x72\x5fb\x6f\x74\x6f\x6e\x65r\x61\x5f\x64\x61\x74\x6fs":${${"\x47\x4c\x4fBA\x4c\x53"}["\x6c\x72\x69m\x74m\x63\x6eg"]}=botonera_datos(0,$_POST["im\x65\x69"]);$serializador->addVars(${$cfzvqfr},"b\x6f\x74one\x72a\x5f\x64\x61\x74\x6fs",${${"\x47L\x4fBA\x4cS"}["\x70p\x64\x65b\x74\x70\x73"]});break;case"bus\x63ar_e\x6e\x5fv\x6f\x74ac\x69\x6fn":${$rshnymptelr}=ordenanza_en_votacion();$serializador->addVars(${${"\x47L\x4f\x42A\x4c\x53"}["mu\x75\x65\x6fzs\x6bb"]},"\x6f\x72\x64ena\x6ez\x61_\x65n_votacion",${${"G\x4c\x4fB\x41L\x53"}["\x72\x6d\x76\x66t\x6e\x75"]});break;}echo$serializador->endPacket(${${"G\x4cO\x42\x41\x4c\x53"}["c\x63\x69f\x79\x6a\x64"]});exit();}echo "\x3c\x21D\x4fC\x54\x59\x50\x45 htm\x6c\x3e\n\x3c\x68\x74ml\x3e\n<h\x65ad\x20la\x6eg=\x22es\"\x3e\n\n\n   \x20\x3cmet\x61 char\x73et=\x22\x55\x54F-8\">\n \x20\x20\x20\x3cti\x74\x6c\x65></\x74itle\x3e\n\x20\x20\x20 <\x6d\x65\x74\x61 \x6eame\x3d\x22\x76\x69\x65\x77\x70\x6fr\x74\x22\x20\x63\x6fn\x74e\x6e\x74=\x22\x77\x69dt\x68=d\x65\x76ice-\x77\x69\x64\x74\x68,\x69\x6e\x69t\x69\x61l-s\x63\x61\x6ce\x3d1\">\n    <\x6ci\x6e\x6b re\x6c\x3d\"style\x73he\x65t\" \x68\x72e\x66=\"c\x73\x73/\x66\x75\x65n\x74e_\x67oo\x67l\x65.\x63s\x73\x22\x3e\n\x20\x20 \x20\x3clin\x6b \x68\x72\x65\x66=\x22cs\x73/d\x61\x72k\x2e\x63s\x73\"\x20re\x6c=\"\x73\x74\x79leshe\x65t\">\n \x20\x20 \x3cs\x63\x72i\x70\x74 \x73r\x63=\x22js/\x73wee\x74\x61\x6c\x65r\x742\x2emin.j\x73\x22>\x3c/sc\x72i\x70\x74\x3e\n   \x20\x3cscr\x69pt\x20ty\x70e=\x22\x74e\x78t/\x6aavasc\x72\x69\x70\x74\x22\x20sr\x63=\"js/mom\x65nt.m\x69n\x2ejs\x22\x3e</\x73\x63\x72\x69\x70t\x3e\n    <s\x63r\x69pt\x20\x73rc=\"\x6as/socke\x74\x2eio.\x6as\" \x6fn\x6c\x6f\x61d=\"\x6c\x6f\x61d\x65d=\x31\x22\x3e</\x73\x63\x72\x69pt\x3e\n\n\n\x3cl\x69n\x6b rel\x3d\"s\x74\x79\x6cesh\x65et\" \x74\x79\x70e=\"t\x65\x78\x74/cs\x73\x22 hr\x65f=\"\x63\x73s/\x62\x6f\x6f\x74\x73tra\x70\x2emi\x6e.\x63s\x73\"\x3e\n<\x73\x63\x72\x69p\x74\x20src=\"j\x73/b\x6fot\x73tr\x61\x70\x2e\x62un\x64l\x65\x2em\x69n.js\x22\x20\x6fnloa\x64\x3d\x22\x6c\x6f\x61d\x65d=\x31\"\x3e</s\x63\x72\x69\x70t\x3e\n\n\x3cl\x69\x6e\x6b\x20\x68\x72\x65\x66='\x64\x69\x67i\x74\x61l\x2ec\x73s\x27\x20rel\x3d'\x73\x74\x79\x6cesheet\x27 type\x3d\x27\x74e\x78\x74/cs\x73\x27>\n\n\n\n\x20\x20 \x20<m\x65t\x61\x20\x6eame\x3d\x22th\x65\x6de-\x63olo\x72\x22\x20id=\"t\x68\x65me-c\x6f\x6co\x72\" c\x6fnte\x6e\x74\x3d\"\x23\x300\x300\x300\x22>\n \x20\x20\x20<\x6deta\x20n\x61m\x65=\"\x6d\x73a\x70\x70lic\x61\x74io\x6e-\x54\x69leCo\x6c\x6fr\"\x20c\x6f\x6e\x74\x65\x6e\x74=\x22#00\x300\x30\x30\x22>\n \x20\x20 \x3c\x6d\x65ta\x20\x6ea\x6d\x65\x3d\x22\x6ds\x61\x70p\x6c\x69\x63a\x74\x69o\x6e-\x6ea\x76\x62utton-c\x6flor\x22\x20c\x6fnte\x6e\x74\x3d\x22#\x30\x30000\x30\x22> \x20\n  \x20 \x3c\x6de\x74\x61\x20nam\x65\x3d\x22\x61pp\x6c\x65-m\x6f\x62il\x65-w\x65b-\x61\x70p-\x73\x74\x61\x74\x75\x73-b\x61\x72-style\x22\x20c\x6f\x6et\x65\x6et=\"\x2300\x3000\x30\"\x3e\n \x20  \x3c\x6det\x61 \x6e\x61\x6d\x65\x3d\"col\x6fr-scheme\x22\x20\x63o\x6e\x74e\x6et=\x22\x23\x3000\x3000\"\x3e\n\n</he\x61\x64\x3e\n\n\n\n\n\n\x3c\x73\x63r\x69p\x74\x20t\x79\x70\x65=\x22tex\x74/\x6a\x61va\x73\x63\x72i\x70t\x22\x3e\n\n\n\n/*\n\x76\x61r\x20\x70ar\x74s\x20= \x77i\x6e\x64o\x77\x2e\x6co\x63ation.s\x65a\x72\x63\x68.\x73u\x62\x73\x74r(\x31)\x2e\x73pl\x69t(\x27&\x27)\x3b\n\x76\x61\x72\x20\$\x5fG\x45T\x20\x3d {};\n\x66\x6fr (v\x61r \x69 = \x30\x3b \x69\x20\x3c \x70\x61r\x74\x73.len\x67\x74\x68; i++) {\n  v\x61r t\x65\x6dp \x3d \x70\x61rt\x73[\x69]\x2e\x73\x70\x6c\x69\x74(\x27\x3d');\n  \$_G\x45\x54[deco\x64eU\x52\x49Com\x70\x6f\x6eent(temp[0])]\x20\x3d dec\x6f\x64\x65U\x52I\x43o\x6d\x70o\x6e\x65nt(\x74\x65mp[\x31])\x3b\n}\n*/\n\n\x76\x61\x72 url\x3d\x27";echo basename(__FILE__);echo "'\x3b\n\x76a\x72 \x77e\x62s\x6fck\x65t\x3b\n\x77eb\x73oc\x6bet\x20\x3d \x69o(\x22";echo NODE_HOSTS.NODE_PORT;echo "\");\nv\x61r i\x6dei\x3d'";echo$_GET["i\x6de\x69"];echo "\x27;\nvar \x63o\x64ig\x6f='";echo$_GET["\x69m\x65i"];echo "'\x3b\n\n\n\n\x76a\x72\x20\x73egun\x64\x6f\x73_\x63ore\x20= \x312\x30;\n\x74\x69\x65m\x70os_c\x6fre\x20\x3d\x20\x6e\x65\x77 \x4fbj\x65\x63t();\n\nt\x72\x79\x20{\n  \x20\x20\x77ebso\x63k\x65t.\x6f\x6e(\x22s\x65\x6ed\x45\x76\x65\x6e\x74\x22, functi\x6fn(\x64a\x74\x61) {\n\x20\x20\x20 v\x61r \x65\x6cem \x3d\x20\x64ata[\x27m\x65\x73\x73\x61\x67e\x27].sp\x6cit(\x27\x3b')\x3b\n \x20\x20 t\x79pe \x3d\x20elem[0]\x3b\n\x20\x20  \x6densaj\x65 =\x20\x65\x6c\x65m[\x31];\n\n \x20\x20 \n\n\x20\x20  \x73\x77itch(\x74ype)\x20{\n\x20\x20 \x20\x20 \x20\x20\x63as\x65 \x22\x6d\x65\x6esaje\x5f\x61_bot\x6fn\x65r\x61\":\n\n\n\n \x20\x20   \x20\x20\x20  \x20\x76ar\x20p\x61\x72t\x65 \x3d \x6de\x6esaj\x65.\x73p\x6c\x69\x74('|');\n\n \x20     \x20  \x20 \n\n\x20 \x20\x20\x20  \x20\x20 \x20\x20\x69f (p\x61r\x74e[0]==\x27in\x69\x63i\x61\x72_v\x6f\x74\x61\x63\x69o\x6e\x27) {\n\x20\x20 \x20   \x20 \x20\x20 \x20 \x20 \x74ry { \x41\x6e\x64roid.\x61\x6c\x65\x72t(\x27Inic\x69a\x6ed\x6f\x20\x56otaci\x6e\x2e.\x2e\x27)\x3b } cat\x63h (e) {\x20\x63\x6f\x6e\x73o\x6ce\x2e\x6c\x6fg(e)\x3b\x20}\n  \x20  \x20\x20\x20 \x20\x20  \x20  \x73in();\n\x20\x20  \x20 \x20\x20\x20   \x20  \x20\x64\x6fc\x75\x6d\x65nt.\x67e\x74E\x6c\x65men\x74\x42yI\x64('\x61\x70r\x75ebo\x27).\x64\x69\x73\x61bl\x65\x64\x3d\x64o\x63\x75m\x65nt.g\x65\x74Element\x42yId(\x27re\x63\x68azo')\x2edi\x73\x61\x62\x6c\x65\x64\x3d\x64\x6f\x63\x75men\x74\x2e\x67et\x45\x6c\x65me\x6e\x74B\x79\x49d(\x27\x61b\x73\x74e\x6ego\x27)\x2ed\x69\x73a\x62led\x3d\x66a\x6cs\x65\x3b\n\x20\x20   \x20 \x20\x20\x20\x20  \x20\x20 d\x6fcu\x6de\x6et.\x67\x65\x74\x45lement\x42y\x49\x64(\"e\x73\x74\x61d\x6f\x22).\x69n\x6eer\x48\x54\x4dL=\x27E\x4e\x20V\x4f\x54\x41C\x49\x4f\x4e\x27\x3b\n\n \x20\x20 \x20\x20\x20 \x20 \x20\x20}\n\x20 \x20\x20\x20 \x20\x20\x20 \x20\x20\x69f\x20(\x70a\x72te[\x30]=='\x69ni\x63\x69a\x72\x5f\x72\x65\x67res\x69\x76\x61')\x20{\n  \x20\x20 \x20\x20\x20   \x20\x20\x20\x20\x20docu\x6de\x6et\x2eg\x65tE\x6c\x65\x6de\x6etByI\x64(\x22t\x69\x65\x6d\x70o\x5fc\x6fre\x22).st\x79le\x2edisp\x6c\x61\x79\x3d\x27\x62l\x6f\x63\x6b'\x3b\n  \x20   \x20\x20\x20\x20\x20\x20  \x20 \x73egun\x64o\x73\x5f\x63o\x72\x65=1\x32\x30;\n\x20\x20\x20 \x20 \x20 \x20\x20 \x20\x20\x20  \x63le\x61\x72\x54\x69m\x65\x6fu\x74(\x74ie\x6dpos_core);\n\x20 \x20\x20 \x20  \x20 \x20\x20\x20 \x20 \x61\x63\x74ual\x69\x7aar\x5fc\x6fr\x65()\x3b\n\x20    \x20 \x20\x20\x20\x20\x20}\n \x20\x20\x20\x20\x20 \x20\x20 \x20 \x69f (p\x61\x72t\x65[0]=\x3d'\x6fc\x75\x6c\x74ar\x5fre\x67res\x69v\x61')\x20{\n\x20  \x20\x20 \x20 \x20\x20   \x20\x20 if\x20(\x64ocumen\x74.getE\x6c\x65\x6de\x6e\x74\x42y\x49d(\x22\x74i\x65\x6dp\x6f\x5fcor\x65\x22).\x73\x74yl\x65\x2e\x64i\x73pl\x61y\x3d='n\x6fne\x27)\x20{\n \x20\x20\x20    \x20 \x20 \x20\x20 \x20\x20  \x20doc\x75\x6de\x6e\x74\x2eget\x45le\x6de\x6e\x74B\x79\x49\x64(\"t\x69em\x70\x6f\x5f\x63or\x65\x22).s\x74y\x6ce\x2ed\x69spl\x61y\x3d\x27\x62\x6co\x63k';\n\x20\x20 \x20\x20\x20\x20\x20  \x20\x20\x20\x20  }\x20\x65lse {\n\x20\x20  \x20\x20\x20   \x20\x20    \x20 \x20 \x64\x6fc\x75men\x74.\x67\x65tEle\x6dentB\x79\x49d(\"\x74\x69empo\x5fcore\").\x73tyl\x65\x2ed\x69s\x70l\x61\x79\x3d\x27\x6e\x6fn\x65'\x3b\x20 \n\x20\x20\x20\x20 \x20\x20\x20\x20    \x20\x20\x20}\x20  \x20\x20\x20\x20      \x20 \x20\n     \x20   \x20\x20\x20}\n\n\n\n\n\n   \x20\x20\x20 \x20 \x20\x20\x20\x69\x66\x20(\x70a\x72t\x65[\x30]\x3d=\x27\x74erm\x69\x6ear_\x76\x6ft\x61\x63io\x6e\x27) {\n \x20   \x20 \x20  \x20 \x20   //\x64\x6fc\x75men\x74\x2e\x67\x65\x74\x45lemen\x74B\x79\x49d('\x61\x70\x72\x75e\x62o')\x2ed\x69sa\x62le\x64\x3d\x64o\x63ume\x6et.\x67et\x45\x6c\x65m\x65ntB\x79\x49d(\x27re\x63\x68\x61zo\x27).d\x69s\x61\x62\x6ced\x3d\x64o\x63\x75men\x74\x2e\x67\x65\x74\x45\x6c\x65mentByI\x64(\x27ab\x73t\x65\x6e\x67o\x27)\x2e\x64\x69s\x61bled\x3dtr\x75e\x3b\n\n\x20\x20\x20\x20\x20 \x20    \x20 \x20\x20 v\x61\x72\x20a\x63tiv\x65\x45\x6ce\x6d\x65\x6et =\x20\x64o\x63\x75\x6d\x65nt.a\x63tiveEl\x65ment\x3b\n\x20\x20\x20\x20   \x20\x20\x20  \x20\x20 \x20\x69\x66\x20(\x61\x63\x74\x69\x76e\x45\x6ce\x6den\x74\x21=\x64\x6f\x63u\x6den\x74.g\x65\x74\x45\x6ce\x6d\x65ntBy\x49d('a\x70\x72u\x65bo\x27))\x20{\n\x20\x20 \x20 \x20\x20\x20 \x20\x20\x20\x20     \x20\x20\x64ocume\x6et.g\x65t\x45lem\x65\x6etB\x79I\x64('\x61\x70r\x75\x65\x62o')\x2e\x64is\x61\x62\x6ce\x64\x3dtr\x75\x65;\n\x20\x20 \x20 \x20 \x20\x20\x20 \x20  \x20\x20}\n\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20 \x20\x20\x20i\x66\x20(a\x63\x74\x69\x76\x65\x45le\x6dent!\x3ddoc\x75m\x65\x6e\x74.\x67\x65\x74\x45\x6c\x65\x6d\x65\x6et\x42\x79\x49\x64(\x27\x72\x65c\x68\x61z\x6f'))\x20{\n\x20\x20\x20 \x20\x20\x20\x20 \x20\x20\x20 \x20\x20\x20\x20\x20 \x20d\x6f\x63u\x6d\x65nt\x2eg\x65\x74Ele\x6d\x65nt\x42\x79I\x64(\x27r\x65c\x68\x61\x7a\x6f\x27)\x2e\x64\x69\x73ab\x6c\x65d=\x74\x72u\x65\x3b\n   \x20       \x20 \x20 \x20}\n  \x20 \x20  \x20 \x20\x20 \x20 \x20 \x69\x66 (a\x63tive\x45\x6ce\x6den\x74!=do\x63ume\x6et\x2e\x67\x65tEl\x65\x6d\x65\x6e\x74\x42\x79I\x64(\x27a\x62\x73ten\x67\x6f'))\x20{\n\x20\x20 \x20\x20 \x20\x20 \x20\x20\x20 \x20\x20\x20 \x20  \x64\x6f\x63u\x6dent.\x67e\x74E\x6c\x65\x6de\x6e\x74\x42\x79I\x64(\x27a\x62\x73\x74\x65\x6eg\x6f\x27)\x2edi\x73\x61bl\x65d=\x74r\x75\x65;\n\x20\x20    \x20     \x20\x20\x20\x20}\n\n\n\x20\x20     \x20 \x20 \x20 \x20  \n\n\n\n\n\x20\x20   \x20 \x20 \x20 \x20\x20 \x20 \x64\x6fcu\x6d\x65\x6e\x74.\x67\x65\x74\x45le\x6d\x65\x6et\x42y\x49d(\x22\x65stad\x6f\x22)\x2ei\x6ene\x72HT\x4d\x4c=\x27\x56O\x54\x41C\x49O\x4e\x20\x54\x45R\x4d\x49\x4e\x41\x44\x41\x27\x3b\n\n\n  \x20 \x20 \x20 \x20\x20 \x20\x20 \x20\x20clea\x72T\x69m\x65o\x75\x74(\x74\x69\x65\x6dpos_\x63\x6fre);\n \x20      \x20\x20\x20 \x20\x20 \x20//va\x72\x20\x69\x6ci\x3dM\x61th\x2er\x61ndom()\x20* (5\x300\x20-\x20\x31)\x20+\x201\x3b\n\x20\x20     \x20\x20\x20  \x20 \x20\x20//\x73\x65\x74\x54i\x6d\x65o\x75t(() \x3d\x3e\x20{\n\x20   \x20\x20 \x20       \x20  \x20 //abst\x65\x6e\x67\x6f();\n\x20\x20\x20\x20     \x20\x20  \x20\x20\x20//},\x20\x3200\x30+pa\x72\x73eI\x6et(\x69l\x69))\x3b\x20\n\x20 \x20\x20\x20 \x20\x20 \x20\x20\x20}\n    \x20\x20\x20  \x20 \x20i\x66 (p\x61\x72\x74e[0]\x3d='c\x61\x6d\x62\x69\x61r_\x6fr\x64\x65n\x61nza\x27) {\n \x20\x20 \x20   \x20 \x20 \x20 \x20\x20\x64o\x63u\x6d\x65\x6e\x74.\x67\x65t\x45\x6cement\x42y\x49\x64(\x27\x6e\x6fmb\x72e\x5f\x6f\x72d\x27)\x2ein\x6ee\x72H\x54ML=\x70ar\x74\x65[1];\n\x20\x20\x20\x20 \x20 \x20 \x20\x20 \x20  \x20\x64o\x63u\x6d\x65\x6e\x74.\x67\x65\x74E\x6ce\x6d\x65ntB\x79I\x64(\x27apru\x65bo').di\x73ab\x6c\x65d\x3ddocu\x6d\x65nt.\x67\x65t\x45l\x65m\x65\x6e\x74\x42\x79\x49\x64('\x72ech\x61z\x6f\x27)\x2e\x64\x69\x73ab\x6c\x65\x64=\x64\x6fc\x75\x6de\x6et.\x67e\x74\x45\x6ce\x6d\x65\x6etB\x79\x49d('\x61b\x73ten\x67o').\x64isabl\x65\x64=\x74\x72u\x65\x3b\n\x20  \x20\x20\x20\x20 \x20 \x20\x20 \x20  \x64o\x63u\x6d\x65nt\x2e\x67\x65\x74E\x6c\x65\x6d\x65ntB\x79Id(\"est\x61do\").i\x6en\x65rH\x54\x4dL\x3d\x27';\n\n  \x20\x20 \x20\x20\x20\x20\x20 \x20\x20 \x20 \x64ocu\x6de\x6e\x74.\x67\x65\x74E\x6cem\x65\x6etB\x79I\x64(\"l\x65y_ap\x72ue\x62\x6f\x22)\x2e\x69\x6e\x6eer\x48TM\x4c = '\x41\x50\x52U\x45B\x4f \x27+0+''\x3b\n \x20\x20\x20 \x20\x20\x20\x20 \x20 \x20\x20\x20\x20d\x6f\x63\x75me\x6et.\x67\x65\x74\x45\x6c\x65m\x65\x6e\x74By\x49\x64(\"\x6ce\x79\x5f\x72e\x63h\x61z\x6f\")\x2ein\x6ee\x72\x48TM\x4c\x20= '\x52ECH\x41Z\x4f '+\x30+\x27';\n \x20\x20    \x20      \x20 \x64oc\x75m\x65n\x74\x2e\x67\x65\x74\x45l\x65\x6dent\x42\x79\x49d(\"\x6c\x65\x79\x5f\x61b\x73te\x6e\x67o\")\x2ei\x6e\x6ee\x72H\x54M\x4c \x3d \x27AB\x53\x54\x45\x4e\x47O '+\x30+\x27\x27;\n\x20\x20\x20 \x20 \x20\x20 \x20   \x20 \x20\x64\x6fc\x75me\x6et\x2e\x67et\x45l\x65m\x65\x6etById(\"l\x65y\x5fv\x6ft\x61\x64o\x73\x22)\x2ei\x6enerHT\x4d\x4c\x20\x3d\x20\x27\x56\x4f\x54\x41D\x4fS '+0+'\x27\x3b\n\n\x20 \x20 \x20\x20  \x20\x20\x20   \x20 /*\n\x20  \x20\x20    \x20  \x20  \x20se\x67\x75nd\x6fs\x5fcor\x65\x3d1\x320\x3b\n \x20 \x20   \x20  \x20 \x20 \x20\x20\x64\x6fc\x75\x6d\x65\x6et\x2e\x67e\x74\x45\x6c\x65\x6d\x65n\x74ByI\x64(\"t\x69\x65m\x70o_co\x72e\").i\x6enerH\x54ML\x20= se\x67un\x64\x6fs\x5fa\x5fh\x6f\x72a(\x73\x65gu\x6e\x64os\x5fco\x72\x65)\x3b\n\x20\x20 \x20 \x20\x20\x20\x20  \x20\x20\x20\x20\x20clear\x54\x69\x6d\x65\x6fut(\x74i\x65\x6d\x70\x6fs_\x63\x6f\x72e);\n\x20\x20 \x20\x20\x20\x20 \x20 \x20\x20\x20\x20  */\n\x20\x20   \x20\x20\x20   \x20}\n\n  \x20 \x20 \x20 \x20\x20 \x20i\x66\x20(p\x61\x72\x74e[\x30]==\x27\x65n\x63on\x74rar_\x62\x6f\x74\x6fn\x65\x72a\x27)\x20{\n\x20  \x20\x20 \x20  \x20 \x20\x20  \x20i\x66 (\x70a\x72t\x65[\x31]==\x63\x6f\x64\x69\x67o)\x20{\n    \x20  \x20 \x20  \x20 \x20\x20 \x20\x20 t\x72\x79 {\x20\x41\x6e\x64r\x6f\x69\x64.\x61\x6c\x65rt('ESTE E\x53\x20EL A\x50ARATO\x20C\x4fD\x49\x47\x4f\x20\x27+par\x74\x65[1])\x3b\x20\x41n\x64\x72o\x69d.s\x6fnido\x5fba\x64()\x3b } catc\x68 (e)\x20{ \x63\x6f\x6e\x73\x6fle\x2e\x6cog(\x65)\x3b\x20}\n\x20\x20\x20 \x20  \x20  \x20 \x20 \x20\x20}\n  \x20\x20        \x20   i\x66 (p\x61rte[1]\x3d=i\x6d\x65i) {\n  \x20\x20  \x20\x20  \x20\x20\x20\x20\x20     tr\x79 { \x41nd\x72\x6fi\x64\x2e\x61\x6cer\x74('\x45\x53TE ES\x20\x45L AP\x41R\x41\x54\x4f\x20N\x20'+p\x61\x72t\x65[\x31]);\x20\x41\x6e\x64\x72\x6fid.s\x6fnid\x6f\x5fba\x64()\x3b } \x63a\x74c\x68 (\x65) { \x63\x6f\x6e\x73ol\x65.\x6co\x67(\x65)\x3b\x20}\n\x20 \x20  \x20\x20  \x20  \x20   } \x20\x20  \x20\x20\x20  \x20\x20\x20   \n    \x20\x20   \x20  } \x20\x20\x20\n\n  \x20\x20\x20  \x20\x20\x20  \x69\x66 (pa\x72\x74\x65[\x30]=\x3d'recar\x67a\x72\x27) {\n\x20\x20        \x20\x20\x20  \x20\x69niciar()\x3b\n\x20         \x20\x20} \x20\x20  \x20 \x20\n \x20  \x20 \x20\x20 \n\n\x20\x20   \x20\x20 \x20\x20\x20\x20i\x66 (\x70ar\x74\x65[0]\x3d=\x27\x61c\x74\x75\x61liza\x72\x5fes\x74\x61\x64is\x74\x69\x63a') {\n   \x20\x20 \x20   \x20  \x20\x64\x6fc\x75me\x6e\x74.ge\x74Ele\x6d\x65\x6e\x74By\x49\x64(\x22l\x65y_\x61p\x72\x75ebo\x22).i\x6e\x6e\x65\x72\x48\x54\x4dL \x3d\x20'APRUE\x42\x4f \x27+\x70a\x72\x74e[1]+'';\n\x20\x20\x20\x20\x20\x20  \x20\x20\x20 \x20 d\x6fcum\x65n\x74\x2e\x67e\x74\x45\x6c\x65me\x6et\x42\x79I\x64(\x22ley_re\x63\x68\x61\x7ao\x22)\x2ei\x6e\x6eer\x48\x54\x4dL \x3d 'R\x45C\x48\x41ZO\x20\x27+p\x61\x72te[2]+'\x27;\n      \x20  \x20\x20 \x20\x20d\x6fc\x75ment\x2egetE\x6ce\x6d\x65\x6e\x74B\x79I\x64(\x22l\x65\x79\x5fabs\x74engo\")\x2ei\x6e\x6ee\x72\x48T\x4d\x4c\x20= '\x41BS\x54\x45N\x47O \x27+p\x61\x72\x74\x65[\x33]+\x27';\n\x20 \x20\x20\x20\x20\x20  \x20\x20\x20  \x64o\x63\x75\x6d\x65nt.g\x65tEl\x65men\x74ById(\x22ley\x5f\x76o\x74\x61\x64o\x73\x22)\x2e\x69\x6ene\x72\x48\x54\x4d\x4c =\x20\x27\x56O\x54A\x44\x4f\x53 \x27+\x70\x61rs\x65In\x74(\x70\x61\x72se\x49nt(\x70\x61r\x74\x65[1])+p\x61rs\x65In\x74(\x70a\x72te[2])+\x70\x61rs\x65I\x6e\x74(\x70a\x72\x74\x65[\x33]))+\x27'\x3b\n \x20\x20  \x20\x20 \x20\x20 \x20}\n\n  \x20 \x20       br\x65\x61\x6b;\x20\x20\x20\n  \x20 \x20\x20 \x20ca\x73e\x20\x22\x72\x61\x6cl\x79\x5f\x65\":\x20\x20 \x20\x20\x20\x20\x20\x20\x20  \n   \x20\x20\x20\x20\x20\x20 \x20\x20\x62\x72\x65ak;\n\x20  \x20 \x20 \x20\x64e\x66\x61ul\x74:\x20r\x65\x74\x75rn;\n\x20 \x20 }\n\n\x20 \x20\x20});\n\n}\x20\x63\x61t\x63\x68(\x65rr) {\n\n}\n\n\n\x66\x75n\x63\x74i\x6f\x6e in\x69ciar() {\n  \x20\x20buscar\x5fbotone\x72a\x5f\x64ato\x73();\n\x20\x20\x20\x20do\x63\x75ment\x2ege\x74E\x6c\x65me\x6etB\x79\x49d(\"\x74i\x65mp\x6f\x5f\x63o\x72\x65\").i\x6enerHT\x4d\x4c\x20=\x20seg\x75\x6edo\x73_\x61\x5f\x68\x6fr\x61(\x73\x65g\x75\x6e\x64\x6f\x73_\x63\x6f\x72e);\n \x20 \x20do\x63u\x6de\x6et.\x67e\x74\x45le\x6d\x65\x6etBy\x49d(\x22i\x6d\x65\x69\x22)\x2e\x69\x6en\x65r\x48TML\x20\x3d im\x65\x69;\n \x20  \x62u\x73c\x61r\x5f\x65n\x5f\x76o\x74a\x63\x69on();\n\x20\x20 \x20\x76\x69\x76o();\n\n\n\n\n\n}\n\n\x66un\x63\x74\x69on\x20v\x69vo()\x20{\n    \x73e\x74In\x74\x65r\x76\x61l(\x66\x75\x6e\x63\x74i\x6f\x6e\x20()\x20{\n\n  \x20 m\x6fment\x6fA\x63t\x75al = \x6e\x65w\x20D\x61te()\n  \x20 \x68\x6f\x72a =\x20\x6d\x6f\x6d\x65n\x74\x6fA\x63\x74\x75\x61l\x2eg\x65\x74Ho\x75r\x73();\n\x20 \x20\x20min\x75\x74o = m\x6fm\x65nto\x41ctual\x2eg\x65t\x4dinu\x74e\x73();\n\x20 \x20\x20se\x67\x75nd\x6f = momen\x74\x6fA\x63tua\x6c\x2e\x67\x65tSe\x63\x6f\x6e\x64s();\n\n\n \x20\x20\x20hora=(\x68\x6fr\x61\x3c=\x39)?(\"0\"+h\x6f\x72\x61):\x68or\x61;\n\x20 \x20 \x6d\x69\x6e\x75to=(m\x69nu\x74\x6f<=\x39)?(\x220\x22+\x6di\x6eu\x74\x6f):m\x69nu\x74\x6f\x3b\n \x20\x20\x20\x73\x65\x67\x75\x6edo=(\x73e\x67\x75nd\x6f\x3c\x3d\x39)?(\x22\x30\"+\x73e\x67u\x6edo):s\x65\x67\x75\x6e\x64o;\n \x20\x20 \n\n\n\x20\x20\x20\x20//men\x73\x61\x6a\x65\x3d\x69\x6d\x65i+'|c\x6f\x6dun\x69cac\x69\x6fn|\x27+\x68\x6fra+':\x27+mi\x6eu\x74\x6f+':\x27+s\x65g\x75n\x64o\x3b\n  \x20 m\x65nsa\x6ae=\x69\x6de\x69+'|c\x6fm\x75\x6e\x69\x63\x61ci\x6f\x6e|'+m\x6f\x6de\x6et().\x66o\x72\x6da\x74(\x27\x58\x27)\x3b\n\x20\x20\x20 w\x65b\x73\x6fcket.emi\x74(\"\x6e\x65\x77Mess\x61\x67\x65\x22, \x22\x6d\x65\x6e\x73a\x6a\x65\x5fa\x5fv\x69v\x6f\x22+\";\"+\x6de\x6esaj\x65);\n\x20\x20\x20 }, 5\x30\x300);\n}\n\n\x66unctio\x6e \x62\x75\x73c\x61r\x5f\x62\x6ft\x6fne\x72a\x5f\x64a\x74os()\x20{\n   \x20a\x5fda\x74(\x64o\x63\x75\x6d\x65n\x74,{url:\x75\x72l,\x70\x72m:{\x6f\x70:\x27\x62\x75s\x63\x61\x72_botoner\x61_\x64\x61t\x6f\x73',\x69mei:\x69mei},f\x78:\x6d\x6fs\x74\x72ar\x5f\x62o\x74o\x6ee\x72\x61\x5fdat\x6f\x73,vl\x72:{url:\x75\x72l,i\x6d\x65i:im\x65i}})\x3b\n}\n\nf\x75\x6ec\x74i\x6fn \x6dos\x74rar\x5fb\x6f\x74\x6f\x6eer\x61_d\x61t\x6fs(d\x61\x74o\x73,\x76a\x6c\x6f\x72\x65s) {\n\x20\x20\x20 \x69f\x20(\x74ypeo\x66 \x64\x61t\x6f\x73[\x27\x62\x6f\x74o\x6ee\x72\x61\x5fd\x61to\x73\x27][\x27i\x64_btn'] \x21=\x20\"unde\x66ined\x22) {\n\x20\x20 \x20\x20\x20 \x20\x64ocum\x65\x6et.g\x65tElemen\x74B\x79I\x64(\x22\x69\x6d\x65\x69\")\x2e\x69\x6en\x65r\x48\x54\x4d\x4c=d\x61\x74\x6f\x73['bo\x74one\x72\x61_\x64ato\x73']['\x69\x64_\x62\x74\x6e\x27]\x3b\n\x20\x20    \x20 \x64ocu\x6d\x65n\x74.getEl\x65m\x65n\x74\x42y\x49d('\x6eom\x62re_\x63\x6f\x72').\x69nne\x72\x48T\x4d\x4c=d\x61t\x6f\x73[\x27bo\x74\x6f\x6eer\x61_d\x61\x74o\x73\x27][\x27nom\x62\x72e\x5fco\x72']\x3b\n\x20 \x20  \x20  imei\x3d\x64\x61tos[\x27\x62\x6fto\x6e\x65r\x61_da\x74o\x73'][\x27\x69\x64_\x62\x74\x6e'];\n  \x20\x20}\x20   \n}\n\n\n\n\x66\x75n\x63\x74ion \x62u\x73car\x5fe\x6e_v\x6fta\x63\x69\x6f\x6e() {\n  \x20 \x61\x5fda\x74(\x64ocum\x65\x6e\x74,{url:\x75rl,\x70\x72m:{o\x70:\x27b\x75\x73\x63a\x72\x5f\x65\x6e_vot\x61cio\x6e'},\x66\x78:m\x6fst\x72\x61r\x5f\x65\x6e_\x76o\x74a\x63\x69\x6fn,\x76\x6c\x72:{u\x72l:\x75r\x6c}});\n}\n\nfunct\x69\x6f\x6e \x6dos\x74ra\x72_e\x6e_\x76\x6f\x74a\x63io\x6e(\x64a\x74o\x73) {\n\n \x20 \x20\x69f (typ\x65of \x64\x61\x74\x6f\x73['o\x72\x64e\x6ea\x6eza_\x65n\x5f\x76o\x74ac\x69\x6fn']['\x69d\x5fo\x72d\x27] \x21\x3d \x22u\x6ed\x65f\x69ned\")\x20{\n\n \x20  \x20  \x20\x73\x69n();\n\x20\x20 \x20 \x20 \x20\x64\x6fc\x75\x6d\x65nt.\x67et\x45l\x65m\x65\x6e\x74\x42y\x49d(\x27\x61pr\x75\x65\x62\x6f\x27).di\x73a\x62\x6ce\x64\x3d\x64o\x63u\x6de\x6e\x74.\x67\x65tE\x6c\x65\x6d\x65\x6et\x42\x79I\x64(\x27\x72\x65\x63\x68azo')\x2e\x64\x69\x73\x61\x62\x6c\x65\x64=d\x6fc\x75m\x65\x6e\x74.g\x65t\x45lem\x65n\x74B\x79\x49d(\x27\x61bs\x74en\x67\x6f\x27)\x2e\x64isa\x62\x6c\x65\x64=\x66\x61\x6cse;\n \x20      \x64o\x63\x75\x6de\x6e\x74.ge\x74\x45\x6cem\x65nt\x42y\x49\x64(\x22e\x73\x74a\x64\x6f\").inn\x65r\x48\x54ML=\x27\x45N \x56\x4f\x54\x41C\x49ON\x27;\n\n\x20\x20\x20\x20\x20\x20  /*\n\x20\x20  \x20  \x20\x73egun\x64os\x5f\x63\x6fr\x65=1\x32\x30;\n\x20 \x20\x20 \x20  \x63lea\x72T\x69meout(\x74\x69emp\x6fs_cor\x65);\n \x20\x20\x20  \x20\x20a\x63\x74u\x61l\x69z\x61\x72_\x63o\x72\x65()\x3b\n\x20\x20\x20 \x20\x20 \x20*/\n\n\n  \x20   \x20\x20\x64oc\x75\x6d\x65n\x74\x2eg\x65\x74El\x65men\x74By\x49\x64(\x27\x6eo\x6d\x62\x72e_\x6frd').\x69nnerHT\x4d\x4c=dat\x6fs[\x27\x6fr\x64en\x61\x6ez\x61\x5fe\x6e_v\x6ft\x61c\x69\x6fn'][\x27\x6eomb\x72e_o\x72\x64\x27]\x3b\n    \x20  \x20\n\n\n\x20\x20 \x20}\n\n}\n\n\n\n\n\n\x66un\x63\x74\x69o\x6e\x20\x61p\x72\x75e\x62o() {\n\x20   if (\x64o\x63u\x6d\x65\x6et.g\x65\x74\x45l\x65\x6d\x65n\x74B\x79\x49\x64(\"\x65sta\x64\x6f\x22).\x69\x6en\x65\x72\x48\x54M\x4c\x21\x3d\x27\x45\x4e \x56\x4f\x54A\x43I\x4fN')\x20r\x65t\x75\x72\x6e\x3b\n\x20 \x20\x20\n    \x74ry\x20{\x20A\x6edr\x6f\x69d.\x61\x6cert(\x27A\x70ro\x62'); A\x6edro\x69d\x2es\x6fni\x64\x6f_\x62eep();\x20} \x63atch\x20(\x65) { \x63o\x6e\x73ole.l\x6f\x67(e);\x20}\n\n\x20 \x20\x20/*\n    try\x20{\n\x20  \x20v\x61r\x20audio\x20= \x6e\x65w\x20\x41\x75\x64\x69\x6f('\x6e\x6f\x74i\x66i\x63\x61t\x69o\x6e-\x64o\x6fr-bel\x6c\x2em\x703\x27)\x3b\n\x20\x20 \x20\x61u\x64i\x6f\x2eplay();\n \x20 \x20}\x20c\x61\x74c\x68(err) {\n  \x20 }\n\x20 \x20\x20*/\n  \x20\x20//cle\x61\x72\x54\x69m\x65ou\x74(ti\x65\x6dp\x6f\x73);\n \x20\x20\x20//d\x6f\x63\x75\x6de\x6et\x2e\x67\x65\x74E\x6c\x65men\x74\x42\x79\x49d(\x27a\x70rueb\x6f')\x2e\x64\x69\x73ab\x6c\x65\x64\x3dd\x6f\x63\x75\x6d\x65n\x74.g\x65\x74\x45\x6c\x65men\x74\x42y\x49\x64('re\x63h\x61\x7ao\x27).\x64isa\x62led=\x64ocu\x6dent\x2e\x67\x65\x74\x45\x6c\x65m\x65\x6e\x74ById(\x27a\x62s\x74e\x6e\x67o')\x2e\x64i\x73abl\x65\x64=\x74\x72ue\x3b\n\x20 \x20 m\x65\x6e\x73\x61\x6ae=\x69\x6de\x69+\x27|apr\x75\x65b\x6f';\n\x20   w\x65\x62so\x63k\x65\x74.e\x6di\x74(\"ne\x77Mess\x61\x67\x65\x22, \x22\x6d\x65\x6esaje\x5f\x61\x5f\x6d\x6f\x6ei\x74\x6fr\"+\";\"+\x6d\x65\x6esaj\x65);\n}\n\x66\x75n\x63t\x69\x6fn rec\x68a\x7a\x6f() {\n \x20\x20\x20if\x20(\x64\x6fcu\x6de\x6et.g\x65\x74E\x6cem\x65ntB\x79Id(\x22\x65st\x61do\x22).i\x6e\x6e\x65\x72HT\x4d\x4c!\x3d'E\x4e \x56\x4f\x54\x41CI\x4f\x4e\x27)\x20\x72e\x74\x75r\x6e;\n\n\x20  \x20\x74r\x79 { \x41n\x64r\x6fid\x2e\x61\x6ce\x72t('R\x65\x63\x68a\x7a\x27);\x20A\x6e\x64ro\x69d.so\x6eido_be\x65p(); }\x20c\x61tc\x68\x20(e)\x20{\x20\x63\x6f\x6e\x73ole.\x6c\x6fg(e)\x3b }\n  \x20\x20/*\n\x20 \x20 t\x72y\x20{\n\x20\x20\x20\x20\x76\x61\x72 au\x64\x69o =\x20\x6e\x65\x77\x20Au\x64\x69\x6f(\x27\x65\x72\x72\x6fr-17\x30\x37\x39\x36.mp\x33')\x3b\n\x20 \x20 a\x75d\x69o\x2ep\x6cay()\x3b\n \x20\x20\x20} cat\x63h(\x65rr)\x20{\n\x20 \x20 }\n \x20\x20 */\x20\x20 \n   \x20//\x63l\x65\x61\x72T\x69\x6d\x65\x6f\x75\x74(t\x69e\x6dp\x6fs);\n \x20 \x20//doc\x75m\x65n\x74.g\x65tE\x6cemen\x74By\x49d(\x27a\x70rue\x62o\x27).\x64is\x61b\x6ce\x64\x3d\x64ocume\x6et.\x67e\x74El\x65\x6d\x65n\x74B\x79I\x64(\x27r\x65\x63\x68\x61zo\x27)\x2e\x64i\x73a\x62\x6ce\x64\x3d\x64oc\x75me\x6e\x74.ge\x74\x45le\x6d\x65\x6e\x74B\x79\x49\x64(\x27\x61bs\x74\x65ngo\x27).\x64i\x73\x61\x62\x6ce\x64\x3d\x74r\x75\x65;\n \x20\x20\x20men\x73a\x6ae=i\x6dei+'|r\x65chaz\x6f'\x3b\n\x20   \x77\x65\x62\x73\x6fck\x65\x74.em\x69t(\x22\x6eewMe\x73\x73ag\x65\",\x20\x22me\x6esa\x6ae_a_m\x6f\x6eito\x72\"+\"\x3b\x22+\x6d\x65n\x73a\x6a\x65)\x3b\n}\n\x66\x75n\x63tion\x20\x61\x62s\x74\x65ng\x6f()\x20{\n   \x20if (\x64ocum\x65\x6e\x74.ge\x74Elem\x65\x6e\x74B\x79\x49\x64(\"\x65\x73\x74ado\x22)\x2e\x69\x6e\x6eerH\x54M\x4c!\x3d'\x45N \x56O\x54\x41\x43I\x4f\x4e') \x72e\x74\x75rn;\n\n \x20\x20\x20\x74r\x79 {\x20\x41nd\x72o\x69d\x2e\x61\x6c\x65\x72t('Se\x20Abst\x75bo\x27)\x3b\x20\x41n\x64r\x6fid.\x73o\x6e\x69\x64o_b\x65e\x70(); }\x20\x63atch (e)\x20{ c\x6f\x6e\x73\x6f\x6ce.\x6c\x6f\x67(\x65)\x3b\x20}\n \x20\x20 /*\n \x20\x20 t\x72y\x20{\n\x20\x20  va\x72\x20\x61\x75d\x69\x6f\x20\x3d \x6ee\x77\x20\x41\x75\x64io(\x27s\x69\x6dple-\x6e\x6f\x74i\x66\x69c\x61ti\x6f\x6e-\x315205\x34\x2em\x703\x27)\x3b\n\x20  \x20audio\x2e\x70l\x61y()\x3b\n   \x20}\x20\x63\x61t\x63h(\x65r\x72) {\n \x20 \x20}\x20\n\x20\x20 \x20*/ \x20\x20\n \x20\x20\x20//\x63\x6c\x65ar\x54imeout(tie\x6dpos);\n  \x20 //\x64\x6f\x63u\x6de\x6e\x74.getEl\x65me\x6e\x74\x42yI\x64('\x61pr\x75e\x62\x6f\x27)\x2e\x64isa\x62\x6ce\x64\x3d\x64ocu\x6de\x6et\x2eg\x65t\x45\x6ce\x6dent\x42\x79\x49d('r\x65c\x68azo').\x64\x69sa\x62\x6ced=doc\x75ment\x2e\x67\x65t\x45\x6c\x65\x6den\x74\x42\x79I\x64('\x61\x62st\x65ngo')\x2ed\x69s\x61\x62l\x65\x64\x3dtr\x75e;\n\x20 \x20 m\x65\x6e\x73\x61\x6a\x65\x3dimei+\x27|a\x62s\x74\x65\x6e\x67\x6f\x27;\n  \x20\x20\x77\x65b\x73ocket.\x65\x6dit(\"newMessage\x22,\x20\"mens\x61j\x65_\x61\x5f\x6donit\x6fr\x22+\";\x22+m\x65\x6es\x61\x6a\x65);\n}\n\x66u\x6ectio\x6e si\x6e()\x20{\n   \x20/*\n \x20\x20\x20t\x72\x79\x20{\n\x20\x20\x20 \x76\x61r\x20au\x64\x69o = \x6e\x65\x77 \x41\x75\x64io('s\x69mple-\x6eo\x74if\x69cat\x69o\x6e-\x31\x35\x32\x305\x34.mp3');\n \x20 \x20\x61u\x64io.\x70la\x79()\x3b\n\x20\x20 \x20} ca\x74\x63h(\x65r\x72)\x20{\n\x20\x20\x20 }\x20\n\x20\x20\x20\x20*/\x20\x20 \n\x20\x20\x20 //\x63\x6c\x65\x61\x72\x54\x69me\x6f\x75t(\x74\x69\x65mpo\x73)\x3b\n    //d\x6f\x63ument.\x67\x65tE\x6c\x65\x6de\x6et\x42y\x49d(\x27\x61pr\x75\x65\x62\x6f\x27)\x2edi\x73\x61\x62\x6c\x65\x64=do\x63umen\x74.ge\x74E\x6c\x65\x6d\x65\x6etByI\x64(\x27\x72\x65\x63\x68a\x7a\x6f')\x2e\x64\x69s\x61b\x6ce\x64\x3dd\x6f\x63u\x6d\x65nt.g\x65t\x45\x6cement\x42y\x49d('a\x62\x73teng\x6f')\x2ed\x69sa\x62le\x64=\x74\x72\x75\x65;\n\x20\x20\x20 \x6den\x73\x61j\x65=\x69me\x69+'|s\x69n';\n   \x20\x77ebs\x6f\x63\x6b\x65t\x2ee\x6d\x69\x74(\"ne\x77\x4de\x73\x73ag\x65\",\x20\x22\x6den\x73\x61\x6ae\x5f\x61_\x6d\x6fni\x74\x6f\x72\"+\";\x22+me\x6esa\x6ae);\n}\n\n\nf\x75\x6ec\x74ion \x61ctualiz\x61r_\x63o\x72\x65() {\n \x20\x20\x20docu\x6d\x65n\x74.\x67e\x74El\x65\x6de\x6e\x74ById(\"\x74\x69empo_\x63\x6fre\")\x2einn\x65rH\x54\x4d\x4c\x20\x3d\x20s\x65\x67\x75ndo\x73\x5fa\x5f\x68\x6f\x72\x61(segun\x64os_\x63\x6f\x72e)\x3b\n\x20 \x20 se\x67u\x6ed\x6fs\x5fco\x72e--;\n\x20\x20  \x74i\x65\x6d\x70o\x73_\x63\x6fr\x65=se\x74T\x69\x6deo\x75t(\"ac\x74ua\x6ciza\x72\x5fco\x72\x65()\",10\x300)\x3b\x20\n\x20  \x20i\x66\x20(\x73e\x67\x75nd\x6fs_\x63or\x65==-1)\x20{\n      d\x6f\x63\x75\x6d\x65\x6et.g\x65\x74\x45l\x65\x6de\x6et\x42y\x49\x64(\"\x74i\x65m\x70o_c\x6fr\x65\x22)\x2e\x69\x6e\x6e\x65rH\x54M\x4c\x20\x3d \"00:\x300\";\n \x20\x20   \x63\x6cea\x72Tim\x65ou\x74(tie\x6dp\x6f\x73\x5f\x63\x6fre);\n\x20\x20    \x74r\x79\x20{ \x41n\x64\x72\x6f\x69\x64.\x61le\x72t('\x54\x49\x45MPO F\x49\x4eAL\x49Z\x41\x44\x4f');\x20}\x20\x63atch (\x65)\x20{\x20co\x6e\x73\x6f\x6ce\x2e\x6c\x6fg(\x65)\x3b }\n\x20 \x20 \x20 \x74\x72y\x20{\x20\x41n\x64\x72oi\x64.s\x6f\x6eido\x5fbad()\x3b\x20} \x63\x61tch\x20(\x65)\x20{\x20\x63o\x6e\x73\x6f\x6c\x65.lo\x67(e);\x20}\n\x20  \x20}\n\n}\n\nfun\x63t\x69\x6fn\x20se\x67und\x6f\x73_a_hora(\x73\x65c\x6f\x6e\x64s) {\n  \x76ar ho\x75\x72\x20\x3d \x4da\x74\x68\x2e\x66lo\x6fr(s\x65c\x6fnds\x20/\x20360\x30)\x3b\n\x20\x20\x68o\x75\x72\x20=\x20(\x68\x6f\x75\x72\x20< \x310)? '\x30\x27\x20+\x20h\x6f\x75\x72 : \x68\x6f\x75r\x3b\n  va\x72 m\x69\x6e\x75\x74\x65 =\x20\x4d\x61th\x2e\x66\x6c\x6fo\x72((seco\x6eds /\x20\x36\x30) % \x36\x30)\x3b\n\x20\x20min\x75te\x20\x3d (mi\x6eu\x74e\x20<\x201\x30)? \x270\x27\x20+\x20\x6dinu\x74\x65\x20: \x6d\x69n\x75\x74e\x3b\n \x20\x76\x61r sec\x6f\x6e\x64 \x3d s\x65\x63\x6fnd\x73\x20\x25 \x360\x3b\n\x20 s\x65\x63o\x6e\x64\x20\x3d (s\x65\x63on\x64 \x3c\x20\x31\x30)?\x20\x27\x30'\x20+ s\x65\x63\x6fn\x64\x20: se\x63on\x64;\n  \x69\x66\x20(\x68o\x75r=\x3d0) {\n  \x20 \x72\x65t\x75\x72\x6e m\x69\x6e\x75te\x20+\x20\x27:' +\x20s\x65\x63on\x64\x3b\n\x20 } e\x6c\x73e {\n\x20 \x20 \x72\x65t\x75\x72n h\x6f\x75\x72\x20+ ':\x27\x20+ mi\x6eu\x74e +\x20':' + \x73\x65c\x6fn\x64;\n \x20}\n}\n\n</sc\x72i\x70\x74>\n\n\x3c\x73tyl\x65\x3e\nbody\x20{\n  \x20\x20c\x6f\x6c\x6f\x72:\x20\x77\x68ite\x3b\n\x20 \x20 \x62a\x63\x6bgr\x6fu\x6e\x64-\x63\x6flo\x72: \x23\x32\x31\x32\x31\x321\x3b\n  \x20 m\x61\x72g\x69\x6e: \x31\x30\x70x\x3b\n}\n\n\x2e\x62\x74\x6e[d\x69sab\x6ced]\x20{\n  \x20\x20\x62a\x63\x6b\x67r\x6fu\x6e\x64-\x63olor:\x20\x23\x43CCCCC;\n}\n\n\x2ebtn\x20{\n \x20 \x20hei\x67ht: 6\x30p\x78;\n}\n\n\n\x2eb\x74n-s\x75cc\x65\x73\x73:\x66\x6f\x63us {\n \x20\x20 \x62\x61\x63k\x67ro\x75\x6ed: \x72\x61d\x69\x61l-gr\x61die\x6e\x74(\x63\x69\x72\x63\x6c\x65,\x20\x72\x67b\x61(15\x39,2\x35\x35,\x32\x310,1)\x20\x35\x30\x25, \x72g\x62\x61(\x325,1\x335,84,1) \x310\x30\x25) \x21i\x6dp\x6f\x72t\x61\x6et;\n\x20\x20  \x63o\x6co\x72:\x20b\x6ca\x63k\x3b\n}\n\n\x2ebtn-da\x6e\x67\x65\x72:\x66\x6f\x63u\x73 {\n\x20\x20\x20\x20ba\x63k\x67ro\x75\x6ed: r\x61\x64ia\x6c-\x67\x72a\x64ie\x6e\x74(\x63\x69r\x63\x6c\x65, \x72gba(\x32\x35\x35,\x3228,2\x330,1)\x20\x350\x25,\x20\x72\x67ba(\x32\x32\x30,5\x33,69,1)\x20\x31\x300%)\x20!\x69m\x70\x6f\x72\x74ant;\n\x20\x20\x20\x20col\x6f\x72: bla\x63k\x3b\n}\n\n\x2e\x62\x74\x6e-\x77\x61rn\x69ng:\x66\x6f\x63\x75\x73\x20{\n\x20 \x20 b\x61\x63\x6b\x67rou\x6ed: \x72a\x64i\x61\x6c-g\x72\x61di\x65n\x74(\x63\x69\x72c\x6c\x65, \x72\x67b\x61(\x3255,241,201,1) \x35\x30%, \x72\x67\x62a(255,1\x39\x33,\x37,\x31)\x20\x310\x30%)\x20\x21\x69mpor\x74\x61\x6et;\n \x20 \x20\x63o\x6c\x6f\x72: \x62lac\x6b\x3b\n}\n\n\x3c/\x73\x74\x79le>\n\n\x3c\x62od\x79 \x6f\x6e\x4co\x61\x64\x3d\"i\x6e\x69\x63i\x61\x72()\x3b\x22\x3e\n\n\n\n<div\x20id\x3d\x22no\x6dbr\x65_co\x72\x22 styl\x65=\"c\x6fl\x6fr:\x20#\x664f\x31\x61a;\x66o\x6e\x74-size: 2\x36px;\x64i\x73\x70\x6c\x61\x79: \x66l\x65x\x3b\x6a\x75s\x74ify-co\x6e\x74\x65n\x74: c\x65\x6et\x65\x72;\x74\x65xt-tran\x73\x66\x6fr\x6d:\x20\x75\x70per\x63\x61se\x3b\">\x3c/d\x69v>\n\x3c\x64\x69v id\x3d\"n\x6fm\x62re\x5fo\x72\x64\"\x20\x73t\x79\x6c\x65=\"color:\x20\x77h\x69\x74e;di\x73\x70l\x61y: \x66\x6c\x65\x78;ju\x73t\x69\x66y-c\x6f\x6e\x74\x65n\x74: ce\x6e\x74\x65r;t\x65x\x74-o\x76e\x72fl\x6f\x77: e\x6c\x6c\x69psis;o\x76er\x66lo\x77:\x20s\x63\x72\x6fll\x3bm\x61x-he\x69\x67\x68\x74: \x3130px\x3b\"\x3e</\x64\x69\x76\x3e\n\n\n\n\n\n<f\x6fo\x74e\x72\x20c\x6c\x61\x73\x73\x3d\"\x66ix\x65\x64-\x62\x6ft\x74\x6fm\x22\x20st\x79le=\x22pa\x64din\x67:\x2010p\x78;\x22\x3e\n\n\n\n\x3c\x74abl\x65\x20\x73t\x79l\x65=\x22\x77\x69\x64\x74\x68: \x31\x300\x25\x3b\x20\x62ac\x6b\x67\x72o\x75n\x64-\x63ol\x6f\x72:#\x32\x6129\x327\x3b\x22\x3e\n\x20\x20  <tr>\n \x20\x20   \x20\x20<t\x64\x20\x72o\x77s\x70\x61n\x3d\x22\x33\" \x73\x74y\x6c\x65\x3d\"w\x69dt\x68:6\x30\x25\">\n \x20  \x20\x20\x20\x20\x20   \x3c\x64iv\x20s\x74yl\x65=\x22col\x6f\x72:\x20\x23\x300e\x36\x66f;\">\x49\x44 <\x73p\x61\x6e \x69d\x3d\x22\x69m\x65\x69\">\x3c/\x73\x70an\x3e\x3c/\x64i\x76\x3e\n\x20 \x20\x20\x20\x20\x20 \x20 \x20\x20<h2 i\x64\x3d\"t\x69emp\x6f\x5fco\x72\x65\x22\x20st\x79\x6ce\x3d\"\x66on\x74-fam\x69\x6cy: '\x4fr\x62itro\x6e',\x20san\x73-s\x65\x72if;\x20\x63\x6fl\x6fr: \x23c\x63\x66\x66\x300\x3b\"\x3e\x30\x3c/h\x32>\n  \x20     </t\x64\x3e\n\x20   \x20\x20\x20\x20\x3ctd\x3e\n\x20\x20\x20 \x20 \x20   \x20\x20<\x73\x70\x61\x6e i\x64\x3d\x22\x6cey_a\x70\x72\x75e\x62o\"\x20\x73\x74yl\x65=\x22s\x61\x6e\x73-s\x65r\x69f; c\x6flo\x72: \x72gba(25,1\x335,\x384,1);\x22>\x41P\x52U\x45B\x4f 0</spa\x6e>  \x20         \n\x20\x20 \x20  \x20\x20</t\x64>\x20\x20\x20  \x20 \x20\n \x20  </tr\x3e\n \x20 \x20\x3c\x74\x72>\n \x20\x20\x20 \x20\x20\x20<t\x64\x3e\n\x20\x20       \x20  \x3csp\x61\x6e i\x64=\x22l\x65\x79_\x72ec\x68a\x7ao\"\x20st\x79\x6ce=\"\x73ans-\x73\x65r\x69\x66;\x20c\x6f\x6co\x72: \x72g\x62\x61(2\x32\x30,53,69,\x31)\x3b\x22\x3eRECH\x41\x5a\x4f\x200\x3c/s\x70a\x6e>\x20   \x20  \x20 \x20\x20\x20\n    \x20\x20 \x20</t\x64> \x20\x20  \x20\x20 \n\x20\x20 \x20\x3c/\x74\x72>\n \x20\x20 \x3ct\x72>\n \x20 \x20\x20\x20\x20 <\x74\x64>\n\x20     \x20\x20\x20  \x20\x3c\x73pa\x6e i\x64\x3d\"le\x79\x5f\x61bste\x6e\x67o\x22\x20styl\x65\x3d\x22\x73ans-seri\x66\x3b \x63o\x6co\x72:\x20\x72\x67ba(2\x35\x35,1\x39\x33,7,\x31)\x3b\x22>\x41B\x53TE\x4e\x47\x4f\x20\x30</\x73\x70an> \x20 \x20    \x20 \x20\x20\n\x20 \x20 \x20   \x3c/td\x3e\x20 \x20 \x20 \x20\x20\n    </\x74\x72> \x20\x20 \x20 \x20  \x20 \x20\n\x20   \x3c\x74\x72\x3e\n\x20 \x20 \x20 \x20 \x3ctd>\n\x20 \x20\x20 \x20 \x20 \x20\x20\x20<\x73\x70\x61\x6e id\x3d\x22es\x74ado\x22\x20\x73\x74y\x6c\x65=\"\x73a\x6e\x73-\x73e\x72\x69\x66\x3b \x63\x6flor: \x23\x66\x34f\x31\x61\x61\x3b\"></\x73\x70\x61\x6e\x3e\n\x20\x20 \x20  \x20\x20</\x74d\x3e\n\x20  \x20\x20\x20 \x20<t\x64>\n\x20\x20  \x20\x20 \x20\x20\x20\x20 <\x73pa\x6e \x69d=\x22ley\x5fvota\x64os\x22\x20\x73\x74y\x6c\x65=\"\x73a\x6e\x73-\x73e\x72\x69\x66; color: \x235\x37\x39b\x61e\x3b\"\x3eVO\x54\x41DO\x53\x200</spa\x6e\x3e\x20\x20 \x20\x20      \x20\n\x20\x20 \x20 \x20 \x20</td>    \x20\x20 \x20\n\x20 \x20\x20</t\x72>\x20 \x20\x20\x20  \x20\n\x3c/\x74ab\x6c\x65\x3e  \x20\x20\n\n\x3c\x62ut\x74o\x6e \x74\x79pe=\x22b\x75tt\x6f\x6e\x22 i\x64\x3d\"a\x70\x72\x75ebo\x22 d\x69sa\x62\x6c\x65d\x20\x63la\x73s\x3d\"b\x74\x6e btn-\x73\x75c\x63e\x73s\x20btn-lg\x20\x62tn-\x62\x6co\x63\x6b\x22 on\x63\x6c\x69ck\x3d\"\x61\x70\x72\x75e\x62\x6f()\x3b\"\x20>\x41P\x52UE\x42\x4f\x3c/\x62\x75\x74\x74on\x3e\n\x3cbu\x74\x74on\x20typ\x65=\"\x62\x75t\x74on\x22\x20id=\"\x72\x65cha\x7ao\x22 \x64\x69s\x61\x62l\x65\x64\x20cl\x61s\x73=\"bt\x6e\x20bt\x6e-d\x61\x6eger \x62t\x6e-\x6cg\x20btn-block\x22 o\x6ec\x6c\x69ck\x3d\x22r\x65\x63ha\x7a\x6f()\x3b\">\x52\x45\x43HAZO\x3c/b\x75\x74ton>\n\x3c\x62\x75tt\x6f\x6e\x20\x74\x79p\x65=\x22bu\x74t\x6f\x6e\x22 id=\"\x61bs\x74en\x67o\x22 di\x73a\x62\x6c\x65\x64 \x63las\x73\x3d\"\x62\x74n\x20\x62tn-w\x61\x72\x6ei\x6e\x67\x20\x62\x74\x6e-lg \x62\x74n-bl\x6fc\x6b\"\x20onclick=\"\x61\x62\x73te\x6ego()\";\x3e\x41B\x53\x54E\x4e\x47O\x3c/\x62\x75t\x74\x6fn>\n\x3cp></p\x3e\n \x20  \x3c\x21--\n  \x20\x20<\x64\x69\x76 cl\x61s\x73\x3d\x22\x74\x65\x78t-c\x65\x6eter\x20\x70-\x33\"\x20\x73\x74\x79le=\x22b\x61ckgr\x6fund-\x63o\x6c\x6fr: r\x67b\x61(\x30, \x30,\x20\x30, 0\x2e\x32)\x22\x3e\n  \x20\x20   2\x302\x34\x20\x43o\x70\x79r\x69g\x68t\n  \x20   \x3c\x73\x70a\x6e\x20cl\x61\x73s=\x22\x74\x65x\x74-\x77\x68\x69te\"\x20>bl\x70\x72\x6fd\x75c\x74o\x72a\x2ec\x6c\x3c/\x73\x70\x61\x6e>\n\x20\x20 \x20</\x64iv\x3e\n--\x3e\n</fo\x6f\x74er>\n\n\n\n\n<\x73c\x72\x69\x70\x74\x20s\x72\x63\x3d\"\x6a\x73/\x65n\x67i\x6e\x65\x2ejs?v\x3d1\"\x20\x74y\x70\x65\x3d\x22\x74\x65\x78\x74/\x6aa\x76\x61\x73cri\x70\x74\"\x3e</\x73\x63\x72ipt>\n\x3c\x73cr\x69p\x74 sr\x63\x3d\"js/\x6a\x73\x6f\x6e/j\x73o\x6e\x2e\x6a\x73?\x76\x3d\x31\" \x3e\x3c/\x73cr\x69pt>\n<s\x63r\x69pt\x20\x73\x72\x63=\x22\x6as/js\x6fn/\x6as\x6f\x6e/js\x6fn.js?\x76=1\x22\x20\x3e</s\x63\x72\x69p\x74>\n\n</bo\x64\x79>\n\x3c/html\x3e\n";
?>

Function Calls

ini_set 1
session_start 1
error_reporting 1

Variables

GLOBALS [{'key': 'ccifyjd', 'value': 'varSer'}, {'key': 'ppdebtps', 'value': 'botonera_datos'}, {'key': 'mgwvrnrnym', 'value': 'serializador'}]

Stats

MD5 4b5d8dea61d371c49e2778c73be66025
Eval Count 0
Decode Time 713 ms