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


Viewing file:     tokenizer_test.php (1.69 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * @package tests
 */
/**
$fp = fopen("../phpDocumentor/Converter.inc","r");
$file = fread($fp,filesize("../phpDocumentor/Converter.inc"));
fclose($fp);
*/
$file "
<?php
    function &newSmarty()
    {
        if (!isset(\$this->package_index))
        foreach(\$this->all_packages as \$key => \$val)
        {
            if (isset(\$this->pkg_elements[\$key]))
            {
                if (!isset(\$start)) \$start = \$key;
                \$this->package_index[] = array('link' => \"li_\$key.html\", 'title' => \$key);
            }
        }
        \$templ = new Smarty;
        \$templ->template_dir = \$this->smarty_dir . PATH_DELIMITER . 'templates';
        \$templ->compile_dir = \$this->smarty_dir . PATH_DELIMITER . 'templates_c';
        \$templ->config_dir = \$this->smarty_dir . PATH_DELIMITER . 'configs';
        \$templ->assign(\"packageindex\",\$this->package_index);
        \$templ->assign(\"phpdocversion\",PHPDOCUMENTOR_VER);
        \$templ->assign(\"phpdocwebsite\",PHPDOCUMENTOR_WEBSITE);
        \$templ->assign(\"package\",\$this->package);
        \$templ->assign(\"subdir\",'');
        return \$templ;
    }
?>
"
;
$tokens token_get_all($file);

$nl_check = array(T_WHITESPACE,T_ENCAPSED_AND_WHITESPACE,T_COMMENT,T_DOC_COMMENT,T_OPEN_TAG,T_CLOSE_TAG,T_INLINE_HTML);
print 
'<pre>';
$line 0;
foreach(
$tokens as $key => $val)
{
    if (
is_array($val))
    {
        
// seeing if we can get line numbers out of the beast
        
if (in_array($val[0],$nl_check))
        {
            
$line+=substr_count($val[1],"\n");
        }
        echo 
token_name($val[0])." => ".htmlentities($val[1])."\n";
    }
    else
    {
        echo 
"*** $val\n";
    }
}
echo 
"$line\n";
print 
'</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.5334 ]--