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


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

namespace Modules\Shipping\Database\Seeders;

use 
Illuminate\Database\Seeder;

class 
ShippingZoneShippingClassesTableSeeder extends Seeder
{

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


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

        
\DB::table('shipping_zone_shipping_classes')->insert(array (
            
=>
            array (
                
'id' => 172,
                
'shipping_zone_id' => 1,
                
'shipping_class_slug' => 'no-class',
                
'cost' => '0.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
=>
            array (
                
'id' => 173,
                
'shipping_zone_id' => 1,
                
'shipping_class_slug' => 'heavy',
                
'cost' => '2.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
=>
            array (
                
'id' => 174,
                
'shipping_zone_id' => 1,
                
'shipping_class_slug' => 'light',
                
'cost' => '1.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
=>
            array (
                
'id' => 175,
                
'shipping_zone_id' => 2,
                
'shipping_class_slug' => 'no-class',
                
'cost' => '0.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
=>
            array (
                
'id' => 176,
                
'shipping_zone_id' => 2,
                
'shipping_class_slug' => 'heavy',
                
'cost' => '4.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
=>
            array (
                
'id' => 177,
                
'shipping_zone_id' => 2,
                
'shipping_class_slug' => 'light',
                
'cost' => '1.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
=>
            array (
                
'id' => 178,
                
'shipping_zone_id' => 3,
                
'shipping_class_slug' => 'no-class',
                
'cost' => '0.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
=>
            array (
                
'id' => 179,
                
'shipping_zone_id' => 3,
                
'shipping_class_slug' => 'heavy',
                
'cost' => '2.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
=>
            array (
                
'id' => 180,
                
'shipping_zone_id' => 3,
                
'shipping_class_slug' => 'light',
                
'cost' => '1.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
=>
            array (
                
'id' => 181,
                
'shipping_zone_id' => 4,
                
'shipping_class_slug' => 'no-class',
                
'cost' => '0.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
10 =>
            array (
                
'id' => 182,
                
'shipping_zone_id' => 4,
                
'shipping_class_slug' => 'heavy',
                
'cost' => '3.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
11 =>
            array (
                
'id' => 183,
                
'shipping_zone_id' => 4,
                
'shipping_class_slug' => 'light',
                
'cost' => '2.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
12 =>
            array (
                
'id' => 184,
                
'shipping_zone_id' => 5,
                
'shipping_class_slug' => 'no-class',
                
'cost' => '0.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
13 =>
            array (
                
'id' => 185,
                
'shipping_zone_id' => 5,
                
'shipping_class_slug' => 'heavy',
                
'cost' => '3.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
14 =>
            array (
                
'id' => 186,
                
'shipping_zone_id' => 5,
                
'shipping_class_slug' => 'light',
                
'cost' => '1.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
15 =>
            array (
                
'id' => 187,
                
'shipping_zone_id' => 6,
                
'shipping_class_slug' => 'no-class',
                
'cost' => '0.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
16 =>
            array (
                
'id' => 188,
                
'shipping_zone_id' => 6,
                
'shipping_class_slug' => 'heavy',
                
'cost' => '4.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
17 =>
            array (
                
'id' => 189,
                
'shipping_zone_id' => 6,
                
'shipping_class_slug' => 'light',
                
'cost' => '2.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
18 =>
            array (
                
'id' => 190,
                
'shipping_zone_id' => 7,
                
'shipping_class_slug' => 'no-class',
                
'cost' => '0.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
19 =>
            array (
                
'id' => 191,
                
'shipping_zone_id' => 7,
                
'shipping_class_slug' => 'heavy',
                
'cost' => '2.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
20 =>
            array (
                
'id' => 192,
                
'shipping_zone_id' => 7,
                
'shipping_class_slug' => 'light',
                
'cost' => '1.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
21 =>
            array (
                
'id' => 193,
                
'shipping_zone_id' => 8,
                
'shipping_class_slug' => 'no-class',
                
'cost' => '0.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
22 =>
            array (
                
'id' => 194,
                
'shipping_zone_id' => 8,
                
'shipping_class_slug' => 'heavy',
                
'cost' => '3.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
23 =>
            array (
                
'id' => 195,
                
'shipping_zone_id' => 8,
                
'shipping_class_slug' => 'light',
                
'cost' => '1.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
24 =>
            array (
                
'id' => 196,
                
'shipping_zone_id' => 9,
                
'shipping_class_slug' => 'no-class',
                
'cost' => '0.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
25 =>
            array (
                
'id' => 197,
                
'shipping_zone_id' => 9,
                
'shipping_class_slug' => 'heavy',
                
'cost' => '20.00000000',
                
'cost_type' => 'cost_per_order',
            ),
            
26 =>
            array (
                
'id' => 198,
                
'shipping_zone_id' => 9,
                
'shipping_class_slug' => 'light',
                
'cost' => '5.00000000',
                
'cost_type' => 'cost_per_order',
            ),
        ));


    }
}

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