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 | : 3.144.255.247
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 /
leksykografia /
web /
scripts /
[ HOME SHELL ]
Name
Size
Permission
Action
carousel.js
14
KB
-rw-r--r--
events.js
4.01
KB
-rw-r--r--
jMyCarousel.js
19.12
KB
-rw-r--r--
jQuery.js
166.11
KB
-rw-r--r--
jquery.js
54.5
KB
-rw-r--r--
mwheel.js
2.26
KB
-rw-r--r--
scrollPane.js
14.29
KB
-rw-r--r--
selectBox.js
11.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : events.js
$(function(){ $(".top").add(".bottom").fadeTo(0,0.3); $('.dictionaryRow').hover(function(){ $(this).find('.top').fadeTo(0,1); $(this).find('.bottom').fadeTo(0,1); }, function(){ $(this).find('.top').fadeTo(0,0.3); $(this).find('.bottom').fadeTo(0,0.3); }); $('#dictRangeMenu .handler').toggle( function() { $(this).parent().animate({"right": "+=220px"}, "fast"); }, function() { $(this).parent().animate({"right": "-=220px"}, "fast"); } ); $('#dictTypesMenu .handler').toggle( function() { $(this).parent().animate({"right": "+=170px"}, "fast"); }, function() { $(this).parent().animate({"right": "-=170px"}, "fast"); } ); $('#dictRangeMenu .handler').bind("click", function() { var src = ($(this).attr("src") === "/images/range-menu-handler-off.png") ? "/images/range-menu-handler-on.png" : "/images/range-menu-handler-off.png"; $(this).attr("src", src); }); $('#dictTypesMenu .handler').bind("click", function() { var src = ($(this).attr("src") === "/images/types-menu-handler-off.png") ? "/images/types-menu-handler-on.png" : "/images/types-menu-handler-off.png"; $(this).attr("src", src); }); $('.top').add('.bottom').click(function(){ openTopLayerWindow($(this)); return false; }); $('.center').click(function(){ $('#content').fadeTo(0,1); }); function openTopLayerWindow(eventItem){ $('#site').fadeTo(0,0.3); $('#topLayer').show(); $('#topLayerWindow').show(); $('#topLayerWindow').css('left',screen.width/2-215); loadEventContent(eventItem); } function loadEventContent(eventItem){ $('#topLayerWindow #lead').html(eventItem.find('a').html()); $('#topLayerWindow #description').html(eventItem.find('.description').html()); imageWidth = ($('#lead img').length !=0 ) ? $('#lead img').width() : 0; $('#topLayerWindow #description').css('margin-left',imageWidth + 10); $('#topLayerWindow #description').css('width',370 - imageWidth); $("#lead span[class='small']").css('font-size','10px'); loadNextEvent(eventItem); } function loadNextEvent(eventItem){ $("#next").click(function(){ if (eventItem.next('.top').length) { nextEvent = eventItem.next('.top'); } else{ nextEvent = eventItem.parent().siblings('.event').find('.top'); } loadEventContent(nextEvent); return false; }); } $('#closeWindow').click(function(){ $('#topLayer').hide(); $('#topLayerWindow').hide(); $("#lead span[class='small']").css('font-size','14px'); $('#site').fadeTo(0,1); }); $(window).load(function(){ if ($("#leftDict").length != 0 && $("#rightDict").length == 0){ $('#leftDict').jScrollPane({showArrows: true}); lImg = $("#leftDict .jspContainer .jspPane img")[0]; lImg.css('width',lImg.width()); lImg.css('height',lImg.height()); } else if($("#leftDict").length != 0 && $("#rightDict").length != 0){ $('#leftDict').jScrollPane({showArrows: true}); $('#rightDict').jScrollPane({showArrows: true}); lImg = $("#leftDict .jspContainer .jspPane img"); lImg.css('width',lImg.width); lImg.css('height',lImg.height); rImg = $("#rightDict .jspContainer .jspPane img"); rImg.css('width',rImg.width); rImg.css('height',rImg.height); } }); $(".dictList").selectbox({ onOpen: function (inst) { //console.log("open", inst); }, onClose: function (inst) { //console.log("close", inst); }, onChange: function (val, inst) { $("#compareDictionaries").submit(); }, effect: "slide" }); $(".nova").selectbox({ effect: "fade" }); $("#vehicle_id").selectbox({ speed: 400 }); $("#dictionaryDescription li .linkHide").click(function(){ $(this).parent().find('.info').toggle(); $(this).toggleClass('toggleButton'); return false; }); });
Close