!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\popup\   drwxrwxrwx
Free 3.24 GB of 39.52 GB (8.2%)
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:     cdn_purge.php (2.61 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if (!defined('W3TC')) die(); ?>
<?php 
include W3TC_INC_DIR '/popup/common/header.php';?>

<p>
    <?php _e('Remove objects from the CDN by specifying the relative path on individual lines below and clicking the "Purge" button when done. For example:''w3-total-cache'); ?>
</p>
<p>
    <?php switch ($this->_config->get_string('cdn.engine')):
        case 
'cotendo'?>
        <ul>
            <li><em><?php echo $path?>/images/headers/</em> &mdash; <?php _e('the directory itself (only when accessed directly without any file).''w3-total-cache'); ?></li>
            <li><em><?php echo $path?>/images/headers/*.</em> &mdash; <?php _e('all files in the directory with no extension, with all parameter variations.''w3-total-cache'); ?></li>
            <li><em><?php echo $path?>/images/headers/*.jpg</em> &mdash; <?php _e('all files in the directory whose extension is "jpg".''w3-total-cache'); ?></li>
            <li><em><?php echo $path?>/images/headers/path</em> &mdash; <?php _e('the specific file (when the file does not have an extension), and without parameters.''w3-total-cache'); ?></li>
            <li><em><?php echo $path?>/images/headers/path.jpg</em> &mdash; <?php _e('the specific file with its extension, and without parameters.''w3-total-cache'); ?></li>
            <li><em><?php echo $path?>/images/headers/path.jpg?*</em> &mdash; <?php _e('the specific file with its extension, with all variation of parameters.''w3-total-cache'); ?></li>
            <li><em><?php echo $path?>/images/headers/path.jpg?key=value</em> &mdash; <?php _e('the specific file with its extension, with the specific parameters.''w3-total-cache'); ?></li>
        </ul>
        <?php break;

        default: 
?>
        <em><?php echo $path?>/images/headers/path.jpg</em>
        <?php break;
    endswitch; 
?>
</p>


<form action="admin.php?page=<?php echo $this->_page?>" method="post">
    <p><?php _e('Files to purge:''w3-total-cache'); ?></p>
    <p>
        <textarea name="files" rows="10" cols="90"></textarea>
    </p>
    <p>
        <?php echo w3_nonce_field('w3tc'); ?>
        <input class="button-primary" type="submit" name="w3tc_cdn_purge_post" value="<?php _e('Purge''w3-total-cache'); ?>" />
    </p>
</form>

<div class="log">
    <?php foreach ($results as $result): ?>
        <div class="log-<?php echo ($result['result'] == W3TC_CDN_RESULT_OK 'success' 'error'?>">
            <?php echo htmlspecialchars($result['remote_path']); ?>
            <strong><?php echo htmlspecialchars($result['error']); ?></strong>
        </div>
    <?php endforeach; ?>
</div>

<?php include W3TC_INC_DIR '/popup/common/footer.php'?>

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