!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/home/h33678/data/www/old.zt-rada.gov.ua/smarty/internals/   drwxrwxrwx
Free 117.47 GB of 200.55 GB (58.58%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     core.is_trusted.php (1.25 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Smarty plugin
 * @package Smarty
 * @subpackage plugins
 */

/**
 * determines if a resource is trusted or not
 *
 * @param string $resource_type
 * @param string $resource_name
 * @return boolean
 */

 // $resource_type, $resource_name

function smarty_core_is_trusted($params, &$smarty)
{
    
$_smarty_trusted false;
    if (
$params['resource_type'] == 'file') {
        if (!empty(
$smarty->trusted_dir)) {
            
$_rp realpath($params['resource_name']);
            foreach ((array)
$smarty->trusted_dir as $curr_dir) {
                if (!empty(
$curr_dir) && is_readable ($curr_dir)) {
                    
$_cd realpath($curr_dir);
                    if (
strncmp($_rp$_cdstrlen($_cd)) == 0
                        
&& substr($_rpstrlen($_cd), 1) == DIRECTORY_SEPARATOR ) {
                        
$_smarty_trusted true;
                        break;
                    }
                }
            }
        }

    } else {
        
// resource is not on local file system
        
$_smarty_trusted call_user_func_array($smarty->_plugins['resource'][$params['resource_type']][0][3],
                                                array(
$params['resource_name'], $smarty));
    }

    return 
$_smarty_trusted;
}

/* vim: set expandtab: */

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.021 ]--