Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl5 /
Debconf /
Element /
Dialog /
Delete
Unzip
Name
Size
Permission
Date
Action
Boolean.pm
729
B
-rw-r--r--
2023-01-08 21:50
Error.pm
331
B
-rw-r--r--
2023-01-08 21:50
Multiselect.pm
2.14
KB
-rw-r--r--
2023-01-08 21:50
Note.pm
330
B
-rw-r--r--
2023-01-08 21:50
Password.pm
690
B
-rw-r--r--
2023-01-08 21:50
Progress.pm
1.8
KB
-rw-r--r--
2023-01-08 21:50
Select.pm
1.65
KB
-rw-r--r--
2023-01-08 21:50
String.pm
788
B
-rw-r--r--
2023-01-08 21:50
Text.pm
330
B
-rw-r--r--
2023-01-08 21:50
Save
Rename
#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Element::Dialog::Error; use strict; use base qw(Debconf::Element); sub show { my $this=shift; $this->frontend->showtext($this->question, $this->question->description."\n\n". $this->question->extended_description ); $this->value(''); } 1