!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\js_composer\include\classes\shortcodes\   drwxrwxrwx
Free 4.11 GB of 39.52 GB (10.39%)
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:     vc-tab.php (2.93 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
define
'TAB_TITLE'__"Tab""js_composer" ) );
require_once 
vc_path_dir('SHORTCODES_DIR''vc-column.php');

class 
WPBakeryShortCode_VC_Tab extends WPBakeryShortCode_VC_Column {
    protected 
$controls_css_settings 'tc vc_control-container';
    protected 
$controls_list = array('add''edit''clone''delete');
    protected 
$predefined_atts = array(
        
'tab_id' => TAB_TITLE,
        
'title' => ''
    
);
    protected 
$controls_template_file 'editors/partials/backend_controls_tab.tpl.php';
    public function 
__construct$settings ) {
        
parent::__construct$settings );
    }

    public function 
customAdminBlockParams() {
        return 
' id="tab-' $this->atts['tab_id'] . '"';
    }

    public function 
mainHtmlBlockParams$width$i ) {
        return 
'data-element_type="' $this->settings["base"] . '" class="wpb_' $this->settings['base'] . ' wpb_sortable wpb_content_holder"' $this->customAdminBlockParams();
    }

    public function 
containerHtmlBlockParams$width$i ) {
        return 
'class="wpb_column_container vc_container_for_children"';
    }

    public function 
getColumnControls$controls$extended_css '' ) {
        return 
$this->getColumnControlsModular($extended_css);
        
/*
        $controls_start = '<div class="vc_controls controls controls_column' . ( ! empty( $extended_css ) ? " {$extended_css}" : '' ) . '">';
        $controls_end = '</div>';

        if ( $extended_css == 'bottom-controls' ) $control_title = sprintf( __( 'Append to this %s', 'js_composer' ), strtolower( $this->settings( 'name' ) ) );
        else $control_title = sprintf( __( 'Prepend to this %s', 'js_composer' ), strtolower( $this->settings( 'name' ) ) );

        $controls_add = ' <a class="vc_control column_add" href="#" title="' . $control_title . '"><i class="vc_icon"></i></a>';
        $controls_edit = ' <a class="vc_control column_edit" href="#" title="' . sprintf( __( 'Edit this %s', 'js_composer' ), strtolower( $this->settings( 'name' ) ) ) . '"><i class="vc_icon"></i></a>';
        $controls_clone = '<a class="vc_control column_clone" href="#" title="' . sprintf( __( 'Clone this %s', 'js_composer' ), strtolower( $this->settings( 'name' ) ) ) . '"><i class="vc_icon"></i></a>';

        $controls_delete = '<a class="vc_control column_delete" href="#" title="' . sprintf( __( 'Delete this %s', 'js_composer' ), strtolower( $this->settings( 'name' ) ) ) . '"><i class="vc_icon"></i></a>';
        return $controls_start . $controls_add . $controls_edit . $controls_clone . $controls_delete . $controls_end;
        */
    
}
}


function 
tab_id_settings_field$settings$value ) {
    
$dependency vc_generate_dependencies_attributes$settings );
    return 
'<div class="my_param_block">'
      
'<input name="' $settings['param_name']
      . 
'" class="wpb_vc_param_value wpb-textinput '
      
$settings['param_name'] . ' ' $settings['type'] . '_field" type="hidden" value="'
      
$value '" ' $dependency ' />'
      
'<label>' $value '</label>'
      
'</div>';
    
// TODO: Add data-js-function to documentation
}

add_shortcode_param'tab_id''tab_id_settings_field' );

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