Linux server.bornosky.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
Apache
: 95.217.200.235 | : 18.119.124.190
Cant Read [ /etc/named.conf ]
7.3.33
aggscedu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
aggscedu /
public_html /
public /
Fontend /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap.min.js
49.84
KB
-rw-r--r--
custom.js
2.89
KB
-rw-r--r--
jquery-1.12.4.min.js
94.89
KB
-rw-r--r--
jquery.sticky.js
9.85
KB
-rw-r--r--
slick.min.js
41.86
KB
-rw-r--r--
venobox.min.js
11.04
KB
-rw-r--r--
wow.min.js
7.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : custom.js
$(document).ready(function () { $(".slider").slick({ slidesToShow: 1, slidesToScroll: 1, autoplay: true, arrows: true, prevArrow: ".right", nextArrow: ".left", autoplaySpeed: 3000, speed: 1000, }); new WOW().init(); var html_body = $("html, body"); $(".collapse a").on("click", function () { if ( location.pathname.replace(/^\//, "") == this.pathname.replace(/^\//, "") && location.hostname == this.hostname ) { var target = $(this.hash); target = target.length ? target : $("[name=" + this.hash.slice(1) + "]"); if (target.length) { html_body.animate( { scrollTop: target.offset().top - 0, }, 1500 ); return false; } } }); //back to top var back2top = $(".back-to-top"); var html_body = $("html, body"); back2top.click(function () { html_body.animate({ scrollTop: 0 }, 1500); }); $(window).scroll(function () { var scrolling = $(this).scrollTop(); if (scrolling > 700) { back2top.fadeIn(500); } else { back2top.fadeOut(500); } }); $(window).scroll(function () { var scrolling = $(this).scrollTop(); if (scrolling > 200) { $(".about-navbar").addClass("bg"); } else { $(".about-navbar").removeClass("bg"); } }); $(window).scroll(function () { var scrolling = $(this).scrollTop(); if (scrolling > 100) { $("#headerSticky").addClass("bg2"); } else { $("#headerSticky").removeClass("bg2"); } }); $(".venobox").venobox(); $(document).ready(function () { $(".toggle").click(function () { $(".toggle").toggleClass("togleActive"); $(".overlaytog").toggleClass("togleActive"); }); }); //DropdownMenu var Accordion = function (el, multiple) { this.el = el || {}; this.multiple = multiple || false; // Variables privadas var links = this.el.find(".link"); // Evento links.on( "click", { el: this.el, multiple: this.multiple }, this.dropdown ); }; Accordion.prototype.dropdown = function (e) { var $el = e.data.el; ($this = $(this)), ($next = $this.next()); $next.slideToggle(); $this.parent().toggleClass("open"); if (!e.data.multiple) { $el.find(".submenu") .not($next) .slideUp() .parent() .removeClass("open"); } }; var accordion = new Accordion($("#accordion"), false); });
Close