Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
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
/
usr /
share /
perl5 /
URI /
Title /
[ HOME SHELL ]
Name
Size
Permission
Action
HTML.pm
2.64
KB
-rw-r--r--
Image.pm
597
B
-rw-r--r--
MP3.pm
1.21
KB
-rw-r--r--
PDF.pm
1.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Image.pm
package URI::Title::Image; $URI::Title::Image::VERSION = '1.902'; use warnings; use strict; use Image::Size; sub types {( 'image/gif', 'image/jpg', 'image/jpeg', 'image/png', 'image/x-png', )} sub title { my ($class, $url, $data, $type) = @_; my $name = ( split m{/}, $url )[-1]; my ($x, $y) = imgsize(\$data); $type =~ s!^[^/]*/!!; $type =~ s!^x-!!; return $x && $y ? "$name ($type ${x}x${y})" : "$name ($type)"; } 1; __END__ =for Pod::Coverage::TrustPod types title =head1 NAME URI::Title::Image - get titles of images =head1 VERSION version 1.902 =cut
Close