!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:\cumbre\cumbreclima\wp-content\plugins\subscribe-to-comments-reloaded\options\   drwxrwxrwx
Free 3.26 GB of 39.52 GB (8.25%)
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:     index.php (2.75 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// Avoid direct access to this piece of code
if ( ! function_exists'is_admin' ) || ! is_admin() ) {
    
header'Location: /' );
    exit;
}

function 
subscribe_reloaded_update_option$_option ''$_value ''$_type '' ) {
    if ( ! isset( 
$_value ) ) {
        return 
true;
    }

    
// Prevent XSS/CSRF attacks
    
$_value stripslashes$_value );
    
$_value esc_attr$_value ); // esc_attr Will encode all the text.

    
switch ( $_type ) {
        case 
'yesno':
            if ( 
$_value == 'yes' || $_value == 'no' ) {
                
update_option'subscribe_reloaded_' $_option$_value );

                return 
true;
            }
            break;
        case 
'integer':
            
update_option'subscribe_reloaded_' $_optionabsintval$_value ) ) );

            return 
true;
            break;
        case 
'text-html-encode':
            
update_option'subscribe_reloaded_' $_optionhtmlentities$_valueENT_QUOTES'UTF-8' ) );

            return 
true;
            break;
        default:
            
update_option'subscribe_reloaded_' $_option$_value );

            return 
true;
            break;
    }

    return 
false;
}

function 
subscribe_reloaded_get_option$_option ''$_default '' ) {
    
$value get_option'subscribe_reloaded_' $_option$_default );
    
$value html_entity_decodestripslashes$value ), ENT_QUOTES'UTF-8' );

    return 
stripslashes$value );
}

// Load localization files
load_plugin_textdomain'subscribe-reloaded'falsedirnameplugin_basename__FILE__ ) ) . '/langs/' );

// Define the panels
$array_panels = array(
    
__'Manage subscriptions''subscribe-reloaded' ),
    
__'Comment Form''subscribe-reloaded' ),
    
__'Management Page''subscribe-reloaded' ),
    
__'Notifications''subscribe-reloaded' ),
    
__'Options''subscribe-reloaded' ),
    
__'You can help''subscribe-reloaded' ),
    
__'Support''subscribe-reloaded' )
);

// What panel to display
$current_panel = empty( $_GET['subscribepanel'] ) ? intval$_GET['subscribepanel'] );

// Text direction
if ( $wp_locale->text_direction != 'ltr' ) {
    
$array_panels array_reverse$array_panelstrue );
}

?>
<div class="wrap">
    <div id="subscribe-to-comments-icon" class="icon32 <?php echo $wp_locale->text_direction ?>"></div>
    <h2 class="medium">
        <?php
        
foreach ( $array_panels as $a_panel_id => $a_panel_details ) {
            echo 
'<a class="nav-tab nav-tab';
            echo ( 
$current_panel == $a_panel_id ) ? '-active' '-inactive';
            echo 
'" href="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=' . ( $a_panel_id ) . '">' $a_panel_details '</a>';
        }
        
?>
    </h2>

    <?php if ( is_readableWP_PLUGIN_DIR "/subscribe-to-comments-reloaded/options/panel$current_panel.php" ) ) {
        require_once 
WP_PLUGIN_DIR "/subscribe-to-comments-reloaded/options/panel$current_panel.php";
    } 
?>
</div>

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