!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 4.95 GB of 239.26 GB (2.07%)
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:     MDB2_Connect_Test.php (1.09 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// {{{ MDB2_Connect_Test
/**
 * This is just a dummy class to perform the tests.
 */
class MDB2_Connect_Test
{
    var 
$_dsn;
    var 
$dbc;

    
// {{{ constructor php5 valid
    /**
     * Straightforward? The constructor
     */
    
function __construct()
    {
        require_once 
'MDB2.php';
        require_once 
'config.php';

        
$this->_dsn = array(
                
'phptype'  => DSN_PHPTYPE,
                
'username' => DSN_USERNAME,
                
'password' => DSN_PASSWORD,
                
'hostspec' => DSN_HOSTNAME,
                
'database' => DSN_DATABASE,
        );

    }
    
// }}}
    // {{{ PHP4 constructor..
    
function MDB2_Connect_Test()
    {
        
$this->__construct($connect);
    }
    
// }}}
    // {{{ connect
    
function connect()
    {
        
// connect to database
        
$options = array(
            
'portability' => (MDB2_PORTABILITY_ALL MDB2_PORTABILITY_EMPTY_TO_NULL),
        );

        
$this->dbc =& MDB2::singleton($this->_dsn$options);
        if (
PEAR::isError($this->dbc)) {
            return 
$this->dbc;
        }
    }
    
// }}}
}
// }}}
?>

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