!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/   drwxrwxrwx
Free 83.35 GB of 96.73 GB (86.17%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     pmd_save_pos.php (2.03 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 *
 * @package PhpMyAdmin-Designer
 */

/**
 *
 */
require_once './libraries/pmd_common.php';

$cfgRelation PMA_getRelationsParam();

if (! 
$cfgRelation['designerwork']) {
    
PMD_err_sav();
}

foreach (
$t_x as $key => $value) {
    
$KEY = empty($IS_AJAX) ? urldecode($key) : $key// table name decode (post PDF exp/imp)
    
list($DB,$TAB) = explode("."$KEY);
    
PMA_query_as_controluser('DELETE FROM ' PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' PMA_backquote($GLOBALS['cfgRelation']['designer_coords']) . '
                      WHERE `db_name` = \'' 
PMA_sqlAddSlashes($DB) . '\'
                        AND `table_name` = \'' 
PMA_sqlAddSlashes($TAB) . '\''truePMA_DBI_QUERY_STORE);

    
PMA_query_as_controluser('INSERT INTO ' PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' PMA_backquote($GLOBALS['cfgRelation']['designer_coords']) . '
                         (db_name, table_name, x, y, v, h)
                  VALUES ('
                  
'\'' PMA_sqlAddSlashes($DB) . '\', '
                  
'\'' PMA_sqlAddSlashes($TAB) . '\', '
                  
'\'' PMA_sqlAddSlashes($t_x[$key]) . '\', '
                  
'\'' PMA_sqlAddSlashes($t_y[$key]) . '\', '
                  
'\'' PMA_sqlAddSlashes($t_v[$key]) . '\', '
                  
'\'' PMA_sqlAddSlashes($t_h[$key]) . '\''
                  
')'truePMA_DBI_QUERY_STORE);
}
//----------------------------------------------------------------------------

function PMD_err_sav()
{
    global 
$die_save_pos// if this file included
    
if (! empty($die_save_pos)) {
        
header("Content-Type: text/xml; charset=utf-8");
        
header("Cache-Control: no-cache");
        die(
'<root act="save_pos" return="' __('Error saving coordinates for Designer.') . '"></root>');
    }
}

if (! empty(
$die_save_pos)) {
  
header("Content-Type: text/xml; charset=utf-8");
  
header("Cache-Control: no-cache");
?>
<root act='save_pos' return='<?php echo __('Modifications have been saved'); ?>'></root>
<?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 HackingTool | HackingTool | Generation time: 0.0032 ]--