⚝
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 :
files_index.cgi
#!/usr/bin/perl # files_index.cgi # Display a menu of icons for per-files options require './htaccess-lib.pl'; &ReadParse(); $conf = &get_htaccess_config($in{'file'}); $d = $conf->[$in{'idx'}]; $desc = &text('htfile_header', &dir_name($d), "
$in{'file'}
"); &ui_print_header($desc, $text{'htfile_title'}, ""); print &ui_subheading($text{'htfile_title'}); $sw_icon = { "icon" => "images/show.gif", "name" => $text{'htfile_show'}, "link" => "show.cgi?file=".&urlize($in{'file'})."&idx=$in{'idx'}" }; $ed_icon = { "icon" => "images/edit.gif", "name" => $text{'htfile_edit'}, "link" => "manual_form.cgi?file=".&urlize($in{'file'})."&idx=$in{'idx'}" }; &config_icons("directory", "edit_files.cgi?file=".&urlize($in{'file'})."&idx=$in{'idx'}&", $sw_icon, $ed_icon ? ( $ed_icon ) : ( )); print "
\n"; print "
\n"; print "
\n"; print "
\n"; print "
\n"; print "
$text{'htfile_apply'}
\n"; print "
\n"; print "
$text{'htindex_regexp'}
\n"; $regex = $d->{'words'}->[0] eq "~" || $d->{'name'} =~ /Match/i; printf "
%s\n", $regex ? "" : "checked", $text{'htindex_exact'}; printf "
%s
\n", $regex ? "checked" : "", $text{'htindex_re'}; print "
$text{'htindex_path'}
\n"; printf "
\n", $d->{'words'}->[0] eq "~" ? $d->{'words'}->[1] : $d->{'words'}->[0]; print "
", "
", "
\n"; print "
\n"; &ui_print_footer("htaccess_index.cgi?file=".&urlize($in{'file'}), $text{'htindex_return'});