!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\nuevo\phpMyAdmin2\libraries\   drwxrwxrwx
Free 9.42 GB of 239.26 GB (3.94%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     display_import.inc.php (1.08 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */

/**
 * include file for display import : server, database, table
 *
 * @package PhpMyAdmin
 */
if (! defined('PHPMYADMIN')) {
    exit;
}

/**
 *
 */
require_once './libraries/file_listing.lib.php';
require_once 
'./libraries/plugin_interface.lib.php';
require_once 
'./libraries/display_import.lib.php';
require_once 
'./libraries/display_import_ajax.lib.php';

/* Scan for plugins */
$import_list PMA_getPlugins(
    
"import",
    
'libraries/plugins/import/',
    
$import_type
);

/* Fail if we didn't find any plugin */
if (empty($import_list)) {
    
PMA_Message::error(
        
__(
            
'Could not load import plugins, please check your installation!'
        
)
    )->
display();
    exit;
}

$timeout_passed_str = isset($timeout_passed)? $timeout_passed null;
$offset_str = isset($offset)? $offset null;
$html PMA_getHtmlForImport(
    
$upload_id,
    
$import_type,
    
$db,
    
$table,
    
$max_upload_size,
    
$import_list,
    
$timeout_passed_str,
    
$offset_str
);

$response PMA_Response::getInstance();
$response->addHTML($html);

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]--