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


Viewing file:     acl_security.pl (1.2 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

use strict;
use warnings;
no warnings 'redefine';
no warnings 'uninitialized';
our (%text, %in);
do 'webalizer-lib.pl';

# acl_security_form(&options)
# Output HTML for editing security options for the webalizer module
sub acl_security_form
{
my ($o) = @_;

print &ui_table_row($text{'acl_view'},
    &ui_yesno_radio("view", $o->{'view'}));

print &ui_table_row($text{'acl_global'},
    &ui_yesno_radio("global", $o->{'global'}));

print &ui_table_row($text{'acl_add'},
    &ui_yesno_radio("add", $o->{'add'}));

print &ui_table_row($text{'acl_user'},
    &ui_radio("user_def", $o->{'user'} eq "" ? 1 :
                  $o->{'user'} eq "*" ? 2 : 0,
          [ [ 1, $text{'acl_this'} ],
            [ 2, $text{'acl_any'} ],
            [ 0, &ui_user_textbox("user", $o->{'user'} eq "*" ? "" :
                        $o->{'user'}, 20) ] ]));

print &ui_table_row($text{'acl_dir'},
    &ui_textbox("dir", $o->{'dir'}, 60), 3);
}

# acl_security_save(&options, &in)
# Parse the form for security options for the shell module
sub acl_security_save
{
my ($o, $in) = @_;
$o->{'view'} = $in->{'view'};
$o->{'global'} = $in->{'global'};
$o->{'add'} = $in->{'add'};
$o->{'dir'} = $in->{'dir'};
$o->{'user'} = $in->{'user_def'} == 2 ? "*" :
           $in->{'user_def'} == 1 ? "" : $in->{'user'};
}


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