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 /
twentysixteen /
js /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
color-scheme-control.js
2.88
KB
-rwxr-xr-x
customize-preview.js
1.04
KB
-rwxr-xr-x
functions.js
7.15
KB
-rwxr-xr-x
html5.js
68
B
-rwxr-xr-x
keyboard-image-navigation.js
527
B
-rwxr-xr-x
skip-link-focus-fix.js
810
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : customize-preview.js
/** * Live-update changed settings in real time in the Customizer preview. */ ( function( $ ) { var style = $( '#twentysixteen-color-scheme-css' ), api = wp.customize; if ( ! style.length ) { style = $( 'head' ).append( '<style type="text/css" id="twentysixteen-color-scheme-css" />' ) .find( '#twentysixteen-color-scheme-css' ); } // Site title. api( 'blogname', function( value ) { value.bind( function( to ) { $( '.site-title a' ).text( to ); } ); } ); // Site tagline. api( 'blogdescription', function( value ) { value.bind( function( to ) { $( '.site-description' ).text( to ); } ); } ); // Add custom-background-image body class when background image is added. api( 'background_image', function( value ) { value.bind( function( to ) { $( 'body' ).toggleClass( 'custom-background-image', '' !== to ); } ); } ); // Color Scheme CSS. api.bind( 'preview-ready', function() { api.preview.bind( 'update-color-scheme-css', function( css ) { style.html( css ); } ); } ); } )( jQuery );
Close