!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/toba_editor/php/configuracion/restricciones_funcionales/   drwxrwxr-x
Free 14.18 GB of 61.93 GB (22.89%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     arbol_restricciones_funcionales.php (1.16 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
class arbol_restricciones_funcionales extends toba_ei_arbol
{

    function 
extender_objeto_js()
    {
        
$img_oculto toba_recurso::imagen_toba('no-visible.png'false);
        
$img_visible toba_recurso::imagen_toba('visible.png'false);
        
$img_solo_lectura toba_recurso::imagen_toba('no-editable.gif'false);
        
$img_editable toba_recurso::imagen_toba('editable.gif'false);
        echo 
"
            function cambiar_oculto(id_input) {
                var valor_actual = $(id_input).value;
                if (valor_actual == 1) {
                    //Esta oculto, hay que mostrarlo
                    $$(id_input + '_img').src = '
$img_visible';
                    $$(id_input).value = 0;
                } else {
                    //Esta visible, hay que ocultarlo
                    $$(id_input + '_img').src = '
$img_oculto';
                    $$(id_input).value = 1;
                }
            }
            
            function cambiar_editable(id_input) {
                var valor_actual = $$(id_input).value;
                if (valor_actual == 1) {
                    //Esta oculto, hay que mostrarlo
                    $$(id_input + '_img').src = '
$img_editable';
                    $$(id_input).value = 0;
                } else {
                    //Esta visible, hay que ocultarlo
                    $$(id_input + '_img').src = '
$img_solo_lectura';
                    $$(id_input).value = 1;
                }
            }
        "
;
    }
    
}

?>

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