Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.145.188.16
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
temmmp /
goldenreviveplus.online /
wp-content /
themes /
twentytwentyone /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
customize-helpers.js
1.07
KB
-rw-r--r--
customize-preview.js
2.47
KB
-rw-r--r--
customize.js
1
KB
-rw-r--r--
dark-mode-toggler.js
2.19
KB
-rw-r--r--
editor-dark-mode-support.js
1.21
KB
-rw-r--r--
editor.js
921
B
-rw-r--r--
palette-colorpicker.js
1.56
KB
-rw-r--r--
polyfills.js
1.1
KB
-rw-r--r--
primary-navigation.js
5.9
KB
-rw-r--r--
responsive-embeds.js
1.1
KB
-rw-r--r--
skip-link-focus-fix.js
832
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : skip-link-focus-fix.js
/** * File skip-link-focus-fix.js. * * Helps with accessibility for keyboard only users. * * This is the source file for what is minified in the twenty_twenty_one_skip_link_focus_fix() PHP function. * * Learn more: https://git.io/vWdr2 * * @since Twenty Twenty-One 1.0 */ ( function() { var isIe = /(trident|msie)/i.test( navigator.userAgent ); if ( isIe && document.getElementById && window.addEventListener ) { window.addEventListener( 'hashchange', function() { var id = location.hash.substring( 1 ), element; if ( ! ( /^[A-z0-9_-]+$/.test( id ) ) ) { return; } element = document.getElementById( id ); if ( element ) { if ( ! ( /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) ) ) { element.tabIndex = -1; } element.focus(); } }, false ); } }() );
Close