!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)

E:\xampp\xampp\htdocs\jaime\wordpress\wp-includes\   drwxrwxrwx
Free 7.27 GB of 239.26 GB (3.04%)
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:     template-loader.php (1.93 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if ( defined('WP_USE_THEMES') && constant('WP_USE_THEMES') ) {
    
do_action('template_redirect');
    if ( 
is_feed() ) {
        include(
ABSPATH '/wp-feed.php');
        exit;
    } else if ( 
is_trackback() ) {
        include(
ABSPATH '/wp-trackback.php');
        exit;
    } else if ( 
is_404() && $template get_404_template() ) {
        include(
$template);
        exit;
    } else if ( 
is_search() && $template get_search_template() ) {
        include(
$template);
        exit;
    } else if ( 
is_home() && $template get_home_template() ) {
        include(
$template);
        exit;
    } else if ( 
is_attachment() && $template get_attachment_template() ) {
        include(
$template);
        exit;
    } else if ( 
is_single() && $template get_single_template() ) {
        if ( 
is_attachment() )
            
add_filter('the_content''prepend_attachment');
        include(
$template);
        exit;
    } else if ( 
is_page() && $template get_page_template() ) {
        if ( 
is_attachment() )
            
add_filter('the_content''prepend_attachment');
        include(
$template);
        exit;
    } else if ( 
is_category() && $template get_category_template()) {
        include(
$template);
        exit;        
    } else if ( 
is_author() && $template get_author_template() ) {
        include(
$template);
        exit;
    } else if ( 
is_date() && $template get_date_template() ) {
        include(
$template);
        exit;
    } else if ( 
is_archive() && $template get_archive_template() ) {
        include(
$template);
        exit;
    } else if ( 
is_comments_popup() && $template get_comments_popup_template() ) {
        include(
$template);
        exit;
    } else if ( 
is_paged() && $template get_paged_template() ) {
        include(
$template);
        exit;
    } else if ( 
file_exists(TEMPLATEPATH "/index.php") ) {
        if ( 
is_attachment() )
            
add_filter('the_content''prepend_attachment');
        include(
TEMPLATEPATH "/index.php");
        exit;
    }
} else {
    
// Process feeds and trackbacks even if not using themes.
    
if ( is_feed() ) {
        include(
ABSPATH '/wp-feed.php');
        exit;
    } else if ( 
is_trackback() ) {
        include(
ABSPATH '/wp-trackback.php');
        exit;
    }
}

?>

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