!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\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:     panel3.php (10.56 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;
}
// Update options
if ( isset( $_POST['options'] ) ) {
    
$faulty_fields '';
    if ( isset( 
$_POST['options']['manager_page_enabled'] )
        && ! 
subscribe_reloaded_update_option'manager_page_enabled'$_POST['options']['manager_page_enabled'], 'yesno' )
    ) {
        
$faulty_fields __'Virtual Management Page''subscribe-reloaded' ) . ', ';
    }
    if ( isset( 
$_POST['options']['manager_page_title'] )
        && ! 
subscribe_reloaded_update_option'manager_page_title'$_POST['options']['manager_page_title'], 'text' )
    ) {
        
$faulty_fields __'Page title''subscribe-reloaded' ) . ', ';
    }
    if ( isset( 
$_POST['options']['manager_page'] )
        && ! 
subscribe_reloaded_update_option'manager_page'$_POST['options']['manager_page'], 'text-no-encode' )
    ) {
        
$faulty_fields __'Management URL''subscribe-reloaded' ) . ', ';
    }
    if ( isset( 
$_POST['options']['custom_header_meta'] )
        && ! 
subscribe_reloaded_update_option'custom_header_meta'$_POST['options']['custom_header_meta'], 'text-no-encode' )
    ) {
        
$faulty_fields __'Custom HEAD meta''subscribe-reloaded' ) . ', ';
    }

    if ( isset( 
$_POST['options']['request_mgmt_link'] )
        && ! 
subscribe_reloaded_update_option'request_mgmt_link'$_POST['options']['request_mgmt_link'], 'text' )
    ) {
        
$faulty_fields __'Request link''subscribe-reloaded' ) . ', ';
    }
    if ( isset( 
$_POST['options']['request_mgmt_link_thankyou'] )
        && ! 
subscribe_reloaded_update_option'request_mgmt_link_thankyou'$_POST['options']['request_mgmt_link_thankyou'], 'text' )
    ) {
        
$faulty_fields __'Request submitted''subscribe-reloaded' ) . ', ';
    }
    if ( isset( 
$_POST['options']['subscribe_without_commenting'] )
        && ! 
subscribe_reloaded_update_option'subscribe_without_commenting'$_POST['options']['subscribe_without_commenting'], 'text' )
    ) {
        
$faulty_fields __'Subscribe without commenting''subscribe-reloaded' ) . ', ';
    }
    if ( isset( 
$_POST['options']['subscription_confirmed'] )
        && ! 
subscribe_reloaded_update_option'subscription_confirmed'$_POST['options']['subscription_confirmed'], 'text' )
    ) {
        
$faulty_fields __'Subscription processed''subscribe-reloaded' ) . ', ';
    }
    if ( isset( 
$_POST['options']['subscription_confirmed_dci'] )
        && ! 
subscribe_reloaded_update_option'subscription_confirmed_dci'$_POST['options']['subscription_confirmed_dci'], 'text' )
    ) {
        
$faulty_fields __'Subscription processed (DCI)''subscribe-reloaded' ) . ', ';
    }
    if ( isset( 
$_POST['options']['author_text'] )
        && ! 
subscribe_reloaded_update_option'author_text'$_POST['options']['author_text'], 'text' )
    ) {
        
$faulty_fields __'Authors''subscribe-reloaded' ) . ', ';
    }
    if ( isset( 
$_POST['options']['user_text'] )
        && ! 
subscribe_reloaded_update_option'user_text'$_POST['options']['user_text'], 'text' )
    ) {
        
$faulty_fields __'Users''subscribe-reloaded' ) . ', ';
    }

    
// Display an alert in the admin interface if something went wrong
    
echo '<div class="updated fade"><p>';
    if ( empty( 
$faulty_fields ) ) {
        
_e'Your settings have been successfully updated.''subscribe-reloaded' );
    } else {
        
_e'There was an error updating the following fields:''subscribe-reloaded' );
        echo 
' <strong>' substr$faulty_fields0, - ) . '</strong>';
    }
    echo 
"</p></div>\n";
}
wp_print_scripts'quicktags' );
$is_html_enabled = ( get_option'subscribe_reloaded_enable_html_emails''no' ) == 'yes' );
?>

<form action="admin.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=<?php echo $current_panel ?>" method="post">
    <h3><?php _e'Options''subscribe-reloaded' ?></h3>
    <table class="form-table <?php echo $wp_locale->text_direction ?>">
        <tbody>
        <tr>
            <th scope="row">
                <label for="manager_page_enabled"><?php _e'Virtual Management Page''subscribe-reloaded' ?></label>
            </th>
            <td>
                <input type="radio" name="options[manager_page_enabled]" id="manager_page_enabled" value="yes"<?php echo ( subscribe_reloaded_get_option'manager_page_enabled''no' ) == 'yes' ) ? ' checked="checked"' ''?><?php _e'Enabled''subscribe-reloaded' ?> &nbsp; &nbsp; &nbsp;
                <input type="radio" name="options[manager_page_enabled]" value="no" <?php echo ( subscribe_reloaded_get_option'manager_page_enabled''no' ) == 'no' ) ? '  checked="checked"' ''?><?php _e'Disabled''subscribe-reloaded' ?>
                <div class="description"><?php _e'Disable the virtual management page if you need to create a <a href="http://behstant.com/subscribe-reloaded/realMgnPage.php">real page</a> to make your theme happy.''subscribe-reloaded' ?></div>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="manager_page_title"><?php _e'Page title''subscribe-reloaded' ?></label>
            </th>
            <td>
                <input type="text" name="options[manager_page_title]" id="manager_page_title" value="<?php echo subscribe_reloaded_get_option'manager_page_title' ); ?>" size="70">

                <div class="description"><?php _e'Title of the page your visitors will use to manage their subscriptions.''subscribe-reloaded' ); ?></div>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="manager_page"><?php _e'Management URL''subscribe-reloaded' ?></label></th>
            <td><?php echo get_bloginfo'url' ?>
                <input type="text" name="options[manager_page]" id="manager_page" value="<?php echo subscribe_reloaded_get_option'manager_page' ); ?>" size="30">

                <div class="description"><?php _e'The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure.''subscribe-reloaded' );
                    if ( ( 
get_option'permalink_structure''' ) == '' ) && ( strpossubscribe_reloaded_get_option'manager_page' ), '?page_id=' ) === false ) ) {
                        echo 
'<br/><strong>' __"Warning: it looks like the value you are using may be incompatible with your permalink structure"'subscribe-reloaded' ) . '</strong>';
                    } 
?></div>
            </td>
        </tr>
        <tr>
            <th scope="row">
                <label for="custom_header_meta"><?php _e'Custom HEAD meta''subscribe-reloaded' ?></label></th>
            <td>
                <input type="text" name="options[custom_header_meta]" id="custom_header_meta" value="<?php echo subscribe_reloaded_get_option'custom_header_meta' ); ?>" size="70">

                <div class="description"><?php _e'Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values.''subscribe-reloaded' ); ?></div>
            </td>
        </tr>
        </tbody>
    </table>

    <h3><?php _e'Messages''subscribe-reloaded' ?></h3>
    <table class="form-table <?php echo $wp_locale->text_direction ?>">
        <tbody>
        <tr>
            <th scope="row"><label for="request_mgmt_link"><?php _e'Request link''subscribe-reloaded' ?></label>
            </th>
            <td>
                <textarea name="options[request_mgmt_link]" id="request_mgmt_link" rows="3" cols="70"><?php echo subscribe_reloaded_get_option'request_mgmt_link' ); ?></textarea>

                <div class="description"><?php _e'Text shown to those who request to manage their subscriptions.''subscribe-reloaded' ); ?></div>
            </td>
        </tr>
        <tr>
            <th scope="row">
                <label for="request_mgmt_link_thankyou"><?php _e'Request submitted''subscribe-reloaded' ?></label>
            </th>
            <td>
                <textarea name="options[request_mgmt_link_thankyou]" id="request_mgmt_link_thankyou" rows="3" cols="70"><?php echo subscribe_reloaded_get_option'request_mgmt_link_thankyou' ); ?></textarea>

                <div class="description"><?php _e'Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]''subscribe-reloaded' ); ?></div>
            </td>
        </tr>
        <tr>
            <th scope="row">
                <label for="subscribe_without_commenting"><?php _e'Subscribe without commenting''subscribe-reloaded' ?></label>
            </th>
            <td>
                <textarea name="options[subscribe_without_commenting]" id="subscribe_without_commenting" rows="3" cols="70"><?php echo subscribe_reloaded_get_option'subscribe_without_commenting' ); ?></textarea>

                <div class="description"><?php _e'Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]''subscribe-reloaded' ); ?></div>
            </td>
        </tr>
        <tr>
            <th scope="row">
                <label for="subscription_confirmed"><?php _e'Subscription processed''subscribe-reloaded' ?></label>
            </th>
            <td>
                <textarea name="options[subscription_confirmed]" id="subscription_confirmed" rows="3" cols="70"><?php echo subscribe_reloaded_get_option'subscription_confirmed' ); ?></textarea>

                <div class="description"><?php _e'Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]''subscribe-reloaded' ); ?></div>
            </td>
        </tr>
        <tr>
            <th scope="row">
                <label for="subscription_confirmed_dci"><?php _e'Subscription processed (DCI)''subscribe-reloaded' ?></label>
            </th>
            <td>
                <textarea name="options[subscription_confirmed_dci]" id="subscription_confirmed_dci" rows="3" cols="70"><?php echo subscribe_reloaded_get_option'subscription_confirmed_dci' ); ?></textarea>

                <div class="description"><?php _e'Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]''subscribe-reloaded' ); ?></div>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="author_text"><?php _e'Authors''subscribe-reloaded' ?></label></th>
            <td>
                <textarea name="options[author_text]" id="author_text" rows="3" cols="70"><?php echo subscribe_reloaded_get_option'author_text' ); ?></textarea>

                <div class="description"><?php _e"Introductory text for the authors' management page."'subscribe-reloaded' ); ?></div>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="user_text"><?php _e'Users''subscribe-reloaded' ?></label></th>
            <td>
                <textarea name="options[user_text]" id="user_text" rows="3" cols="70"><?php echo subscribe_reloaded_get_option'user_text' ); ?></textarea>

                <div class="description"><?php _e"Introductory text for the users' management page."'subscribe-reloaded' ); ?></div>
            </td>
        </tr>
        </tbody>
    </table>
    <p class="submit"><input type="submit" value="<?php _e'Save Changes' ?>" class="button-primary" name="Submit">
    </p>
</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.0468 ]--