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 : buttons.js
( function () { function createRipple( event ) { const button = event.currentTarget; const circle = document.createElement( "span" ); const diameter = Math.max( button.clientWidth, button.clientHeight ); const radius = diameter / 2; circle.style.width = circle.style.height = `${ diameter }px`; circle.style.left = `${ event.clientX - ( button.offsetLeft + radius ) }px`; circle.style.top = `${ event.clientY - ( button.offsetTop + radius ) }px`; circle.classList.add( "ripple" ); const ripple = button.getElementsByClassName( "ripple" )[ 0 ]; if ( ripple ) { ripple.remove(); } button.appendChild( circle ); } const buttons = document.querySelectorAll( ".btn, .btn-primary, .btn-outline, .wp-block-button__link" ); for ( const button of buttons ) { button.addEventListener( "click", createRipple ); } } )();
Close