!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/local/lsws/admin/html.open/view/inc/   drwxr-xr-x
Free 13.14 GB of 57.97 GB (22.67%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

//ribbon breadcrumbs config
//array("Display Name" => "URL");
$breadcrumbs = array(
    
//"Home" => '/'
);

/*navigation array config

ex:
"dashboard" => array(
    "title" => "Display Title",
    "url" => "http://yoururl.com",
    "url_target" => "_self",
    "icon" => "fa-home",
    "label_htm" => "<span>Add your custom label/badge html here</span>",
    "sub" => array() //contains array of sub items with the same format as the parent
)

*/

$page_nav = array(
        
'dashboard' => array(
                
'title' => DMsg::UIStr('menu_dashboard'),
                
'url' => '#view/dashboard.php',
                
'icon' => 'fa-home'),
        
'serv' => array(
                
'title' => DMsg::UIStr('menu_serv'),
                
'icon' => 'fa-globe',
                
'url' => '#view/confMgr.php?m=serv'),
        
'sl' => array(
                
'title' => DMsg::UIStr('menu_sl'),
                
'icon' => 'fa-chain',
                
'url' => '#view/confMgr.php?m=sl'),
        
'vh' => array(
                
'title' => DMsg::UIStr('menu_vh'),
                
'icon' => 'fa-cubes',
                
'url' => '#view/confMgr.php?m=vh'),
        
'tp' => array(
                
'title' => DMsg::UIStr('menu_tp'),
                
'url' => '#view/confMgr.php?m=tp',
                
'icon' => 'fa-files-o'),
        
'tools' => array(
                
'title' => DMsg::UIStr('menu_tools'),
                
'icon' => 'fa-th',
                
'sub' => array(
                        
'buildphp' => array(
                                
'title' => DMsg::UIStr('menu_compilephp'),
                                
'url' => '#view/compilePHP.php'),
                        
'logviewer' => array(
                                
'title' => DMsg::UIStr('menu_logviewer'),
                                
'url' => '#view/logviewer.php'),
                        
'stats' => array(
                                
'title' => DMsg::UIStr('menu_rtstats'),
                                
'url' => '#view/realtimestats.php'),
                )
        ),
        
'webadmin' => array(
                
'title' => DMsg::UIStr('menu_webadmin'),
                
'icon' => 'fa-gear',
                
'sub' => array(
                        
'lg' => array(
                                
'title' => DMsg::UIStr('menu_general'),
                                
'url' => '#view/confMgr.php?m=admin'),
                        
'al' => array(
                                
'title' => DMsg::UIStr('menu_sl'),
                                
'url' => '#view/confMgr.php?m=al')
                )
        ),
        
'help' => array(
                
'title' => DMsg::UIStr('menu_help'),
                
'icon' => 'fa-book',
                
'sub' => array(
                        
'docs' => array(
                                
'title' => DMsg::UIStr('menu_docs'),
                                
'url_target' => '_blank',
                                
'url' => DMsg::DocsUrl()),
                        
'guides' => array(
                                
'title' => DMsg::UIStr('menu_guides'),
                                
'url' => 'https://openlitespeed.org/kb/?utm_source=Open&utm_medium=WebAdmin',
                                
'url_target' => '_blank'),
                        
'devgroup' => array(
                                
'title' => DMsg::UIStr('menu_devgroup'),
                                
'url' => 'https://groups.google.com/forum/#!forum/openlitespeed-development',
                                
'url_target' => '_blank'),
                        
'releaselog' => array(
                                
'title' => DMsg::UIStr('menu_releaselog'),
                                
'url' => 'https://openlitespeed.org/release-log/?utm_source=Open&utm_medium=WebAdmin',
                                
'url_target' => '_blank'),
                        
'forum' => array(
                                
'title' => DMsg::UIStr('menu_forum'),
                                
'url' => 'https://forum.openlitespeed.org/?utm_source=Open&utm_medium=WebAdmin',
                                
'url_target' => '_blank'),
                        
'slack' => array(
                                
'title' => DMsg::UIStr('menu_slack'),
                                
'url' => 'https://www.litespeedtech.com/slack',
                                
'url_target' => '_blank'),
                        
'cloudimage' => array(
                                
'title' => DMsg::UIStr('menu_cloudimage'),
                                
'url' => 'https://docs.litespeedtech.com/cloud/?utm_source=Open&utm_medium=WebAdmin',
                                
'url_target' => '_blank'),
                )
        )


);

//configuration variables
$page_title "";
$no_main_header false//set true for lock.php and login.php

$footer_lic_info '
        Open LiteSpeed is an open source HTTP server.
                Copyright (C) 2013-2021  Lite Speed Technologies, Inc.

                This program is free software: you can redistribute it and/or modify
                it under the terms of the GNU General Public License as published by
                the Free Software Foundation, either version 3 of the License, or
                (at your option) any later version.

                This program is distributed in the hope that it will be useful,
                but WITHOUT ANY WARRANTY; without even the implied warranty of
                MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                GNU General Public License for more details.

                You should have received a copy of the GNU General Public License
                along with this program.  If not, see http://www.gnu.org/licenses/ .

        '
;

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0078 ]--