!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/php/modelo/info/componentes_perfil/   drwxr-xr-x
Free 14.62 GB of 61.93 GB (23.61%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     toba_rf_subcomponente.php (1.31 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
class toba_rf_subcomponente extends toba_rf
{
    
    function 
__construct($nombre$padre$id$proyecto$item$restriccion$estado_original
    {
        
parent::__construct($nombre$padre);
        
$this->proyecto $proyecto;
        
$this->nombre_largo $this->nombre_corto;
        
$this->id $item.'_'.$id;
        
$this->restriccion $restriccion;
        
$this->item $item;
        
$this->no_visible_original = ($estado_original != '') ? true false;
        
$this->no_visible_actual $this->no_visible_original;
        if (
$this->no_visible_original) {
            
$this->marcar_abiertos();
        }
    }
    
    function 
get_input($id)
    {
        
$id_input $id.'_oculto';
        
$valor_inicial $this->no_visible_actual 0;
        
$img_inicial $this->no_visible_actual $this->img_oculto $this->img_visible;        
        
$html "<img src='$img_inicial' id='".$id_input."_img' title='Visible / Oculto' onclick='{$this->id_js_arbol}.cambiar_oculto(\"{$this->get_id()}\")' />";
        if (
$this->comunicacion_elemento_input) {
            
$html .= "<input type='hidden' value='$valor_inicial' id='$id_input' name='$id_input' />";        
        }
        return 
$html;
    }
    
    function 
cargar_estado_post($id)
    {
        if (isset(
$_POST[$id.'_oculto'])) {
            if (
$_POST[$id.'_oculto'] == '1') {
                
$this->no_visible_actual true;    
            } else {
                
$this->no_visible_actual false;
            }
        }    
    }    
}
?>

:: 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: 1.016 ]--