!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_led/proyectos/led/php/ci/   drwxr-xr-x
Free 13.83 GB of 61.93 GB (22.33%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     extension_formulario_leds.php (9.63 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class extension_formulario_leds extends toba_ei_formulario
{
    
//-----------------------------------------------------------------------------------
    //---- JAVASCRIPT -------------------------------------------------------------------
    //-----------------------------------------------------------------------------------

    
function extender_objeto_js()
    {

        echo 
"
        //---- Procesamiento de EFs --------------------------------
        
        
        
{$this->objeto_js}.evt__usar_streaming__procesar = function(es_inicial)
        {
            
            switch (this.ef('usar_streaming').get_estado()) {

                case '1': 
                case 1: 

                    this.ef('canal_streaming').mostrar(true);
                    this.ef('hora_desde').mostrar(true);
                    this.ef('hora_hasta').mostrar(true);    

                    break;
                
                case '0': 
                case 0: 
                default:

                    this.ef('canal_streaming').mostrar(false);
                    this.ef('hora_desde').mostrar(false);
                    this.ef('hora_hasta').mostrar(false);

                    break;
                  
            }
        }

        
{$this->objeto_js}.evt__usar_pantalla_negra__procesar = function(es_inicial)
        {

            switch (this.ef('usar_pantalla_negra').get_estado()) {

                case '1': 
                case 1: 

                    //this.ef('hora_desde2').mostrar(true);
                    //this.ef('hora_hasta2').mostrar(true);

                    this.ef('hora_lunes_desde').mostrar(true);
                    this.ef('hora_lunes_hasta').mostrar(true);
                    this.ef('hora_martes_desde').mostrar(true);
                    this.ef('hora_martes_hasta').mostrar(true);
                    this.ef('hora_miercoles_desde').mostrar(true);
                    this.ef('hora_miercoles_hasta').mostrar(true);
                    this.ef('hora_jueves_desde').mostrar(true);                    
                    this.ef('hora_jueves_hasta').mostrar(true);            
                    this.ef('hora_viernes_desde').mostrar(true);
                    this.ef('hora_viernes_hasta').mostrar(true);                
                    this.ef('hora_sabado_desde').mostrar(true);
                    this.ef('hora_sabado_hasta').mostrar(true);
                    this.ef('hora_domingo_desde').mostrar(true);
                    this.ef('hora_domingo_hasta').mostrar(true);                            
                    this.ef('hora_feriados_desde').mostrar(true);
                    this.ef('hora_feriados_hasta').mostrar(true);

                    this.ef('hora_lunes_desde2').mostrar(true);
                    this.ef('hora_lunes_hasta2').mostrar(true);
                    this.ef('hora_martes_desde2').mostrar(true);
                    this.ef('hora_martes_hasta2').mostrar(true);
                    this.ef('hora_miercoles_desde2').mostrar(true);
                    this.ef('hora_miercoles_hasta2').mostrar(true);
                    this.ef('hora_jueves_desde2').mostrar(true);                    
                    this.ef('hora_jueves_hasta2').mostrar(true);            
                    this.ef('hora_viernes_desde2').mostrar(true);
                    this.ef('hora_viernes_hasta2').mostrar(true);                
                    this.ef('hora_sabado_desde2').mostrar(true);
                    this.ef('hora_sabado_hasta2').mostrar(true);
                    this.ef('hora_domingo_desde2').mostrar(true);
                    this.ef('hora_domingo_hasta2').mostrar(true);                            
                    this.ef('hora_feriados_desde2').mostrar(true);
                    this.ef('hora_feriados_hasta2').mostrar(true);


                    break;
                
                case '0': 
                case 0: 
                default:

                    //this.ef('hora_desde2').mostrar(false);
                    //this.ef('hora_hasta2').mostrar(false);

                    this.ef('hora_lunes_desde').mostrar(false);
                    this.ef('hora_lunes_hasta').mostrar(false);
                    this.ef('hora_martes_desde').mostrar(false);
                    this.ef('hora_martes_hasta').mostrar(false);
                    this.ef('hora_miercoles_desde').mostrar(false);
                    this.ef('hora_miercoles_hasta').mostrar(false);
                    this.ef('hora_jueves_desde').mostrar(false);                    
                    this.ef('hora_jueves_hasta').mostrar(false);            
                    this.ef('hora_viernes_desde').mostrar(false);
                    this.ef('hora_viernes_hasta').mostrar(false);                
                    this.ef('hora_sabado_desde').mostrar(false);
                    this.ef('hora_sabado_hasta').mostrar(false);
                    this.ef('hora_domingo_desde').mostrar(false);
                    this.ef('hora_domingo_hasta').mostrar(false);                            
                    this.ef('hora_feriados_desde').mostrar(false);
                    this.ef('hora_feriados_hasta').mostrar(false);

                    this.ef('hora_lunes_desde2').mostrar(false);
                    this.ef('hora_lunes_hasta2').mostrar(false);
                    this.ef('hora_martes_desde2').mostrar(false);
                    this.ef('hora_martes_hasta2').mostrar(false);
                    this.ef('hora_miercoles_desde2').mostrar(false);
                    this.ef('hora_miercoles_hasta2').mostrar(false);
                    this.ef('hora_jueves_desde2').mostrar(false);                    
                    this.ef('hora_jueves_hasta2').mostrar(false);            
                    this.ef('hora_viernes_desde2').mostrar(false);
                    this.ef('hora_viernes_hasta2').mostrar(false);                
                    this.ef('hora_sabado_desde2').mostrar(false);
                    this.ef('hora_sabado_hasta2').mostrar(false);
                    this.ef('hora_domingo_desde2').mostrar(false);
                    this.ef('hora_domingo_hasta2').mostrar(false);                            
                    this.ef('hora_feriados_desde2').mostrar(false);
                    this.ef('hora_feriados_hasta2').mostrar(false);

                    break;
                  
            }    

        }

        "
;
    }

    function 
generar_layout()
    {
        
$this->generar_html_ef('codigo');
        
$this->generar_html_ef('descripcion');
        
$this->generar_html_ef('id_lista_noticia');
        
$this->generar_html_ef('id_lista_noticia2');
        
$this->generar_html_ef('estado');
        
$this->generar_html_ef('separador_streaming');
        
$this->generar_html_ef('usar_streaming');
        
$this->generar_html_ef('canal_streaming');

        echo 
"<div class='ei-form-fila'>
        <div style='float:left;'>"
;
        
$this->generar_html_ef('hora_desde');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_hasta');
        echo 
'</div>
        </div>'
;

        
$this->generar_html_ef('separador_pant_negra');

        
$this->generar_html_ef('usar_pantalla_negra');
        
        echo 
"<div class='ei-form-fila'>
        <div style='float:left;'>"
;
        
$this->generar_html_ef('hora_lunes_desde');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_lunes_hasta');
        echo 
'</div></div>';

        echo 
"<div class='ei-form-fila'>
        <div style='float:left;'>"
;
        
$this->generar_html_ef('hora_lunes_desde2');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_lunes_hasta2');
        echo 
'</div></div>';


        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_martes_desde');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_martes_hasta');
        echo 
'</div></div>';

        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_martes_desde2');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_martes_hasta2');
        echo 
'</div></div>';


        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_miercoles_desde');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_miercoles_hasta');
        echo 
'</div></div>';

        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_miercoles_desde2');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_miercoles_hasta2');
        echo 
'</div></div>';


        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_jueves_desde');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_jueves_hasta');
        echo 
'</div></div>';

        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_jueves_desde2');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_jueves_hasta2');
        echo 
'</div></div>';


        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_viernes_desde');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_viernes_hasta');
        echo 
'</div></div>';

        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_viernes_desde2');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_viernes_hasta2');
        echo 
'</div></div>';


        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_sabado_desde');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_sabado_hasta');
        echo 
'</div></div>';

        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_sabado_desde2');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_sabado_hasta2');
        echo 
'</div></div>';


        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_domingo_desde');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_domingo_hasta');
        echo 
'</div></div>';

        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_domingo_desde2');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_domingo_hasta2');
        echo 
'</div></div>';


        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_feriados_desde');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_feriados_hasta');
        echo 
'</div></div>';

        echo 
"<div class='ei-form-fila'><div style='float:left;'>";
        
$this->generar_html_ef('hora_feriados_desde2');
        echo 
'</div>';
        echo 
"<div style='float:left; margin-left: 20px'>";
        
$this->generar_html_ef('hora_feriados_hasta2');
        echo 
'</div></div>';


    }

}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.7806 ]--