[
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" style="display: none;"> <div id="banner-slider" class="owl-carousel"> <div class="item"> <img src="images/banner-1.png" alt="" /> </div> <div class="item"> <img src="images/banner-1.png" alt="" /> </div> <div class="item"> <img src="images/banner-1.png" alt="" /> </div> </div> <div class="banner-text"> <div class="container"> <div class="text-dec"> <h5>Good Service is our passion</h5> <h1>Awesome Apartment Villa</h1> <p>No matter what the weather, no matter what the situation we are in, if we have the right perspective in life, life will always be beautiful!</p> </div> </div> </div> </div> <!-- Banner End --> <!-- Banner Start --> <div class="banner"> <img src="images/banner-1.png" alt="" /> <div class="banner-text"> <div class="container"> <div class="text-dec"> <h1>Find compatible flatmates, flats and PGs</h1> <p>Share your room with right flatmates</p> <div class="search-room"> <ul> <li><a href="flatmate.php">Looking for Flatmates</a></li> <li><a href="rooms.php">Looking for flats / PGs</a></li> <!-- <li><a href="pgs.php">Looking for PGs</a></li> <li><a href="flatmate.php">Make a Team</a></li> --> </ul> </div> <!-- <form> <div class="search-form"> <input type="text" name="search" placeholder="Search Place...."> <input type="submit" name="" value="search"> </div> </form> <div class="find-city"> <ul> <li>Find City : </li> <li><a href="bangalore-property.php"><u>Bangalore</u></a></li> <li><a href="hyderabad-property.php"><u>Hyderabad</u></a></li> <li><a href="pune-property.php"><u>Pune</u></a></li> <li><a href="populer-city.php"><i class="fa-solid fa-angle-right"></i></a></li> </ul> </div> --> </div> </div> </div> </div> <!-- Banner End --> <script> function book1(val,val2){ var session_val=val; if(session_val!=''){ window.location.href="chat.php?id="+val+"&chat_id1="+val2; }else{ setTimeout(function() { swal({ title: "Oops ", text: "Please login to continue.", type: "error" }, function() { window.location = ""; }); }, 1000); } } </script> <!-- Flatmate Start --> <div class="flatmates"> <div class="container"> <h2>Looking For <span> Flatmates</span></h2> <div id="flatmates-slider" class="owl-carousel"> <?php $sr='apartment'; $stmt =$show->readwithdata($sr,'category','flatmate'); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; ?> <div class="item"> <a onclick="book1('<?=$_SESSION['user_id']?>','<?=$row['apartment_id']?>')"> <div class="properties-block-box-content"> <div class="zender-avatar"> <?php if($row['avater']!=""){?> <img src="<?=$pic_img?>/<?=$row['avater']?>"> <?php }else{ ?> <img src="<?=$pic_img?>/<?=$row['image1']?>"> <?php } ?> </div> <div class="properties-block-dec"> <h4><?=$row['name']?></h4> <p><i class="fa-solid fa-location-dot"></i><?=$row['address']?>, <?=$row['city']?>, <?=$row['pincode']?></p> <ul> <li><span>Rent</span>₹ <?=$row['rent']?></li> <li><span>Looking For</span><?=ucfirst($row['category'])?></li> </ul> </div> <div class="properties-block-contact"> <ul> <!-- <li><a href="#"><i class="fa-solid fa-phone"></i>Call Now</a></li> --> <li><a onclick="book1('<?=$_SESSION['user_id']?>','<?=$row['apartment_id']?>')"><i class="fa-solid fa-message"></i>Message Now</a></li> </ul> </div> </div> </a> </div> <?php } } ?> </div> </div> </div> <!-- About Start --> <!-- <div class="about"> <div class="container"> <div class="col-md-7 col-sm-7 col-xs-12"> <h2>About <span>Us</span></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>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. </p> <a href="about.php" class="about-btn">Read More</a> </div> <div class="col-md-5 col-sm-5 col-xs-12"> <div class="about-image"> <img src="images/about-4.png" alt=""> </div> </div> </div> </div> --> <div class="video-about-block"> <video playsinline="playsinline" muted="muted" preload="auto" autoplay="autoplay" loop="loop" data-setup=""> <source src="videos/yaaryards-video-2.mp4" type="video/mp4"> </video> <div class="about-text"> <div class="container"> <div class="text-dec"> <h2>List Your <span>Apartment With Us</span></h2> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p> <a href="apartment-form-1.php" class="active">List Your Apartment</a> <a href="rooms.php">Find Your Desired Apartment</a> </div> </div> </div> </div> <script> function book(val,val2){ var session_val=val; if(session_val!=''){ window.location.href="single-property.php?apt_id="+val2; }else{ setTimeout(function() { swal({ title: "Oops ", text: "Please login to continue.", type: "error" }, function() { window.location = ""; }); }, 1000); } } </script> <!-- Properties Start --> <div class="properties"> <div class="container"> <h2>Looking For <span> flats or PGs</span></h2> <div id="properties-slider" class="owl-carousel"> <?php $sr='apartment'; $stmt =$show->readwithdata($sr,'category','tenant'); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; ?> <div class="item"> <a onclick="book('<?=$_SESSION['user_id']?>','<?=$row['apartment_id']?>')"> <div class="properties-list-block-box"> <div class="flatmate-images"> <?php if($row['avater']!=""){?> <img src="<?=$pic_img?>/<?=$row['avater']?>"> <?php }else{ ?> <img src="<?=$pic_img?>/<?=$row['image1']?>"> <?php } ?> </div> <div class="properties-list-dec"> <h4><?=$row['name']?></h4> <p><i class="fa-solid fa-location-dot"></i><?=$row['address']?>, <?=$row['city']?>, <?=$row['pincode']?></p> <ul> <li><span>Rent</span>₹ <?=$row['rent']?></li> <li><span>Looking For</span><?=ucfirst($row['category'])?></li> </ul> </div> <div class="properties-view-btn"> <a onclick="book('<?=$_SESSION['user_id']?>','<?=$row['apartment_id']?>')" class="view-btn">View More</a> </div> </div> </a> </div> <?php } }?> <!--- <div class="item"> <a href="single-property.php"> <div class="properties-list-block-box"> <div class="flatmate-images"> <img src="images/rooms-pg-2.png" alt="avater-1"> </div> <div class="properties-list-dec"> <h4>Double Bedrooms</h4> <p><i class="fa-solid fa-location-dot"></i>C585, Defence colony, New Delhi, 110024</p> <ul> <li><span>Rent</span>₹ 12000</li> <li><span>Looking For</span>Roommate</li> </ul> </div> <div class="properties-view-btn"> <a href="single-property.php" class="view-btn">View More</a> </div> </div> </a> </div> <div class="item"> <a href="single-property.php"> <div class="properties-list-block-box"> <div class="flatmate-images"> <img src="images/rooms-pg-3.png" alt="avater-1"> </div> <div class="properties-list-dec"> <h4>Double Bedrooms</h4> <p><i class="fa-solid fa-location-dot"></i>C585, Defence colony, New Delhi, 110024</p> <ul> <li><span>Rent</span>₹ 12000</li> <li><span>Looking For</span>Roommate</li> </ul> </div> <div class="properties-view-btn"> <a href="single-property.php" class="view-btn">View More</a> </div> </div> </a> </div> <div class="item"> <a href="single-property.php"> <div class="properties-list-block-box"> <div class="flatmate-images"> <img src="images/rooms-pg-4.png" alt="avater-1"> </div> <div class="properties-list-dec"> <h4>Double Bedrooms</h4> <p><i class="fa-solid fa-location-dot"></i>C585, Defence colony, New Delhi, 110024</p> <ul> <li><span>Rent</span>₹ 12000</li> <li><span>Looking For</span>Roommate</li> </ul> </div> <div class="properties-view-btn"> <a href="single-property.php" class="view-btn">View More</a> </div> </div> </a> </div> ---> </div> </div> </div> <!-- Apartment --> <div class="apartment"> <div class="apartment-image-box"> <video playsinline="playsinline" muted="muted" preload="auto" autoplay="autoplay" loop="loop" data-setup=""> <source src="videos/yaaryards-video-1.mp4" type="video/mp4"> </video> </div> <div class="apartment-box-content"> <h2>Demo <span>Content</span></h2> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p> <a href="flatmate.php" class="active">Looking for Flatmates</a> <a href="rooms.php">Looking for flats / PGs</a> </div> </div> <!-- Agreement Start --> <!-- <div class="agreement"> <div class="container"> <div class="row"> <div class="col-md-5 col-sm-5 col-xs-12"> <div class="agreement-image"> <img src="images/agreement-image-2.png" alt=""> </div> </div> <div class="col-md-7 col-sm-7 col-xs-12"> <div class="agreement-dec"> <h2>Title <span>Category-2</span></h2> <p>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.</p> <a href="" class="agreement-btn">Create Now</a> </div> </div> </div> </div> </div> --> <!-- Looking Properties --> <div class="looking" style="display: none;"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-12"> <div class="looking-properties-dec"> <h2>Are you looking for <span>Premium Properties</span></h2> <p>View and book your appointment with our partners</p> <a href="rooms.php" class="properties-btn">View Properties</a> </div> </div> <div class="col-md-6 col-sm-6 col-xs-12"> <div class="looking-properties-image"> <img src="images/looking-properties.gif"> </div> </div> </div> </div> </div> <!-- Blog Start --> <!-- Why Choose Us --> <div class="whychoos"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-3 col-xs-6"> <div class="why-box"> <img src="images/why1.png" alt="Why Icon 01"> <h3>Competitive Pricing</h3> <p>We offer the most reasonable price throughout market.</p> </div> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <div class="why-box"> <img src="images/why2.png" alt="Why Icon 02"> <h3>Backup Team</h3> <p>We have staff to assist in all stages of your holiday</p> </div> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <div class="why-box"> <img src="images/why4.png" alt="Why Icon 03"> <h3>Fast Booking</h3> <p>Booking is quick as a few clicks. We take care of all journeys</p> </div> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <div class="why-box"> <img src="images/why3.png" alt="Why Icon 04"> <h3>Stay Safe</h3> <p>We ensure the safety and security of all our customers</p> </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: 691.99 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