[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.129.211.138: ~ $
<?php
/**
 * Plugin Name: WP Statistics
 * Plugin URI: https://wp-statistics.com/
 * GitHub Plugin URI: https://github.com/wp-statistics/wp-statistics
 * Description: Get website traffic insights with GDPR/CCPA compliant, privacy-friendly analytics. Includes visitor data, stunning graphs, and no data sharing.
 * Version: 14.10.3
 * Author: VeronaLabs
 * Author URI: https://veronalabs.com/
 * Text Domain: wp-statistics
 * Domain Path: /languages
 * License: GPL-2.0+
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 */

# Exit if accessed directly
if (!defined('ABSPATH')) exit;

# Load Plugin Defines
require_once __DIR__ . '/includes/defines.php';

# Set another useful plugin define.
define('WP_STATISTICS_VERSION', '14.10.3');

# Load Plugin
if (!class_exists('WP_Statistics')) {
    require_once WP_STATISTICS_DIR . 'includes/class-wp-statistics.php';
}

# Returns the main instance of WP Statistics.
function WP_Statistics()
{
    return WP_Statistics::instance();
}

# Global for backwards compatibility.
$GLOBALS['WP_Statistics'] = WP_Statistics();

Filemanager

Name Type Size Permission Actions
assets Folder 0755
includes Folder 0755
languages Folder 0755
src Folder 0755
vendor Folder 0755
views Folder 0755
.editorconfig File 38.17 KB 0644
CHANGELOG.md File 101.66 KB 0644
CONTRIBUTING.md File 3.29 KB 0644
gulpfile.js File 5.25 KB 0644
license.txt File 34.98 KB 0644
readme.txt File 9.78 KB 0644
security.md File 339 B 0644
webpack.config.js File 2.24 KB 0644
wp-statistics.php File 1.04 KB 0644