!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\htdocs\jaime\Xcode\SPLIB\ExampleApps\DataObject\   drwxrwxrwx
Free 7.26 GB of 239.26 GB (3.03%)
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:     Signup.php (1.22 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Table Definition for signup
 */
require_once 'DB/DataObject.php';

class 
DataObject_Signup extends DB_DataObject 
{

    
###START_AUTOCODE
    /* the code below is auto generated do not remove the above tag */

    
var $__table 'signup';                          // table name
    
var $signup_id;                       // int(11)  not_null primary_key auto_increment
    
var $login;                           // string(50)  not_null unique_key
    
var $password;                        // string(50)  not_null
    
var $email;                           // string(50)  multiple_key
    
var $firstName;                       // string(50)  
    
var $lastName;                        // string(50)  
    
var $signature;                       // blob(65535)  not_null blob
    
var $confirm_code;                    // string(40)  not_null unique_key
    
var $created;                         // int(11)  not_null

    /* ZE2 compatibility trick*/
    
function __clone() { return $this;}

    
/* Static get */
    
function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('DataObject_Signup',$k,$v); }

    
/* the code above is auto generated do not remove the tag below */
    ###END_AUTOCODE
}
?>

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