!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:     postsave.cgi (1.31 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Display some useful info after a domain is saved

require './virtual-server-lib.pl';
&ReadParse();
$d = &get_domain($in{'dom'});
$d || &error($text{'edit_egone'});
&can_edit_domain($d) || &error($text{'edit_ecannot'});

&ui_print_header(&domain_in($d), $text{'postsave_title'}, "");

# Show OK message and useful links
print &text('postsave_done', "<tt>$d->{'dom'}</tt>"),"<p>\n";

print "<ul>\n";

# View/edit domain
if (&can_config_domain($d)) {
    print "<li><a href='edit_domain.cgi?dom=$d->{'id'}'>",
          "$text{'postsave_edit'}</a><p>\n";
    }
else {
    print "<li><a href='view_domain.cgi?dom=$d->{'id'}'>",
          "$text{'postsave_view'}</a><p>\n";
    }

# Mailboxes / aliases / DBs
if (&can_edit_users()) {
    print "<li><a href='list_users.cgi?dom=$d->{'id'}'>",
          "$text{'postsave_users'}</a><p>\n";
    }
if (&can_edit_aliases()) {
    print "<li><a href='list_aliases.cgi?dom=$d->{'id'}'>",
          "$text{'postsave_aliases'}</a><p>\n";
    }
if (&can_edit_databases()) {
    print "<li><a href='list_databases.cgi?dom=$d->{'id'}'>",
          "$text{'postsave_databases'}</a><p>\n";
    }

# Return to list of domains
print "<li><a href='index.cgi'>$text{'postsave_index'}</a><p>\n";

print "</ul>\n";

if ($in{'refresh'} && defined(&theme_post_save_domain)) {
    &theme_post_save_domain($d, 'modify');
    }

&ui_print_footer();


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