!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:\xampp\xampp\php\PEAR\tests\MDB2\tests\   drwxrwxrwx
Free 765.59 MB of 239.26 GB (0.31%)
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:     import.schema.php (1.16 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require_once 'MDB2/Schema.php';

$dsn = array(
    
'phptype'  => 'mysql',
    
'username' => 'username',
    
'password' => 'password',
    
'hostspec' => 'host',
);
$db_options = array();


$file dirname(__FILE__).DIRECTORY_SEPARATOR.'driver_test.schema.xml';
$variables = array(
    
'name'   => 'driver_test',
    
'create' => true,
);

$options = array(
    
'log_line_break'   => '<br />',
    
'idxname_format'   => '%s',
    
'debug'            => true,
    
'quote_identifier' => true,
    
'force_defaults'   => false,
    
'portability'      => false
);
$options array_merge($options$db_options);

$schema =& MDB2_Schema::factory($dsn$options);
if (
PEAR::isError($schema)) {
    echo 
$schema->getMessage() . ' ' $schema->getUserInfo();
    exit;
}

$definition $schema->parseDatabaseDefinitionFile($file$variablestruetrue);
if (
PEAR::isError($definition)) {
    echo 
$definition->getMessage() . ' - ' $definition->getUserInfo();
} else {
    
$operation $schema->createDatabase($definition);
    if (
PEAR::isError($operation)) {
        echo 
$operation->getMessage() . ' ' $operation->getUserInfo();
    }
}
?>
DONE!

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