Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib64 /
perl5 /
vendor_perl /
auto /
Newt /
Panel /
Delete
Unzip
Name
Size
Permission
Date
Action
Add.al
804
B
-rw-r--r--
2014-06-10 06:54
Draw.al
724
B
-rw-r--r--
2014-06-10 06:54
GetComponent.al
352
B
-rw-r--r--
2014-06-10 06:54
Hide.al
601
B
-rw-r--r--
2014-06-10 06:54
Move.al
472
B
-rw-r--r--
2014-06-10 06:54
Pack.al
411
B
-rw-r--r--
2014-06-10 06:54
Run.al
527
B
-rw-r--r--
2014-06-10 06:54
_upgrade.al
592
B
-rw-r--r--
2014-06-10 06:54
upgrade.al
350
B
-rw-r--r--
2014-06-10 06:54
Save
Rename
# NOTE: Derived from blib/lib/Newt.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package Newt::Panel; #line 771 "blib/lib/Newt.pm (autosplit into blib/lib/auto/Newt/Panel/Run.al)" sub Newt::Panel::Run { my ($self,$tr) = @_; my ($reason, $data); $self->Draw; $self->upgrade; ($reason, $data) = $self->SUPER::Run(); $self->Hide if($tr); if (ref($data)) { $data = $self->{refs}{$$data}; } return wantarray ? ($reason, $data) : $data; } # end of Newt::Panel::Run 1;