Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cstage /
wp-content /
themes /
signify /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-12 08:57
customize-controls.js
318
B
-rw-r--r--
2025-02-20 17:00
customize-preview.js
1.35
KB
-rw-r--r--
2025-02-20 17:00
functions.js
16.02
KB
-rw-r--r--
2025-02-20 17:00
keyboard-image-navigation.min.js
249
B
-rw-r--r--
2025-02-20 17:00
owl.carousel.js
87.94
KB
-rw-r--r--
2025-02-20 17:00
owl.carousel.min.js
42.89
KB
-rw-r--r--
2025-02-20 17:00
skip-link-focus-fix.js
1.03
KB
-rw-r--r--
2025-02-20 17:00
skip-link-focus-fix.min.js
499
B
-rw-r--r--
2025-02-20 17:00
Save
Rename
/** * Makes "skip to content" link work correctly in IE9, Chrome, and Opera * for better accessibility. * * @link http://www.nczonline.net/blog/2013/01/15/fixing-skip-to-content-links/ */ ( function() { var isWebkit = navigator.userAgent.toLowerCase().indexOf( 'webkit' ) > -1, isOpera = navigator.userAgent.toLowerCase().indexOf( 'opera' ) > -1, isIE = navigator.userAgent.toLowerCase().indexOf( 'msie' ) > -1; if ( ( isWebkit || isOpera || isIE ) && document.getElementById && window.addEventListener ) { window.addEventListener( 'hashchange', function() { var id = location.hash.substring( 1 ), element; if ( ! ( /^[A-z0-9_-]+$/.test( id ) ) ) { return; } element = document.getElementById( id ); if ( element ) { if ( ! ( /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) ) ) { element.tabIndex = -1; } element.focus(); // Repositions the window on jump-to-anchor to account for admin bar and border height. window.scrollBy( 0, -53 ); } }, false ); } } )();