BLACKSITE
:
216.73.217.135
:
103.21.58.60 / hariomequipments.com
:
Linux bh-in-4.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
:
/
home3
/
harioqu2
/
www
/
Upload File:
files >> /home3/harioqu2/www/blog-details.php
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <base href="https://hariomequipments.com/"> <!-- Page Title --> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <?php $con=mysqli_connect("localhost","harioqu2_new","gmt@@2022","harioqu2_new"); $slug = ''; if(isset($_GET['blog'])){ $slug = $_GET['blog']; }else{ $url = $_SERVER['REQUEST_URI']; $url = explode('/', $url); $slug = end($url); } $sql= "SELECT * from blogs where blog_slug = '$slug'"; $cat_res=mysqli_query($con,$sql); ?> <?php while($row=mysqli_fetch_assoc($cat_res)){?> <title><?php echo $row['meta_title']?></title> <meta name="description" content="<?php echo $row['meta_description']?>"> <meta name="keywords" content="<?php echo $row['meta_keyword']?>"> <meta name="author" content="<?php echo $row['author']?>"> <link rel="canonical" href="<?php echo $row['canonical']?>" /> <meta name="og_title" content="<?php echo $row['og_title']?>"> <meta name="og_sitename" content="<?php echo $row['og_sitename']?>"> <meta name="og_url" content="<?php echo $row['og_url']?>"> <meta name="og_description" content="<?php echo $row['og_description']?>"> <meta name="og_type" content="<?php echo $row['og_type']?>"> <meta name="og_image" content="<?php echo $row['og_image']?>"> <?php echo $row['schema_detail']?> <?php } ?> <!-- Favicon and Touch Icons --> <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"> <link rel="manifest" href="site.webmanifest"> <!-- Stylesheet --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="css/animate.min.css" rel="stylesheet" type="text/css"> <link href="css/javascript-plugins-bundle.css" rel="stylesheet" /> <!-- CSS | menuzord megamenu skins --> <link href="js/menuzord/css/menuzord.css" rel="stylesheet" /> <!-- CSS | Main style file --> <link href="css/style-main.css" rel="stylesheet" type="text/css"> <link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-rounded-boxed.css" rel="stylesheet" /> <!-- CSS | Responsive media queries --> <link href="css/responsive.css" rel="stylesheet" type="text/css"> <!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. --> <!-- CSS | Theme Color --> <link href="css/colors/theme-skin-color-set1.css" rel="stylesheet" type="text/css"> <!-- external javascripts --> <script src="js/jquery.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/javascript-plugins-bundle.js"></script> <script src="js/menuzord/js/menuzord.js"></script> <link href="css/style.css" rel="stylesheet" type="text/css"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="tm-container-1300px has-side-panel side-panel-right"> <div id="wrapper" class="clearfix"> <!-- Header --> <?php include 'header.php'; ?> <?php // $slug = $_GET['blog']; $slug = ''; if(isset($_GET['blog'])){ $slug = $_GET['blog']; }else{ $url = $_SERVER['REQUEST_URI']; $url = explode('/', $url); $slug = end($url); } $sql= "SELECT * from blogs where blog_slug = '$slug'"; $cat_res=mysqli_query($con,$sql); ?> <?php while($row=mysqli_fetch_assoc($cat_res)){?> <!-- Start main-content --> <div class="main-content-area"> <!-- Section: page title --> <section class="page-title layer-overlay overlay-theme-colored2-9 section-typo-light bg-img-center"> <div class="container pt-50 pb-50"> <div class="section-content"> <div class="row"> <div class="col-md-12 text-center"> <h1><?php echo $row['h1'];?></h1> <nav class="breadcrumbs" role="navigation" aria-label="Breadcrumbs"> <div class="breadcrumbs"> <span><a href="index.php" rel="home">Home</a></span> <span><i class="fa fa-angle-right"></i></span> <span><a href="blogs.php">Blog</a></span> <span><i class="fa fa-angle-right"></i></span> <span class="active"><a href="javascript::;"><?php echo $row['blog_name'];?></a></span> </div> </nav> </div> </div> </div> </div> </section> <!-- Section: About --> <section> <div class="container pb-120"> <div class="section-content"> <div class="row"> <div class="col-lg-8"> <?php echo $row['description']; ?> <?php echo $row['description2']; ?> <?php echo $row['description3']; ?> <div class="row mt-60"> <div class="col-lg-5 col-sm-6"> <a href="tel:022-28571079" class="btn btn-lg btn-flat btn-theme-colored2 mb-sm-40" style="width: 220px;">Call Now</a> </div> </div> </div> <div class="col-lg-4"> <div class="image-box mb-md-50"> <img src="admin/cat_img/<?php echo $row['blog_image'];?>" alt="<?php echo $row['blog_name'];?>"> <br> </div> </div> </div> </div> </div> </section> </div> <?php } ?> <!-- end main-content --> <!-- Footer --> <?php include 'footer.php'; ?>