Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 52.14.176.111
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
polon200 /
web /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
scripts.js
7.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : scripts.js
var frameTop = $('.background-1').offset().top; // get initial position of the element $(window).scroll(function() { // assign scroll event listener var currentScroll = $(window).scrollTop(); // get current position if (currentScroll >= frameTop) { // apply position: fixed if you $('.background-1').css({ // scroll to that element or below it 'position': 'fixed', 'top': '0vh', 'left': '0', 'width': '100vw', }), $('.conference').css({ 'margin-top': '30vh', }); } else { // apply position: static $('.background-1').css({ 'position': 'relative', }), $('.conference').css({ 'margin-top':'-90vh', //works better than previous '-70vh' }); } }); /* var insideOneTop = $('.panels-details').offset().top; $(window).scroll(function() { var currentScroll = $(window).scrollTop(); if (currentScroll >= insideOneTop) { $('.background-1').css({ 'position': 'absolute', 'top':'0px', 'left':'0px', }), $('.panel').css({ 'margin-top': '0vh', }); } else { } }); */ //moving conference div /*var frameTop = $('.background-1').offset().top; // get initial position of the element $(window).scroll(function() { // assign scroll event listener var currentScroll = $(window).scrollTop(); // get current position if (currentScroll >= frameTop) { // apply position: fixed if you $('.background-1').css({ // scroll to that element or below it 'position': 'fixed', 'top': '0vh', 'left': '0', 'width': '100vw', }), $('.conference').css({ 'margin-top': '30vh', }); } else { // apply position: static $('.background-1').css({ 'position': 'relative', }), $('.conference').css({ 'margin-top':'-70vh', }); } }); var insideOneTop = $('.panels-details').offset().top; $(window).scroll(function() { var currentScroll = $(window).scrollTop(); if (currentScroll >= insideOneTop) { $('.background-1').css({ 'position': 'absolute', 'top':'0px', 'left':'0px', }), $('.panel').css({ 'margin-top': '0vh', }); } else { } }); */ //end scrolling conference div var fixmeTop = $('.intro-nav').offset().top; // get initial position of the element $(window).scroll(function() { // assign scroll event listener var currentScroll = $(window).scrollTop(); // get current position if (currentScroll >= fixmeTop) { // apply position: fixed if you $('.intro-nav').addClass('fixme'), $('.tile-link-neutral').addClass('tile-link2'), $('.tile-link-neutral').removeClass('tile-link1'), $('.intro-tile').addClass('intro-tile2'), $('.logo-polon img').css({ 'display': 'none', }), $('.cookies').css({ 'top': '13vh', }); } else { // apply position: static $('.intro-nav').removeClass('fixme'), $('.tile-link-neutral').removeClass('tile-link2'), $('.tile-link-neutral').addClass('tile-link1'), $('.intro-tile').removeClass('intro-tile2'), $('.cookies').css({ 'top': '0px', }); } }); /* var fixmeTopTwo = $('.hiddentitle').offset().top; // get initial position of the element $(window).scroll(function() { // assign scroll event listener var currentScrollTwo = $(window).scrollTop(); // get current position if (currentScrollTwo >= fixmeTopTwo) { // apply position: fixed if you $('.hiddentitle').css({ // scroll to that element or below it 'position': 'fixed', 'visibility': 'visible', 'top': '0', 'left': '0', }); } else { // apply position: static $('.hiddentitle').css({ // if you scroll above it 'position': 'static', 'visibility': 'hidden' }); } }); */ //closing cookies $("#cookies-x").click(function() { $(".cookies").css({ 'display': 'none', }) }); //slider $(".plan").click(function(){ $(".konf-plan-menu").slideToggle("fast"), $(".konf-plan-menu").css({ 'display': 'flex', }); $(".plan-day1").css({ 'display':'none', }); $(".plan-day2").css({ 'display':'none', }); }); $(".plan-item-1").click(function(){ $("html, body").animate({ scrollTop: $(".plan").offset().top }, 1000); $(".plan-day1").slideToggle("slow"), $(".plan-day1").css({ 'display':'block', }); $(".conference").css({ 'height': '120vh', }); $(".plan-day2").css({ 'display':'none', }); $(".motto").css({ 'display': 'none', }); }); $(".plan-item-2").click(function(){ $("html, body").animate({ scrollTop: $(".plan").offset().top }, 1000); $(".plan-day2").slideToggle("slow"), $(".plan-day2").css({ 'display':'block', }); $(".conference").css({ 'height': '120vh', }); $(".plan-day1").css({ 'display':'none', }); $(".motto").css({ 'display': 'none', }); }); $(".arrow-down").click(function(){ $("html, body").animate({ scrollTop: $(".welcome").offset().top }, 1000); }); $("#about").click(function(){ $("html, body").animate({ scrollTop: $(".welcome").offset().top }, 1000); }); $("#panelplan").click(function(){ $("html, body").animate({ scrollTop: $(".conference").offset().top }, 2000); }); $(".panels").click(function(){ $("html, body").animate({ scrollTop: $(".panels-details").offset().top }, 2000); }); $(".event").click(function(){ $(this).next(".event-full-description").slideToggle("slow"); }); /////////////////// $("#extra-events").click(function(){ $("html, body").animate({ scrollTop: $("#events-scroll").offset().top }, 4000); }); $(".extra-events").click(function(){ $("html, body").animate({ scrollTop: $("#events-scroll").offset().top }, 2000); });
Close