!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\text\   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_text.php (4.39 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

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

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

            
/**
             * Field Constructor.
             * Required - must call the parent constructor, then assign field and value to vars, and obviously call the render field function
             *
             * @since ReduxFramework 1.0.0
             */
            
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 1.0.0
             */
            
function render() {
                if ( ! empty( 
$this->field['data'] ) && empty( $this->field['options'] ) ) {
                    if ( empty( 
$this->field['args'] ) ) {
                        
$this->field['args'] = array();
                    }

                    
$this->field['options'] = $this->parent->get_wordpress_data$this->field['data'], $this->field['args'] );
                    
$this->field['class'] .= " hasOptions ";
                }

                if ( empty( 
$this->value ) && ! empty( $this->field['data'] ) && ! empty( $this->field['options'] ) ) {
                    
$this->value $this->field['options'];
                }

                
//if (isset($this->field['text_hint']) && is_array($this->field['text_hint'])) {
                
$qtip_title = isset( $this->field['text_hint']['title'] ) ? 'qtip-title="' $this->field['text_hint']['title'] . '" ' '';
                
$qtip_text  = isset( $this->field['text_hint']['content'] ) ? 'qtip-content="' $this->field['text_hint']['content'] . '" ' '';
                
//}

                
$readonly = isset( $this->field['readonly'] ) ? ' readonly="readonly"' '';

                if ( isset( 
$this->field['options'] ) && ! empty( $this->field['options'] ) ) {
                    
                    
$placeholder '';
                    if ( isset( 
$this->field['placeholder'] ) ) {
                        
$placeholder $this->field['placeholder'];
                    }                    
                    
                    foreach ( 
$this->field['options'] as $k => $v ) {
                        if ( ! empty( 
$placeholder ) ) {
                            
$placeholder = ( is_array$this->field['placeholder'] ) && isset( $this->field['placeholder'][ $k ] ) ) ? ' placeholder="' esc_attr$this->field['placeholder'][ $k ] ) . '" ' '';
                        }
                        
                        echo 
'<div class="input_wrapper">';
                        echo 
'<label for="' $this->field['id'] . '-text-' $k '">' $v '</label> ';
                        echo 
'<input ' $qtip_title $qtip_text 'type="text" id="' $this->field['id'] . '-text-' $k '" name="' $this->field['name'] . $this->field['name_suffix'] . '[' $k ']' '" ' $placeholder 'value="' esc_attr$this->value$k ] ) . '" class="regular-text ' $this->field['class'] . '"' $readonly ' /><br />';
                        echo 
'</div>';
                    }
                    
//foreach
                
} else {
                    
$placeholder = ( isset( $this->field['placeholder'] ) && ! is_array$this->field['placeholder'] ) ) ? ' placeholder="' esc_attr$this->field['placeholder'] ) . '" ' '';
                    echo 
'<input ' $qtip_title $qtip_text 'type="text" id="' $this->field['id'] . '-text" name="' $this->field['name'] . $this->field['name_suffix'] . '" ' $placeholder 'value="' esc_attr$this->value ) . '" class="regular-text ' $this->field['class'] . '"' $readonly ' />';
                }
            }

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

                
wp_enqueue_style(
                    
'redux-field-text-css',
                    
ReduxFramework::$_url 'inc/fields/text/field_text.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.0156 ]--