HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/mangomitra/public_html/wp-content/plugins/totalcontest-lite/plugin.php
<?php
/*
 * Plugin Name: TotalContest – Lite
 * Plugin URI: https://totalsuite.net/products/totalcontest/
 * Description: Yet another powerful contest plugin for WordPress.
 * Version: 2.6.1
 * Author: TotalSuite
 * Author URI: https://totalsuite.net/
 * Text Domain: totalcontest
 * Domain Path: languages
 * Requires at least: 4.8
 * Requires PHP: 5.6
 * Tested up to: 5.9.0
 *
 * @package TotalContest
 * @category Core
 * @author TotalSuite
 * @version 2.6.1
 */



// Root plugin file name
define( 'TOTALCONTEST_ROOT', __FILE__ );

// TotalContest environment
$environment = require dirname( __FILE__ ) . '/env.php';

// Include plugin setup
include_once dirname( __FILE__ ) . '/setup.php';

// Setup
new TotalContestSetup( $environment );
// Oh yeah, we're up and running!