!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.18.0. PHP/7.4.29 

uname -a: Linux ip-172-31-23-220 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/   drwxr-xr-x
Free 39.75 GB of 48.28 GB (82.35%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     submit_request.php (2.72 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 

//echo "<pre>";print_r($_POST);die();
if(isset($_POST)){

    
$data = array(
        
'merchantCode'                            => $_POST['merchantCode'],
        
'merchantSchemeCode'                     => $_POST['merchantSchemeCode'],
        
'salt'                                    => $_POST['salt'],
        
'typeOfPayment'                         => $_POST['typeOfPayment'],
        
'currency'                                 => $_POST['currency'],
        
'primaryColor'                             => $_POST['primaryColor'],
        
'secondaryColor'                        => $_POST['secondaryColor'],
        
'buttonColor1'                             => $_POST['buttonColor1'],
        
'buttonColor2'                             => $_POST['buttonColor2'],
        
'logoURL'                                 => $_POST['logoURL'],
        
'enableExpressPay'                         => $_POST['enableExpressPay'],
        
'separateCardMode'                         => $_POST['separateCardMode'],
        
'enableNewWindowFlow'                     => $_POST['enableNewWindowFlow'],
        
'merchantMessage'                         => $_POST['merchantMessage'],
        
'disclaimerMessage'                     => $_POST['disclaimerMessage'],
        
'paymentMode'                             => $_POST['paymentMode'],
        
'paymentModeOrder'                         => $_POST['paymentModeOrder'],
        
'enableInstrumentDeRegistration'         => $_POST['enableInstrumentDeRegistration'],
        
'transactionType'                        => $_POST['transactionType'],
        
'hideSavedInstruments'                     => $_POST['hideSavedInstruments'],
        
'saveInstrument'                         => $_POST['saveInstrument'],
        
'displayTransactionMessageOnPopup'         => $_POST['displayTransactionMessageOnPopup'],
        
'embedPaymentGatewayOnPage'             => $_POST['embedPaymentGatewayOnPage'],
        
'enableEmandate'                         => $_POST['enableEmandate'],
        
'hideSIConfirmation'                    => $_POST['hideSIConfirmation'],
        
'expandSIDetails'                        => $_POST['expandSIDetails'],
        
'enableDebitDay'                        => $_POST['enableDebitDay'],
        
'showSIResponseMsg'                     => $_POST['showSIResponseMsg'],
        
'showSIConfirmation'                    => $_POST['showSIConfirmation'],
        
'enableTxnForNonSICards'                 => $_POST['enableTxnForNonSICards'],
        
'showAllModesWithSI'                     => $_POST['showAllModesWithSI'],
        
'enableSIDetailsAtMerchantEnd'             => $_POST['enableSIDetailsAtMerchantEnd']
    );

    
$newData json_encode($data);

    
$name "worldline_AdminData"
    
$file_name $name.'.json';
    
$path $name.'.json';
    if(
file_exists($path))
    {  
        
//echo 1;die();
        
unlink($path);
        if(
file_put_contents"$file_name"$newData ) ) 
        { 
            
//echo 'Admin Content Updated';
            
$location 'admin.php';
            
header("Location: $location?message=success");
        }
        else
        { 
            echo 
'There is some error'
        }
    }
    else
    {
        if(
file_put_contents"$file_name"$newData ) ) 
        { 
            
//echo $file_name .' file created';
            
$location 'admin.php';
            
header("Location: $location?message=success");
        } 
        else
        { 
            echo 
'There is some error'
        }
    }    
}

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0059 ]--