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


Viewing file:     18db12a03e0a642e92ccd59dca011aba6c60c4bc.php (8.93 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html>
<html lang="en">
<?php
    $sectionHowItWorks 
json_decode(get_settings('section_how_it_work'));
?>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <title><?php echo $__env->yieldContent('title'); ?></title>

    <link rel="stylesheet" href="<?php echo e(asset('plugins/toastr/toastr.min.css')); ?>">

    <link rel="stylesheet" href="<?php echo e(asset('css/adminlte.min.css')); ?>">

    <link rel="stylesheet" href="<?php echo e(asset('front/vendor/animate/animate.css')); ?>">

    <link rel="stylesheet" href="<?php echo e(asset('front/css/bootstrap.css')); ?>">

    <link rel="stylesheet" href="<?php echo e(asset('front/css/maicons.css')); ?>">

    <link rel="stylesheet" href="<?php echo e(asset('front/vendor/owl-carousel/css/owl.carousel.css')); ?>">

    <link rel="stylesheet" href="<?php echo e(asset('front/css/theme.css')); ?>">
    <link rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">

    <link rel="shortcut icon" href="<?php echo e(asset('uploads/'.get_settings('app_favicon'))); ?>" type="image/x-icon">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&family=Montserrat:wght@200&family=Poppins:wght@300&display=swap" rel="stylesheet">
    <?php echo $__env->yieldContent('extra-css'); ?>
    <?php if(isset($sectionHowItWorks->how_it_work_sec_bg_image_file_name)&& $sectionHowItWorks->how_it_work_sec_bg_image_file_name): ?>
        <style>
            .faq-section {
                background-repeat: no-repeat;
                background-size: cover !important;
                background: url(<?php echo e(asset('uploads/'.$sectionHowItWorks->how_it_work_sec_bg_image_file_name)); ?>);
            }
        </style>
    <?php endif; ?>
</head>
<body>

<!-- Back to top button -->
<div class="back-to-top"></div>

<header>
    <nav class="navbar navbar-expand-lg navbar-light navbar-float">
        <div class="container">
            <?php if(get_settings('app_logo')): ?>
                <a href="<?php echo e(route('front.index')); ?>" class="navbar-brand">
                    <img class="layout-logo" src="<?php echo e(asset('uploads/'.get_settings('app_logo'))); ?>" alt="">
                </a>
            <?php endif; ?>
           
            <button class="navbar-toggler" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
                <span class="navbar-toggler-icon"></span>
            </button>

            <div class="navbar-collapse collapse" id="navbarContent">
                <ul class="navbar-nav ml-lg-4 pt-3 pt-lg-0">
                    <li class="nav-item <?php echo e(isSidebarActive('front.index*')); ?>">
                        <a href="<?php echo e(route('front.index')); ?>" class="nav-link"><?php echo e(trans('admin.home')); ?></a>
                    </li>
                    <li class="nav-item">
                        <a href="#about" class="nav-link"><?php echo e(trans('admin.about_us')); ?></a>
                    </li>
                    <li class="nav-item">
                        <a href="#what_we_offer" class="nav-link"><?php echo e(trans('admin.what_we_offer')); ?></a>
                    </li>
                    <li class="nav-item">
                        <a href="#contact" class="nav-link"><?php echo e(trans('admin.contact')); ?></a>
                    </li>
                </ul>

                <div class="ml-auto">
                    <a href="<?php echo e(route('login')); ?>" class="btn btn-outline-primary rounded-pill"><?php echo e(trans('admin.get_started')); ?></a>
                </div>
            </div>
        </div>
    </nav>
</header>
<?php echo $__env->yieldContent('content'); ?>

<?php
    $template 
json_decode(get_settings('template'));
    
$sectionBanner json_decode(get_settings('section_banner'));
    
$sectionAbout json_decode(get_settings('section_about'));
    
$sectionContactUs json_decode(get_settings('section_contact_us'));
?>
<footer class="page-footer">
    <div class="container">
        <div class="row justify-content-center">
            <div class="col-lg-4 py-3">
                <?php if(get_settings('app_logo')): ?>
                    <a href="<?php echo e(route('front.index')); ?>" class="navbar-brand">
                        <img class="layout-logo" src="<?php echo e(asset('uploads/'.get_settings('app_logo'))); ?>" alt="">
                    </a>
                <?php endif; ?>
                <?php if(isset($sectionAbout->about_sec_description) && $sectionAbout->about_sec_description): ?>
                    <div><?php echo e(substr($sectionAbout->about_sec_description,0,100)); ?>

                        <a href="#about"><?php echo e(trans('admin.read_more...')); ?></a>
                    </div>
                <?php endif; ?>

            </div>
            <div class="col-lg-4 py-3">
                <h5><?php echo e(trans('admin.quick_links')); ?></h5>
                <ul class="footer-menu">
                    <li>
                        <a href="<?php echo e(route('front.terms')); ?>"><?php echo e(trans('admin.terms_and_condition')); ?></a>
                    </li>
                    <li>
                        <a href="<?php echo e(route('front.privacy')); ?>"><?php echo e(trans('admin.privacy_and_policy')); ?></a>
                    </li>
                </ul>
            </div>
            <div class="col-lg-4 py-3">
                <h5><?php echo e(trans('admin.subscribe')); ?></h5>
                <form action="<?php echo e(route('front.customer.contact.store')); ?>" method="post">
                    <?php echo csrf_field(); ?>
                    <div class="row">
                        <div class="col-lg-8">
                            <input type="email" name="subscribe_email" class="form-control" placeholder="Enter your mail.." autocomplete="off">
                        </div>
                        <div class="col-lg-4">
                            <button type="submit" class="btn btn-primary custom-btn"><?php echo e(trans('admin.subscribe')); ?></button>
                        </div>
                    </div>
                </form>

            </div>
        </div>

        <div class="row">
            <div class="col-sm-12 text-center">
                <p class="text-center" id="copyright"><?php echo e(trans('admin.copyright')); ?> &copy; <?php echo e(date('Y')); ?>

                    . <?php echo e(trans('admin.develop_by')); ?> <a href="#"
                                                       target="_blank"><?php echo e(get_settings('app_name')); ?></a>
                </p>
            </div>
        </div>
    </div> <!-- .container -->
</footer> <!-- .page-footer -->


<script src="<?php echo e(asset('front/js/jquery-3.5.1.min.js')); ?>"></script>

<script src="<?php echo e(asset('front/js/bootstrap.bundle.min.js')); ?>"></script>

<script src="<?php echo e(asset('front/vendor/wow/wow.min.js')); ?>"></script>

<script src="<?php echo e(asset('front/vendor/owl-carousel/js/owl.carousel.min.js')); ?>"></script>

<script src="<?php echo e(asset('front/vendor/waypoints/jquery.waypoints.min.js')); ?>"></script>

<script src="<?php echo e(asset('front/vendor/animateNumber/jquery.animateNumber.min.js')); ?>"></script>

<script src="<?php echo e(asset('front/js/google-maps.js')); ?>"></script>

<script src="<?php echo e(asset('front/js/theme.js')); ?>"></script>

<script src="<?php echo e(asset('plugins/bootstrap/js/bootstrap.bundle.min.js')); ?>"></script>

<script src="<?php echo e(asset('js/adminlte.min.js')); ?>"></script>

<script src="<?php echo e(asset('js/custom.js')); ?>"></script>

<?php if(session()->has('success') || session()->has('fail') || count($errors)>0): ?>
    <?php if (isset($component)) { $__componentOriginald4c8f106e1e33ab85c5d037c2504e2574c1b0975 $component; } ?>
<?php $component 
$__env->getContainer()->make(App\View\Components\Alert::class, ['type' => session()->get('success')?'success':'danger','isErrors' => $errors,'message' => session()->get('success')??session()->get('fail')]); ?>
<?php $component
->withName('alert'); ?>
<?php 
if ($component->shouldRender()): ?>
<?php $__env
->startComponent($component->resolveView(), $component->data()); ?>
<?php $component
->withAttributes([]); ?>
<?php 
echo $__env->renderComponent(); ?>
<?php 
endif; ?>
<?php 
if (isset($__componentOriginald4c8f106e1e33ab85c5d037c2504e2574c1b0975)): ?>
<?php $component 
$__componentOriginald4c8f106e1e33ab85c5d037c2504e2574c1b0975?>
<?php 
unset($__componentOriginald4c8f106e1e33ab85c5d037c2504e2574c1b0975); ?>
<?php 
endif; ?>
<?php 
endif; ?>
<?php 
echo $__env->yieldContent('extra-scripts'); ?>

</body>
</html>
<?php /**PATH /home/pcolfjqt/smm.picotech.app/resources/views/layouts/front.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.0035 ]--