!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\support\   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:     payment.php (1.64 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if (!defined('W3TC')) die(); ?>
<form action="<?php echo W3TC_PAYPAL_URL?>" method="get">
    <div class="metabox-holder">
        <?php echo $this->postbox_header(__('Make Payment''w3-total-cache')); ?>

        <p><?php echo htmlspecialchars($this->_request_types[$request_type]); ?></p>
        
        <p><strong><?php echo sprintf(__('Price: %.2f USD''w3-total-cache'), $this->_request_prices[$request_type]) ?></strong></p>

        <p>
            <input type="hidden" name="cmd" value="_xclick" />
            <input type="hidden" name="business" value="<?php echo W3TC_PAYPAL_BUSINESS?>" />
            <input type="hidden" name="item_name" value="<?php echo esc_attr(sprintf('%s: %s (#%s)'ucfirst(w3_get_host()), $this->_request_types[$request_type], $request_id)); ?>" />
            <input type="hidden" name="amount" value="<?php echo sprintf('%.2f'$this->_request_prices[$request_type]); ?>" />
            <input type="hidden" name="currency_code" value="USD" />
            <input type="hidden" name="no_shipping" value="1" />
            <input type="hidden" name="rm" value="2" />
            <input type="hidden" name="return" value="<?php echo esc_attr($return_url); ?>" />
            <input type="hidden" name="cancel_return" value="<?php echo esc_attr($cancel_url); ?>" />
            <input type="submit" class="button-primary" value="<?php _e('Buy now''w3-total-cache'); ?>" />
            <input id="support_cancel" class="{nonce: '<?php echo wp_create_nonce('w3tc'); ?>'}" type="button" value="<?php _e('Cancel''w3-total-cache'); ?>" class="button-primary" />
        </p>
        <?php echo $this->postbox_footer(); ?>
    </div>
</form>

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