Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
esprint.fr /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
vendor
[ DIR ]
drwxrwxr-x
2022-06-01 13:10
main.js
1.18
KB
-rwxrwxr-x
2021-10-12 15:30
Save
Rename
var app = { ready: function() { //references sliders $('.references .flexslider').flexslider({ animation: "slide", slideshow: false, controlNav: false, start: function(slider){ $('body').removeClass('loading'); app.setHeight() } }); //homepage slider $('.slider .flexslider').flexslider({ animation: "slide", controlNav: false, start: function(slider){ $('body').removeClass('loading'); app.setHeight() } }); //clients carousel $('.clients .carousel').flexslider({ controlNav: false, directionNav: false, animation: "none", itemWidth: 190, itemMargin: 50, move: false, start: function(){ $('body').removeClass('loading'); app.setHeight() } }); app.setHeight(); }, resize: function() { app.setHeight(); }, setHeight: function () { var height = $('header').height() + $('.main').height() + $('.main-2').height() + $('footer').height() + 10; if ($(window).height() > height) { $('footer').css('position', 'absolute'); } else { $('footer').css('position', 'static'); } } }; $(app.ready); $(window).bind('resize',app.resize);