!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\wordpress-seo\vendor\xrstf\composer-php52\lib\xrstf\Composer52\   drwxrwxrwx
Free 3.26 GB of 39.52 GB (8.25%)
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:     Generator.php (1.62 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * Copyright (c) 2013, Christoph Mewes, http://www.xrstf.de
 *
 * This file is released under the terms of the MIT license. You can find the
 * complete text in the attached LICENSE file or online at:
 *
 * http://www.opensource.org/licenses/mit-license.php
 */

namespace xrstf\Composer52;

use 
Composer\Repository\CompositeRepository;
use 
Composer\Script\Event;

class 
Generator {
    public static function 
onPostInstallCmd(Event $event) {
        
$composer            $event->getComposer();
        
$installationManager $composer->getInstallationManager();
        
$repoManager         $composer->getRepositoryManager();
        
$localRepo           $repoManager->getLocalRepository();
        
$package             $composer->getPackage();
        
$config              $composer->getConfig();

        
// We can't gain access to the Command's input object, so we have to look
        // for -o / --optimize-autoloader ourselves. Sadly, neither getopt() works
        // (always returns an empty array), nor does Symfony's Console Input, as
        // it expects a full definition of the current command line and we can't
        // provide that.

//        $def   = new InputDefinition(array(new InputOption('optimize', 'o', InputOption::VALUE_NONE)));
//        $input = new ArgvInput(null, $def);
//        var_dump($input->hasOption('o')); // "Too many arguments"

//        $options  = getopt('o', array('optimize-autoloader')); // always array()
//        $optimize = !empty($options);

        
$args     $_SERVER['argv'];
        
$optimize in_array('-o'$args) || in_array('-o'$args);

        
$generator = new AutoloadGenerator();
        
$generator->dump($config$localRepo$package$installationManager'composer'$optimize);
    }
}

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