⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
usermin
/
htaccess
/
View File Name :
mod_autoindex.pl
# mod_autoindex.pl # Defines editors automatic index generation sub mod_autoindex_directives { local($rv, $all); $all = 'virtual directory htaccess'; $rv = [ [ 'AddIcon AddIconByType AddIconByEncoding', 1, 12, $all, 1.3, 1 ], [ 'DefaultIcon', 0, 12, $all, 1.3, 5 ], [ 'AddAlt AddAltByType AddAltByEncoding', 1, 12, $all, 1.3 ], [ 'AddDescription', 1, 12, $all, 1.3 ], [ 'IndexOptions FancyIndexing', 0, 12, $all, 1.3, 10 ], [ 'HeaderName', 0, 12, $all, 1.3, 4 ], [ 'ReadmeName', 0, 12, $all, 1.3, 3 ], [ 'IndexIgnore', 1, 12, $all, 1.3, 6 ], [ 'IndexOrderDefault', 0, 12, $all, 1.304, 2 ] ]; return &make_directives($rv, $_[0], "mod_autoindex"); } sub edit_IndexOrderDefault { local $rv = sprintf "
$text{'mod_autoindex_default'}\n", $_[0] ? "" : "checked"; $rv .= sprintf "
\n", $_[0] ? "checked" : ""; $rv .= "
\n"; $rv .= sprintf "
$text{'mod_autoindex_asc'}
\n", $_[0]->{'words'}->[0] eq "Ascending" ? "selected" : ""; $rv .= sprintf "
$text{'mod_autoindex_descend'}
\n", $_[0]->{'words'}->[0] eq "Descending" ? "selected" : ""; $rv .= "
\n"; $rv .= "
\n"; $rv .= sprintf "
$text{'mod_autoindex_name'}
\n", $_[0]->{'words'}->[1] eq "Name" ? "selected" : ""; $rv .= sprintf "
$text{'mod_autoindex_date'}\n", $_[0]->{'words'}->[1] eq "Date" ? "selected" : "", "
"; $rv .= sprintf "
$text{'mod_autoindex_size'}
\n", $_[0]->{'words'}->[1] eq "Size" ? "selected" : ""; $rv .= sprintf "
$text{'mod_autoindex_desc'}
\n", $_[0]->{'words'}->[1] eq "Description" ? "selected" : ""; $rv .= "
\n"; return (2, "$text{'mod_autoindex_sort'}", $rv); } sub save_IndexOrderDefault { if ($in{'IndexOrderDefault_def'}) { return ( [ ] ); } else { return ( [ "$in{'IndexOrderDefault_asc'} $in{'IndexOrderDefault_what'}" ] ); } } require 'autoindex.pl'; 1;