!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)

/usr/share/phppgadmin/   drwxr-xr-x
Free 1.51 GB of 7.22 GB (20.98%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     help.php (1.56 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

    
/**
     * Help page redirection/browsing.
     *
     * $Id: help.php,v 1.3 2006/12/31 16:21:26 soranzo Exp $
     */

     
    // Include application functions
    
include_once('./libraries/lib.inc.php');
    
    
$action = (isset($_REQUEST['action'])) ? $_REQUEST['action'] : '';

    function 
doDefault() {
        global 
$data$lang;
        
        if (isset(
$_REQUEST['help'])) {
            
$url $data->getHelp($_REQUEST['help']);
            
            if (
is_array($url)) {
                
doChoosePage($url);
                return;
            }
            
            if (
$url) {
                
header("Location: $url");
                exit;
            }
        }
        
        
doBrowse($lang['strinvalidhelppage']);
    }
    
    function 
doBrowse($msg '') {
        global 
$misc$data$lang;
        
        
$misc->printHeader($lang['strhelppagebrowser']);
        
$misc->printBody();
        
        
$misc->printTitle($lang['strselecthelppage']);
        
        echo 
$misc->printMsg($msg);
        
        echo 
"<dl>\n";
        
        
$pages $data->getHelpPages();
        foreach (
$pages as $page => $dummy) {
            echo 
"<dt>{$page}</dt>\n";
            
            
$urls $data->getHelp($page);
            if (!
is_array($urls)) $urls = array($urls);
            foreach (
$urls as $url) {
                echo 
"<dd><a href=\"{$url}\">{$url}</a></dd>\n";
            }
        }
        
        echo 
"</dl>\n";
        
        
$misc->printFooter();
    }
    
    function 
doChoosePage($urls) {
        global 
$misc$lang;
        
        
$misc->printHeader($lang['strhelppagebrowser']);
        
$misc->printBody();
        
        
$misc->printTitle($lang['strselecthelppage']);
        
        echo 
"<ul>\n";
        foreach(
$urls as $url) {
            echo 
"<li><a href=\"{$url}\">{$url}</a></li>\n";
        }
        echo 
"</ul>\n";

        
$misc->printFooter();
    }
    
    switch (
$action) {
        case 
'browse':
            
doBrowse();
            break;
        default:
            
doDefault();
            break;
    }
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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