!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\themes\patti\framework\ReduxFramework\ReduxCore\inc\fields\switch\   drwxrwxrwx
Free 4.09 GB of 39.52 GB (10.35%)
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:     field_switch.php (2.95 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

// Exit if accessed directly
    
if ( ! defined'ABSPATH' ) ) {
        exit;
    }

    if ( ! 
class_exists'ReduxFramework_switch' ) ) {
        class 
ReduxFramework_switch {

            
/**
             * Field Constructor.
             * Required - must call the parent constructor, then assign field and value to vars, and obviously call the render field function
             *
             * @since ReduxFramework 0.0.4
             */
            
function __construct$field = array(), $value ''$parent ) {
                
$this->parent $parent;
                
$this->field  $field;
                
$this->value  $value;
            }

            
/**
             * Field Render Function.
             * Takes the vars and outputs the HTML for the field in the settings
             *
             * @since ReduxFramework 0.0.4
             */
            
function render() {

                
$cb_enabled $cb_disabled ''//no errors, please
                //
                //Get selected
                
if ( (int) $this->value == ) {
                    
$cb_enabled ' selected';
                } else {
                    
$cb_disabled ' selected';
                }

                
//Label ON
                
$this->field['on'] = isset( $this->field['on'] ) ? $this->field['on'] : __'On''redux-framework' );

                
//Label OFF
                
$this->field['off'] = isset( $this->field['off'] ) ? $this->field['off'] : __'Off''redux-framework' );

                echo 
'<div class="switch-options">';
                echo 
'<label class="cb-enable' $cb_enabled '" data-id="' $this->field['id'] . '"><span>' $this->field['on'] . '</span></label>';
                echo 
'<label class="cb-disable' $cb_disabled '" data-id="' $this->field['id'] . '"><span>' $this->field['off'] . '</span></label>';
                echo 
'<input type="hidden" class="checkbox checkbox-input' $this->field['class'] . '" id="' $this->field['id'] . '" name="' $this->field['name'] . $this->field['name_suffix'] . '" value="' $this->value '" />';
                echo 
'</div>';
            } 
//function

            /**
             * Enqueue Function.
             * If this field requires any scripts, or css define this function and register/enqueue the scripts/css
             *
             * @since ReduxFramework 0.0.4
             */
            
function enqueue() {

                
wp_enqueue_script(
                    
'redux-field-switch-js',
                    
ReduxFramework::$_url 'inc/fields/switch/field_switch' Redux_Functions::isMin() . '.js',
                    array( 
'jquery''redux-js' ),
                    
time(),
                    
true
                
);

                
wp_enqueue_style(
                    
'redux-field-switch-css',
                    
ReduxFramework::$_url 'inc/fields/switch/field_switch.css',
                    
time(),
                    
true
                
);
            }
        }
    }

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