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


Viewing file:     save_dnscloud.cgi (1.04 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Save settings for one DNS cloud provider

require './virtual-server-lib.pl';
&ReadParse();
&error_setup($text{'dnscloud_err'});
&can_cloud_providers() || &error($text{'dnsclouds_ecannot'});

@clouds = &list_dns_clouds();
($cloud) = grep { $_->{'name'} eq $in{'name'} } @clouds;
$cloud || &error($text{'dnscloud_egone'});

if ($in{'clear'}) {
    # Clear all cloud settings for this provider, to force re-enrollment
    $cfunc = "dnscloud_".$cloud->{'name'}."_clear";
    &$cfunc();
    &webmin_log("clear", "dnscloud", $in{'name'});
    &redirect("dnsclouds.cgi");
    }
else {
    # Save provider settings
    $config{'dnscloud_'.$in{'name'}.'_reseller'} = $in{'useby_reseller'};
    $config{'dnscloud_'.$in{'name'}.'_owner'} = $in{'useby_owner'};
    $pfunc = "dnscloud_".$cloud->{'name'}."_parse_inputs";
    $html = &$pfunc(\%in);
    &webmin_log("save", "dnscloud", $in{'name'});

    if ($html) {
        &ui_print_header(undef, $text{'dnscloud_title'}, "");
        print $html;
        &ui_print_footer("dnsclouds.cgi", $text{'dnsclouds_return'});
        }
    else {
        &redirect("dnsclouds.cgi");
        }
    }

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