!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_tdfonline/proyectos/toba_editor/php/objetos_toba/ci/   drwxr-xr-x
Free 14.74 GB of 61.93 GB (23.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     eiform_eventos.php (2.62 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class eiform_eventos extends toba_ei_formulario
{
    function 
extender_objeto_js()
    {
        echo 
"
            
{$this->objeto_js}.evt__accion__procesar = function() {
                if (this.ef('accion').valor() == 'H') {
                    this.ef('accion_imphtml_debug').mostrar();
                } else {
                    this.ef('accion_imphtml_debug').ocultar();
                }
                if (this.ef('accion').valor() == 'V') {
                    this.ef('es_autovinculo').mostrar();
                    this.ef('accion_vin_carpeta').mostrar();
                    this.ef('accion_vin_item').mostrar();
                    this.ef('accion_vin_popup').mostrar();
                    this.ef('accion_vin_celda').mostrar();    
                    this.ef('accion_vin_servicio_extra').mostrar();
                    this.evt__accion_vin_servicio_extra__procesar();                
                    if (this.ef('accion_vin_popup').chequeado()) {
                        this.ef('accion_vin_popup_par').mostrar();
                        this.ef('accion_vin_target').ocultar();
                    } else {
                        this.ef('accion_vin_popup_par').ocultar();
                        this.ef('accion_vin_target').mostrar();
                    }
                } else {
                    this.ef('es_autovinculo').ocultar();
                    this.ef('accion_vin_carpeta').ocultar();
                    this.ef('accion_vin_item').ocultar();
                    this.ef('accion_vin_target').ocultar();
                    this.ef('accion_vin_celda').ocultar();
                    this.ef('accion_vin_popup').ocultar();
                    this.ef('accion_vin_popup_par').ocultar();
                    this.ef('accion_vin_servicio_extra').ocultar();
                    this.ef('accion_vin_servicio').ocultar();
                }
            }
            
{$this->objeto_js}.evt__accion_vin_popup__procesar = function(es_inicial) {
                if (this.ef('accion').valor() == 'V') {
                    if (this.ef('accion_vin_popup').chequeado()) {
                        this.ef('accion_vin_popup_par').mostrar();
                        this.ef('accion_vin_target').ocultar();
                        if (! es_inicial) {
                            this.ef('accion_vin_celda').set_estado('popup');
                        }
                    } else {
                        this.ef('accion_vin_popup_par').ocultar();
                        this.ef('accion_vin_target').mostrar();
                        if (! es_inicial) {
                            this.ef('accion_vin_celda').set_estado('');
                        }
                    }
                }
            }
            
{$this->objeto_js}.evt__accion_vin_servicio_extra__procesar = function() {
                if (this.ef('accion_vin_servicio_extra').valor() == 'O') {                    
                        this.ef('accion_vin_servicio').mostrar();
                } else {
                        this.ef('accion_vin_servicio').ocultar();
                        this.ef('accion_vin_servicio').set_estado('');
                }                
            }
            
{$this->objeto_js}.evt__es_autovinculo__procesar = function(es_inicial)
            {
                var se_muestra = (! this.ef('es_autovinculo').chequeado() && ! this.ef('es_autovinculo').es_oculto());
                this.ef('accion_vin_carpeta').mostrar(se_muestra, true);
                this.ef('accion_vin_item').mostrar(se_muestra, true);
            }
        "
;
    }
}

?>

:: 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.8294 ]--