!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:\nuevo\htdocs\bogotacumbredelclima\wp-content\plugins\contact-form-7\   drwxrwxrwx
Free 4.98 GB of 239.26 GB (2.08%)
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:     settings.php (1.86 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

require_once WPCF7_PLUGIN_DIR '/includes/functions.php';
require_once 
WPCF7_PLUGIN_DIR '/includes/formatting.php';
require_once 
WPCF7_PLUGIN_DIR '/includes/pipe.php';
require_once 
WPCF7_PLUGIN_DIR '/includes/shortcodes.php';
require_once 
WPCF7_PLUGIN_DIR '/includes/capabilities.php';
require_once 
WPCF7_PLUGIN_DIR '/includes/contact-form-template.php';
require_once 
WPCF7_PLUGIN_DIR '/includes/contact-form.php';
require_once 
WPCF7_PLUGIN_DIR '/includes/mail.php';
require_once 
WPCF7_PLUGIN_DIR '/includes/submission.php';
require_once 
WPCF7_PLUGIN_DIR '/includes/upgrade.php';

if ( 
is_admin() )
    require_once 
WPCF7_PLUGIN_DIR '/admin/admin.php';
else
    require_once 
WPCF7_PLUGIN_DIR '/includes/controller.php';

add_action'plugins_loaded''wpcf7' );

function 
wpcf7() {
    
wpcf7_load_textdomain();
    
wpcf7_load_modules();
}

add_action'init''wpcf7_init' );

function 
wpcf7_init() {
    
wpcf7_get_request_uri();
    
wpcf7_register_post_types();

    
do_action'wpcf7_init' );
}

add_action'admin_init''wpcf7_upgrade' );

function 
wpcf7_upgrade() {
    
$opt get_option'wpcf7' );

    if ( ! 
is_array$opt ) )
        
$opt = array();

    
$old_ver = isset( $opt['version'] ) ? (string) $opt['version'] : '0';
    
$new_ver WPCF7_VERSION;

    if ( 
$old_ver == $new_ver )
        return;

    
do_action'wpcf7_upgrade'$new_ver$old_ver );

    
$opt['version'] = $new_ver;

    
update_option'wpcf7'$opt );
}

/* Install and default settings */

add_action'activate_' WPCF7_PLUGIN_BASENAME'wpcf7_install' );

function 
wpcf7_install() {
    if ( 
$opt get_option'wpcf7' ) )
        return;

    
wpcf7_load_textdomain();
    
wpcf7_register_post_types();
    
wpcf7_upgrade();

    if ( 
get_posts( array( 'post_type' => 'wpcf7_contact_form' ) ) )
        return;

    
$contact_form WPCF7_ContactForm::get_template( array(
        
'title' => sprintf__'Contact form %d''contact-form-7' ), ) ) );

    
$contact_form->save();
}

?>

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