!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/app/View/Components/Backend/Setting/Cms/   drwxr-xr-x
Free 28.17 GB of 117.98 GB (23.88%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace App\View\Components\Backend\Setting\Cms;

use 
Illuminate\View\Component;

class 
PromotionsSetting extends Component
{
    public 
$promotionBannerTitle;

    public 
$promotionBannerText;

    public 
$promotionBannerImg;

    public 
$featuredTitle;

    public 
$featuredText;

    public 
$featuredImg;

    public 
$urgentTitle;

    public 
$urgentText;

    public 
$urgentImg;

    public 
$highlightTitle;

    public 
$highlightText;

    public 
$highlightImg;

    public 
$topTitle;

    public 
$topText;

    public 
$topImg;

    public 
$bumpUpTitle;

    public 
$bumpUpText;

    public 
$bumpUpImg;

    public 
$promotionContent;

    
/**
     * Create a new component instance.
     *
     * @return void
     */
    
public function __construct(
        
$promotionBannerTitle$promotionBannerText$promotionBannerImg,
        
$featuredTitle$featuredText$featuredImg,
        
$urgentTitle$urgentText$urgentImg,
        
$highlightTitle$highlightText$highlightImg,
        
$topTitle$topText$topImg,
        
$bumpUpTitle$bumpUpText$bumpUpImg,

        
$promotionContent,
    ) {
        
$this->promotionBannerTitle $promotionBannerTitle;
        
$this->promotionBannerText $promotionBannerText;
        
$this->promotionBannerImg $promotionBannerImg;

        
$this->featuredTitle $featuredTitle;
        
$this->featuredText $featuredText;
        
$this->featuredImg $featuredImg;

        
$this->urgentTitle $urgentTitle;
        
$this->urgentText $urgentText;
        
$this->urgentImg $urgentImg;

        
$this->highlightTitle $highlightTitle;
        
$this->highlightText $highlightText;
        
$this->highlightImg $highlightImg;

        
$this->topTitle $topTitle;
        
$this->topText $topText;
        
$this->topImg $topImg;

        
$this->bumpUpTitle $bumpUpTitle;
        
$this->bumpUpText $bumpUpText;
        
$this->bumpUpImg $bumpUpImg;

        
$this->promotionContent $promotionContent;
    }

    
/**
     * Get the view / contents that represent the component.
     *
     * @return \Illuminate\Contracts\View\View|\Closure|string
     */
    
public function render()
    {
        return 
view('components.backend.setting.cms.promotions-setting');
    }
}

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