!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/usr/share/webmin/sarg/   drwxr-xr-x
Free 28.64 GB of 117.98 GB (24.28%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     index.cgi (2.06 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Show icons for sarg option categories

require './sarg-lib.pl';

if (!-r $config{'sarg_conf'}) {
    &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
    &ui_print_endpage(
        &ui_config_link('index_econf',
            [ "<tt>$config{'sarg_conf'}</tt>", undef ]));
    }
if (!&has_command($config{'sarg'})) {
    &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
    &ui_print_endpage(
        &ui_config_link('index_ecmd',
                [ "<tt>$config{'sarg'}</tt>", undef ]));
    }

# Get the version
$sarg_version = &get_sarg_version();
if (!$sarg_version) {
    &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
    &ui_print_endpage(
        &text('index_eversion',
              "<tt>$config{'sarg'}</tt>", "<pre>$out</pre>"));
    }

# Show icons for options
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1, 0,
         &help_search_link("sarg", "man", "doc", "google"),
         undef, undef,
         &text('index_version', $sarg_version));
@pages = ( "log", "report", "style", "sched" );
@links = map { "edit_${_}.cgi" } @pages;
@titles = map { $text{"${_}_title"} } @pages;
@icons = map { "images/${_}.gif" } @pages;
&icons_table(\@links, \@titles, \@icons);

# Show buttons for generating report now and for viewing
$conf = &get_config();
$odir = &find_value("output_dir", $conf);
$odir ||= &find_value("output_dir", $conf, 1);
$sfile = &find_value("access_log", $conf);
if ($sfile || $odir && -d $odir) {
    print &ui_hr();
    }
if ($sfile) {
    print &ui_buttons_start();
    print &ui_buttons_row("generate.cgi", $text{'index_generate'},
                  &text('index_generatedesc', "<tt>$odir</tt>").
                  "<br><b>$text{'index_clear'}</b> ".
                  &gen_clear_input().
                  "<br><b>$text{'index_range'}</b> ".
                  &gen_range_input());
    print "<tr> <td><p></td> </tr>\n";
    print &ui_buttons_end();
    }
if ($odir && -d $odir) {
    print &ui_buttons_start();
    print &ui_buttons_row(-r "$odir/index.html" ? "view.cgi/index.html"
                            : "view.cgi/",
                  $text{'index_view'},
                  &text('index_viewdesc', "<tt>$odir</tt>"));
    print &ui_buttons_end();
    }

&ui_print_footer("/", $text{'index'});

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0031 ]--