!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/php/nucleo/componentes/interface/efs/   drwxrwxr-x
Free 13.6 GB of 61.93 GB (21.96%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     toba_ef_cbu.php (1.46 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Description of toba_ef_cbu
 *
 * @author jpiazza
 */
class toba_ef_cbu extends toba_ef_editable {

    static function 
get_lista_parametros()
    {
        
$param parent::get_lista_parametros();
        
array_borrar_valor($param'edit_tamano');
        
array_borrar_valor($param'edit_expreg');
        
array_borrar_valor($param'edit_mascara');
        
array_borrar_valor($param'edit_unidad');
        
array_borrar_valor($param'edit_maximo');
        return 
$param;        
    }
    
    function 
validar_estado() 
    {
        
$padre parent::validar_estado();
        if (
$padre !== true) {
            return 
$padre;    
        }


        if (!empty(
$this->estado)) {
            return 
$this->validar_cbu($this->estado);
        } else {
            return 
true;
        }

    }

    function 
get_input() 
    {
        
$tab ' tabindex="'.$this->padre->get_tab_index().'" ';
        
$tab .= $this->get_info_placeholder();
        
$html toba_form::text($this->id_form$this->estado,$this->es_solo_lectura(),22,29$this->clase_css$this->javascript.' '.$tab);
        
$html .= $this->get_html_iconos_utilerias();
        return 
$html;
    }

    
    function 
crear_objeto_js()
    {
        return 
"new ef_cbu({$this->parametros_js()})";
    }    

    function 
get_consumo_javascript()
    {
        
$consumos = array('efs/mascaras''efs/ef''efs/ef_editable''efs/ef_cbu');
        return 
$consumos;
    }
    
    
/*************************************/
    
private function validar_cbu($cbu)
    {
        if (
strlen(trim($cbu)) != 22) {
            return 
false;
        }        
        
$rta toba_validaciones::cbu_valido(trim($cbu));
        if (!
$rta) {
            return 
"CBU inválido";
        }        
        return 
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.4899 ]--