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


Viewing file:     cde26c82d69c3fbeb2bd18243b3d78b3.php (4.97 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<form class="form-horizontal" action="<?php echo e(route('admin.faq.update')); ?>" method="POST" enctype="multipart/form-data">
    <?php echo method_field('PUT'); ?>
    <?php echo csrf_field(); ?>
    <div class="card">
        <div class="card-header"><?php echo e(__('faq')); ?></div>
        <div class="card-body">
            <div class="row">
                <div class="col-md-6">
                    <div class="form-group">
                        <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal89b295b0763c93abe0143426334eb5d6 $attributes; } ?>
<?php $component 
App\View\Components\Forms\Label::resolve(['name' => 'faq_background'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('forms.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $attributes 
$__attributesOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__attributesOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $component 
$__componentOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
                        <input type="file" class="form-control dropify"
                            data-default-file="<?php echo e($cms->faq_background); ?>" name="faq_background" autocomplete="image"
                            data-allowed-file-extensions="jpg png jpeg" accept="image/png, image/jpg, image/jpeg">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <?php if (isset($component)) { $__componentOriginal89b295b0763c93abe0143426334eb5d6 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal89b295b0763c93abe0143426334eb5d6 $attributes; } ?>
<?php $component 
App\View\Components\Forms\Label::resolve(['name' => 'faq_content'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('forms.label'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Label::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes([]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $attributes 
$__attributesOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__attributesOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal89b295b0763c93abe0143426334eb5d6)): ?>
<?php $component 
$__componentOriginal89b295b0763c93abe0143426334eb5d6?>
<?php 
unset($__componentOriginal89b295b0763c93abe0143426334eb5d6); ?>
<?php 
endif; ?>
                        <textarea class="form-control" name="faq_content" rows="4"><?php echo e($cms->faq_content); ?></textarea>
                        <?php $__errorArgs = ['faq_content'];
$__bag $errors->getBag($__errorArgs[1] ?? 'default');
if (
$__bag->has($__errorArgs[0])) :
if (isset(
$message)) { $__messageOriginal $message; }
$message $__bag->first($__errorArgs[0]); ?>
                            <span class="text-danger" style="font-size: 13px;"><?php echo e($message); ?></span>
                        <?php unset($message);
if (isset(
$__messageOriginal)) { $message $__messageOriginal; }
endif;
unset(
$__errorArgs$__bag); ?>
                    </div>
                </div>
            </div>
        </div>
        <div class="row mb-3">
            <div class="col-12 text-center">
                <button type="submit" class="btn btn-success">
                    <i class="fas fa-sync"></i> <?php echo e(__('update_faq_settings')); ?>

                </button>
            </div>
        </div>
    </div>
</form>
<?php /**PATH E:\add listing 8-9-25\addListing\resources\views/components/backend/setting/cms/faqs.blade.php ENDPATH**/ ?>

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