peru789.com Open in urlscan Pro
2606:4700:3034::6815:15ac  Public Scan

URL: https://peru789.com/
Submission: On January 06 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

POST /api/login

<form action="/api/login" method="POST">
  <div class="form-group ">
    <label for="exampleInputEmail1" class="text-white" style="display: block;"> เบอร์โทรศัพท์ * </label>
    <input type="tel" id="login_phone_number" name="phone_number" required="" pattern="[0-9]{10}" class="form-control">
  </div>
  <div class="form-group ">
    <label for="exampleInputPassword1" class="text-white">รหัสผ่าน *</label>
    <input type="password" id="login_password" required="" name="password" class="form-control">
  </div>
  <div class="text-center my-2">
    <a href="#forgotModal" data-toggle="modal" data-dismiss="modal" class="forget-pass text-white">ลืมรหัสผ่าน</a>
  </div>
  <button type="submit" class="btn btn-login- mb-2 text-white">เข้าสู่ระบบ</button>
  <div class="d-flex">
    <a href="/lobby" class="btn btn-play mr-1 text-black">
                                ทดลองเล่น</a>
    <a data-target="#register_modal" data-toggle="modal" class="btn btn-register- ml-1 text-white">สมัครสมาชิก</a>
  </div>
</form>

POST /api/login

<form action="/api/login" method="POST">
  <div class="text-center d-flex flex-column">
    <h3 class="custom-modal-title mb-4">เข้าสู่ระบบ
      <hr class="hr-border-glow">
    </h3>
    <div class="-x-input-icon mb-3 flex-column text-center">
      <img src="https://peru789.com/img/ic_mini_phone.png" class="-icon" alt="login" width="12">
      <input type="tel" id="login_phone_number" name="phone_number" required="" pattern="[0-9]{10}" class="custom-form-control form-control" placeholder="กรุณากรอกเบอร์โทรศัพท์">
    </div>
    <div class="-x-input-icon mb-3 flex-column text-center">
      <img src="https://peru789.com/img/ic_mini_password.png" class="-icon" alt="login" width="12">
      <input type="password" id="login_password" required="" name="password" class="custom-form-control form-control" placeholder="รหัสผ่าน">
    </div>
    <div class="text-right">
      <a href="#forgotModal" data-toggle="modal" data-dismiss="modal" class="text-muted"><u>ลืมรหัสผ่าน</u></a>
    </div>
    <div class="text-center my-4">
      <button type="submit" class="btn btn-primary-modal d-block w-100 btn-lg btn-submit"> เข้าสู่ระบบ </button>
    </div>
    <hr class="w-100 my-4 border-bottom d-lg-block d-none">
    <div class="text-center modal-contact">
      <span>พบปัญหา</span>
      <a href="https://lin.ee/sk2bwd3" class="link-message " target="_blank">
                                <span>ติดต่อฝ่ายบริการลูกค้า</span></a>
    </div>
  </div>
</form>

javascript:Fx_forgotpassword()

<form action="javascript:Fx_forgotpassword()">
  <div class="text-center d-flex flex-column mb-lg-0 mb-5">
    <div class="text-center d-flex flex-column">
      <h3 class="custom-modal-title" id="exampleModalLabel">ลืมรหัสผ่าน </h3>
      <div class="text-center">
        <img src="https://peru789.com/img/ic_forget_password.png" alt="PERU88 ลืมรหัสผ่าน" class="img-fluid  my-3" width="150">
      </div>
      <input type="hidden" name="_token" value="oCz2FvcVasZ2TJo4j1yh9wdB4pmx5o0XZJoSlDXA">
      <div class="-x-input-icon mb-3 flex-row text-center">
        <img src="https://peru789.com/img/ic_mini_phone.png" class="-icon" alt="login" width="12">
        <input type="tel" id="request_phoneNumber" name="request_[phoneNumber]" required="required" pattern="[0-9]*" class="custom-form-control form-control" placeholder="กรุณากรอกเบอร์โทรศัพท์ที่เคยลงทะเบียน">
      </div>
      <div class="text-center my-4">
        <button type="submit" class="btn btn-primary-modal d-block w-100 btn-lg btn-submit"> ยืนยัน </button>
      </div>
      <hr class="w-100 my-4 border-bottom d-lg-block d-none">
      <div class="text-center modal-contact no-fixed">
        <span>พบปัญหา</span>
        <a href="https://lin.ee/sk2bwd3" class="link-message " target="_blank">
                                    <span>ติดต่อฝ่ายบริการลูกค้า</span></a>
      </div>
    </div>
  </div>
</form>

<form id="reset_password_form">
  <div class="text-center d-flex flex-column">
    <h3 class="custom-modal-title mb-4"> SMS OTP ยืนยัน </h3>
    <div class="-x-input-icon mb-3 flex-column text-center">
      <img src="img/ic_mini_password.png" class="-icon" alt="login" width="12">
      <input type="number" id="reset_password_otp" name="reset_password_otp" required="" class="custom-form-control form-control" placeholder="กรอกรหัส OTP">
    </div>
    <div class="text-center my-4">
      <button id="btnSubmit" type="submit" class="btn btn-primary-modal d-block w-100 btn-lg btn-submit"> ยืนยัน </button>
    </div>
    <hr class="w-100 my-4 border-bottom d-lg-block d-none">
    <div class="text-center modal-contact">
      <span>พบปัญหา</span>
      <a href="https://lin.ee/sk2bwd3" class="link-message" target="_blank">
            <span>ติดต่อฝ่ายบริการลูกค้า</span>
        </a>
    </div>
  </div>
  <script>
    $('#reset_password_form').off('submit');
    $("#reset_password_form").on('submit', function(e) {
      e.preventDefault();
      $.ajax({
        url: 'api/verify_otp',
        type: 'POST',
        datatype: 'html',
        data: {
          otp: $("input[name='reset_password_otp']").val(),
        },
        success: function(response) {
          $('#resetpassword').modal('hide');
          $('#ThreeregisterModal').modal('show');
        },
        error: function(error) {
          error_alert(error.responseText);
        }
      });
    });
  </script>
</form>

<form id="set_new_password">
  <div class="modal-body">
    <div class="row">
      <div class="col-lg order-0">
        <div class="text-center d-flex flex-column mb-lg-0 mb-5">
          <div class="text-center d-flex flex-column">
            <h3 class="custom-modal-title" id="exampleModalLabel">กรอกรหัสผ่านใหม่ของคุณ
              <hr class="hr-border-glow">
            </h3>
            <div class="text-center">
              <img src="https://peru789.com/img/ic_step_phone.png" alt="PERU88 ลืมรหัสผ่าน" class="img-fluid  my-3" width="150">
            </div>
            <div class="-x-input-icon mb-3 flex-column text-center">
              <img src="https://peru789.com/img/ic_mini_password.png" class="-icon" alt="login" width="12">
              <input type="password" id="register_Password_one" name="registerPassword_one" class="custom-form-control form-control" placeholder="ตั้งรหัสผ่าน" pattern=".{6,}" required="">
              <div class="invalid-feedback">รหัสผ่านที่มีความยาวน้อยกว่า 6 ตัวอักษร</div>
            </div>
            <div class="-x-input-icon mb-3 flex-column text-center">
              <img src="https://peru789.com/img/ic_mini_password.png" class="-icon" alt="login" width="12">
              <input type="password" id="register_Password_two" name="registerPassword_two" class="custom-form-control form-control" placeholder="พิมพ์รหัสผ่านอีกครั้ง" pattern=".{6,}" required="">
              <div class="invalid-feedback">รหัสผ่านไม่ตรงกัน</div>
            </div>
            <button type="submit" class="btn btn-primary-modal d-block w-100 btn-lg btn-submit"> ยืนยัน </button>
            <hr class="w-100 my-4 border-bottom d-lg-block d-none">
            <div class="text-center modal-contact no-fixed">
              <span>พบปัญหา</span>
              <a href="https://lin.ee/sk2bwd3" class="link-message " target="_blank">
                            <span>ติดต่อฝ่ายบริการลูกค้า</span></a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <script>
    $("#register_Password_two").keypress(function(e) {
      if ($(e.target).hasClass('is-invalid')) $(e.target).removeClass('is-invalid')
    })
    $("#ThreeregisterModal").off('submit')
    $("#ThreeregisterModal").on('submit', function(e) {
      e.preventDefault();
      if ($("#register_Password_one").val() == $("#register_Password_two").val()) {
        $.ajax({
          type: "PUT",
          url: "/api/reset_password",
          data: {
            register_password: $("#register_Password_one").val()
          },
          success: function(response) {
            error_alert('เปลี่ยนรหัสสำเร็จกรุณาล็อกอินอีกครั้ง');
            $('#ThreeregisterModal').modal('hide');
          },
          error: function(error) {
            error_alert(error.responseText);
          }
        });
      } else {
        $("#register_Password_two").addClass('is-invalid')
      }
    })
  </script>
</form>

/api/logout

<form action="/api/logout">
  <div class="text-center d-flex flex-column">
    <div class="my-3 flex-column text-center">
      <p class="f-5 text-white">คุณมีบัญชีผู้ใช้นี้แล้วหรือไม่ ?</p>
    </div>
    <div class="row">
      <div class="col-6 d-flex align-items-stretch">
        <button type="button" class="btn btn-primary-dark-logout w-100" onclick="Fx_call_login_modal()">มีแล้ว</button>
      </div>
      <div class="col-6 d-flex align-items-stretch">
        <button type="button" class="btn btn-dark w-100" data-dismiss="modal" aria-label="Close" onclick="Fx_call_regid_modal()">ยังไม่มี</button>
      </div>
    </div>
  </div>
</form>

<form id="register1">
  <div class="text-center">
    <img src="https://peru789.com/img/ic_phone.png" alt="PERU88 สมัครสมาชิก" class="img-fluid  my-3" width="150px">
  </div>
  <div class="-x-input-icon mb-3 flex-column text-center">
    <img src="https://peru789.com/img/ic_mini_phone.png" class="-icon" alt="login" width="12">
    <input type="tel" id="register_phoneNumber" name="register[phoneNumber]" required="required" pattern="[0-9]{10}" class="custom-form-control form-control" placeholder="กรุณากรอกเบอร์โทรศัพท์">
  </div>
  <div class="d-flex flex-column m-auto -term-and-condition-check-box ">
    <div class="x-checkbox-primary d-flex justify-content-center mt-3">
      <div class="form-check">
        <input type="checkbox" id="register_termAndCondition" name="register[termAndCondition]" class="x-form-control js-term-check-box form-check-input">
        <label class="form-check-label" for="register_termAndCondition"></label>
      </div>
      <span class="x-text-with-link-component">
        <label class="-text-message mt-1" for="register_termAndCondition">ยอมรับเงื่อนไข</label>
        <a href="#" class="link-message btn-left">
                                                <span>Term and condition</span>
                                            </a>
      </span>
    </div>
  </div>
  <div class="text-center my-4">
    <button id="register1submit" type="submit" class="btn btn-primary-modal d-block w-100 btn-lg btn-submit" disabled=""> ยืนยัน </button>
  </div>
</form>

Text Content

เกมส์ คาสิโน บาคาร่าออนไลน์อันดับ 1 ของไทย

เบอร์โทรศัพท์ *
รหัสผ่าน *
ลืมรหัสผ่าน
เข้าสู่ระบบ
ทดลองเล่น สมัครสมาชิก

ติดต่อ
x


เข้าสู่ระบบ

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



ลืมรหัสผ่าน
เข้าสู่ระบบ

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

พบปัญหา ติดต่อฝ่ายบริการลูกค้า
x


ลืมรหัสผ่าน



ยืนยัน

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

พบปัญหา ติดต่อฝ่ายบริการลูกค้า
x


SMS OTP ยืนยัน


ยืนยัน

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

พบปัญหา ติดต่อฝ่ายบริการลูกค้า
x


กรอกรหัสผ่านใหม่ของคุณ

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


รหัสผ่านที่มีความยาวน้อยกว่า 6 ตัวอักษร
รหัสผ่านไม่ตรงกัน
ยืนยัน

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

พบปัญหา ติดต่อฝ่ายบริการลูกค้า

คุณมีบัญชีผู้ใช้นี้แล้วหรือไม่ ?

มีแล้ว
ยังไม่มี
x


TERM AND CONDITION

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




สมัครสมาชิก

1

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

2

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

3

ยอมรับเงื่อนไข Term and condition
ยืนยัน

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

พบปัญหา ติดต่อฝ่ายบริการลูกค้า
 * หน้าแรก
 * 
   โปรโมชั่น
 * 
   แนะนำการใช้งาน
 * 
   กิจกรรม

 * 
   
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
   
 * 
 * 


สแกนเพื่อทดลองเล่น

Compatible with iOS & Andriod Devices


Peru 88 เราเป็นเว็บที่ให้เล่นคาสิโนออนไลน์ในรูปแบบมือถือ และบนคอมพิวเตอร์
มีบาคาร่า เกมส์สล็อต เสือ มังกร มีให้เล่นมากในเกมส์ Peru 88 สามารถ
เลือกเล่นได้หลากหลายรูปแบบ มีระบบฝากถอน เงิน ออโต้ สามารถทำรายการไม่เกิน 1 นาที
ไม่ต้องมารอเติมเงินให้เสียเวลาสามารถ ฝาก ถอนได้ ตลอดเวลา 24 ชั่วโมง
เล่นบาคาร่าออนไลน์ เล่นคาสิโนออนไลน์ ผ่านเว็บง่ายๆ

วันนี้เข้ามาในไทยร่วม 10 ปี ที่ไม่หยุดพัฒนาเพื่อประสบการณ์ต่อผู้เล่น ที่สะดวก
เสถียรที่สุด รองรับทั้งมือถือ และ คอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดใดๆ
อีกทั้งยังมี ระบบฝากถอนออโต้ เจ้าเดียวที่ใช้ได้จริง ทำให้ Peru 88
เป็นที่นิยมแพร่ หลายจนถึงทุกวันนี้ ซึ่งผู้ใดอยากจะเดิมพันคาสิโน ทั้งเกม บาคาร่า
ไฮโล ป็อกเด้ง เสือ-มังกร หรือรูเล็ตแล้ว ต้องนึกถึง Peru 88 เป็นเว็บแรก



ติดตามโปรโมชั่นได้ในเร็วๆนี้
 * 
   วิธีการสมัคร
 * 
   วิธีการฝาก
 * 
   วิธีการถอน


1. สมัครสมาชิก

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

กรอกเบอร์โทรศัพท์มือถือ ของคุณให้ถูกต้อง กรอกเบอร์โทรศัพท์มือถือ
ของคุณให้ถูกต้อง


2. รอรับ SMS ยืนยัน

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

กรอกเลข OTP ให้ถูกต้อง พร้อมตั้งรหัสเข้าเล่น กรอกเลข OTP ให้ถูกต้อง
พร้อมตั้งรหัสเข้าเล่น


3. ใส่เลขบัญชีและ
ชื่อบัญชี

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

กรอกเลขบัญชีของคุณพร้อมชื่อให้ ถูกต้อง เข้าร่วมสนุกกับ PERU88 ได้ทันที !
กรอกเลขบัญชีของคุณ
พร้อมชื่อให้ถูกต้อง
เข้าร่วมสนุกกับ
PERU88 ได้ทันที !



1. กด "ฝากเงิน"

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

"กรอกจำนวนเงิน"
กด "ต้องการรับโปรโมชั่น"
เพื่อรับโบนัสที่ต้องการ และกด "ยืนยัน" "กรอกจำนวนเงิน" กด "ต้องการรับโปรโมชั่น"
เพื่อรับโบนัสที่ต้องการ และกด "ยืนยัน"


2. โอนเงิน

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

สามารถ Scan QR Code เพื่อโอน หรือกด "คัดลอก" เลขบัญชีเพื่อโอนได้เช่นกัน สามารถ
Scan QR Code เพื่อโอน
หรือกด "คัดลอก" เลขบัญชี เพื่อโอนได้เช่นกัน


3. กด"ยืนยัน"

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

ส่งรายการฝาก ระบบจะทำการตรวจสอบเงิน
และเติมเงินให้ทันที ส่งรายการฝาก ระบบจะทำการ
ตรวจสอบเงิน และเติมเงินให้ทันที



1. กด "ถอนเงิน"

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

"กรอกจำนวนเงิน" และกด"ยืนยัน" "กรอกจำนวนเงิน" และกด"ยืนยัน"


2. ยืนยัน! จบปิ๊ง

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

รอเงินเข้าภายใน 3 - 10 นาที รอเงินเข้าภายใน 3 - 10 นาที

ติดตามกิจกรรมได้ในเร็วๆนี้

Term and condition
Copyright © 2021 | PERU88 | All Rights Reserved.