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


Viewing file:     toba_filtro_condicion.php (1.68 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * @package Componentes
 * @subpackage Filtro
 */
class toba_filtro_condicion
{
    protected 
$etiqueta;
    protected 
$operador_sql;
    protected 
$pre;
    protected 
$post;
    protected 
$casting_izq;
    protected 
$casting_der;
    protected 
$pre_evaluacion '';
    protected 
$post_evaluacion '';
    protected 
$_es_condicion_fija false;
    
    function 
__construct($etiqueta=''$operador_sql=''$pre=''$post=''$casting_izq=''$casting_der='')
    {
        
$this->etiqueta $etiqueta;
        
$this->operador_sql $operador_sql;
        
$this->pre $pre;
        
$this->post $post;
        
$this->casting_izq $casting_izq;
        
$this->casting_der $casting_der;
    }
    
    function 
get_etiqueta()
    {
        return 
$this->etiqueta;
    }
    
    function 
set_operador_sql($operador)
    {
        
$this->operador_sql $operador;
    }
    
    function 
set_post_valor($cadena)
    {
        
$this->post $cadena;
    }
    
    function 
set_pre_valor($cadena)
    {
        
$this->pre $cadena;
    }
    
    function 
set_casting_izq($casting)
    {
        
$this->casting_izq $casting;
    }
    
    function 
set_casting_der($casting)
    {
        
$this->casting_der $casting;
    }
    
    function 
set_pre_evaluacion($cadena)
    {
        
$this->pre_evaluacion $cadena;
    }
    
    function 
set_post_evaluacion($cadena)
    {
        
$this->post_evaluacion $cadena;
    }    
    
    
/**
     * Retorna la clausula sql en base a la condicion actual
     */
    
function get_sql($expresion$valor)
    {
        
$valor toba::db()->quote($this->pre.trim($valor).$this->post);
        return 
$expresion.$this->casting_izq.' '.$this->operador_sql.' '.
                        
$this->pre_evaluacion.$valor.$this->post_evaluacion.$this->casting_der;
        
    }

    function 
set_condicion_fija($es_fija true)
    {
        
$this->_es_condicion_fija $es_fija;
    }

    function 
es_condicion_fija()
    {
        return 
$this->_es_condicion_fija;
    }
}
?>

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