!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/virtual-server/   drwxrwxr-x
Free 28.64 GB of 117.98 GB (24.27%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     edit_newquotacheck.cgi (1.12 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Show a form for checking quotas on home and mail filesystems

require './virtual-server-lib.pl';
&can_edit_templates() || &error($text{'newquotacheck_ecannot'});
&has_quotacheck() || &error($text{'newquotacheck_esupport'});
&ui_print_header(undef, $text{'newquotacheck_title'}, "");

print "$text{'newquotacheck_desc'}<p>\n";
print &ui_form_start("quotacheck.cgi", "post");
print &ui_table_start($text{'newquotacheck_header'}, undef, 2);

# Filesystems to check
if (&has_home_quotas()) {
    print &ui_table_row($text{'newquotacheck_home'},
                &ui_yesno_radio("home", 1));
    }
if (&has_mail_quotas()) {
    print &ui_table_row($text{'newquotacheck_mail'},
                &ui_yesno_radio("mail", 1));
    }

# Quota types of check
if ($config{'group_quotas'}) {
    print &ui_table_row($text{'newquotacheck_who'},
           &ui_radio("who", 2, [ [ 0, $text{'newquotacheck_users'} ],
                     [ 1, $text{'newquotacheck_groups'} ],
                     [ 2, $text{'newquotacheck_both'} ] ]));
    }
else {
    print &ui_hidden("who", 0),"\n";
    }

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

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


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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