!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.74 GB of 61.93 GB (23.8%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

class toba_item_perfil extends toba_elemento_perfil
{
    protected 
$icono "item.gif";
    
    function 
permiso_activo()
    {
        return (
$this->acceso_actual == true);    
    }
    
    
//------------------------------------------------
    //----------- Interface FORM
    //------------------------------------------------

    
function cargar_estado_post($id)
    {
        if (isset(
$_POST[$id.'_acceso'])) {
            if (
$_POST[$id.'_acceso'] == '1') {
                
$this->acceso_actual true;    
            } else {
                
$this->acceso_actual false;
            }
        }
    }
    
    function 
get_input($id)
    {
        
$id_js $this->id_js_arbol;        
        
$id_input $id.'_acceso';
        
$valor_inicial $this->acceso_actual 0;
        
$img_inicial $this->acceso_actual $this->img_acceso $this->img_sin_acceso;        
        
$html "<img src='$img_inicial' id='".$id_input."_img' onclick='$id_js.cambiar_acceso(\"{$this->get_id()}\")' />";
        if (
$this->comunicacion_elemento_input) {
            
$html .= "<input type='hidden' value='$valor_inicial' id='$id_input' name='$id_input' />";        
        }
        return 
$html;
    }
        
}

?>

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