[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index.php
<?php include("header.php"); ?> <!-- // Header include --> <!-- Banner Start --> <div class="banner"> <div id="banner-slider" class="owl-carousel"> <?php $count=1; $sr='top_slider'; $stmt =$show->readAll($sr); $num = $stmt->rowCount(); if($num>0){ while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; ?> <div class="item"> <img src="<?=$pic_img?>/<?=$row['image']?>" alt="banner-1" /> </div> <?php } } ?> <!--< --> </div> <div class="taxture-dot"></div> <div class="banner-text" > <div class="container"> <div class="text-dec"> <h5 data-aos="zoom-in" style="transition: all 1200ms ease-in-out;">Welcome to</h5> <h1 data-aos="zoom-out" style="transition: all 2000ms ease-in-out;">Fashion <span>Tradet</span></h1> <!-- <a href="tel: 00000 00000" class="btn-call">Call Now</a> --> </div> </div> </div> </div> <!-- Banner End --> <!-- Trending Prodact --> <div class="ProductCatagory"> <div class="container"> <h2>Trending Product</h2> <div id="best-selling-product-slider" class="owl-carousel"> <?php $sr='product'; $stmt =$show->readwithdata($sr,'trending','Yes'); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; $sq=$show->readwithdata('product_img','product_id',$row['product_id']); $row1 = $sq->fetch(PDO::FETCH_ASSOC); $img=$row1['img']; ?> <div class="item"> <div class="prodact-catagory-box"> <a href="single-product.php?pid=<?=base64_encode($row['product_id'])?>"> <img src="<?=$pic_img?>/<?=$img?>" alt="Product Item"> <div class="product-catagory-dec"> <h3><?=$row['title']?></h3> <h5><i class="fa-solid fa-indian-rupee-sign"></i><b><?=$row['discounted_price']?></b><del>₹ <?=$row['price']?></del></h5> <h6><?=$row['discount']?>% Discount</h6> <a href="single-product.php?pid=<?=base64_encode($row['product_id'])?>" class="product-btn">Buy Now</a> </div> </a> </div> </div> <?php } } ?> <!---- <div class="item"> <div class="prodact-catagory-box"> <a href="single-product.php"> <img src="images/product-2.png" alt="Product Item"> <img src="images/3.png" class="RatingIMG" alt="Rating 4"> <div class="product-catagory-dec"> <h3>Leather Bags</h3> <h5><i class="fa-solid fa-indian-rupee-sign"></i><b>699</b><del>₹ 1099</del></h5> <a href="product-single.php" class="product-btn">Buy Now</a> </div> </a> </div> </div> <div class="item"> <div class="prodact-catagory-box"> <a href="single-product.php"> <img src="images/product-3.png" alt="Product Item"> <img src="images/5.png" class="RatingIMG" alt="Rating 4"> <div class="product-catagory-dec"> <h3>Leather Bags</h3> <h5><i class="fa-solid fa-indian-rupee-sign"></i><b>699</b><del>₹ 1099</del></h5> <a href="product-single.php" class="product-btn">Buy Now</a> </div> </a> </div> </div> <div class="item"> <div class="prodact-catagory-box"> <a href="single-product.php"> <img src="images/product-4.png" alt="Product Item"> <img src="images/5.png" class="RatingIMG" alt="Rating 4"> <div class="product-catagory-dec"> <h3>Leather Bags</h3> <h5><i class="fa-solid fa-indian-rupee-sign"></i><b>699</b><del>₹ 1099</del></h5> <a href="product-single.php" class="product-btn">Buy Now</a> </div> </a> </div> </div> ---> </div> <!-- <div class="taxture-dot"></div> --> </div> </div> <!-- About Us --> <div class="about"> <div class="container"> <div class="row"> <div class="col-md-7 col-sm-7 col-xs-12"> <div class="about-dec" data-aos="zoom-out" style="transition: all 1400ms ease-in-out;"> <h2>About Us</h2> <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p> <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.</p> <a href="#" class="button-89"> Read More </a> </div> </div> <div class="col-md-5 col-sm-5 col-xs-12"> <div id="about-slider" class="owl-carousel" data-aos="zoom-in" style="transition: all 2000ms ease-in-out;"> <div class="item"> <div class="about-image"> <img src="images/about-image.png" alt="About IMG"> </div> </div> <div class="item"> <div class="about-image"> <img src="images/about-image-2.png" alt="About IMG"> </div> </div> </div> </div> </div> </div> </div> <!-- Fashion Prodact --> <div class="ProductCatagory ProductCatagory-Fashion"> <div class="container"> <h2>Fashion Product Category</h2> <div id="fashion-product-slider" class="owl-carousel"> <?php $sr='product'; $stmt =$show->readwithdata($sr,'category','Fashion'); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; $sq=$show->readwithdata('product_img','product_id',$row['product_id']); $row1 = $sq->fetch(PDO::FETCH_ASSOC); $img=$row1['img']; ?> <div class="item"> <div class="prodact-catagory-box"> <a href="single-product.php?pid=<?=base64_encode($row['product_id'])?>"> <img src="<?=$pic_img?>/<?=$img?>" alt="Product Item"> <div class="product-catagory-dec"> <h3><?=$row['title']?></h3> <h5><i class="fa-solid fa-indian-rupee-sign"></i><b><?=$row['discounted_price']?></b><del>₹ <?=$row['price']?></del></h5> <h6><?=$row['discount']?>% Discount</h6> <a href="single-product.php?pid=<?=base64_encode($row['product_id'])?>" class="product-btn">Buy Now</a> </div> </a> </div> </div> <?php } } ?> </div> <!-- <div class="taxture-dot"></div> --> </div> </div> <!-- Leather Prodact --> <div class="ProductCatagory ProductCatagory-Fashion"> <div class="container"> <h2>Leather Product Category</h2> <div id="leather-product-slider" class="owl-carousel"> <?php $sr='product'; $stmt =$show->readwithdata($sr,'category','Leather Products'); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; $sq=$show->readwithdata('product_img','product_id',$row['product_id']); $row1 = $sq->fetch(PDO::FETCH_ASSOC); $img=$row1['img']; ?> <div class="item"> <div class="prodact-catagory-box"> <a href="single-product.php?pid=<?=base64_encode($row['product_id'])?>"> <img src="<?=$pic_img?>/<?=$img?>" alt="Product Item"> <div class="product-catagory-dec"> <h3><?=$row['title']?></h3> <h5><i class="fa-solid fa-indian-rupee-sign"></i><b><?=$row['discounted_price']?></b><del>₹ <?=$row['price']?></del></h5> <h6><?=$row['discount']?>% Discount</h6> <a href="single-product.php?pid=<?=base64_encode($row['product_id'])?>" class="product-btn">Buy Now</a> </div> </a> </div> </div> <?php } } ?> </div> <!-- <div class="taxture-dot"></div> --> </div> </div> <!-- Leather Prodact --> <div class="ProductCatagory ProductCatagory-Fashion"> <div class="container"> <h2>Accessories</h2> <div id="accessories-product-slider" class="owl-carousel"> <?php $sr='product'; $stmt =$show->readwithdata($sr,'category','Accessories'); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; $sq=$show->readwithdata('product_img','product_id',$row['product_id']); $row1 = $sq->fetch(PDO::FETCH_ASSOC); $img=$row1['img']; ?> <div class="item"> <div class="prodact-catagory-box"> <a href="single-product.php?pid=<?=base64_encode($row['product_id'])?>"> <img src="<?=$pic_img?>/<?=$img?>" alt="Product Item"> <div class="product-catagory-dec"> <h3><?=$row['title']?></h3> <h5><i class="fa-solid fa-indian-rupee-sign"></i><b><?=$row['discounted_price']?></b><del>₹ <?=$row['price']?></del></h5> <h6><?=$row['discount']?>% Discount</h6> <a href="single-product.php?pid=<?=base64_encode($row['product_id'])?>" class="product-btn">Buy Now</a> </div> </a> </div> </div> <?php } } ?> </div> <!-- <div class="taxture-dot"></div> --> </div> </div> <!-- Why --> <div class="why-block"> <div class="container"> <div class="row"> <div class="col-md-7 col-sm-7 col-xs-12"> <div class="why-block-image" data-aos="zoom-in" style="transition: all 1200ms ease-in-out;"> <img src="images/why-img.png" alt="Why IMG"> </div> </div> <div class="col-md-5 col-sm-5 col-xs-12"> <div class="why-block-dec" data-aos="zoom-out" style="transition: all 1200ms ease-in-out;"> <h2>Why Choose Fashion Tradet</h2> <p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through.</p> <a href="#" class="button-89"> Read More </a> </div> </div> </div> </div> </div> <!-- Testimonial --> <div class="testimonial"> <div class="container"> <h2>Customer Testimonials</h2> <div id="testimonial-slider" class="owl-carousel"> <div class="item" data-aos="zoom-out" style="transition: all 800ms ease-in-out;"> <div class="testimonial-box-content"> <h4>- Ashok Joshi</h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore t dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p> <div class="star-rating"> <ul> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> </ul> </div> </div> </div> <div class="item" data-aos="zoom-out" style="transition: all 800ms ease-in-out;"> <div class="testimonial-box-content"> <h4>- Ashok Joshi</h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore t dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p> <div class="star-rating"> <ul> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> </ul> </div> </div> </div> </div> </div> </div> <!-- Footer include --> <?php include("footer.php"); ?> <!-- // Footer include -->
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 692.43 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: 1619