!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\wcp-contact-form\vendor\oyejorge\less.php\lib\Less\Tree\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.44%)
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:     Extend.php (1.78 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * Extend
 *
 * @package Less
 * @subpackage tree
 */
class Less_Tree_Extend extends Less_Tree{

    public 
$selector;
    public 
$option;
    public 
$index;
    public 
$selfSelectors = array();
    public 
$allowBefore;
    public 
$allowAfter;
    public 
$firstExtendOnThisSelectorPath;
    public 
$type 'Extend';
    public 
$ruleset;


    public 
$object_id;
    public 
$parent_ids = array();

    
/**
     * @param integer $index
     */
    
public function __construct($selector$option$index){
        static 
$i 0;
        
$this->selector $selector;
        
$this->option $option;
        
$this->index $index;

        switch(
$option){
            case 
"all":
                
$this->allowBefore true;
                
$this->allowAfter true;
            break;
            default:
                
$this->allowBefore false;
                
$this->allowAfter false;
            break;
        }

        
$this->object_id $i++;
        
$this->parent_ids = array($this->object_id);
    }

    public function 
accept$visitor ){
        
$this->selector $visitor->visitObj$this->selector );
    }

    public function 
compile$env ){
        
Less_Parser::$has_extends true;
        
$this->selector $this->selector->compile($env);
        return 
$this;
        
//return new Less_Tree_Extend( $this->selector->compile($env), $this->option, $this->index);
    
}

    public function 
findSelfSelectors$selectors ){
        
$selfElements = array();


        for( 
$i 0$selectors_len count($selectors); $i $selectors_len$i++ ){
            
$selectorElements $selectors[$i]->elements;
            
// duplicate the logic in genCSS function inside the selector node.
            // future TODO - move both logics into the selector joiner visitor
            
if( $i && $selectorElements && $selectorElements[0]->combinator === "") {
                
$selectorElements[0]->combinator ' ';
            }
            
$selfElements array_merge$selfElements$selectors[$i]->elements );
        }

        
$this->selfSelectors = array(new Less_Tree_Selector($selfElements));
    }

}

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