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


Viewing file:     toba_db.php (1.57 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Este archivo posee shortcuts de acceso a las bases
 * @package Fuentes
 */
    /**
    *    @see toba_db::consultar()
    */
    
function consultar_fuente($sql$id_fuente=null$tipo_fetch=null$obligatorio=false)
    {
        return 
toba::db($id_fuente)->consultar($sql$tipo_fetch$obligatorio);
    }

    
/**
    *    @see toba_db::ejecutar()
    */
    
function ejecutar_fuente($sql$id_fuente=null)
    {
        return 
toba::db($id_fuente)->ejecutar($sql);
    }

    
/**
    *    @see toba_db::ejecutar()
    */
    
function sentencia_fuente($sql$parametros=null$id_fuente=null)
    {
        return 
toba::db($id_fuente)->sentencia($sql$parametros=null);
    }
    
    
/**
    *    @see toba_db::ejecutar_transaccion()
    */
    
function ejecutar_transaccion($sentencias_sql$id_fuente=null)
    {
        
toba::db($id_fuente)->ejecutar_transaccion($sentencias_sql);
    }

    
/**
    *    @see toba_db::recuperar_secuencia()
    */
    
function recuperar_secuencia($secuencia$id_fuente=null)
    {
        return 
toba::db($id_fuente)->recuperar_secuencia($secuencia);
    }
    
    
/**
    *    @see toba_db::abrir_transaccion()
    */
    
function abrir_transaccion($id_fuente=null)
    {
        
toba::db($id_fuente)->abrir_transaccion();
    }

    
/**
    *    @see toba_db::abortar_transaccion()
    */    
    
function abortar_transaccion($id_fuente=null)
    {
        
toba::db($id_fuente)->abortar_transaccion();
    }

    
/**
    *    @see toba_db::cerrar_transaccion()
    */    
    
function cerrar_transaccion($id_fuente=null)
    {
        
toba::db($id_fuente)->cerrar_transaccion();
    }

    
/**
    *    @see toba_db::quote()
    */    
    
function quote($dato$id_fuente=null)
    {
        return 
toba::db($id_fuente)->quote($dato);
    }
?>

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