nw4896.absbooking.com Open in urlscan Pro
43.252.215.177  Public Scan

URL: https://nw4896.absbooking.com/
Submission: On July 17 via automatic, source certstream-suspicious — Scanned from CA

Form analysis 5 forms found in the DOM

POST /reservation/room_types

<form method="post" accept-charset="utf-8" onsubmit="return validate(event)" action="/reservation/room_types">
  <div style="display:none;"><input type="hidden" name="_csrfToken" autocomplete="off" value="UYeN9uLzDDN68nLoXpegaSBXfSJq4qQgigpratyZLxmoRmqGm0vAUFsmyuStZBHbuFJ+PNtsH9qAwy/KAN4pXZCMPgA7PZQGFmJPEgvVwUG7M11YuK9OKs4lDOT4KvZmbB+ogM9dJu+PYB8M6l0u6A==">
  </div>
  <div class="banner-form">
    <div class="container">
      <div class="form-content">
        <div class="table-item">
          <div class="form-group">
            <select id="prop_id" class="form-control select-hotel wide" name="prop_id" style="display: none;">
              <!-- <select class="form-control select-hotel" id="hotel_id" name="hotel_id"> -->
              <option value="227">NW 4896</option>
            </select>
            <div class="nice-select form-control select-hotel wide" tabindex="0"><span class="current">NW 4896</span>
              <ul class="list">
                <li data-value="227" class="option selected">NW 4896</li>
              </ul>
            </div>
          </div>
        </div>
        <div class="table-item">
          <div class="form-group">
            <div class="date-range-inner-wrapper">
              <!-- <input id="check_in_date" class="form-control" value="Check In" /> -->
              <input class="form-control" id="check_in_date" name="check_in_date" placeholder="Check In">
              <span class="input-group-addon">
                <i class="fa fa-calendar" aria-hidden="true"></i>
              </span>
            </div>
          </div>
        </div>
        <div class="table-item">
          <div class="form-group form-icon">
            <div class="date-range-inner-wrapper">
              <!-- <input id="check_out_date" class="form-control" value="Check Out" /> -->
              <input type="text" class="form-control" id="check_out_date" name="check_out_date" placeholder="Check Out" maxlength="10" value="">
              <span class="input-group-addon">
                <i class="fa fa-calendar" aria-hidden="true"></i>
              </span>
            </div>
          </div>
        </div>
        <div hidden="" class="table-item">
          <div class="form-group form-icon">
            <select id="num_of_adults" class="wide" name="num_of_adults" style="display: none;">
              <option value="0">Guest</option>
              <option value="1">1</option>
              <option value="2">2</option>
              <option value="3">3</option>
              <option value="4">4</option>
              <option value="5">5</option>
              <option value="6">6</option>
              <option value="7">7</option>
              <option value="8">8</option>
              <option value="9">9</option>
            </select>
            <div class="nice-select wide" tabindex="0"><span class="current">Guest</span>
              <ul class="list">
                <li data-value="0" class="option selected">Guest</li>
                <li data-value="1" class="option">1</li>
                <li data-value="2" class="option">2</li>
                <li data-value="3" class="option">3</li>
                <li data-value="4" class="option">4</li>
                <li data-value="5" class="option">5</li>
                <li data-value="6" class="option">6</li>
                <li data-value="7" class="option">7</li>
                <li data-value="8" class="option">8</li>
                <li data-value="9" class="option">9</li>
              </ul>
            </div>
          </div>
        </div>
        <div class="table-item">
          <div class="form-group form-icon">
            <input type="text" class="form-control" id="num_of_nights" name="num_of_nights" placeholder="Nights" readonly="" value="">
          </div>
        </div>
        <div class="table-item">
          <div class="form-group form-icon">
            <input type="text" class="form-control" id="promo_code" name="promo_code" maxlength="20" placeholder="Promo Code" value="">
          </div>
        </div>
        <div class="table-item">
          <div class="form-btn">
            <button type="submit" class="btn btn-orange">Check Availability</button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div style="display:none;"><input type="hidden" name="_Token[fields]" autocomplete="off" value="342d12fa6b470c23b58c8d060d4854d6e397f49f%3A"><input type="hidden" name="_Token[unlocked]" autocomplete="off"
      value="btn_check%7Ccheck_in_date%7Ccheck_out_date%7Cnum_of_adults%7Cnum_of_children%7Cnum_of_nights%7Cpromo_code%7Cprop_id"></div>
</form>

POST /member/login

<form method="post" accept-charset="utf-8" action="/member/login">
  <div style="display:none;"><input type="hidden" name="_csrfToken" autocomplete="off" value="UYeN9uLzDDN68nLoXpegaSBXfSJq4qQgigpratyZLxmoRmqGm0vAUFsmyuStZBHbuFJ+PNtsH9qAwy/KAN4pXZCMPgA7PZQGFmJPEgvVwUG7M11YuK9OKs4lDOT4KvZmbB+ogM9dJu+PYB8M6l0u6A==">
  </div>
  <div class="form-group">
    <input name="email" type="email" placeholder="Enter email address">
  </div>
  <div class="form-group">
    <input name="password" type="password" placeholder="Enter password">
  </div>
  <div class="form-group form-checkbox">
    <input type="checkbox"> Remember Me <a href="#" data-bs-toggle="modal" data-bs-target="#forgotpassword">Forgot Password?</a>
  </div>
  <div class="form-btn">
    <button type="submit" class="btn btn-orange mb-2">LOGIN</button>
    <p>Need an Account? <a href="#" data-bs-toggle="modal" data-bs-target="#register">Create your member account</a></p>
  </div>
  <p>1st-time Registration? <br><a href="#" data-bs-toggle="modal" data-bs-target="#activation">Activate your online membership here</a>.</p>
  <div style="display:none;"><input type="hidden" name="_Token[fields]" autocomplete="off" value="27afb839b41a0c96fa55e4f3d4a64e80d9443d6d%3A"><input type="hidden" name="_Token[unlocked]" autocomplete="off" value="email%7Cpassword"></div>
</form>

POST /member/online_register

<form method="post" accept-charset="utf-8" action="/member/online_register">
  <div style="display:none;"><input type="hidden" name="_csrfToken" autocomplete="off" value="UYeN9uLzDDN68nLoXpegaSBXfSJq4qQgigpratyZLxmoRmqGm0vAUFsmyuStZBHbuFJ+PNtsH9qAwy/KAN4pXZCMPgA7PZQGFmJPEgvVwUG7M11YuK9OKs4lDOT4KvZmbB+ogM9dJu+PYB8M6l0u6A==">
  </div>
  <div class="form-group">
    <div class="input email required"><input type="email" name="email" maxlength="80" required="required" class="form-control" placeholder="Enter Email Address" id="email" aria-required="true" aria-label="Enter Email Address"></div>
  </div>
  <div class="form-group">
    <div class="input text required"><input type="text" name="nric_no" maxlength="20" required="required" class="form-control" placeholder="Enter NRIC/Passport No" id="nric-no" aria-required="true" aria-label="Enter NRIC/Passport No"></div>
  </div>
  <div class="form-group">
    <div class="input password required"><input type="password" name="password" required="required" class="form-control" placeholder="Enter Password" id="password" aria-required="true" aria-label="Enter Password"></div>
  </div>
  <div class="form-group">
    <div class="input password required"><input type="password" name="confirm_password" required="required" class="form-control" placeholder="Confirm Password" id="confirm-password" aria-required="true" aria-label="Confirm Password"></div>
  </div>
  <div class="form-btn">
    <button class="btn btn-orange" type="submit">SIGN UP</button>
  </div>
  <div style="display:none;"><input type="hidden" name="_Token[fields]" autocomplete="off" value="f3a122d93a01ac683e3fbd85df610a7c979e7d2f%3A"><input type="hidden" name="_Token[unlocked]" autocomplete="off" value=""></div>
</form>

POST /member/register

<form method="post" accept-charset="utf-8" action="/member/register">
  <div style="display:none;"><input type="hidden" name="_csrfToken" autocomplete="off" value="UYeN9uLzDDN68nLoXpegaSBXfSJq4qQgigpratyZLxmoRmqGm0vAUFsmyuStZBHbuFJ+PNtsH9qAwy/KAN4pXZCMPgA7PZQGFmJPEgvVwUG7M11YuK9OKs4lDOT4KvZmbB+ogM9dJu+PYB8M6l0u6A==">
  </div>
  <div class="form-group">
    <input type="input" name="member_code" placeholder="Enter Member Code">
  </div>
  <div class="form-group">
    <input type="email" name="email" placeholder="Enter Email Address">
  </div>
  <div class="form-btn">
    <button class="btn btn-orange" type="submit">SIGN UP</button>
  </div>
  <div style="display:none;"><input type="hidden" name="_Token[fields]" autocomplete="off" value="4117ee79f175b23f6ee9dad9ec9e7d0480a2113b%3A"><input type="hidden" name="_Token[unlocked]" autocomplete="off" value=""></div>
</form>

POST /member/forgot_password

<form method="post" accept-charset="utf-8" action="/member/forgot_password">
  <div style="display:none;"><input type="hidden" name="_csrfToken" autocomplete="off" value="UYeN9uLzDDN68nLoXpegaSBXfSJq4qQgigpratyZLxmoRmqGm0vAUFsmyuStZBHbuFJ+PNtsH9qAwy/KAN4pXZCMPgA7PZQGFmJPEgvVwUG7M11YuK9OKs4lDOT4KvZmbB+ogM9dJu+PYB8M6l0u6A==">
  </div>
  <div class="form-group">
    <input type="email" placeholder="Enter email address">
  </div>
  <div class="form-btn">
    <button type="submit" class="btn btn-orange">SUBMIT</button>
  </div>
  <div style="display:none;"><input type="hidden" name="_Token[fields]" autocomplete="off" value="cd4d2459079ecde67c27701a66ad032ec6a7a9d7%3A"><input type="hidden" name="_Token[unlocked]" autocomplete="off" value=""></div>
</form>

Text Content

 * * 
   * 

 * Home
 * About Us
 * Rooms
 * Services
 * Community
   
 * Gallery
   
 * Contact Us

Book Now
 * Home
 * About Us
 * Rooms
 * Services
 * Community
   
 * Gallery
   
 * Contact Us

NW 4896
NW 4896
 * NW 4896



Guest 1 2 3 4 5 6 7 8 9
Guest
 * Guest
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9



Check Availability



ABOUT US



Welcome to 4896 Theater-Hotel! This hotel's design is inspired by the Malaysian
maverick, Namewee's passion for the art of cinema. The hotel's decor
incorporates elements of the American cinema style from the 1960s and 70s. From
the exterior of the building to the interior ambiance, every nook and cranny is
filled with Namewee's high regard for visual art, hoping that every visitor to
4896 Theater-Hotel can experience the nostalgia of going to the movies on
weekends in the bygone era. Located in the southernmost part of Thailand, Danok
is a backyard haven for many Malaysians. On either side of the national border,
there are two completely different landscapes. Namewee has always admired
Thailand's tolerance for artistic creativity, which led him to establish his
first hotel here. The hotel has a total of 141 rooms, including three attractive
and thematic rooms. Each floor is themed after a different country, adorned with
films that left a deep impression on Namewee. If you are a fan of Namewee, you
will discover many hidden easter eggs inside the hotel that will bring a smile
to your face. If you are not familiar with him, rest assured that we will
provide high-quality service to ensure that every visitor feels the warmth of
the hotel and a delightful experience!

KNOW MORE ABOUT US



EXPLORE ROOMS

SUPERIOR SUITE

฿ 2800.00/Night

VIEW DETAILS BOOK NOW

STANDARD KING

฿ 1500.00/Night

VIEW DETAILS BOOK NOW
EXPLORE ALL ROOMS

Opps, The Website Is Still Under Development


MEMBER LOGIN

Remember Me Forgot Password?
LOGIN

Need an Account? Create your member account

1st-time Registration?
Activate your online membership here.




CREATE MEMBER ACCOUNT

SIGN UP

By continuing, I certify that I am at least 18 years old and of lawful age, and
I have read and accept Membership Terms and Conditions.


ACTIVATE ACCOUNT

SIGN UP

 * 
 * 
 * 
 * 


FORGOT PASSWORD

Please enter the email address which you used to register as member. An email
with password resetting instructions will be emailed to you shortly.

SUBMIT


WE ACCEPT

 * 
 * 
   
   
   
 * 

QUICK LINKS

 * Home
 * NW 4896
 * Rooms
 * Facilities
 * Contact Us

ROOMS

 * Superior Suite
 * Standard King

CONTACT INFO

 * Tel: +66 74 557 325
 * Email: 4896theaterhotelcs@gmail.com
 * Address: 5 Moo 7, Tanrattanakorn 2 Road, Ban Dannok Tam-bon Samnakkham Sadao
   , Songkhla

Copyright 2023-2024. Made with ABS SOFTWARE. All Rights Reserved. NW 4896
Website

 * 
 * 

 * Book Now
 * Privacy Policy
 * Terms & Conditions

Loading...

july 2024 sumotuwethfrsa
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3







july 2024 sumotuwethfrsa
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3