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

<h4><?php _e('Table of Contents''w3-total-cache'); ?></h4>

<div id="toc">
    <ul>
    <?php foreach ($faq as $section => $entries): ?>
    <li class="col">
        <h5><?php echo strtoupper($section); ?>:</h5>
        <ul>
            <?php foreach ($entries as $id => $entry): ?>
                <?php if (!isset($entry['question'])): ?>
            <h5><?php echo strtoupper($id); ?>:</h5>
            <ul>
                <?php foreach ($entry as $entry2): ?>
                <li><a href="#q<?php echo $entry2['index']; ?>"><?php echo $entry2['question']; ?></a></li>
                <?php endforeach; ?>
            </ul>
                <?php else:?>
            <li><a href="#q<?php echo $entry['index']; ?>"><?php echo $entry['question']; ?></a></li>
                <?php endif ?>
            <?php endforeach; ?>
        </ul>
    </li>
    <?php endforeach; ?>
    </ul>
</div>
<div id="qa">
    <hr />
    <?php foreach ($faq as $section => $entries): ?>
    <?php foreach ($entries as $id => $entry): ?>
    <?php if (!isset($entry['question'])): ?>
    <?php foreach ($entry as $entry2): ?>
                    <p id="q<?php echo $entry2['index']; ?>"><strong><?php echo $entry2['question']; ?></strong></p>
                    <?php echo $entry2['answer']; ?>
                    <p align="right"><a href="#toc">back to top</a></p>
    <?php endforeach; ?>
    <?php else:?>

    <p id="q<?php echo $entry['index']; ?>"><strong><?php echo $entry['question']; ?></strong></p>
        <?php echo $entry['answer']; ?>
        <p align="right"><a href="#toc">back to top</a></p>
            <?php endif ?>

        <?php endforeach; ?>
    <?php endforeach; ?>
</div>

<?php include W3TC_INC_DIR '/options/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.0312 ]--