!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.21 GB of 117.98 GB (23.91%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     a1febdac8955c36db79561e9c1ea7a5f.php (8.02 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<form class="form-horizontal" action="<?php echo e(route('admin.privacy.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(__('privacy_policy')); ?>

        </div>
        <div class="card-body">
            <div class="row">
                <div class="col-md-6 mt-5">
                    <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' => 'privacy_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($privacyBackground); ?>"
                            name="privacy_background" autocomplete="image" data-allowed-file-extensions="jpg png jpeg"
                            accept="image/png, image/jpg, image/jpeg">
                    </div>
                </div>
                <div class="col-md-6 -mt--5">
                    <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' => '','required' => false] + (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="hidden" class="d-none" value="<?php echo e(request('lang_query')); ?>" name="language_code"
                            readonly>
                        <div class="d-flex flex-wrap">
                            <?php $__currentLoopData $languages$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $language): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                <a href="<?php echo e(route('admin.privacy.store', ['lang_query' => $language->code])); ?>"
                                    class="a-color mt-2">
                                    <div class="filtertags close-tag pointer mr-2">
                                        <div
                                            class="single-tag <?php echo e(request('lang_query') == $language->code || (!request('lang_query') && $language->code == 'en') ? 'single-tag-active' ''); ?>">
                                            <?php echo e($language->name); ?>

                                        </div>
                                    </div>
                                </a>
                            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                        </div>
                    </div>
                    <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' => 'privacy_body'] + (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 id="privacy_ck" class="form-control" name="privacy_body" placeholder="<?php echo e(__('write_the_answer')); ?>">
                                <?php echo e($privacyContent $privacyContent->text $privacy); ?>

                            </textarea>
                        <?php $__errorArgs = ['privacy_body'];
$__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_privacy_policy_setting')); ?>

                </button>
            </div>
        </div>
    </div>
</form>
<?php /**PATH E:\add listing 8-9-25\addListing\resources\views/components/backend/setting/cms/privacy-policy-setting.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.0047 ]--