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
/
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 786 "blib/lib/Newt.pm (autosplit into blib/lib/auto/Newt/Panel/Hide.al)" sub Newt::Panel::Hide { my $self = shift; my @tops = (); return unless $self->{drawed}; while(my $top = pop(@TOP)) { Newt::PopWindow(); $top->{drawed} = 0; last if($top eq $self); unshift @tops,$top; } for(@tops) { $_->Draw; } $self; } # Below is the stub of documentation for your module. You better edit it! 1; # end of Newt::Panel::Hide