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


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

namespace Database\Seeders\Test;

use 
Illuminate\Database\Seeder;
use 
Modules\Plan\Entities\Plan;

class 
PlanTestSeeder extends Seeder
{
    
/**
     * Run the database seeds.
     *
     * @return void
     */
    
public function run()
    {
        
Plan::create([
            
'label' => 'Free',
            
'price' => 0.00,
            
'ad_limit' => 1,

            
'featured_limit' => 0,
            
'featured_duration' => 0,

            
'urgent_limit' => 0,
            
'urgent_duration' => 0,

            
'highlight_limit' => 0,
            
'highlight_duration' => 0,

            
'top_limit' => 0,
            
'top_duration' => 0,

            
'bump_up_limit' => 0,
            
'bump_up_duration' => 0,

            
'badge' => false,
            
'premium_member' => false,

            
'recommended' => false,
            
'interval' => 'monthly',
            
'plan_payment_type' => 'recurring',
            
'custom_interval_days' => 15,
            
'stripe_id' => 'price_1OUoNnDHsbz9CBNMyNPBdF7W',
        ]);
    }
}

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