PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/mytube.pm/wp-content/plugins/wp-simple-firewall/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/mytube.pm/wp-content/plugins/wp-simple-firewall/unsupported.php

<?php

add_action( 'admin_notices', 'icwp_wpsf_unsupported_php' );
add_action( 'network_admin_notices', 'icwp_wpsf_unsupported_php' );

function icwp_wpsf_unsupported_php() {
	global $sIcwpWpsfPluginFile;
	$text = array(
		'Sorry, your website runs an incredibly old version of PHP that Shield Security no longer supports, as of Shield v9.0',
		"Your PHP no longer gets upgrades and it's difficult to maintain code for.",
		'We recommend that you contact your website hosting provider on how to upgrade to at least PHP 7.0'
	);
	echo sprintf(
		'<div class="error"><h4>%s</h4><p>%s</p>' .
		'<p><a href="%s" target="_blank" style="font-weight: bolder">%s</a> ' .
		'/ <a href="%s">%s</a></p></div>',

		sprintf( 'Shield Security Plugin - Unsupported PHP Version: %s', PHP_VERSION ),
		implode( '<br/>', $text ),
		'https://shsec.io/dl',
		sprintf( 'Click here for more info' ),
		add_query_arg(
			array(
				'action'   => 'deactivate',
				'plugin'   => urlencode( $sIcwpWpsfPluginFile ),
				'_wpnonce' => wp_create_nonce( 'deactivate-plugin_'.$sIcwpWpsfPluginFile )
			),
			self_admin_url( 'plugins.php' )
		),
		sprintf( 'Or, deactivate the Shield Security plugin for now' )
	);
}