hotelportfolio.demo.com.my Open in urlscan Pro
2606:4700:3035::ac43:b0f0  Public Scan

URL: https://hotelportfolio.demo.com.my/
Submission: On January 18 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

rooms.php

<form action="rooms.php" class="form1 clearfix">
  <div class="col1 c1">
    <div class="input1_wrapper">
      <label>Check in</label>
      <div class="input1_inner">
        <input type="text" class="form-control input datepicker hasDatepicker" placeholder="Check in" id="dp1705607696055">
      </div>
    </div>
  </div>
  <div class="col1 c2">
    <div class="input1_wrapper">
      <label>Check out</label>
      <div class="input1_inner">
        <input type="text" class="form-control input datepicker hasDatepicker" placeholder="Check out" id="dp1705607696056">
      </div>
    </div>
  </div>
  <div class="col2 c3">
    <div class="select1_wrapper">
      <label>Adults</label>
      <div class="select1_inner">
        <select class="select2 select select2-hidden-accessible" style="width: 100%" data-select2-id="1" tabindex="-1" aria-hidden="true">
          <option value="1" data-select2-id="3">1 Adult</option>
          <option value="2">2 Adults</option>
          <option value="3">3 Adults</option>
          <option value="4">4 Adults</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="2" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-lzpg-container"><span class="select2-selection__rendered" id="select2-lzpg-container" role="textbox" aria-readonly="true" title="1 Adult">1
                Adult</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
      </div>
    </div>
  </div>
  <div class="col2 c4">
    <div class="select1_wrapper">
      <label>Children</label>
      <div class="select1_inner">
        <select class="select2 select select2-hidden-accessible" style="width: 100%" data-select2-id="4" tabindex="-1" aria-hidden="true">
          <option value="1" data-select2-id="6">Children</option>
          <option value="1">1 Child</option>
          <option value="2">2 Children</option>
          <option value="3">3 Children</option>
          <option value="4">4 Children</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="5" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-lcxs-container"><span class="select2-selection__rendered" id="select2-lcxs-container" role="textbox" aria-readonly="true"
                title="Children">Children</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
      </div>
    </div>
  </div>
  <div class="col2 c5">
    <div class="select1_wrapper">
      <label>Rooms</label>
      <div class="select1_inner">
        <select class="select2 select select2-hidden-accessible" style="width: 100%" data-select2-id="7" tabindex="-1" aria-hidden="true">
          <option value="1" data-select2-id="9">1 Room</option>
          <option value="2">2 Rooms</option>
          <option value="3">3 Rooms</option>
          <option value="4">4 Rooms</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="8" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-6pzy-container"><span class="select2-selection__rendered" id="select2-6pzy-container" role="textbox" aria-readonly="true" title="1 Room">1 Room</span><span
                class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
      </div>
    </div>
  </div>
  <div class="col3 c6">
    <button type="submit" class="btn-form1-submit">Check Now</button>
  </div>
</form>

rooms2.php

<form action="rooms2.php" class="form1 clearfix">
  <div class="row">
    <div class="col-md-12">
      <div class="input1_wrapper">
        <label>Check in</label>
        <div class="input1_inner">
          <input type="text" class="form-control input datepicker hasDatepicker" placeholder="Check in" id="dp1705607696057">
        </div>
      </div>
    </div>
    <div class="col-md-12">
      <div class="input1_wrapper">
        <label>Check out</label>
        <div class="input1_inner">
          <input type="text" class="form-control input datepicker hasDatepicker" placeholder="Check out" id="dp1705607696058">
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="select1_wrapper">
        <label>Adults</label>
        <div class="select1_inner">
          <select class="select2 select select2-hidden-accessible" style="width: 100%" data-select2-id="10" tabindex="-1" aria-hidden="true">
            <option value="0" data-select2-id="12">Adults</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
          </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="11" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
                aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-jfh7-container"><span class="select2-selection__rendered" id="select2-jfh7-container" role="textbox" aria-readonly="true"
                  title="Adults">Adults</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="select1_wrapper">
        <label>Children</label>
        <div class="select1_inner">
          <select class="select2 select select2-hidden-accessible" style="width: 100%" data-select2-id="13" tabindex="-1" aria-hidden="true">
            <option value="0" data-select2-id="15">Children</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
          </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="14" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
                aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-tkev-container"><span class="select2-selection__rendered" id="select2-tkev-container" role="textbox" aria-readonly="true"
                  title="Children">Children</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
        </div>
      </div>
    </div>
    <div class="col-md-12">
      <button type="submit" class="btn-form1-submit mt-15">Check Availability</button>
    </div>
  </div>
</form>

Text Content

 * Home
 * About
 * Rooms
 * Services
   * Spa & Wellness
   * Restaurant
   * Facilities
 * Team
 * News
 * Contact

UNIQUE PLACE TO RELAX & ENJOY


THE PERFECT BASE FOR YOU

Rooms & Suites

THE ULTIMATE IPS EXPERIENCE


ENJOY THE BEST MOMENTS OF LIFE

Rooms & Suites

IPS HOTEL & BEST RESORT


ENJOY A IPS EXPERIENCE

Rooms & Suites

UNIQUE PLACE TO RELAX & ENJOY


THE PERFECT BASE FOR YOU

Rooms & Suites

THE ULTIMATE IPS EXPERIENCE


ENJOY THE BEST MOMENTS OF LIFE

Rooms & Suites

IPS HOTEL & BEST RESORT


ENJOY A IPS EXPERIENCE

Rooms & Suites

UNIQUE PLACE TO RELAX & ENJOY


THE PERFECT BASE FOR YOU

Rooms & Suites


+6016 977 5111
Reservation
Check in

Check out

Adults
1 Adult 2 Adults 3 Adults 4 Adults 1 Adult
Children
Children 1 Child 2 Children 3 Children 4 Children Children
Rooms
1 Room 2 Rooms 3 Rooms 4 Rooms 1 Room
Check Now
IPS Software Hotel
Enjoy a IPS Experience

IPS Software Sdn Bhd was founded in 2015, providing online to offline system
integration by focusing on cloud based system development. From Online System
Website, Financial System, Mobile App, to POS System, Cash Drawer, Scanner,
Receipt Printer and etc.

Our company have more than 10 years of experience. Within this 10 years, we
already consulted more than 700 companies and completed around 2000 projects.
Based on the investigation, our company now have about 1300 clients which
satisfied to our works.s

Reservation

+6016 977 5111


IPS Software Hotel
Rooms & Suites


RM 250 / NIGHT

DOUBLE ROOM

Spacious, bright guestrooms with tasteful furnishing, wooden floor and panoramic
windows from the ceiling to the floor.

 * 2-3 Persons
 * Free Wifi

 * Twin Bed
 * Breakfast

 * 200 sqft room
 * Swimming Pool

--------------------------------------------------------------------------------

Details
Book Now


RM 300 / NIGHT

DELUXE ROOM

Spacious, bright guestrooms with tasteful furnishing, wooden floor and panoramic
windows from the ceiling to the floor.

 * 2-4 Persons
 * Free Wifi

 * Twin Bed
 * Breakfast

 * 200 sqft Room
 * Swimming Pool

--------------------------------------------------------------------------------

Details
Book Now


RM 150 / NIGHT

JUNIOR SUITE

Spacious, bright guestrooms with tasteful furnishing, wooden floor and panoramic
windows from the ceiling to the floor.

 * 1-2 Persons
 * Free Wifi

 * Twin Bed
 * Breakfast

 * 200 sqft room
 * Swimming Pool

--------------------------------------------------------------------------------

Details
Book Now


RM 200 / NIGHT

FAMILY ROOM

Spacious, bright guestrooms with tasteful furnishing, wooden floor and panoramic
windows from the ceiling to the floor.

 * 1-2 Persons
 * Free Wifi

 * Twin Bed
 * Breakfast

 * 200 sqft Room
 * Swimming Pool

--------------------------------------------------------------------------------

Details
Book Now


RM 250 / NIGHT

DOUBLE ROOM

Spacious, bright guestrooms with tasteful furnishing, wooden floor and panoramic
windows from the ceiling to the floor.

 * 2-3 Persons
 * Free Wifi

 * Twin Bed
 * Breakfast

 * 200 sqft room
 * Swimming Pool

--------------------------------------------------------------------------------

Details
Book Now


RM 300 / NIGHT

DELUXE ROOM

Spacious, bright guestrooms with tasteful furnishing, wooden floor and panoramic
windows from the ceiling to the floor.

 * 2-4 Persons
 * Free Wifi

 * Twin Bed
 * Breakfast

 * 200 sqft Room
 * Swimming Pool

--------------------------------------------------------------------------------

Details
Book Now


RM 150 / NIGHT

JUNIOR SUITE

Spacious, bright guestrooms with tasteful furnishing, wooden floor and panoramic
windows from the ceiling to the floor.

 * 1-2 Persons
 * Free Wifi

 * Twin Bed
 * Breakfast

 * 200 sqft room
 * Swimming Pool

--------------------------------------------------------------------------------

Details
Book Now


RM 200 / NIGHT

FAMILY ROOM

Spacious, bright guestrooms with tasteful furnishing, wooden floor and panoramic
windows from the ceiling to the floor.

 * 1-2 Persons
 * Free Wifi

 * Twin Bed
 * Breakfast

 * 200 sqft Room
 * Swimming Pool

--------------------------------------------------------------------------------

Details
Book Now


IPS Software Hotel
Promotional Video

Our Services
Hotel Facilities

PICK UP & DROP

We’ll pick up from airport while you comfy on your ride, mus nellentesque
habitant.



PARKING SPACE

Fusce tincidunt nis ace park norttito sit amet space, mus nellentesque habitant.



ROOM SERVICE

Room tincidunt nis ace park norttito sit amet space, mus nellentesque habitant.



SWIMMING POOL

Swimming pool tincidunt nise ace park norttito sit space, mus nellentesque
habitant.



FIBRE INTERNET

Wifi tincidunt nis ace park norttito sit amet space, mus nellentesque habitant.



BREAKFAST

Eat tincidunt nisa ace park norttito sit amet space, mus nellentesque habitant



TESTIMONIALS

WHAT CLIENT'S SAY?



Hotel dapibus asue metus the nec feusiate eraten miss hendreri net ve ante the
lemon sanleo nectan feugiat erat hendrerit necuis ve ante otel inilla duiman at
finibus viverra neca the sene on satien the miss drana inc fermen norttito sit
space, mus nellentesque habitan.

NOLAN WHITE

Guest review

Hotel dapibus asue metus the nec feusiate eraten miss hendreri net ve ante the
lemon sanleo nectan feugiat erat hendrerit necuis ve ante otel inilla duiman at
finibus viverra neca the sene on satien the miss drana inc fermen norttito sit
space, mus nellentesque habitan.

OLIVIA MARTIN

Guest review

Hotel dapibus asue metus the nec feusiate eraten miss hendreri net ve ante the
lemon sanleo nectan feugiat erat hendrerit necuis ve ante otel inilla duiman at
finibus viverra neca the sene on satien the miss drana inc fermen norttito sit
space, mus nellentesque habitan.

EMILY BROWN

Guest review

Hotel dapibus asue metus the nec feusiate eraten miss hendreri net ve ante the
lemon sanleo nectan feugiat erat hendrerit necuis ve ante otel inilla duiman at
finibus viverra neca the sene on satien the miss drana inc fermen norttito sit
space, mus nellentesque habitan.

NOLAN WHITE

Guest review

Hotel dapibus asue metus the nec feusiate eraten miss hendreri net ve ante the
lemon sanleo nectan feugiat erat hendrerit necuis ve ante otel inilla duiman at
finibus viverra neca the sene on satien the miss drana inc fermen norttito sit
space, mus nellentesque habitan.

OLIVIA MARTIN

Guest review

Hotel dapibus asue metus the nec feusiate eraten miss hendreri net ve ante the
lemon sanleo nectan feugiat erat hendrerit necuis ve ante otel inilla duiman at
finibus viverra neca the sene on satien the miss drana inc fermen norttito sit
space, mus nellentesque habitan.

EMILY BROWN

Guest review

Hotel dapibus asue metus the nec feusiate eraten miss hendreri net ve ante the
lemon sanleo nectan feugiat erat hendrerit necuis ve ante otel inilla duiman at
finibus viverra neca the sene on satien the miss drana inc fermen norttito sit
space, mus nellentesque habitan.

NOLAN WHITE

Guest review



DISCOVER

THE RESTAURANT

Restaurant inilla duiman at elit finibus viverra nec a lacus themo the nesudea
seneoice misuscipit non sagie the fermen ziverra tristiue duru the ivite dianne
onen nivami acsestion augue artine.

Learn More

EXPERIENCES

SPA CENTER

Spa center inilla duiman at elit finibus viverra nec a lacus themo the nesudea
seneoice misuscipit non sagie the fermen ziverra tristiue duru the ivite dianne
onen nivami acsestion augue artine.

Learn More


MODERN

FITNESS CENTER

Restaurant inilla duiman at elit finibus viverra nec a lacus themo the nesudea
seneoice misuscipit non sagie the fermen ziverra tristiue duru the ivite dianne
onen nivami acsestion augue artine.

Learn More

EXPERIENCES

THE HEALTH CLUB & POOL

The health club & pool at elit finibus viverra nec a lacus themo the nesudea
seneoice misuscipit non sagie the fermen ziverra tristiue duru the ivite dianne
onen nivami acsestion augue artine.

Learn More

Hotel Blog
Our News
Dec 08
Health

WEIGHT LOSS WITH FITNESS HEALTH CLUB

Dec 08
Design

RETRO LIGHTING DESIGN IN THE HOTELS

Dec 08
Health

BENEFITS OF SWIMMING FOR YOUR HEALTH

Dec 02
Restaurant

HISTORIC RESTAURANT RENOVATED

Dec 04
Spa

BENEFITS OF SPA TREATMENTS

Dec 06
Bathrooms

HOTEL BATHROOM COLLECTIONS

Dec 08
Health

WEIGHT LOSS WITH FITNESS HEALTH CLUB

Dec 08
Design

RETRO LIGHTING DESIGN IN THE HOTELS

Dec 08
Health

BENEFITS OF SWIMMING FOR YOUR HEALTH

Dec 02
Restaurant

HISTORIC RESTAURANT RENOVATED

Dec 04
Spa

BENEFITS OF SPA TREATMENTS

Dec 06
Bathrooms

HOTEL BATHROOM COLLECTIONS




EACH OF OUR GUEST ROOMS FEATURE A PRIVATE BATH, WI-FI, CABLE TELEVISION AND
INCLUDE FULL BREAKFAST.

Reservation

+6016 977 5111

Call us, it's toll-free.

ROOMS & SUITES

HOTEL BOOKING FORM

Check in

Check out

Adults
Adults 1 2 3 4 Adults
Children
Children 1 2 3 4 Children
Check Availability



ABOUT HOTEL

IPS Software Sdn Bhd was founded in 2015, providing online to offline system
integration by focusing on cloud based system development. From Online System
Website, Financial System, Mobile App, to POS System, Cash Drawer, Scanner,
Receipt Printer and etc.


DISCOVER

 * Home
 * About Hotel
 * Rooms & Suites
 * Restaurant
 * Spa & Wellness
 * Contact


CONTACT

No.100-1, Ground Floor & 1st Floor, Jalan Junid,
84000 Muar, Johor, Malaysia.

+6016 977 5111

info@ips.com.my



© Copyright 2023 by IPS Software Sdn. Bhd. (202001024359 (1380679-X)).