$plugin = <<403WebShell
403Webshell
Server IP : 147.79.119.112  /  Your IP : 216.73.217.9
Web Server : LiteSpeed
System : Linux fr-int-web1513.main-hosting.eu 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User : u766115111 ( 766115111)
PHP Version : 8.2.30
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/u766115111/domains/vikory.com/public_html/wp-content/plugins/wpml-import/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/u766115111/domains/vikory.com/public_html/wp-content/plugins/wpml-import/plugin.php
<?php
/**
 * Plugin Name: WPML Export and Import
 * Description: A multipurpose plugin to export and import multilingual content.
 * Author: OnTheGoSystems
 * Author URI: http://www.onthegosystems.com
 * Version: 1.1.1
 * Plugin Slug: wpml-import
 *
 * @package wpml/template-plugin
 */

if ( defined( 'WPML_IMPORT_VERSION' ) ) {
	return;
}

define( 'WPML_IMPORT_VERSION', '1.1.1' );
define( 'WPML_IMPORT_PLUGIN_PATH', __DIR__ );
define( 'WPML_IMPORT_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
define( 'WPML_IMPORT_ADMIN_PAGE_SLUG', 'wpml/import' );

add_action(
	'wpml_loaded',
	function () {
		if ( ! class_exists( 'WPML_Core_Version_Check' ) ) {
			require_once WPML_IMPORT_PLUGIN_PATH . '/vendor/wpml-shared/wpml-lib-dependencies/src/dependencies/class-wpml-core-version-check.php';
		}

		if ( ! WPML_Core_Version_Check::is_ok( WPML_IMPORT_PLUGIN_PATH . '/wpml-dependencies.json' ) ) {
			return;
		}

		require_once WPML_IMPORT_PLUGIN_PATH . '/vendor/autoload.php';

		load_plugin_textdomain( 'wpml-import', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );

		\WPML\Import\App::run();
	}
);

require_once WPML_IMPORT_PLUGIN_PATH . '/classes/EarlyHooks.php';

\WPML\Import\EarlyHooks::init();

Youez - 2016 - github.com/yon3zu
LinuXploit