Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.1
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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
/
var /
www /
html /
effiserv /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
vendor
[ DIR ]
drwxr-xr-x
.DS_Store
10
KB
-rw-r--r--
easing.min.js
2.25
KB
-rw-r--r--
hexagons.min.js
3.34
KB
-rw-r--r--
hoverIntent.js
6.91
KB
-rw-r--r--
jquery-ui.js
508.51
KB
-rw-r--r--
jquery.ajaxchimp.min.js
4.71
KB
-rw-r--r--
jquery.counterup.min.js
1.04
KB
-rw-r--r--
jquery.magnific-popup.min.js
19.74
KB
-rw-r--r--
jquery.nice-select.min.js
2.87
KB
-rw-r--r--
jquery.sticky.js
5.6
KB
-rw-r--r--
mail-script.js
1.2
KB
-rw-r--r--
main.js
12.05
KB
-rw-r--r--
owl-carousel-thumb.min.js
3.56
KB
-rw-r--r--
owl.carousel.min.js
39.46
KB
-rw-r--r--
parallax.min.js
6.7
KB
-rw-r--r--
slick.js
82.29
KB
-rw-r--r--
superfish.js
7.38
KB
-rw-r--r--
superfish.min.js
4.37
KB
-rw-r--r--
tilt.jquery.min.js
5.51
KB
-rw-r--r--
waypoints.min.js
7.86
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main.js
$(document).ready(function () { "use strict"; var window_width = $(window).width(), window_height = window.innerHeight, header_height = $(".default-header").height(), header_height_static = $(".site-header.static").outerHeight(), fitscreen = window_height - header_height; $(".fullscreen").css("height", window_height) $(".fitscreen").css("height", fitscreen); if (document.getElementById("default-select")) { $('select').niceSelect(); }; if (document.getElementById("service-select")) { $('select').niceSelect(); }; $('.img-gal').magnificPopup({ type: 'image', gallery: { enabled: true } }); $(".toggole-boxs").accordion(); $('.play-btn').magnificPopup({ type: 'iframe', mainClass: 'mfp-fade', removalDelay: 160, preloader: false, fixedContentPos: false }); // Tilt Js $('.single-feature').tilt({ maxTilt: 9, }); $('.single-price').tilt({ maxTilt: 9, }); // Initiate superfish on nav menu $('.nav-menu').superfish({ animation: { opacity: 'show' }, speed: 400 }); // Mobile Navigation if ($('#nav-menu-container').length) { var $mobile_nav = $('#nav-menu-container').clone().prop({ id: 'mobile-nav' }); $mobile_nav.find('> ul').attr({ 'class': '', 'id': '' }); $('body').append($mobile_nav); $('body').prepend('<button type="button" id="mobile-nav-toggle"><i class="lnr lnr-menu"></i></button>'); $('body').append('<div id="mobile-body-overly"></div>'); $('#mobile-nav').find('.menu-has-children').prepend('<i class="lnr lnr-chevron-down"></i>'); $(document).on('click', '.menu-has-children i', function (e) { $(this).next().toggleClass('menu-item-active'); $(this).nextAll('ul').eq(0).slideToggle(); $(this).toggleClass("lnr-chevron-up lnr-chevron-down"); }); $(document).on('click', '#mobile-nav-toggle', function (e) { $('body').toggleClass('mobile-nav-active'); $('#mobile-nav-toggle i').toggleClass('lnr-cross lnr-menu'); $('#mobile-body-overly').toggle(); }); $(document).click(function (e) { var container = $("#mobile-nav, #mobile-nav-toggle"); if (!container.is(e.target) && container.has(e.target).length === 0) { if ($('body').hasClass('mobile-nav-active')) { $('body').removeClass('mobile-nav-active'); $('#mobile-nav-toggle i').toggleClass('lnr-cross lnr-menu'); $('#mobile-body-overly').fadeOut(); } } }); } else if ($("#mobile-nav, #mobile-nav-toggle").length) { $("#mobile-nav, #mobile-nav-toggle").hide(); } // Smooth scroll for the menu and links with .scrollto classes $('.nav-menu a, #mobile-nav a, .scrollto').on('click', function () { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) { var target = $(this.hash); if (target.length) { var top_space = 0; if ($('#header').length) { top_space = $('#header').outerHeight(); if (!$('#header').hasClass('header-fixed')) { top_space = top_space; } } $('html, body').animate({ scrollTop: target.offset().top - top_space }, 1500, 'easeInOutExpo'); if ($(this).parents('.nav-menu').length) { $('.nav-menu .menu-active').removeClass('menu-active'); $(this).closest('li').addClass('menu-active'); } if ($('body').hasClass('mobile-nav-active')) { $('body').removeClass('mobile-nav-active'); $('#mobile-nav-toggle i').toggleClass('lnr-times lnr-bars'); $('#mobile-body-overly').fadeOut(); } return false; } } }); $(document).ready(function () { $('html, body').hide(); if (window.location.hash) { setTimeout(function () { $('html, body').scrollTop(0).show(); $('html, body').animate({ scrollTop: $(window.location.hash).offset().top - 108 }, 1000) }, 0); } else { $('html, body').show(); } }); // Header scroll class $(window).scroll(function () { if ($(this).scrollTop() > 50) { $('#header').addClass('header-scrolled'); } else { $('#header').removeClass('header-scrolled'); } }); // Owl Carousel if ($('.testi-slider').length) { $('.testi-slider').owlCarousel({ loop: true, margin: 30, items: 1, nav: false, autoplay: 2500, smartSpeed: 1500, dots: true, responsiveClass: true, thumbs: true, thumbsPrerendered: true, navText: ["<i class='lnr lnr-arrow-left'></i>", "<i class='lnr lnr-arrow-right'></i>"] }) } $('.active-realated-carusel').owlCarousel({ items: 1, loop: true, margin: 100, dots: true, nav: true, navText: ["<span class='lnr lnr-arrow-up'></span>", "<span class='lnr lnr-arrow-down'></span>"], autoplay: true, responsive: { 0: { items: 1 }, 480: { items: 1, }, 768: { items: 1, } } }); if ($('.owl-screenshot').length) { $('.owl-screenshot').owlCarousel({ loop: true, margin: 30, items: 4, nav: false, // autoplay: 2500, smartSpeed: 1500, dots: false, responsive: { 0: { items: 1, margin: 80 }, 576: { items: 2 }, 767: { items: 3 }, 1199: { items: 4 } } }) } $('.active-about-carusel').owlCarousel({ items: 1, loop: true, margin: 100, nav: true, navText: ["<span class='lnr lnr-arrow-up'></span>", "<span class='lnr lnr-arrow-down'></span>"], responsive: { 0: { items: 1 }, 480: { items: 1, }, 768: { items: 1, } } }); $('.active-review-carusel').owlCarousel({ items: 1, loop: true, autoplay: true, margin: 30, dots: true }); $('.active-info-carusel').owlCarousel({ items: 1, loop: true, margin: 100, dots: true, autoplay: true, responsive: { 0: { items: 1 }, 480: { items: 1, }, 768: { items: 1, } } }); $('.active-testimonial').owlCarousel({ items: 2, loop: true, margin: 30, dots: true, autoplay: true, nav: true, navText: ["<span class='lnr lnr-arrow-up'></span>", "<span class='lnr lnr-arrow-down'></span>"], responsive: { 0: { items: 1 }, 480: { items: 1, }, 768: { items: 2, } } }); $('.active-testimonials-slider').owlCarousel({ items: 3, loop: true, margin: 30, dots: true, autoplay: true, responsive: { 0: { items: 1 }, 480: { items: 1, }, 768: { items: 2, }, 801: { items: 3, } } }); $('.active-fixed-slider').owlCarousel({ items: 3, loop: true, dots: true, nav: true, navText: ["<span class='lnr lnr-arrow-up'></span>", "<span class='lnr lnr-arrow-down'></span>"], responsive: { 0: { items: 1 }, 480: { items: 1, }, 768: { items: 2, }, 900: { items: 3, } } }); // Start Google map // When the window has finished loading create our google map below if (document.getElementById("map")) { google.maps.event.addDomListener(window, 'load', init); function init() { // Basic options for a simple Google Map // For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions var mapOptions = { // How zoomed in you want the map to start at (always required) zoom: 11, // The latitude and longitude to center the map (always required) center: new google.maps.LatLng(40.6700, -73.9400), // New York // How you would like to style the map. // This is where you would paste any style found on Snazzy Maps. styles: [{ "featureType": "water", "elementType": "geometry", "stylers": [{ "color": "#e9e9e9" }, { "lightness": 17 }] }, { "featureType": "landscape", "elementType": "geometry", "stylers": [{ "color": "#f5f5f5" }, { "lightness": 20 }] }, { "featureType": "road.highway", "elementType": "geometry.fill", "stylers": [{ "color": "#ffffff" }, { "lightness": 17 }] }, { "featureType": "road.highway", "elementType": "geometry.stroke", "stylers": [{ "color": "#ffffff" }, { "lightness": 29 }, { "weight": 0.2 }] }, { "featureType": "road.arterial", "elementType": "geometry", "stylers": [{ "color": "#ffffff" }, { "lightness": 18 }] }, { "featureType": "road.local", "elementType": "geometry", "stylers": [{ "color": "#ffffff" }, { "lightness": 16 }] }, { "featureType": "poi", "elementType": "geometry", "stylers": [{ "color": "#f5f5f5" }, { "lightness": 21 }] }, { "featureType": "poi.park", "elementType": "geometry", "stylers": [{ "color": "#dedede" }, { "lightness": 21 }] }, { "elementType": "labels.text.stroke", "stylers": [{ "visibility": "on" }, { "color": "#ffffff" }, { "lightness": 16 }] }, { "elementType": "labels.text.fill", "stylers": [{ "saturation": 36 }, { "color": "#333333" }, { "lightness": 40 }] }, { "elementType": "labels.icon", "stylers": [{ "visibility": "off" }] }, { "featureType": "transit", "elementType": "geometry", "stylers": [{ "color": "#f2f2f2" }, { "lightness": 19 }] }, { "featureType": "administrative", "elementType": "geometry.fill", "stylers": [{ "color": "#fefefe" }, { "lightness": 20 }] }, { "featureType": "administrative", "elementType": "geometry.stroke", "stylers": [{ "color": "#fefefe" }, { "lightness": 17 }, { "weight": 1.2 }] }] }; // Get the HTML DOM element that will contain your map // We are using a div with id="map" seen below in the <body> var mapElement = document.getElementById('map'); // Create the Google Map using our element and options defined above var map = new google.maps.Map(mapElement, mapOptions); // Let's also add a marker while we're at it var marker = new google.maps.Marker({ position: new google.maps.LatLng(40.6700, -73.9400), map: map, title: 'Snazzy!' }); } } $(document).ready(function () { $('#mc_embed_signup').find('form').ajaxChimp(); }); });
Close