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


Viewing file:     59dc424ef4d5ad741875d8fc7d2e029d.php (10.52 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="card">
    <div class="card-header">
        <?php echo e(__('home')); ?>

    </div>
    <div class="card-body">

        <!-- Upload slider image -->
        <div class="row mb-2">
            <div class="col-md-12">
                <div class="card mb-4">
                    <div class="card-header">
                        <h3 class="card-title text-dark" style="line-height: 36px;"><?php echo e(__('upload_home_page_slider')); ?>

                        </h3>
                    </div>
                    <div class="card-body mb-2">

                        <div class="panel panel-default">
                            <div class="panel-body">
                                <form id="dropzoneForm" class="dropzone" action="<?php echo e(route('store_gallery')); ?>">
                                    <?php echo csrf_field(); ?>
                                </form>
                                <div align="center">
                                    <button type="button" class="btn btn-success mt-3" id="submit-all">
                                        <i class="fas fa-sync"></i> <?php echo e(__('update_home_slider')); ?>

                                    </button>
                                </div>
                            </div>
                        </div>
                        <br />
                        <div class="panel panel-default">
                            <div class="panel-body" id="uploaded_image">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <!-- Show slider image list -->
        <div class="row">
            <div class="col-md-12">
                <div class="card mb-4">
                    <div class="card-header">
                        <h3 class="card-title text-dark" style="line-height: 36px;">
                            <?php echo e(__('home_page_slider_image_list')); ?></h3>
                    </div>
                    <div class="card-body mb-2">
                        <table class="table table-bordered text-center mb-3">
                            <thead class="text-dark">
                                <tr>
                                    <th width="1%"><?php echo e(__('sort')); ?></th>
                                    <th width="10%"><?php echo e(__('slider_image')); ?></th>
                                    <th width="15%"><?php echo e(__('action')); ?></th>
                                </tr>
                            </thead>
                            <tbody id="sortable">
                                <?php $__empty_1 true$__currentLoopData $sliders$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $slider): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); $__empty_1 false?>
                                    <tr data-id="<?php echo e($slider->id); ?>">
                                        <td>
                                            <div class="handle btn mt-0 text-left cursor-move">
                                                <?php if (isset($component)) { $__componentOriginal1923d45318ee2377d8fddad6fe007ae2 $component; } ?>
<?php 
if (isset($attributes)) { $__attributesOriginal1923d45318ee2377d8fddad6fe007ae2 $attributes; } ?>
<?php $component 
Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.drag-icon','data' => ['fill' => 'black']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component
->withName('svg.drag-icon'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php 
if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes 
$attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php 
endif; ?>
<?php $component
->withAttributes(['fill' => 'black']); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__attributesOriginal1923d45318ee2377d8fddad6fe007ae2)): ?>
<?php $attributes 
$__attributesOriginal1923d45318ee2377d8fddad6fe007ae2?>
<?php 
unset($__attributesOriginal1923d45318ee2377d8fddad6fe007ae2); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginal1923d45318ee2377d8fddad6fe007ae2)): ?>
<?php $component 
$__componentOriginal1923d45318ee2377d8fddad6fe007ae2?>
<?php 
unset($__componentOriginal1923d45318ee2377d8fddad6fe007ae2); ?>
<?php 
endif; ?>
                                            </div>
                                        </td>
                                        <td class="text-center">
                                            <img src="<?php echo e($slider->ImageUrl); ?>" alt="" width="60px"
                                                height="60px">
                                        </td>
                                        <td class="text-center">
                                            <form action="<?php echo e(route('delete_gallery'$slider->id)); ?>" method="POST"
                                                class="d-inline">
                                                <?php echo method_field('DELETE'); ?>
                                                <?php echo csrf_field(); ?>
                                                <button title="<?php echo e(__('delete_slider')); ?>"
                                                    onclick="return confirm('<?php echo e(__('are_you_sure')); ?>?');"
                                                    class="btn bg-danger">
                                                    <i class="fas fa-trash text-light"></i>
                                                </button>
                                            </form>
                                        </td>
                                    </tr>
                                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); if ($__empty_1): ?>
                                    <tr>
                                        <td colspan="3" class="text-center"><?php echo e(__('nothing_found')); ?>.</td>
                                    </tr>
                                <?php endif; ?>
                            </tbody>
                        </table>
                    </div>
                </div>
            </div>
        </div>

    </div>
</div>
<?php $__env->startSection('style'); ?>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.5.1/dropzone.css" />
    <style>
        .dropzone {
            background: white;
            border-radius: 5px;
            border: 2px dashed rgb(0, 135, 247);
            border-image: none;
            max-width: 805px;
            margin-left: auto;
            margin-right: auto;
        }
    </style>
<?php $__env->stopSection(); ?>

<?php $__env->startPush('script'); ?>
    <script type="text/javascript" src="//code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.5.1/dropzone.js"></script>
    <script type="text/javascript">
        // In your Dropzone initialization script
        Dropzone.autoDiscover = false;

        // Destroy existing Dropzone instances
        if (Dropzone.instances.length > 0) {
            Dropzone.instances.forEach(function(instance) {
                // Disable autoDiscover to prevent automatic initialization
                Dropzone.autoDiscover = false;
                instance.destroy();
            });
        }

        // Initialize Dropzone for Home Setting
        var myDropzoneHome = new Dropzone("#dropzoneForm", {
            autoProcessQueue: false,
            uploadMultiple: true,
            parallelUploads: 10,
            thumbnailHeight: 120,
            thumbnailWidth: 120,
            maxFilesize: 3,
            filesizeBase: 1000,
            addRemoveLinks: true,
            renameFile: function(file) {
                var dt = new Date();
                var time = dt.getTime();
                return time + file.name;
            },
            acceptedFiles: ".jpeg,.jpg,.png,.gif",
            init: function() {
                myDropzoneHome = this;
                $('#submit-all').on('click', function() {
                    myDropzoneHome.processQueue();
                });

                this.on("complete", function() {
                    if (this.getQueuedFiles().length == 0 && this.getUploadingFiles().length == 0) {
                        var _this = this;
                        _this.removeAllFiles();
                        console.log()
                    }
                });
            },
            success: function(file, response) {
                window.location.href = response.url;
                toastr.success(response.message, 'Success');
            },
            error: function(file, response) {
                toastr.failed('Image upload failed', 'Failed');
            }
        });

        // sortable
        $(function() {
            $("#sortable").sortable({
                items: 'tr',
                cursor: 'move',
                opacity: 0.4,
                scroll: false,
                dropOnEmpty: false,
                update: function() {
                    sendTaskOrderToServer('#sortable tr');
                },
                classes: {
                    "ui-sortable": "highlight"
                },
            });
            $("#sortable").disableSelection();

            function sendTaskOrderToServer(selector) {
                var order = [];
                $(selector).each(function(index, element) {
                    order.push({
                        id: $(this).attr('data-id'),
                        position: index + 1
                    });
                });
                $.ajax({
                    type: "POST",
                    dataType: "json",
                    url: "<?php echo e(route('admin.home.slider.sorting')); ?>",
                    data: {
                        order: order,
                        _token: '<?php echo e(csrf_token()); ?>'
                    },
                    success: function(response) {
                        toastr.success(response.message, 'Success');
                    }
                });
            }
        });
    </script>
<?php $__env->stopPush(); ?>
<?php 
/**PATH E:\add listing 8-9-25\addListing\resources\views/components/backend/setting/cms/home-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.0044 ]--