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


Viewing file:     d22b3bbccd96899a189077906fb5c9cc.php (3.85 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(get_settings('app_name')); ?> - <?php echo e(trans('Publications')); ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('main-section'); ?>
<div class="content-blog">
    <div class="container">
        <div class="row">
            <div class="col-12">
                <div class="all-blog-title">
                    Publications
                </div>
            </div>
        </div>
      <div class="blog-content mt-5 mb-5">
        <div class="row">
           
            <?php if(isset($publications) && $publications): ?>
              <?php $__currentLoopData $publications$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $publication): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
              <div class="col-lg-6 col-md-6 col-12 blog-content-data">
                <div class="blog-image">
                    <?php if(isset($publication->image) && $publication->image): ?>
                    <a href="<?php echo e(route('publications.details',[$publication->slug])); ?>">
                        <img src="<?php echo e(asset('uploads/'.$publication->image)); ?>" alt="" class="blog-sec-img zoom-effect img-fluid"></a>
                    <?php endif; ?>
                </div>
                <div class="blog-information">
                    <div class="head-info">
                        <?php echo e($publication->created_at->format('M d')); ?>

                    </div>
                    <div class="body-info">
                        <?php
                        $publication_title 
strip_tags($publication->title);
                        
$max_length 70;
                        
$truncated_title mb_substr($publication_title0$max_length'UTF-8');
                        
                        if (
mb_strlen($publication_title'UTF-8') > $max_length) {
                            
$truncated_title mb_substr($truncated_title0mb_strrpos($truncated_title' '0'UTF-8'));
                            
$truncated_title .= '...';
                        }
                    
?>
                       <h2> <a href="<?php echo e(route('publications.details',[$publication->slug])); ?>">
                               <?php echo e($truncated_title); ?>

                        </a>
                    </h2>
                    <div class="blog-details-sec">
                        <?php
                            $description 
strip_tags($publication->description);
                            
$max_length 170;
                            
$truncated_description mb_substr($description0$max_length'UTF-8');
                            
                            if (
mb_strlen($description'UTF-8') > $max_length) {
                                
$truncated_description mb_substr($truncated_description0mb_strrpos($truncated_description' '0'UTF-8'));
                                
$truncated_description .= '...';
                            }
                        
?>
                        <?php echo $truncated_description?>

                        <?php if(mb_strlen($description'UTF-8') > $max_length): ?>
                            <a href="<?php echo e(route('publications.details', [$publication->slug])); ?>">read more</a>
                        <?php endif; ?>
                    </div>
                    
                    </div>
                </div>
            </div>
              <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
            <?php endif; ?>
        </div>
    </div>

    </div>
</div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.frontLayout'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/picotech/domains/portfolio.picotech.app/public_html/resources/views/front/publications.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.0047 ]--