Linux 43-250-141-107.cprapid.com 4.18.0-553.150.1.lve.el8.x86_64 #1 SMP Tue Aug 4 17:30:48 UTC 2026 x86_64
LiteSpeed
Server IP : 43.250.141.107 & Your IP : 216.73.217.65
Domains :
Cant Read [ /etc/named.conf ]
User : thepngre
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
thepngre /
public_html /
wp-content /
mu-plugins /
Delete
Unzip
Name
Size
Permission
Date
Action
.cache
[ DIR ]
drwxr-xr-x
2026-09-10 11:04
.htaccess
237
B
-r-xr-xr-x
2026-09-10 12:42
automation-by-installatron.php
983
B
-rw-r--r--
2026-09-10 16:50
index.php
26
B
-rw-r--r--
2024-02-06 15:17
woocommerce-analytics-proxy-speed-module.php
2.21
KB
-rw-r--r--
2025-11-25 16:26
Save
Rename
<?php /* Plugin Name: WordPress automation by Installatron Description: Management of this WordPress site is provided by Installatron. */ // This plugin was added because Automatic Updates, Automatic Backups, and // other features are managed externally by Installatron. // To block this plugin, create an empty file in the same directory named: // block-automation-by-installatron.php // Turn off WordPress automatic updates since these are managed externally. // If you remove this to re-enable WordPress's automatic updates then it's // advised to disable auto-updating in Installatron. add_filter( 'automatic_updater_disabled', '__return_true', -9999 ); // Disable WordPress site health test for Automatic Updates since these are // managed externally by Installatron. function installatron_filter_site_status_tests($tests) { unset($tests['async']['background_updates']); return $tests; } add_filter('site_status_tests', 'installatron_filter_site_status_tests');