!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:     233af12c444fe341749a89e1f6c46764.php (7.24 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$user 
auth()->user();
?>
<li class="nav-item dropdown">
    <a class="nav-link d-flex justify-content-center align-items-center" data-toggle="dropdown" href="#"
        aria-expanded="false">
        <i class="fas fa-plus"></i>
    </a>
    <div class="dropdown-menu dropdown-menu-lg dropdown-menu-right" style="left: inherit; right: 0px;">
        <span class="dropdown-item dropdown-header"><?php echo e(__('quick_actions')); ?></span>
        <div class="dropdown-divider"></div>
        <div class="row row-paddingless" style="padding-left: 15px; padding-right: 15px;">
            <?php if(userCan('order.view')): ?>
                <div class="col-6 p-0 border-bottom border-right">
                    <a href="<?php echo e(route('order.index')); ?>" class="d-block text-center py-3 bg-hover-light">  <i class="fas fa-money-bill"></i>
                        <span class="w-100 d-block text-muted"><?php echo e(__('order')); ?></span>
                    </a>
                </div>
            <?php endif; ?>
            <?php if(userCan('ad.create')): ?>
                <div class="col-6 p-0 border-bottom border-right">
                    <a href="<?php echo e(route('module.ad.create')); ?>" class="d-block text-center py-3 bg-hover-light">  <i class="fas fa-money-bill"></i>
                        <span class="w-100 d-block text-muted"><?php echo e(__('create_listing')); ?></span>
                    </a>
                </div>
            <?php endif; ?>
            <?php if(userCan('post.create')): ?>
                <div class="col-6 p-0 border-bottom border-right">
                    <a href="<?php echo e(route('module.post.create')); ?>" class="d-block text-center py-3 bg-hover-light"> <i
                            class="fas fa-blog"></i>
                        <span class="w-100 d-block text-muted"><?php echo e(__('create_post')); ?></span>
                    </a>
                </div>
            <?php endif; ?>
            <?php if(userCan('customer.view')): ?>
                <div class="col-6 p-0 border-bottom border-right">
                    <a href="<?php echo e(route('module.customer.index')); ?>" class="d-block text-center py-3 bg-hover-light"> <i
                            class="fas fa-users"></i>
                        <span class="w-100 d-block text-muted"><?php echo e(__('customer')); ?></span>
                    </a>
                </div>
            <?php endif; ?>


            <?php if(userCan('setting.view') || userCan('setting.update')): ?>
                <div class="col-12 border-bottom border-right">
                    <a href="<?php echo e(route('settings.general')); ?>" class="d-block text-center py-3 bg-hover-light"> <i
                            class="fas fa-cog"></i>
                        <span class="w-100 d-block text-muted"><?php echo e(__('settings')); ?></span>
                    </a>
                </div>
            <?php endif; ?>
        </div>
        <div class="dropdown-divider"></div>
    </div>
</li>
<?php if($language_enable): ?>
    <li class="nav-item dropdown">
        <a class="nav-link d-flex justify-content-center align-items-center" data-toggle="dropdown" href="#"
            aria-expanded="false">
            <i class="fas fa-language" style="font-size: 22px"></i>
        </a>
        <div class="dropdown-menu dropdown-menu-sm dropdown-menu-right" style="left: inherit; right: 0px;">

            <?php $__currentLoopData $languages$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $lang): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                <a class="dropdown-item <?php echo e(session('set_lang') === $lang->code 'active' ''); ?>"
                    href="<?php echo e(route('changeLanguage'$lang->code)); ?>">
                    <i class="flag-icon <?php echo e($lang->icon); ?>"></i> <?php echo e($lang->name); ?>

                </a>
            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
        </div>
    </li>
<?php endif; ?>
<li class="nav-item">
    <a class="nav-link d-flex justify-content-center align-items-center" data-widget="fullscreen" href="#"
        role="button">
        <i class="fas fa-expand-arrows-alt"></i>
    </a>
</li>
<?php if($appearance_enable): ?>
    <li class="nav-item">
        <form action="<?php echo e(route('settings.mode.update')); ?>" method="post" id="mode_form">
            <?php echo csrf_field(); ?>
            <?php echo method_field('PUT'); ?>
            <?php if($setting->dark_mode): ?>
                <input type="hidden" name="dark_mode" value="0">
            <?php else: ?>
                <input type="hidden" name="dark_mode" value="1">
            <?php endif; ?>
        </form>
        <a onclick="$('#mode_form').submit()" class="nav-link d-flex justify-content-center align-items-center"
            href="#" role="button">
            <?php if($setting->dark_mode): ?>
                <i class="fas fa-sun"></i>
            <?php else: ?>
                <i class="fas fa-moon"></i>
            <?php endif; ?>
        </a>
    </li>
<?php endif; ?>
<li class="nav-item dropdown user-menu">
    <a href="<?php echo e(route('profile')); ?>" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
        <?php if($user->image_url): ?>
            <img src="<?php echo e($user->image_url); ?>" class="user-image img-circle elevation-2">
        <?php else: ?>
            <img src="<?php echo e(asset('image/default-user.png')); ?>" class="user-image img-circle elevation-2">
        <?php endif; ?>
        <span class="d-none d-md-inline"><?php echo e($user->name); ?></span>
    </a>
    <ul class="dropdown-menu dropdown-menu-lg dropdown-menu-right rounded border-0" style="left: inherit; right: 0px;">
        <!-- User image -->
        <li class="user-header bg-primary rounded-top">
            <img src="<?php echo e($user->image_url); ?>" class="user-image img-circle elevation-2"
                alt="<?php echo e(__('user_image')); ?>">
            <p>
                <?php echo e($user->name); ?> -
                <?php $__currentLoopData $user->getRoleNames(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $role): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                    (<span><?php echo e(ucwords($role)); ?></span>)
                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                <small><?php echo e(__('member_since')); ?> <?php echo e($user->created_at->format('M d, Y')); ?></small>
            </p>
        </li>
        <!-- Menu Footer-->
        <li class="user-footer border-bottom d-flex">
            <a href="<?php echo e(route('profile')); ?>" class="btn btn-default"><?php echo e(__('profile')); ?></a>
            <a href="javascript:void(0)"
                onclick="event.preventDefault();document.getElementById('logout-form').submit();"
                class="btn btn-default ml-auto"><?php echo e(__('sign_out')); ?></a>
            <form id="logout-form" action="<?php echo e(route('admin.logout')); ?>" method="POST" class="d-none invisible">
                <?php echo csrf_field(); ?>
            </form>
        </li>
    </ul>
</li>
<?php /**PATH E:\add listing 8-9-25\addListing\resources\views/admin/layouts/partials/top-right-nav.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.0066 ]--