!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:     Articles.php (1.1 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Table Definition for articles
 */
require_once 'DB/DataObject.php';

class 
DataObject_Articles extends DB_DataObject 
{

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

    
var $__table 'articles';                        // table name
    
var $article_id;                      // int(11)  not_null primary_key auto_increment
    
var $title;                           // string(255)  not_null multiple_key
    
var $intro;                           // blob(65535)  not_null blob
    
var $body;                            // blob(65535)  not_null blob
    
var $author;                          // string(255)  not_null
    
var $published;                       // string(11)  
    
var $public;                          // string(1)  not_null enum

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

    
/* Static get */
    
function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('DataObject_Articles',$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.0156 ]--