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


Viewing file:     bc6360314eda51c816d2fbf2707811936a5d935f.php (5.13 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="hidden md:block shadow lg:w-345p md:w-1/3">
    <!-- Brand Logo / Name -->
        <div class="bg-gray-12 h-74p bg-gray-12 -mt-3">
            <div class="flex flex-col justify-center items-center h-12 w-40 cursor-pointer mt-3 pt-6 <?php echo e(languageDirection() == 'ltr' 'ml-8' 'mr-8'); ?>">
                <?php if($headerMobileLogo->objectFile): ?>
                <a href="<?php echo e(route('site.dashboard')); ?>">
                    <span>
                        <img class="w-36 h-11 object-contain neg-transition-scale" src="<?php echo e($headerMobileLogo->fileUrl()); ?>" alt=" ">
                    </span>
                </a>
                <?php endif; ?>
            </div>
        </div>
    <?php
    $menus 
Modules\MenuBuilder\Http\Models\MenuItems::menus(2);
    
?>
    <div class="overflow-y-scroll sm:h-4/5 h-3/4 h-85-percentage middle-sidebar-scroll">
        <div class="md:flex h-full">
            <div class="flex flex-col w-1/4 bg-gray-2">
                <?php $__currentLoopData $menus$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                    <?php if($menu->icon == 'fas fa-universal-access' &&
                        
auth()->user()->role()->slug != 'customer'): ?>
                        <?php continue; ?>
                    <?php endif; ?>
                    <?php if(!$loop->last): ?>
                        <a class="bg-gray-2 <?php echo e($loop->first 'lg:mt-10 mt-5' ' '); ?> " href='<?php echo e($menu->url('user')); ?>'>
                            <i class=" <?php echo e($menu->icon); ?> flex items-center h-14 <?php echo e(languageDirection() == 'ltr' 'pl-6 ' 'pl-6 neg-transition-scale'); ?> border-l-4 md:text-lg xl:text-xl hover:text-gray-12 pt-18p <?php echo e($menu->isLinkActive() ? 'text-gray-12 border-gray-12' 'border-gray-2 text-gray-7'); ?> "></i>
                        </a>
                    <?php endif; ?>
                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
            </div>
            <div class="flex-col w-3/4 lg:mt-10 mt-5 flex">
                <?php $__currentLoopData $menus$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                    <?php if($menu->label_name == 'Be a seller' &&
                        
auth()->user()->role()->slug != 'customer'): ?>
                        <?php continue; ?>
                    <?php endif; ?>
                    <?php if(!$loop->last): ?>
                        <a href='<?php echo e($menu->url('user')); ?>'>
                            <span class="dm-sans font-medium md:text-lg xl:text-xl flex items-center hover:text-gray-12 text-gray-10 h-14 <?php echo e(languageDirection() == 'ltr' 'pl-10' 'pr-10'); ?> <?php echo e($menu->isLinkActive() ? 'text-gray-12' null); ?>"><?php echo e($menu->label_name); ?></span>
                        </a>
                    <?php endif; ?>
                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
            </div>
        </div>
    </div>
    <div class="md:flex">
        <div class="flex flex-col h-screen w-3/12 bg-gray-2">
            <?php $__currentLoopData $menus$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                <?php if($loop->last): ?>
                    <a class="bg-gray-2 bottom-0 fixed w-3/12" href='<?php echo e($menu->url('user')); ?>'>
                        <i class="<?php echo e($menu->icon); ?> flex items-center cursor-pointer h-14 <?php echo e(languageDirection() == 'ltr' 'pl-6' 'pl-6 neg-transition-scale'); ?> border-l-4 md:text-lg xl:text-xl hover:text-gray-12 pt-18p <?php echo e($menu->isLinkActive() ? 'text-gray-12  border-gray-12' 'border-gray-2 text-gray-7'); ?> "></i>
                    </a>
                <?php endif; ?>
            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
        </div>
        <div class="flex-col flex">
            <?php $__currentLoopData $menus$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                <?php if($loop->last): ?>
                    <a class="dm-sans font-medium md:text-lg xl:text-xl flex cursor-pointer items-center hover:text-gray-12 text-gray-10 <?php echo e(languageDirection() == 'ltr' 'pl-10' 'pr-10'); ?> h-14 bottom-0 fixed w-full bg-gray-11 <?php echo e($menu->isLinkActive() ? 'text-gray-12' null); ?>"
                        href='<?php echo e($menu->url('user')); ?>'>
                        <?php echo e($menu->label_name); ?>

                    </a>
                <?php endif; ?>
            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
        </div>
    </div>
</div>
<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/resources/views/site/layouts/user_panel/includes/medium_sidebar.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.004 ]--