Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
virtueex /
coinscryptx.com /
out /
assets /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
plugin
[ DIR ]
drwxr-xr-x
2026-02-18 12:35
bootstrap.min.js
60.33
KB
-rw-r--r--
2026-02-15 15:45
jquery.min.js
99.31
KB
-rw-r--r--
2026-02-15 15:45
main.js
3.81
KB
-rw-r--r--
2026-02-15 15:45
proper-min.js
36.84
KB
-rw-r--r--
2026-02-15 15:45
Save
Rename
$(function ($) { "use strict"; jQuery(document).ready(function () { /* niceSelect */ $("select").niceSelect(); /* Wow js */ new WOW().init(); /* Counter */ $(".counter-item .count-num").rCounter({ duration: 60 }); /* Compare Slider */ var $compare = $(".compare .coin-box"); $compare.owlCarousel({ loop: true, nav: false, dots: false, autoplay: true, autoplayTimeout: 3000, smartSpeed: 1200, responsive: { 0: { items: 1 }, 576: { items: 1 }, 768: { items: 2 }, 992: { items: 3 }, 1199: { items: 3 }, 1200: { items: 4 } } }); /* testimonial-slider */ var $testo = $(".testo-box"); $testo.owlCarousel({ loop: true, nav: true, navText: [ '<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>', ], dots: true, animateOut: 'fadeOut', animateIn: 'fadeIn', autoplayTimeout: 4000, smartSpeed: 1200, autoplay: true, items: 1 }); /* widget-slider */ var $widget = $(".widget-slider"); $widget.owlCarousel({ loop: true, nav: true, navText: [ '<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>', ], dots: false, autoplay: true, autoplayTimeout: 4000, smartSpeed: 1200, margin: 10, items: 1 }); /* history-slider */ $(".history-slider").owlCarousel({ loop: true, margin: 0, responsiveClass: true, nav: false, dots: false, loop: true, autoplay: true, autoplayTimeout: 2000, autoplayHoverPause: true, center: true, responsive: { 0: { items: 1, }, 767: { items: 3, }, 1199: { items: 5, }, } }) /* team Slider */ var $team = $(".team"); $team.owlCarousel({ loop: true, nav: false, dots: false, margin: 20, autoplay: true, autoplayTimeout: 3000, smartSpeed: 1200, responsive: { 0: { items: 1 }, 576: { items: 1 }, 768: { items: 2 }, 992: { items: 3 }, 1199: { items: 3 }, 1200: { items: 4 } } }); /* Magnific Popup Activation Probucket */ $(".youtube-video").magnificPopup({ type: "video", }); /*back to top-*/ $(document).on("click", "#scrollUp", function () { $("html,body").animate({ scrollTop: 0, }, 100 ); }); /* sticky navigation menu */ var lastScrollTop = ""; $(window).on("scroll", function () { var $window = $(window); if ($window.scrollTop() > 0) { $(".mein-menu").addClass("nav-fixed"); } else { $(".mein-menu").removeClass("nav-fixed"); } /*--------------------------- back to top show / hide ---------------------------*/ var st = $(this).scrollTop(); if ($(window).scrollTop() > 500) { $("#scrollUp").fadeIn(); } else { $("#scrollUp").fadeOut(); } lastScrollTop = st; }); }); $(window).on("load", function () { /*Preloader*/ $('.preloader').fadeOut(1000); var img = $('.bg_img'); img.css('background-image', function () { var bg = ('url(' + $(this).data('background') + ')'); return bg; }); }); });