51box.asia Open in urlscan Pro
2606:4700:3033::6815:3623  Public Scan

Submitted URL: https://51box.asia/
Effective URL: https://51box.asia/web/
Submission Tags: phishingrod
Submission: On March 13 via api from DE — Scanned from DE

Form analysis 16 forms found in the DOM

<form id="form_login" novalidate="novalidate">
  <div class="form-static form-floating-static mb-3">
    <label class="form-control-label trn" for="username">Username</label>
    <input type="text" class="form-control" name="username" placeholder="" required="">
    <span class="trn">(*)</span>
  </div>
  <div class="form-static form-floating-static mb-2">
    <label for="password" class="form-control-label trn">Password</label>
    <input type="password" class="form-control" name="password" placeholder="" required="">
    <span class="trn">(*)</span>
  </div>
  <div class="col-12">
    <div class="d-grid">
      <button type="submit" class="mb-1 sbtn-btn"><img src="assets/img/btn/login.png" alt=""></button>
      <button type="button" class="mb-1 sbtn-btn" data-bs-toggle="modal" onclick="setAgentCode('txtAffCode');" data-bs-target="#RegisterModal" data-bs-dismiss="modal"><img src="assets/img/btn/register.png" alt=""></button>
    </div>
  </div>
</form>

<form id="form_register" novalidate="novalidate">
  <div class="form-static form-floating-static mb-3">
    <label for="username" class="form-control-label trn">Referral ID</label>
    <div class="d-flex flex-column">
      <input type="text" class="form-control" placeholder="Referral ID" id="txtAffCode" name="affiliatecode" required="">
      <small id="rid_error" class="size-12 text-danger"></small>
    </div>
  </div>
  <div class="form-static form-floating-static mb-3">
    <label for="username" class="form-control-label trn">Username</label>
    <input type="text" class="form-control" placeholder="Username" id="txtRegUsername" name="username" required="">
    <span class="trn">(*)</span>
    <small id="username_error" class="size-12 text-danger"></small>
  </div>
  <div class="form-static form-static-static mb-3">
    <label for="password" class="form-control-label trn">Password</label>
    <input type="password" class="form-control" placeholder="Password" name="password" minlength="6" required="">
    <span class="trn">(*)</span>
    <small id="pwd_error" class="size-12 text-danger"></small>
  </div>
  <div class="form-static form-static-static mb-3">
    <label for="password" class="form-control-label trn">Pincode</label>
    <input type="password" class="form-control" placeholder="Pincode" name="withdrawpassword" minlength="6" maxlength="6" required="">
    <span class="trn">(*)</span>
    <small id="pin_error" class="size-12 text-danger"></small>
  </div>
  <div class="form-static form-static-static mb-3">
    <label for="tel" class="form-control-label trn">Contact</label>
    <div class="row align-items-baseline">
      <div class="col-3">
        <select class="form-control" id="txtRegPrefix">
          <option value="60">+60</option>
          <option value="65">+65</option>
        </select>
      </div>
      <div class="col-9">
        <input type="text" class="form-control" placeholder="Contact" name="contact2" required="">
      </div>
      <input type="hidden" name="contact">
    </div>
  </div>
  <div class="form-static form-static-static mb-3">
    <label for="password" class="form-control-label trn">OTP</label>
    <div class="row">
      <div class="col-9">
        <input type="text" class="form-control" placeholder="OTP Code" name="activationcode" minlength="6">
        <div class="otp-resend-text sms-getcode-cd">Didn't receive a code? Resend in <strong class="sms-cd">...</strong></div>
      </div>
      <div class="col-3 d-grid">
        <button type="submit" id="btnSendOtp" class="btn btn-default shadow-sm submitbtn trn sms-getcode">Send OTP</button>
      </div>
    </div>
  </div>
  <div class="d-grid">
    <button type="submit" id="btnRegister" disabled="disabled" class="btn btn-default shadow-sm submitbtn trn">Register</button>
  </div>
</form>

<form id="form_changepassword" novalidate="novalidate">
  <div class="form-static form-static-static mb-3">
    <label for="new_pass" class="form-control-label trn" data-trn-key="Current Password">Password</label>
    <input type="password" class="form-control" name="oldpassword" placeholder="Enter Your Password" required="">
    <span class="trn" data-trn-key="(*)">(*)</span>
  </div>
  <div class="form-static form-static-static mb-3">
    <label for="new_pass" class="form-control-label trn" data-trn-key="New Password">New Password</label>
    <input type="password" class="form-control" name="newpassword" placeholder="Enter Your Password" required="">
    <span class="trn" data-trn-key="(*)">(*)</span>
  </div>
  <div class="d-grid">
    <input type="hidden" name="chgpwd_btn">
    <button type="submit" class="sbtn-btn"><img src="assets/img/btn/submit.png"></button>
  </div>
</form>

<form id="form_transferplayer" novalidate="novalidate">
  <input type="hidden" id="favAcc" value="0">
  <input type="hidden" id="transferPin" name="withdrawpassword" value="">
  <div class="row">
    <div class="col position-relative align-self-center form-static mb-1">
      <label for="customer" class="trn">Username</label>
      <input type="text" class="form-control" name="transferto" placeholder="Username" required="">
    </div>
    <div class="col-auto align-self-center">
      <button type="button" class="btn btn-default" id="transferplayer-scan"><i class="bi bi-qr-code-scan size-22"></i></button>
    </div>
  </div>
  <div class="form-static form-floating-static mb-3">
    <label class="form-control-label trn" for="username" data-trn-key="Amount">Amount</label>
    <input type="number" class="form-control" name="amount" placeholder="Amount" min="1" required="">
    <span class="trn" data-trn-key="(MYR)">(MYR)</span>
  </div>
  <div class="d-grid">
    <button type="submit" id="transfer_btn" name="transfer_btn" class="sbtn-btn"><img src="assets/img/btn/submit.png"></button>
  </div>
</form>

<form>
  <div class="pin-code mt-2 mb-3 d-flex flew-row justify-content-between transfer-pincode">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
  </div>
</form>

<form>
  <div class="pin-code mt-2 mb-2 d-flex flew-row justify-content-between change-oldpincode">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
  </div>
</form>

<form>
  <div class="pin-code mt-2 mb-2 d-flex flew-row justify-content-between change-newpincode">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
    <input type="password" class="otp" pattern="[0-9]*" name="code[]" maxlength="1" value="" inputmode="numeric">
  </div>
</form>

<form id="form_changewithdrawalpassword" novalidate="novalidate">
  <input type="hidden" name="oldpassword">
  <input type="hidden" name="newpassword">
</form>

<form id="form_forgetwithdrawalpassword" novalidate="novalidate">
  <div class="form-static form-static-static mb-3">
    <label class="form-control-label trn">Contact</label>
    <input type="text" class="form-control" name="contact" placeholder="" required="">
    <span class="trn">(*)</span>
  </div>
  <div class="form-static form-static-static mb-3">
    <label class="form-control-label trn">Verification Code</label>
    <input type="text" class="form-control" name="vericode" placeholder="" required="">
    <span class="trn"><img id="fgwdveri" class="captcha-img" src="" onclick="setVeriCode(5,'fgwdveri')" style="max-width:80px"></span>
  </div>
  <div class="d-grid">
    <button type="submit" class="sbtn-btn"><img src="assets/img/btn/submit.png"></button>
  </div>
</form>

<form id="form_addplayertransfer" style="display:none" novalidate="novalidate">
  <input type="hidden" name="username">
  <p class="mb-3"><strong class="trn info-title size-16 trn" id="formAddPlayerTransferUsername"></strong></p>
  <div class="form-static form-static-static mb-3">
    <input type="text" class="form-control" name="remark" placeholder="Remark" required="">
    <span class="trn" data-trn-key="(*)">(*)</span>
  </div>
  <div class="d-grid">
    <button type="submit" class="sbtn-btn"><img src="assets/img/btn/submit.png"></button>
  </div>
</form>

<form id="form_withdrawal" novalidate="novalidate">
  <div class="form-static form-floating-static mb-3">
    <label class="form-control-label trn" for="username" data-trn-key="Amount">Amount</label>
    <input type="tel" class="form-control" name="amount" placeholder="Amount" required="" onkeypress="return checkNumber(event)">
    <span class="trn" data-trn-key="(MYR)">(MYR)</span>
  </div>
  <div class="form-static form-floating-static mb-3">
    <label for="bank_name" class="form-control-label trn" data-trn-key="Choose Bank">ChooseBank</label>
    <select class="form-control" id="selBankAccount" name="bankacc">
    </select>
  </div>
  <div class="d-grid">
    <input type="hidden" name="withdraw_btn">
    <button type="submit" id="withdraw_btn" name="withdraw_btn" class="sbtn-btn"><img src="assets/img/btn/submit.png"></button>
  </div>
</form>

<form id="form_addbank" style="display:none" novalidate="novalidate">
  <div class="col-11 mx-auto align-self-center py-1">
    <div class="form-group form-static form-static-static mb-3">
      <label class="trn" for="form-control-label userid" data-trn-key="Fullname">Name</label>
      <input type="text" class="form-control" name="bankaccname" value="" placeholder="" required="">
    </div>
    <!-- First Bank -->
    <div class="form-static form-floating-static mb-2">
      <label for="tel" class="form-control-label trn" data-trn-key="Bank">Bank</label>
      <select class="form-control" id="selAddBankCounty" onchange="switchBankCounty()">
        <option value="" selected="selected">Please Select</option>
        <option value="my">MY</option>
        <option value="sg">SG</option>
      </select>
    </div>
    <div class="form-static form-floating-static mb-3 addbanklist" style="display: none;">
      <select class="form-control selAddBank" id="selAddBank" name="bank">
      </select>
    </div>
    <div class="form-group form-static form-static-static mb-2 addbanklist" style="display: none;">
      <label class="form-control-label trn" for="bank_acc" data-trn-key="Bank Account Number">Bank Account No.</label>
      <input type="text" class="form-control" name="bankaccno" placeholder="Bank Account Number" required="">
    </div>
    <p class="mb-3 size-14 text-warning trn" data-trn-key="If any changes please contact customer service!"></p>
  </div>
  <div class="col-12">
    <div class="row">
      <div class="d-grid">
        <input type="hidden" name="user_btn">
        <button type="submit" class="sbtn-btn"><img src="assets/img/btn/submit.png"></button>
        <button type="button" id="playerAddBankButtonBack" class="btn btn-dark shadow-sm text-uppercase mt-3 trn">Back</button>
      </div>
      <!-- <div class="d-grid mt-3">
										<a class="text-uppercase text-center size-12 fw-bold text-dark trn" data-bs-toggle="modal" data-bs-target="#ChangePwdModal" data-bs-dismiss="modal">Change Password</a>
										</div> -->
    </div>
  </div>
</form>

<form id="userprofile">
  <div class="col-11 mx-auto align-self-center py-1">
    <h2 class="mb-3"><span class="fw-bold text-uppercase text-orange"></span></h2>
    <div class="col-12 mb-2">
      <p class="text-uppercase fw-bold size-12 trn" data-trn-key="Account Information">Account Information</p>
    </div>
    <div class="form-group form-static form-static-static mb-3">
      <label class="trn" for="form-control-label userid" data-trn-key="User ID">Username</label>
      <input type="text" class="form-control" placeholder="" required="" readonly="" id="txtUsername">
    </div>
    <div class="form-static form-floating-static mb-3">
      <label class="form-control-label trn" for="mobnum" data-trn-key="Mobile Number">Contact</label>
      <div class="intl-tel-input allow-dropdown">
        <div class="flag-container">
          <div class="selected-flag" role="combobox" aria-owns="country-listbox" tabindex="0" title="Malaysia: +60">
            <div class="iti-flag my"></div>
            <div class="iti-arrow"></div>
          </div>
        </div>
        <input type="text" class="form-control" id="txtContact" readonly="" autocomplete="off" data-intl-tel-input-id="0">
      </div>
    </div>
    <div class="form-group form-static form-floating-static mb-3">
      <label class="form-control-label trn" for="fname" data-trn-key="Fullname">Name</label>
      <input type="text" class="form-control" id="txtName" readonly="" value="" placeholder="">
      <p class="size-12 text-danger trn" data-trn-key="*If any changes please contact customer service!"></p>
    </div>
  </div>
</form>

<form id="form_deposit">
  <input type="hidden" name="bankacc">
  <div class="card mb-3">
    <div class="card-body pb-1 text-center">
      <div class="avatar avatar-40 shadow-sm card rounded-15 p-1 bankicon">
        <i class="bi bi-bank2 size-24 align-baseline"></i>
      </div>
      <div class="content text-center mt-2">
        <h5 id="mdBankName" class="mb-1"></h5>
        <h5 id="mdBankAccName"></h5>
        <div class="position-relative">
          <input type="text" class="form-control text-center fw-bold size-18 p-2 my-2" id="mdBankAccNo" readonly="">
          <i class="bi bi-clipboard size-14 position-absolute vv-copy-btn clip-copy" id="mdBankAccNoCopy" dd=""></i>
        </div>
      </div>
    </div>
  </div>
  <div class="form-static mb-3 d-flex flex-column">
    <img id="mdReceiptImgPreview" src="" class="mt-1 mx-auto" style="max-width: 350px; height: auto;">
    <div class="form-control text-center border-0">
      <input class="upload-file" type="file" name="receipt" id="mdReceiptField" accept="image/*">
      <p class="btn btn-default w-100 shadow-sm trn">Click to Upload</p>
    </div>
    <small class="trn text-center" data-trn-key="Please upload bank slip for quicker process">Please upload bank slip for quicker process.</small>
  </div>
  <div class="form-static form-floating-static mb-1 col-amo">
    <label class="form-control-label trn">Amount</label>
    <input type="tel" class="form-control" id="mdAmount" name="amount" placeholder="" required="" onkeypress="return checkNumber(event)">
    <span class="trn">(MYR)</span>
  </div>
  <div class="d-flex mb-3">
    <div class="col-3 p-1">
      <button class="cashbutton quick-amo" type="button" amo="30">30</button>
    </div>
    <div class="col-3 p-1">
      <button class="cashbutton quick-amo" type="button" amo="100">100</button>
    </div>
    <div class="col-3 p-1">
      <button class="cashbutton quick-amo" type="button" amo="500">500</button>
    </div>
    <div class="col-3 p-1">
      <button class="cashbutton quick-amo" type="button" amo="1000">1000</button>
    </div>
  </div>
  <div class="d-grid">
    <button type="submit" class="sbtn-btn"><img src="assets/img/btn/submit.png"></button>
  </div>
  <small class="text-danger mt-2 trn"></small>
</form>

<form id="form_deposit_pg">
  <input type="hidden" name="bankacc">
  <div class="form-static form-floating-static mb-1 col-amo">
    <label class="form-control-label trn">Amount</label>
    <input type="tel" class="form-control" name="amount" placeholder="" required="" onkeypress="return checkNumber(event)" onkeyup="checkDepoAmount()">
    <span class="trn dcurrency" id="depoPgCurrency" conversion="1">(MYR)</span>
  </div>
  <div class="d-flex mb-3">
    <div class="col-3 p-1">
      <button class="cashbutton quick-amo" type="button" amo="30">30</button>
    </div>
    <div class="col-3 p-1">
      <button class="cashbutton quick-amo" type="button" amo="100">100</button>
    </div>
    <div class="col-3 p-1">
      <button class="cashbutton quick-amo" type="button" amo="500">500</button>
    </div>
    <div class="col-3 p-1">
      <button class="cashbutton quick-amo" type="button" amo="1000">1000</button>
    </div>
  </div>
  <div class="form-static form-floating-static mb-3" id="divSelTelcoPin" style="display: none;">
    <label for="bank_name" class="form-control-label trn" data-trn-key="Choose Bank">Choose Telco</label>
    <select class="form-control" id="selPGBankAccount" name="pgbank">
    </select>
  </div>
  <div class="form-static form-floating-static mb-3" id="divGTelcoPin" style="display: none;">
    <label class="form-control-label trn" for="username" data-trn-key="Amount">Telco Pin</label>
    <input type="number" class="form-control" name="reference" placeholder="PinNo" required="">
  </div>
  <div class="col-12 mb-3" id="divTelcoNote" style="display:none">
    <p class="fw-bold size-12 text-danger"> Convertion rate x100<br>1. Telco Charge 30%<br>Example Topup 100. Get 70<br>2. Always check the rate before topup.<br>3. kindly check out with 24/7 LIVECHAT for assist<br>4. No promotion entitled for using
      this deposit method. </p>
  </div>
  <div class="d-grid">
    <input type="hidden" name="withdraw_btn">
    <button type="submit" name="withdraw_btn" class="sbtn-btn"><img src="assets/img/btn/submit.png"></button>
  </div>
</form>

<form id="form_history" style="display: none;">
  <input id="historystart" name="start">
  <input id="historyend" name="end">
  <input id="historytype" name="type">
</form>

Text Content

 

Profile

Withdraw

History

FAQ

Language

Download APP

Support

Close

Reminder: If you encounter any problems when using this APP, it is because our
system is updating, you need to uninstall the old version and download the new
version 、 Cash back calculation time is from 00.00am to 11.59pm

Today Rebate:

MYR 0.00

Total Rebate:

MYR 0.00

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

ALL GAMES



GRAND DRAGON

PT SLOT

BIG GAMING FISH

BC SPORT

LUCKY365

JILI

JILI FISH

PT LIVE

LIONKING

JOKER

JDB FISH

BIG GAMING

918KISS

ACE333

FC FISH

PP LIVE

GREATWALL

FC SLOT

CQ9 FISH

EVOLUTION GAMING

MEGA888

PP SLOT

KA GAMING

SEXY BACCARAT / JDB / JILI / FC FISHING

PUSSY888

SA GAMING

JDB

CQ9

YGGDRASIL

KING855

XE88

MICROGAMING

NextSpin

WON CASINO

BOOONGO

SPADE GAMING

BINGO

ALLBET
 * Support
 * Deposit
 * 
 * Withdraw
 * History

Close Menu
Register
 * Home
   
 * Change Password
   
 * FAQ
   

Login



Username (*)
Password (*)


Register

Referral ID

Username (*)
Password (*)
Pincode (*)
Contact
+60 +65

OTP
Didn't receive a code? Resend in ...
Send OTP
Register

Language

English

简体中文

Malay

Forget Password

 * Forget Password

CHECK IN

Check In


HOW TO REGISTER



VIDEO TEACHING

How to top up - payment gateway / ewallet

How to top up - TELCO

How to transfer point

How to withdraw

How to download VPN and GAME


Change Password

Password (*)
New Password (*)


Transfer

QR code for receiver

Share this qr code to your friends for quick transfer.


MYR -

Favourite List
Username

Amount (MYR)

Close

Enter your pin

Forget PinCode?

Enter your old pin

Reset Pincode

Enter your new pin

Reset Pincode


Reset Pincode

Contact (*)
Verification Code


Do you want to save this username as favourites?

Yes No

(*)


Withdraw


MYR -

Amount (MYR)
ChooseBank


Please note

Due to max winning limitation, system will withdraw all balance from your
balance.

Yes No

Invitation

QR Code
Copy


NOTICE


Please pay attention to the first deposit

Our company will change the bank account number from time to time, please
confirm the account number before entering/transferring in your bank. The
company is not responsible for any loss caused by your fault. *If the company
finds abnormal betting, the bonus will not be lost and will be returned to the
player. Thank you for your cooperation

When the user makes deposit, please write the last four digits of your mobile
phone number in the bank transfer (remarks), and we will quickly cooperate with
the deposit transaction. For example: 8787, 5566, 4567

(In the remarks) If you fill in the following words, we will strictly review,
and users may not be able to exchange points smoothly. For example:
buying/selling, renting/borrowing, telecommunication stations, currency
exchange, medical supplies, clothing supplies, electronic products, vehicles,
auto parts, MOTOR parts, luxury goods/brand names, concert tickets/coupons,
food/snacks/ Fruit/books etc. Concert tickets/coupons, food/snacks/fruits/books,
etc.

LOADING

Bank Account

Add Bank Account
Name
Bank Please Select MY SG

Bank Account No.



Back

Profile

Account Information

Username
Contact

Name



Deposit

Select Deposit Method

 * Payment Gateway

 * USDT

Select Bank



Bank Transfer

Click to Upload

Please upload bank slip for quicker process.
Amount (MYR)
30
100
500
1000


-


MYR 0

Amount (MYR)
30
100
500
1000
Choose Telco
Telco Pin

Convertion rate x100
1. Telco Charge 30%
Example Topup 100. Get 70
2. Always check the rate before topup.
3. kindly check out with 24/7 LIVECHAT for assist
4. No promotion entitled for using this deposit method.


Goto Payment

Download APP

 * Android

Balance

Wallet Amount Wallet











okay

okay

okay

Reminder:
If you encounter any problems when using this APP, it is because our system is
updating, you need to uninstall the old version and download the new version



,


Downline

 * Tier 1
 * Tier 2

Username

...

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

Username

History (Show Last 7 Days Record)

 * Transaction
 * Rebate
 * Credit
 * Cash
 * Winlose



Date Time Type Amount Status Remark

Date Time Type Amount Status Remark

Date Time From To Amount Status

Date Time Type Amount Status Remark

Product Turnover Winlose

Download APP

Please note: If any online game bets or any bets are found to be abnormal, the
company will not accept bets

Username
Password
New Password




Insufficient balance

Are you sure to proceed this request?

Transfer total rebate () to main wallet

Yes No

Please note

The maximum bet limit for this game is MYR 500

Yes No