!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/CMS/Resources/views/edit/sub/   drwxr-xr-x
Free 23.52 GB of 117.98 GB (19.94%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     appearance.blade.php (5.24 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<hr>
<div class="form-group row">
    <label class="col-sm-3 control-label text-left">
        <dt>{{ __('Appearance') }}</dt>
    </label>
    <div class="col-sm-8 row">
        @if (in_array('width', $fields))
            <div class="col-sm-4 col-md-3">
                <input type="hidden" name="full" value="0">
                <div class="form-group">
                    <div class="switch d-inline m-r-10">
                        <label class="control-label text-left">{{ __('Full Width') }}</label>
                        <input type="checkbox" name="full" id="{{ $sid = uniqid('sw_') }}" value="1"
                            {{ $component && $component->full == 1 ? 'checked' : '' }}>
                        <label for="{{ $sid }}" class="cr -mt-8"></label>
                    </div>
                </div>
            </div>
        @endif
        @if (in_array('margin', $fields))
            <div class="col-sm-4 col-md-3">
                <div class="form-group row">
                    <label class="col-md-12">{{ __('Margin Top') }}</label>
                    <div class="col-md-12">
                        <input type="text" name="mt"
                            value="{{ $component && $component->mt ? $component->mt : '' }}" placeholder="10px | 10%"
                            class="form-control inputFieldDesign">
                    </div>
                </div>
            </div>
            <div class="col-sm-4 col-md-3">
                <div class="form-group row">
                    <label class="col-md-12">{{ __('Margin Bottom') }}</label>
                    <div class="col-md-12">
                        <input type="text" name="mb"
                            value="{{ $component && $component->mb ? $component->mb : '' }}" placeholder="10px | 10%"
                            class="form-control inputFieldDesign">
                    </div>
                </div>
            </div>
        @endif
        @if (in_array('height', $fields))
            <div class="col-sm-4 col-md-3">
                <div class="form-group row">
                    <label class="col-md-12">{{ __('Height (px)') }}</label>
                    <div class="col-md-12">
                        <div class="input-group mb-3">
                            <div class="input-group-prepend">
                                <span class="input-group-text rounded-0 h-40 {{ languageDirection() == 'ltr' ? 'rounded-start' : 'rounded-end' }}" id="basic-addon1">px</span>
                            </div>
                            <input type="number" name="height"
                                value="{{ $component && $component->height ? $component->height : '' }}"
                                placeholder="10" class="form-control inputFieldDesign">
                        </div>
                    </div>
                </div>
            </div>
        @endif
        @if (in_array('rounded', $fields))
            <div class="col-sm-4 col-md-3">
                <input type="hidden" name="rounded" value="0">
                <div class="form-group">
                    <div class="switch d-inline m-r-10">
                        <label class="control-label text-left">{{ __('Round Corner') }}</label>
                        <input type="checkbox" name="rounded" id="{{ $sid = uniqid('sw_') }}" value="1"
                            {{ $component && $component->rounded == 1 ? 'checked' : '' }}>
                        <label for="{{ $sid }}" class="cr -mt-8"></label>
                    </div>
                </div>
            </div>
        @endif
        @if (in_array('full_link', $fields))
            <div class="col-md-3">
                <input type="hidden" name="full_link" value="0">
                <div class="form-group">
                    <div class="switch d-inline m-r-10">
                        <label class="control-label text-left">{{ __('Full Card Link') }}</label>
                        <input type="checkbox" name="full_link" id="{{ $sid = uniqid('sw_') }}" value="1"
                            {{ $component && $component->full_link == 1 ? 'checked' : '' }}>
                        <label for="{{ $sid }}" class="cr -mt-8"></label>
                    </div>
                </div>
            </div>
        @endif
        @if (in_array('card_height', $fields))
            <div class="col-sm-4 col-md-3">
                <div class="form-group row">
                    <label class="col-md-12">{{ __('Card Height') }}</label>
                    <div class="col-md-12">
                        <div class="input-group mb-3">
                            <div class="input-group-prepend">
                                <span class="input-group-text rounded-0 h-40 {{ languageDirection() == 'ltr' ? 'rounded-start' : 'rounded-end' }}">px</span>
                            </div>
                            <input type="number" name="card_height"
                                value="{{ $component && $component->card_height ? $component->card_height : '' }}"
                                placeholder="10" class="form-control inputFieldDesign">
                        </div>
                    </div>
                </div>
            </div>
        @endif
    </div>
</div>

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