!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\w3-total-cache\inc\functions\   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:     multisite.php (1.19 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

w3_require_once
(W3TC_INC_DIR '/functions/file.php');

/**
 * Registers new blog url in url=>blog mapfile
 */
function w3_blogmap_register_new_item($blog_home_url$config) {
    if (!isset(
$GLOBALS['current_blog']))
        return 
false;

    
$filename w3_blogmap_filename($blog_home_url);

    if (!@
file_exists($filename))
        
$blog_ids = array();
    else {
        
$data = @file_get_contents($filename);
        
$blog_ids = @eval($data);
        if (!
is_array($blog_ids))
            
$blog_ids = array();
    }

    if (isset(
$blog_ids[$blog_home_url]))
        return 
false;
    
$data $config->get_boolean('common.force_master') ? 'm' 'c';
    
$blog_id $GLOBALS['current_blog']->blog_id;
    
$blog_home_url preg_replace('/[^a-zA-Z0-9\+\.%~!()\/\-\_]/'''$blog_home_url);
    
$blog_ids_strings[] = "'" $blog_home_url "' => '" $data.$blog_id "'";
    foreach (
$blog_ids as $key => $value)
        
$blog_ids_strings[] = "'" $key "' => '" $value "'";

    
$data sprintf('return array(%s);'implode(', '$blog_ids_strings));
        
    try {
        
w3_file_put_contents_atomic($filename$data);
    } catch (
Exception $ex) {
        return 
false;
    }

    return 
true;
}

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