Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
js /
modules /
[ HOME SHELL ]
Name
Size
Permission
Action
bs-custom-file-input.js
4.98
KB
-rwxrwxr-x
chart.js
393.05
KB
-rwxrwxr-x
default-file-input.js
570
B
-rwxrwxr-x
enhanced-modals.js
685
B
-rwxrwxr-x
forms-free.js
5.26
KB
-rwxrwxr-x
jquery.easing.js
8.46
KB
-rwxrwxr-x
scrolling-navbar.js
404
B
-rwxrwxr-x
treeview.js
290
B
-rwxrwxr-x
velocity.js
34.28
KB
-rwxrwxr-x
velocity.min.js
34.28
KB
-rwxrwxr-x
waves.js
18.49
KB
-rwxrwxr-x
wow.js
5.2
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wow.js
'use strict'; var WOW; (function ($) { WOW = function WOW() { return { init: function init() { var animationName = []; var once = 1; function mdbWow() { var windowHeight = window.innerHeight; var scroll = window.scrollY; $('.wow').each(function () { if ($(this).css('visibility') == 'visible') { return; } if (windowHeight + scroll - 100 > getOffset(this) && scroll < getOffset(this) || windowHeight + scroll - 100 > getOffset(this) + $(this).height() && scroll < getOffset(this) + $(this).height() || windowHeight + scroll == $(document).height() && getOffset(this) + 100 > $(document).height()) { var index = $(this).index('.wow'); var delay = $(this).attr('data-wow-delay'); if (delay) { delay = $(this).attr('data-wow-delay').slice(0, -1 ); var self = this; var timeout = parseFloat(delay) * 1000; $(self).addClass('animated'); $(self).css({ 'visibility': 'visible' }); $(self).css({ 'animation-delay': delay }); $(self).css({ 'animation-name': animationName[index] }); var removeTime = $(this).css('animation-duration').slice(0, -1) * 1000; if ($(this).attr('data-wow-delay')) { removeTime += $(this).attr('data-wow-delay').slice(0, -1) * 1000; } var self = this; setTimeout(function () { $(self).removeClass('animated'); }, removeTime); } else { $(this).addClass('animated'); $(this).css({ 'visibility': 'visible' }); $(this).css({ 'animation-name': animationName[index] }); var removeTime = $(this).css('animation-duration').slice(0, -1) * 1000; var self = this; setTimeout(function () { $(self).removeClass('animated'); }, removeTime); } } }); } function appear() { $('.wow').each(function () { var index = $(this).index('.wow'); var delay = $(this).attr('data-wow-delay'); if (delay) { delay = $(this).attr('data-wow-delay').slice(0, -1); var timeout = parseFloat(delay) * 1000; $(this).addClass('animated'); $(this).css({ 'visibility': 'visible' }); $(this).css({ 'animation-delay': delay + 's' }); $(this).css({ 'animation-name': animationName[index] }); } else { $(this).addClass('animated'); $(this).css({ 'visibility': 'visible' }); $(this).css({ 'animation-name': animationName[index] }); } }); } function hide() { var windowHeight = window.innerHeight; var scroll = window.scrollY; $('.wow.animated').each(function () { if (windowHeight + scroll - 100 > getOffset(this) && scroll > getOffset(this) + 100 || windowHeight + scroll - 100 < getOffset(this) && scroll < getOffset(this) + 100 || getOffset(this) + $(this).height > $(document).height() - 100) { $(this).removeClass('animated'); $(this).css({ 'animation-name': 'none' }); $(this).css({ 'visibility': 'hidden' }); } else { var removeTime = $(this).css('animation-duration').slice(0, -1) * 1000; if ($(this).attr('data-wow-delay')) { removeTime += $(this).attr('data-wow-delay').slice(0, -1) * 1000; } var self = this; setTimeout(function () { $(self).removeClass('animated'); }, removeTime); } }); mdbWow(); once--; } function getOffset(elem) { var box = elem.getBoundingClientRect(); var body = document.body; var docEl = document.documentElement; var scrollTop = window.pageYOffset || docEl.scrollTop || body.scrollTop; var clientTop = docEl.clientTop || body.clientTop || 0; var top = box.top + scrollTop - clientTop; return Math.round(top); } $('.wow').each(function () { $(this).css({ 'visibility': 'hidden' }); animationName[$(this).index('.wow')] = $(this).css('animation-name'); $(this).css({ 'animation-name': 'none' }); }); $(window).scroll(function () { if (once) { hide(); } else { mdbWow(); } }); appear(); } }; }; })(jQuery);
Close