[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: apartment-form-2 - Copy.php
<!-- Header include --> <?php include("header.php"); ?> <!-- Inner-banner --> <!-- <div class="inner-banner"> <img src="images/inner-banner-2.png"> <div class="container"> <h1>Add Apartment Preference</h1> </div> </div> --> <!-- Flatmate Preferences --> <div class="apartment-preferences"> <div class="container"> <h2>Post Your <span>Requirement</span></h2> <!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> --> <div class="apartment-preferences-block"> <div class="apartment-preferences-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-prefarence-1.png"> <h6>Looking for FLatmate</h6> </label> </div> <div class="apartment-preferences-box-content"> <input type="radio" value="flatmate-preference2" name="flatmate-preference" id="flatmate-preference2"> <label for="flatmate-preference2"> <img src="images/apartment-prefarence-2.png"> <h6>Looking for Tenant</h6> </label> </div> </div> <!-- <h2>Add <span>Apartment Details</span></h2> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> --> <div class="list-apartment"> <form action="apartment-preference.php"> <div class="apartment-location-block"> <p>Address : </p> <input type="text" id="neat-freak" name="same" placeholder="Neighborhood"> <select> <option>Choose City</option> <option>Delhi</option> <option>Mumbai</option> <option>Bangalore</option> <option>Hyderabad</option> <option>Kolkata</option> <option>Lucknow</option> <option>Guwahati</option> <option>Chennai</option> </select> <input type="text" id="postal" name="pin-code" placeholder="Postal Code"> <input type="text" id="state" name="state" placeholder="State"> </div> <div class="apartment-location-block"> <p>Property Type : </p> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="Apartment1"> <h6>Apartment</h6> </label> </div> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1" > <label for="House1"> <h6>House</h6> </label> </div> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="Condominium1"> <h6>Condominium</h6> </label> </div> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="Accommodation1"> <h6>Shared Accommodation</h6> </label> </div> <!-- <input type="radio" id="apartment" name="same" value="Apartment"> <label for="apartment">Apartment</label> <input type="radio" id="house" name="same" value="House"> <label for="house">House</label> <input type="radio" id="condominium" name="same" value="Condominium"> <label for="condominium">Condominium</label> <input type="radio" id="accommodation" name="same" value="Shared Accommodation"> <label for="accommodation">Shared Accommodation</label> --> </div> <div class="apartment-rent-block"> <p>Rent/Month : </p> <input type="text" id="messy" name="same" placeholder="Rent per month"> </div> <!-- <div class="apartment-rent-block"> <p>Property Size (Square Feet) : </p> <input type="text" id="messy" name="same" placeholder="Property Size (Square Feet)"> </div> --> <div class="apartment-rent-block"> <p>Total Bedrooms : </p> <select> <option>Choose Bedrooms</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> <div class="apartment-rent-block"> <p>Total Bathrooms : </p> <select> <option>Choose Bathrooms</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> <div class="apartment-location-block"> <p>Furnishing : </p> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="Furnished1"> <h6>Furnished</h6> </label> </div> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1" > <label for="Partially1"> <h6>Partially Furnished</h6> </label> </div> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="Unfurnished1"> <h6>Unfurnished</h6> </label> </div> <!-- <input type="radio" id="furnished" name="same" value="Furnished"> <label for="furnished">Furnished</label> <input type="radio" id="partially-furnished" name="same" value="Partially Furnished"> <label for="partially-furnished">Partially Furnished</label> <input type="radio" id="unfurnished" name="same" value="Unfurnished"> <label for="unfurnished">Unfurnished</label> --> </div> <div class="apartment-check-block"> <p>Amenities : </p> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/single-page-icon-1.png"> <h6>Parking</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/single-page-icon-2.png"> <h6>Laundry Facilities</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/single-page-icon-3.png"> <h6>Air Conditioning</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/single-page-icon-4.png"> <h6>Internet Access</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/single-page-icon-5.png"> <h6>Pet-friendliness</h6> </label> </div> <!-- <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Parking</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Laundry Facilities</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Air Conditioning</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Internet Access</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Pet-friendliness</a></label> --> </div> <div class="apartment-check-block"> <p>Security Features : </p> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-1.png"> <h6>Gated Communities</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-2.png"> <h6>Security Guards</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-3.png"> <h6>CCTV Surveillance</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-4.png"> <h6>Intercom Facilities</h6> </label> </div> <!-- <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Gated Communities</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Security Guards</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">CCTV Surveillance</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Intercom Facilities</a></label> --> </div> <div class="upload-photo-block"> <p>Add Apartment : </p> <div class="upload-photo-box"> <input type="file" > <input type="file" > <input type="file" > <input type="file" > <input type="file" > </div> <h6>You can upload images upto <strong>25 MB</strong></h6> </div> <div class="apartment-check-block"> <p>Nearby Amenities : </p> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-5.png"> <h6>Schools</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-6.png"> <h6>Hospitals</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-7.png"> <h6>Markets</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-8.png"> <h6>Public Transportation Hubs</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-9.png"> <h6>Recreational Facilities</h6> </label> </div> <!-- <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Schools</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Hospitals</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Markets</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Public Transportation Hubs</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Recreational Facilities</a></label> --> </div> <div class="apartment-location-block"> <p>Do you want to make your mobile visible to other users?</p> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="Furnished1"> <h6>Yes! make it public</h6> </label> </div> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1" > <label for="Partially1"> <h6>No! make it private</h6> </label> </div> </div> <div class="apartment-check-block"> <p>Preferred Tenant Profile : </p> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-10.png"> <h6>Married Couple</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-11.png"> <h6>Unmarried Couple</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-12.png"> <h6>College Student</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-13.png"> <h6>Living Couple</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-14.png"> <h6>Working Class</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-15.png"> <h6>Government Service</h6> </label> </div> <!-- <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Married Couple</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Unmarried Couple</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">College Student</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Living Couple</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Working Class</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Government Service</a></label> --> </div> <div class="apartment-check-block"> <p>Electricity Backup : </p> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-16.png"> <h6>Inverters</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-17.png"> <h6>Generators</h6> </label> </div> <div class="apartment-check-block-content"> <input type="checkbox" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="flatmate-preference1"> <img src="images/apartment-icon-18.png"> <h6>Backup Power Supply</h6> </label> </div> <!-- <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Inverters</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Generators</a></label> <input type="checkbox" id="" name="" value=""> <label for=""><a href="#">Backup Power Supply</a></label> --> </div> <div class="apartment-location-block"> <p>Food Preference : </p> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="Furnished1"> <h6>Vegetarian</h6> </label> </div> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1" > <label for="Partially1"> <h6>Non-vegetarian</h6> </label> </div> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="Unfurnished1"> <h6>Any</h6> </label> </div> <!-- <input type="radio" id="vegetarian" name="same" value="Vegetarian"> <label for="vegetarian">Vegetarian</label> <input type="radio" id="non-vegetarian" name="same" value="Non-vegetarian"> <label for="non-vegetarian">Non-vegetarian</label> <input type="radio" id="any" name="same" value="Any"> <label for="any">Any</label> --> </div> <div class="apartment-location-block"> <p>Watter Supply : </p> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1"> <label for="Furnished1"> <h6>24hrs. Available</h6> </label> </div> <div class="apartment-location-box-content"> <input type="radio" value="flatmate-preference1" name="flatmate-preference" id="flatmate-preference1" > <label for="Partially1"> <h6>Add per Government timing</h6> </label> </div> <!-- <input type="radio" id="available-water" name="same" value="Available Water"> <label for="available-water">24hrs. Available</label> <input type="radio" id="government-timing" name="same" value="Government timing"> <label for="government-timing">Add per Government timing</label> --> </div> <div class="apartment-location-block"> <p>Description : </p> <textarea placeholder="Description"></textarea> </div> <div class="apartment-supply-block apartment-btn"> <input type="submit" value="Submit"> </div> </form> </div> </div> </div> <!-- Footer include --> <?php include("footer.php"); ?>
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: 678.13 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