!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\wordpress-seo\vendor\yoast\license-manager\samples\   drwxrwxrwx
Free 3.26 GB of 39.52 GB (8.25%)
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:     sample-plugin.php (1.59 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/*
Plugin Name: Sample Plugin
Version: 1.0
Plugin URI: https://yoast.com/
Description: A sample plugin to test the License Manager
Author: Yoast, DvanKooten
Author URI: http://yoast.com/
Text Domain: sample-plugin
*/

/**
 * Class Sample_Plugin
 *
 */
class Sample_Plugin {

    public function 
__construct() {

        
// we only need license stuff inside the admin area
        
if ( is_admin() ) {

            
// add menu item
            
add_action'admin_menu', array( $this'add_license_menu' ) );

            
// load license class
            
$this->load_license_manager();
        }


    }

    
/**
     * Loads the License_Plugin_Manager class
     *
     * The class will take care of the rest: notices, license (de)activations, updates, etc..
     */
    
public function load_license_manager() {

        
// Instantiate license class
        
$license_manager = new Yoast_Plugin_License_Manager( new Sample_Product() );

        
// Setup the required hooks
        
$license_manager->setup_hooks();

    }

    
/**
     * Add license page and add it to Themes menu
     */
    
public function add_license_menu() {
        
$theme_page add_options_pagesprintf__'%s License'$this->text_domain ), $this->item_name ), sprintf__'%s License'$this->text_domain ), $this->item_name ), 'manage_options'$this->text_domain '-license', array( $this'show_license_page' ) );
    }

    
/**
     * Shows license page
     */
    
public function show_license_page() {

        
// Instantiate license class
        
$license_manager = new Yoast_Plugin_License_Manager( new Sample_Product() );

        
?>
        <div class="wrap">
            <?php //settings_errors(); ?>

            <?php $license_manager->show_license_formfalse ); ?>
        </div>
    <?php
    
}
}

new 
Sample_Plugin();

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