!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)

C:\cumbreclima\wp-content\plugins\smk-sidebar-generator\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.45%)
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:     condition.php (1.31 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
abstract class Smk_Sidebar_Generator_Condition{
    public 
$type;
    public 
$name;

    public function 
__construct(){
        
$this->name get_class$this );
    }

    
// Return key => value options
    
public function prepareMainData(){
        return array();
    }

    
// Return key => value options
    
public function prepareSecondaryData$main_value ){
        
$array = array( 'all' => __('All''smk_sbg') );
        return 
$array;
    }

    public function 
getMainData(){
        
$dataif $this->prepareMainData();
        
$newdata = array();
        if( !empty(
$dataif) && is_array($dataif) ){
            foreach (
$dataif as $key => $value) {
                
$newdata$this->type '::' $key ] = $value;
            }
            return array(
                
'label' => $this->name,
                
'options' => $newdata,
            );
        }
        else{
            return array();
        }
    }

    public function 
selected$main_value ){
        
$the_type explode('::'$main_value);
        if( !empty( 
$the_type[0] ) && !empty( $the_type[1] ) ){
            return 
$the_type[1];
        }
        else{
            return 
false;
        }
    }

    public function 
getSecondaryData$main_value ){
        return 
$this->prepareSecondaryData$main_value );
    }

    
// $first_selection = type::this_selection
    // $second_selection = equalto
    // Should return true or false
    
public function canReplace$first_selection$second_selection ){
        
$can false;
        return 
$can;
    }
}

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