Server IP : 103.53.40.154 / Your IP : 18.117.192.64 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/leatheroncall.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once "admin/config.php";?> <?php // logo $sql1 = "SELECT * FROM `tbl_home` WHERE id=1"; $run1 = mysqli_query($db,$sql1) or die("Query Not run"); $data1 = mysqli_fetch_assoc($run1); // seo $sqll = "SELECT * FROM `tbl_seo` WHERE se_id=1"; $runl = mysqli_query($db,$sqll) or die("Query Not run"); $datal = mysqli_fetch_assoc($runl); // contact $sqlc = "SELECT * FROM `tbl_contact` WHERE c_id=1"; $runc = mysqli_query($db,$sqlc) or die("Query Not run"); $datac = mysqli_fetch_assoc($runc); // footer $sqlf = "SELECT * FROM `tbl_footer` WHERE f_id=1"; $runf = mysqli_query($db,$sqlf) or die("Query Not run"); $dataf = mysqli_fetch_assoc($runf); $wspath=$datal['site_path']; ?> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php echo $datal["index_follow"];?> <meta name="google-site-verification" content="<?php echo $datal["site_verification"]; ?>" /> <?php echo $datal["google_analytic"]; ?> <!-- Favicon --> <link rel="shortcut icon" href="<?php echo $wspath?><?php echo $datal["favicon"]; ?>" /> <!-- Material Design Iconic Font-V2.2.0 --> <link rel="stylesheet" href="<?php echo $wspath?>css/material-design-iconic-font.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="<?php echo $wspath?>css/font-awesome.min.css"> <!-- Font Awesome Stars--> <link rel="stylesheet" href="<?php echo $wspath?>css/fontawesome-stars.css"> <!-- Meanmenu CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/meanmenu.css"> <!-- Nivo Slider CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/nivo-slider.css"> <!-- owl carousel CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/owl.carousel.min.css"> <!-- Slick Carousel CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/slick.css"> <!-- Animate CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/animate.css"> <!-- Jquery-ui CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/jquery-ui.min.css"> <!-- Venobox CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/venobox.css"> <!-- Nice Select CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/nice-select.css"> <!-- Magnific Popup CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/magnific-popup.css"> <!-- Bootstrap V4.1.3 Fremwork CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/bootstrap.min.css"> <!-- Main Style CSS --> <link rel="stylesheet" href="<?php echo $wspath?>style.css"> <!-- Responsive CSS --> <link rel="stylesheet" href="<?php echo $wspath?>css/responsive.css"> <!-- Modernizr js --> <script src="<?php echo $wspath?>js/vendor/modernizr-3.11.2.min.js"></script> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">