m.bcbola.shop
Open in
urlscan Pro
2606:4700:3030::ac43:c0b7
Public Scan
Submitted URL: https://m.bcbola.shop/
Effective URL: https://m.bcbola.shop/apps/main.aspx
Submission: On December 19 via api from US — Scanned from US
Effective URL: https://m.bcbola.shop/apps/main.aspx
Submission: On December 19 via api from US — Scanned from US
Form analysis
9 forms found in the DOM<form class="loginPanel" role="form">
<div class="form-group">
<div class="inputPanel">
<div class="inner-addon left-addon">
<span class="languageicon"></span>
<div class="select-group form-control">
<i class="icon fa fa-angle-down "></i> <span class="value" id="Lang">Indonesian</span>
<select id="loginLang" onchange="setLanguages2()" data-role="none" name="">
<option value="">English</option>
<option value="C">简体中文</option>
<!--<option value="C2">繁體中文</option>-->
<option value="T">ภาษาไทย</option>
<option value="V">Tiếng Việt</option>
<option value="K">한국어</option>
<option value="Id" selected="selected">Indonesian</option>
</select>
</div>
</div>
<div class="inner-addon left-addon"><span class="usericon"></span><input data-role="none" class="form-control" style="box-sizing:border-box;" id="inputLoginUser" name="username" maxlength="16" type="text" value="" placeholder="Nama"></div>
<div class="inner-addon left-addon"><span class="passwordicon"></span><input data-role="none" class="form-control" style="box-sizing:border-box;" id="inputLoginPwd" name="password" maxlength="16" type="password" value=""
placeholder="Kata Sandi"></div>
</div>
</div>
<div class="remember">
<div id="checkbox" class="checker" onclick="checker();">
<input type="checkbox" style="float: left;width:20px;height:20px;" name="input" data-role="none" id="chkboxLogin" checked="checked">
</div>
<span id="txt_RememberMe">Ingat saya</span>
<input id="rememberme" type="hidden" name="rememberMe" value="">
</div>
</form>
<form action="" class="form-container inner-addon">
<h2 style="margin:0 0 15px">Setel Ulang Kata Sandi <button data-role="none" type="button" class="btn cancel" onclick="closeforgetpwForm()">X</button></h2>
<div class="inner-addon forgetpwform">
<span>Username</span>
<input data-role="none" type="text" id="inputForgetPWUserSmart" placeholder="Username" name="username" value="" required="">
</div>
<div class="inner-addon forgetpwform">
<span>Nama Bank</span>
<select id="forgetpw_BankList" data-role="none" name="registerBank" class="bank">
<option value="BCA">BCA</option>
<option value="BNI">BNI</option>
<option value="BRI">BRI</option>
<option value="DANA">DANA</option>
<option value="GOPAY">GOPAY</option>
<option value="MANDIRI">MANDIRI</option>
<option value="OVO">OVO</option>
</select>
</div>
<div class="inner-addon forgetpwform">
<span>Nomor Rekening</span>
<input data-role="none" type="text" id="inputForgetPWAccNumSmart" placeholder="Nomor Rekening" name="accnum" value="" required="">
</div>
<div class="inner-addon forgetpwform">
<span>Email Terdaftar</span>
<input data-role="none" type="text" id="inputForgetPWEmailSmart" placeholder="Email" name="email" value="" required="">
</div>
<div style="text-align:center;">
<button data-role="none" type="button" id="btnresetSmart" onclick="checkForgetPW()" class="btn">Atur Ulang</button>
</div>
</form>
<form action="" class="form-container inner-addon">
<h2 style="margin:0 0 15px">Setel Ulang Kata Sandi <button data-role="none" type="button" class="btn cancel" onclick="closeforgetpwForm()">X</button></h2>
<input data-role="none" type="hidden" id="inputHiddenUserSmart" value="">
<div class="inner-addon">
<i class="staricon">*</i>
<input data-role="none" type="text" id="inputNewPWSmart" placeholder="Kata Sandi Baru" name="newpassword" value="" required="">
</div>
<div id="rp_message" style="color: #ffffff">
<p id="rp_length" class="invalid"> Password must contain 6 -16 characters</p>
<p id="rp_spaces" class="invalid"> Password cannot have space</p>
<p id="rp_username_validate" class="invalid"> Password must not contain your username</p>
<p id="rp_number" class="invalid"> Password must be a combination of letters and numbers</p>
<p id="rp_capital" class="invalid"> Password must include at least one upper case letter</p>
<p id="rp_letter" class="invalid"> Password must include at least one lower case letter</p>
<p id="rp_symbols" class="invalid"> Password must include at least one symbols e.g: @#!_</p>
<p id="rp_warning" class="invalid"> A combination of upper and lower case letters, numbers and symbols is required. The minimum character is 6. Example: Strong@899</p>
</div>
<span> Wajib Kombinasi Huruf besar kecil, Angka dan Simbol. Minimal karater adalan 6. <br> Contoh : Strong@889 </span>
<div class="inner-addon">
<i class="staricon">*</i>
<input data-role="none" type="text" id="inputVerPWSmart" placeholder="Verifikasi Kata Sandi Baru" name="verifypassword" value="" required="">
</div>
<div class="inner-addon">
<i class="staricon">*</i>
<input data-role="none" type="text" id="inputAccNumSmart" placeholder="4 Digit Terakhir No Rekening" name="accnum" value="" required="">
</div>
<div style="text-align: center;">
<span>
<img src="../apps/images/ex.png" alt="" width="20px"><b style="margin-left:5px;">Cek & Pastikan data Anda Benar!</b>
</span>
<button data-role="none" type="button" id="btnsaveSmart" onclick="resetPassword()" class="btn">Simpan</button>
</div>
<script>
var rp_pwdInput = document.getElementById("inputNewPWSmart");
var rp_userInput = document.getElementById("inputHiddenUserSmart");
var rp_letter = document.getElementById("rp_letter");
var rp_capital = document.getElementById("rp_capital");
var rp_number = document.getElementById("rp_number");
var rp_length = document.getElementById("rp_length");
var rp_symbols = document.getElementById("rp_symbols");
var rp_spaces = document.getElementById("rp_spaces");
var rp_username_validate = document.getElementById("rp_username_validate");
var rp_warning = document.getElementById("rp_warning");
// When the user clicks on the password field, show the message box
rp_pwdInput.onfocus = function() {
document.getElementById("rp_message").style.display = "block";
rp_warning.classList.remove("invalid");
rp_warning.classList.remove("valid");
// Validate lowercase letters
var lowerCaseLetters = /[a-z]/g;
if (rp_pwdInput.value.match(lowerCaseLetters)) {
rp_letter.classList.remove("invalid");
rp_letter.classList.add("valid");
} else {
rp_letter.classList.remove("valid");
rp_letter.classList.add("invalid");
}
// Validate capital letters
var upperCaseLetters = /[A-Z]/g;
if (rp_pwdInput.value.match(upperCaseLetters)) {
rp_capital.classList.remove("invalid");
rp_capital.classList.add("valid");
} else {
rp_capital.classList.remove("valid");
rp_capital.classList.add("invalid");
}
// Validate numbers
var numbers = /[0-9]/g;
if (rp_pwdInput.value.match(numbers)) {
rp_number.classList.remove("invalid");
rp_number.classList.add("valid");
} else {
rp_number.classList.remove("valid");
rp_number.classList.add("invalid");
}
// Validate length
if (rp_pwdInput.value.length >= 6 && rp_pwdInput.value.length <= 16) {
rp_length.classList.remove("invalid");
rp_length.classList.add("valid");
} else {
rp_length.classList.remove("valid");
rp_length.classList.add("invalid");
}
// Validate symbols
var symbol = /[!@#$%^&*()_+=\[{\]};:<>|./?,-]/g;
if (rp_pwdInput.value.match(symbol)) {
rp_symbols.classList.remove("invalid");
rp_symbols.classList.add("valid");
} else {
rp_symbols.classList.remove("valid");
rp_symbols.classList.add("invalid");
}
// Validate Space
var space = /\s/g;
if (rp_pwdInput.value.match(space)) {
rp_spaces.classList.add("invalid");
rp_spaces.classList.remove("valid");
} else {
rp_spaces.classList.add("valid");
rp_spaces.classList.remove("invalid");
}
// Compare value not match
var rp_pwd = rp_pwdInput.value;
var rp_user = rp_userInput.value;
if (rp_pwd.includes(rp_user)) {
rp_username_validate.classList.add("invalid");
rp_username_validate.classList.remove("valid");
} else {
rp_username_validate.classList.add("valid");
rp_username_validate.classList.remove("invalid");
}
// Check value empty
if (rp_pwdInput.value.length == 0) {
rp_spaces.classList.add("invalid");
rp_username_validate.classList.add("invalid");
}
}
// When the user clicks outside of the password field, hide the message box
rp_pwdInput.onblur = function() {
document.getElementById("rp_message").style.display = "none";
}
// When the user starts to type something inside the password field
rp_pwdInput.onkeyup = function() {
// Validate lowercase letters
var lowerCaseLetters = /[a-z]/g;
if (rp_pwdInput.value.match(lowerCaseLetters)) {
rp_letter.classList.remove("invalid");
rp_letter.classList.add("valid");
} else {
rp_letter.classList.remove("valid");
rp_letter.classList.add("invalid");
}
// Validate capital letters
var upperCaseLetters = /[A-Z]/g;
if (rp_pwdInput.value.match(upperCaseLetters)) {
rp_capital.classList.remove("invalid");
rp_capital.classList.add("valid");
} else {
rp_capital.classList.remove("valid");
rp_capital.classList.add("invalid");
}
// Validate numbers
var numbers = /[0-9]/g;
if (rp_pwdInput.value.match(numbers)) {
rp_number.classList.remove("invalid");
rp_number.classList.add("valid");
} else {
rp_number.classList.remove("valid");
rp_number.classList.add("invalid");
}
// Validate length
if (rp_pwdInput.value.length >= 6 && pwdInput.value.length <= 16) {
rp_length.classList.remove("invalid");
rp_length.classList.add("valid");
} else {
rp_length.classList.remove("valid");
rp_length.classList.add("invalid");
}
// Validate symbols
var symbol = /[!@#$%^&*()_+=\[{\]};:<>|./?,-]/g;
if (rp_pwdInput.value.match(symbol)) {
rp_symbols.classList.remove("invalid");
rp_symbols.classList.add("valid");
} else {
rp_symbols.classList.remove("valid");
rp_symbols.classList.add("invalid");
}
// Validate Space
var space = /\s/g;
if (pwdInput.value.match(space)) {
rp_spaces.classList.add("invalid");
rp_spaces.classList.remove("valid");
} else {
rp_spaces.classList.add("valid");
rp_spaces.classList.remove("invalid");
}
// Compare value not match
var rp_pwd = rp_pwdInput.value;
var rp_user = rp_userInput.value;
if (rp_pwd.includes(rp_user)) {
rp_username_validate.classList.add("invalid");
rp_username_validate.classList.remove("valid");
} else {
rp_username_validate.classList.add("valid");
rp_username_validate.classList.remove("invalid");
}
// Check value empty
if (rp_pwdInput.value.length == 0) {
rp_spaces.classList.add("invalid");
rp_username_validate.classList.add("invalid");
}
}
</script>
</form>
POST
<form id="depositForm" method="POST">
<h1 id="txt_YourBalance" class="subject">Your Balance</h1>
<label id="txt_TotalBalance">Total Balance</label>
<span id="dp_TotalBalance" class="yellow">IDR 0.00</span>
<label id="txt_SportbookBalance">Sportbook Balance</label>
<span id="dp_SportBookBalance" class="yellow">IDR 0.00</span>
<label id="txt_CasinoBalance">Casino Balance</label>
<span id="dp_CasinoBalance" class="yellow">IDR 0.00</span>
<div class="line"></div>
<label id="txt_DepositAmount">Deposit Amount</label>
<input id="dp_Amt" data-role="none" type="number" onkeyup="validateDepositMax()" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" name="depositAmount" value="">
<label id="txt_TransferDate">Transfer Date</label>
<input id="dp_TransDt" data-role="none" type="date" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" name="depositDate" value="">
<h1 class="subject">Harap depositkan dana Anda ke:</h1>
<label id="txt_BankName">Bank Name</label>
<!--<span id="dp_BankList" class="yellow"></span>-->
<select id="dp_BankList" onchange="setAccDetail(this)" data-role="none" name="depositBank" class="bank"></select>
<label id="txt_AccountName2">Account Name</label>
<span id="dp_AccName" class="yellow"></span>
<label id="txt_AccountNumber">Account Number</label>
<div style="display:flex">
<span id="dp_AccNumber" class="yellow"></span>
<!-- Copy Button-->
<input type="button" onclick="loading()" class="copy" value="Copy" data-clipboard-action="copy" data-clipboard-target="#dp_AccNumber" data-role="none">
</div>
<div class="bankButton" onclick="openBankLink(1)" data-role="none" id="BCA"></div>
<div class="bankButton" onclick="openBankLink(2)" data-role="none" id="MANDIRI"></div>
<div class="bankButton" onclick="openBankLink(3)" data-role="none" id="BNI"></div>
<div class="bankButton" onclick="openBankLink(4)" data-role="none" id="BRI"></div>
<div class="bankButton" onclick="openBankLink(5)" data-role="none" id="CIMB"></div>
<div class="bankButton" onclick="openBankLink(6)" data-role="none" id="PERMATA"></div>
<div class="bankButton" onclick="openBankLink(7)" data-role="none" id="OVO"></div>
<div class="bankButton" onclick="openBankLink(8)" data-role="none" id="MAYBANK"></div>
<div class="bankButton" onclick="openBankLink(9)" data-role="none" id="PANIN"></div>
<div class="bankButton" onclick="openBankLink(10)" data-role="none" id="MEGA"></div>
<img id="QRIS_img" width="100%" src="../apps/images/EWALLET.jpg">
<label id="txt_PaymentMethod" style="display:none">Payment Method</label>
<select data-role="none" name="depositPayment" style="display:none" id="dp_PMList" class="payment">
</select>
<label id="txt_Remark">Remark</label>
<textarea id="dp_Rmk" name="message"></textarea>
<div class="clear"></div>
<div class="line"></div>
<div class="notice">
<b>* Deposit Minimum Rp. <span id="depositminvalue"></span></b>
</div>
<div class="submit">
<div class="button1" onclick="Deposit()" data-role="none" id="txt_Submit3">SUBMIT</div>
</div>
<div class="notice"></div>
</form>
POST
<form id="withdrawForm" method="POST">
<h1 id="txt_YourBalance1" class="subject">Your Balance</h1>
<label id="txt_TotalBalance1">Total Balance</label>
<span id="wd_TotalBalance" class="yellow">0.00</span>
<label id="txt_SportbookBalance1">Sportbook Balance</label>
<span id="wd_SportBookBalance" class="yellow">0.00</span>
<label id="txt_CasinoBalance1">Casino Balance</label>
<span id="wd_CasinoBalance" class="yellow">IDR 0.00</span>
<div class="line"></div>
<label id="txt_WithdrawAmount">Withdraw Amount</label>
<input id="wd_Amt" data-role="none" type="number" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" name="withdrawAmount" value="" onpaste="ConvertValue('0')"
onkeypress="var x = event.which || event.keyCode; if (x < 48 || x > 57) { if (x == 8 || x == 9 || x == 35 || x == 36 || x == 37 || x == 38 || x == 39 || x == 40 || (event.ctrlKey && x == 97) || (event.ctrlKey && x == 99) || (event.ctrlKey && x == 118) || event.key === 'Delete') event.returnValue = true; else event.returnValue = false;}">
<div class="clear"></div>
<h1 class="subject">Dana akan di transfer ke rekening berikut:</h1>
<div class="clear"></div>
<label id="txt_BankName1">Bank Name</label>
<span id="wd_BankName" class="yellow"></span>
<label id="txt_AccountName1">Account Name</label>
<span id="wd_AccName" class="yellow"></span>
<label id="txt_AccountNumber1">Account Number</label>
<span id="wd_AccNumber" class="yellow"></span>
<label id="txt_Password3">Password</label>
<input id="wd_Pwd" data-role="none" type="password" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" name="withdrawPassword" value="">
<div class="clear"></div>
<div class="line"></div>
<div class="notice">
<b>Withdraw hanya akan diproses ke rekening yang pertama kali didaftarkan. Terima kasih.</b>
</div>
<div class="submit">
<div class="button1" onclick="Withdraw()" data-role="none" id="txt_Submit1">SUBMIT</div>
</div>
<div class="notice"></div>
</form>
POST
<form id="changeBetForm" method="POST">
<b id="txt_QuickBetAmt1">Quick Bet Amount</b>
<input data-role="none" data-inp-type="sngstk" type="number" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" id="quickbet" value="10">
</form>
POST
<form id="changeBetForm" method="POST">
<label id="txt_QuickBetAmt">Quick Bet Amount</label>
<input data-role="none" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" id="quickbet" value="10">
<div class="clear"></div>
<div class="save">
<button onclick="SaveQuickBetAmt();" data-role="none" type="submit" id="txt_Save1">SAVE</button>
</div>
</form>
<form id="FooterContainer">
<div id="InstantGamesFooterContainer" class="ft-InstantGamesContainer">
</div>
</form>
<form id="BetSlipForm">
<div id="BetSlipDialogueHeader">
<div id="BetSlipHeaderContent">
<div id="BetSlipTitle">
<span id="txt_BetSlip">Bet Slip</span>
</div>
<div id="BetSlipLogin"></div>
<div id="BetSlipCloseIcon" onclick="BetPanelClose()">
<div> x </div>
</div>
</div>
</div>
<div id="bsDiv" class="betslipWrapper overlay">
<ul class="betSlip full-text">
<li class="single-section standardBet">
</li>
<li style="display:flex">
<div class="single_mixpaylay_tab active" id="singleBetTab"><span>Single(s)</span><span id="singleCount" class="single_mixpaylay_count"></span></div>
<div class="single_mixpaylay_tab" id="mixParlayTab"><span>Mix Parlay</span><span id="mixparlayCount" class="single_mixpaylay_count"></span></div>
</li>
<!--<ul id="single_bet">
<li>
<div class="button deleteParlay">
<a>
<span style="color:#7086AC!important">8</span>
<img src="../apps/img/btnRefresh.png" style="padding-left:5px;padding-right:5px;width:20px;vertical-align:text-bottom;" />
</a>
<a>
<span>Remove all</span>
<img src="../apps/img/ic_Delete.png" style="padding-left:5px;width:18px;vertical-align:text-bottom;" />
</a>
</div>
<div class="selectionRow ">
<div class="selectionRow2" style="border:1px solid #dadada;background-color:#FEFEFF;margin:10px 5px;">
<div id="BTTeam" class="selection" >
</div>
<div id="ExcludeAOSDisplay" class="selection">
</div>
<div id="BTMatch" class="selection" style="display:block;font-size: 8pt;padding-top: 0;color: #b1b1b1;">
</div>
<div style="display:flex">
<div class="MinMax" style="font-size:10pt;padding-top:7px;color:#b1b1b1">
<span style="padding-right: 35px;padding-left:10px;">
<span id="txt_BTMin">Min:</span>
<span id="BTMinAmt1"></span>
</span>
<span style="padding-right: 15px;">
<span id="txt_BTMax">Max:</span>
<span id="BTMaxAmt"></span>
</span>
<span style="padding-right: 35px;display:none">
<span id="txt_MaxPayout">Max Payout:</span>
<span id="BTMaxPaymout"></span>
</span>
<!----------------------->
<!--<span id="txt_MatchLimit">Match Limit:</span><span id="BTMatchLimit"></span>-->
<!----------------------
</div>
<div class="stake">
<div id="txt_MYR1" class="symbol">
MYR
</div>
<div class="betText">
<input id="BTBetAmt" data-inp-type="sngstk" class="stk" value="0" placeholder="" type="number" onkeyup="CountMaxPayout2()">
</div>
<div id="NormalSCBet1" style="display:none;" onclick="BetSetBetAmount(8)" class="betValueSmall">
8
</div>
<div id="NormalSCBet2" style="display:none;" onclick="BetSetBetAmount(100)" class="betValue">
100
</div>
<div id="NormalSCBet3" style="display:none;" onclick="BetSetBetAmount(200)" class="betValue">
200
</div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="selectionRow ">
<div class="selection">
<div class="acceptOdd">
<input id="BTIsBetterOdds" data-role="none" name="input" type="checkbox" value=""
style="float: left;" />
<span id="txt_AcceptBetterOdds" style="padding-left:5px">Accept if better odds</span>
</div>
</div>
</div>
</li>
<!----------------------->
<!--<li>
<div class="selectionRow ">
<div class="selection">
<div class="MinMax">
<span style="padding-right: 35px;">
<span id="txt_BTMin">Min:</span>
<span id="BTMinAmt1"></span>
</span>
<span style="padding-right: 35px;">
<span id="txt_BTMax">Max:</span>
<span id="BTMaxAmt"></span>
</span>
<span style="padding-right: 35px;display:none">
<span id="txt_MaxPayout">Max Payout:</span>
<span id="BTMaxPaymout"></span>
</span>
<span id="txt_MatchLimit">Match Limit:</span><span id="BTMatchLimit"></span>
</div>
</div>
</div>
</li>-->
<!----------------------
<li>
<div class="selectionRow ">
<div class="selection">
<div id="txt_Balance" class="mlthd">
Balance
</div>
<div id="BTBalance" class="mlthd">
</div>
</div>
</div>
</li>
<li class="footer">
<span id="totalStake">0.00</span>
<a href="" class="acceptChanges abetslipBtn hidden">
<a href="" class="placeBet abetslipBtn " data-atype="plc">
<button id="txt_BTBetBtn" onclick="comfirmBetting(0)"></button>
</a>
</li>
</ul>-->
<ul id="single_bet2">
<li>
<div class="button deleteParlay">
<a>
<span style="color:#7086AC!important">8</span>
<img src="../apps/img/btnRefresh.png" style="padding-left:5px;padding-right:5px;width:20px;vertical-align:text-bottom;">
</a>
<a onclick="DeleteAllParlayTicket();">
<span id="remove_all">Remove all</span>
<img src="../apps/img/ic_Delete.png" style="padding-left:5px;width:18px;vertical-align:text-bottom;">
</a>
</div>
<div id="module-ticketmp" class="mainContent">
<div class="mixparlay">
<div class="listArea" id="SingleBetList">
<!--Mix Parlay Lists overhere-->
</div>
<!--<div style="display: none;" class="alertBox parlay" id="warningBox">
<div>
Make at least 3 selections from different events to form a mix parlay bet.
</div>
<a onclick="BetPanelClose()" class="placeBet abetslipBtn addmoreMatch" data-atype="plc">
<button id="txt_BTAddMoreMatch" onclick="">Add More Matches</button>
</a>
</div>-->
</div>
</div>
<!--<div class="multipar" id="MultiplePar">
<select id="ParlayList" data-role="none" class="ParlayList" onchange="updateMaxParTicket()"></select>
</div>-->
<div class="mainContent2 mainWrapper" id="mixparlay" style="margin-top: 0px;border-bottom:1px solid #EDEDED;">
<div id="SingleBetTicket" data-role="none" class="parlayDialog">
<div class="infoHeader">
<div class="info" data-role="none">
<div class="text">
<div class="name">
<div class="cell">
<div class="inner" data-role="none" id="Stake_Per_Bet"> Stake Per Bet </div>
</div>
</div>
<!--<p class="rate" id="ParMaxPayOdds" data-role="none">
3.308
</p>-->
</div>
<input data-role="none" class="stkParlay" style="margin:5px;" onkeyup="changeStakePerBet()" id="AmountPerStake" placeholder="Stake per Bet" type="tel">
<!--<div class="timer" data-role="none">
<a id="singleRefresh" class="" onclick="refreshParlay();"></a>
</div>-->
</div>
<div class="clear" style="height: 18px;">
</div>
</div>
<div class="bet mixparlayStyle">
<!--<div class="stakeParlay">
<span data-role="none" id="txt_MYR_singleBet" class="symbol">IDR</span>
<div class="betText">
<input data-role="none" class="stkParlay" onkeyup="" id="AmountPerStake" type="tel">
</div>
</div>-->
<div class="quickBet" style="display:none">
<button data-role="none" id="SignleSCBet1" onclick=""> 25 </button>
<button data-role="none" id="SignleSCBet2" onclick=""> 1500 </button>
<button data-role="none" id="SignleSCBet3" onclick=""> 3000 </button>
</div>
</div>
<div class="selectionRow ">
<div class="selection">
<div class="acceptOdd">
<input id="BTIsBetterOdds" data-role="none" name="input" type="checkbox" value="" style="float: left;width:15px;height:15px;">
<b id="txt_AcceptBetterOdds" style="padding-left:5px">Accept if better odds</b>
</div>
</div>
</div>
<div class="betInfo"><span class="total_and_potential"><span id="totalbet_total">Total</span> <span id="totalBetCount"></span> <span id="totalbet_bet">Bet(s)</span> = </span><span id="totalBetAmount"
style="font-size:14px;font-weight:bold"></span></div>
<div class="betInfo"><span class="total_and_potential"><span id="total_potential_win">Total Potential Win = </span><span id="totalPotentialAmount" style="font-size:14px;font-weight:bold"></span></span></div>
<!--<div class="betInfo">
<p id="txt_Min1">
Min:
</p>
<p>
<span data-role="none" id="parMin">25</span>
</p>
<p id="txt_Max1">
Max:
</p>
<p>
<span data-role="none" id="parMax">3,000</span>
</p>
<p id="ParlayPayOut" style="display:none">
Max Payout:
</p>
<p>
<span data-role="none" id="parPayout" style="display:none">0.00</span>
</p>
</div>-->
<div class="balance">
<b id="txt_Balance">Balance:</b> <span class="currency" id="txt_MYR2">IDR</span>
<span class="money" id="BTBalance">200.00</span>
</div>
<div class="footer">
<!--<button data-role="none" class="btnParlay" id="txt_Bet2" type="submit" onclick="comfirmBettingParlay();">
Bet
</button>-->
<a href="" class="placeBet abetslipBtn " data-atype="plc">
<button id="txt_BTBetBtnSingle" onclick="comfirmBetting(0)">Place Bet</button>
</a>
<a href="" class="placeBet abetslipBtn addmoreMatch" data-atype="plc">
<button id="txt_BTAddMoreMatchSingle" onclick="BetPanelClose()">Add More Matches</button>
</a>
</div>
</div>
<div style="float: left; width: 100%">
</div>
<div style="width: 100%; display: block; float: left; height: 0px;">
</div>
<div class="copyRight" style="display:none">
<span id="copyright18">Copyright © beincash.com. All rights reserved.</span>
</div>
<div style="width: 100%; display: block;">
</div>
</div>
</li>
</ul>
<ul id="mix_parlay">
<li>
<div class="button deleteParlay">
<a>
<span style="color:#7086AC!important">8</span>
<img src="../apps/img/btnRefresh.png" style="padding-left:5px;padding-right:5px;width:20px;vertical-align:text-bottom;">
</a>
<a onclick="DeleteAllParlayTicket();">
<span id="remove_all_par">Remove all</span>
<img src="../apps/img/ic_Delete.png" style="padding-left:5px;width:18px;vertical-align:text-bottom;">
</a>
</div>
<div id="module-ticketmp" class="mainContent">
<div class="mixparlay">
<div class="listArea" id="ParlayBetList">
<!--Mix Parlay Lists overhere-->
</div>
<div style="display: none;" class="alertBox parlay" id="warningBox">
<div id="selection_alert"> Make at least 3 selections from different events to form a mix parlay bet. </div>
<a onclick="BetPanelClose();setMarketType('par');" class="placeBet abetslipBtn addmoreMatch" data-atype="plc">
<button id="txt_BTAddMoreMatch" onclick="">Add More Matches</button>
</a>
</div>
</div>
</div>
<div class="multipar" id="MultiplePar">
<select id="ParlayList" data-role="none" class="ParlayList" onchange="updateMaxParTicket()"></select>
</div>
<div class="mainContent2 mainWrapper" id="mixparlay" style="margin-top: 0px;border-bottom:1px solid #EDEDED;">
<div id="ParlayBetTicket" data-role="none" class="parlayDialog">
<div class="infoHeader">
<div class="info" data-role="none">
<div class="text">
<div class="name">
<div class="cell">
<div class="inner" data-role="none" id="txt_MixPaylay2"> Mix Parlay </div>
</div>
</div>
<p class="rate" id="ParMaxPayOdds" data-role="none"> 3.308 </p>
</div>
<div class="timer" data-role="none">
<a id="singleRefresh" class="" onclick="refreshParlay();"></a>
</div>
</div>
<div class="clear" style="height: 18px;">
</div>
</div>
<div class="bet mixparlayStyle">
<div class="stakeParlay">
<span data-role="none" id="txt_MYR" class="symbol">IDR</span>
<div class="betText">
<input data-role="none" class="stkParlay" onkeyup="CountMaxPayoutParlay()" id="parBetAmount" type="tel">
</div>
</div>
<div class="quickBet" style="display:none">
<button data-role="none" id="ParSCBet1" onclick=""> 25 </button>
<button data-role="none" id="ParSCBet2" onclick=""> 1500 </button>
<button data-role="none" id="ParSCBet3" onclick=""> 3000 </button>
</div>
</div>
<div class="betInfo"><span class="total_and_potential" id="total_stake">Total Stake = </span><b id="parTotalStake"></b></div>
<div class="betInfo"><span class="total_and_potential" id="total_potential_win_par">Potential Win = </span><b id="parPotentialWin"></b></div>
<div class="betInfo">
<p id="txt_Min1"> Min: </p>
<p>
<span data-role="none" id="parMin">25</span>
</p>
<p id="txt_Max1"> Max: </p>
<p>
<span data-role="none" id="parMax">3,000</span>
</p>
<p id="ParlayPayOut" style="display:none"> Max Payout: </p>
<p>
<span data-role="none" id="parPayout" style="display:none">0.00</span>
</p>
</div>
<div class="balance">
<b id="txt_Balance1">Balance:</b> <span class="currency" id="txt_MYR2">IDR</span>
<span class="money" id="parBalance">200.00</span>
</div>
<div class="footer">
<!--<button data-role="none" class="btnParlay" id="txt_Bet2" type="submit" onclick="comfirmBettingParlay();">
Bet
</button>-->
<a href="" class="placeBet abetslipBtn " data-atype="plc">
<button id="txt_BTBetBtn" onclick="comfirmBetting(1)">Place Bet</button>
</a>
<a href="" class="placeBet abetslipBtn addmoreMatch" data-atype="plc">
<button id="txt_BTAddMoreMatch_Bet" onclick="BetPanelClose();setMarketType('par');">Add More Matches</button>
</a>
</div>
</div>
<div style="float: left; width: 100%">
</div>
<div style="width: 100%; display: block; float: left; height: 0px;">
</div>
<div class="copyRight" style="display:none">
<span id="copyright18"></span>
</div>
<div style="width: 100%; display: block;">
</div>
</div>
</li>
</ul>
</ul>
</div>
</form>
Text Content
Indonesian English 简体中文 ภาษาไทย Tiếng Việt 한국어 Indonesian Ingat saya Log Masuk * Desktop * Lupa Password Daftar Copyright © beincash.com. All rights reserved. Hubungi Kami V4.0.1 SETEL ULANG KATA SANDI X Username Nama Bank BCABNIBRIDANAGOPAYMANDIRIOVO Nomor Rekening Email Terdaftar Atur Ulang SETEL ULANG KATA SANDI X * Password must contain 6 -16 characters Password cannot have space Password must not contain your username Password must be a combination of letters and numbers Password must include at least one upper case letter Password must include at least one lower case letter Password must include at least one symbols e.g: @#!_ A combination of upper and lower case letters, numbers and symbols is required. The minimum character is 6. Example: Strong@899 Wajib Kombinasi Huruf besar kecil, Angka dan Simbol. Minimal karater adalan 6. Contoh : Strong@889 * * Cek & Pastikan data Anda Benar! Simpan Enter a valid username and password. OKOK Enter the correct validation code. OKOK OKOK SIGNING IN... Back VIP Back MAIN MENU Hello, IDR 0 Outstanding Txn: 0 Minimum Bet: 0 Quick Bet Early * Home * Live Casino * OG Casino * Poker * Deposit * Withdraw * Bet List * Statement * Results * Settings * Announcement * Support * Logout Copyright © beincash.com. All rights reserved. Back MY BETS Today All Early Market Copyright © beincash.com. All rights reserved. Back STATEMENT ALL Sports Date Stake Valid Stake W/L Com Settled Balance Last week summary 0 0 0 0 0 0 (Thu) 0 0 0 0 0 0 (Fri) 0 0 0 0 0 0 (Sat) 0 0 0 0 0 0 (Sun) 0 0 0 0 0 0 (Mon) 0 0 0 0 0 0 (Tue) 0 0 0 0 0 0 (Wed) 0 0 0 0 0 0 Copyright © beincash.com. All rights reserved. Back STATEMENT ALL Sports Back DEPOSIT YOUR BALANCE Total Balance IDR 0.00 Sportbook Balance IDR 0.00 Casino Balance IDR 0.00 Deposit Amount Transfer Date HARAP DEPOSITKAN DANA ANDA KE: Bank Name Account Name Account Number Payment Method Remark * Deposit Minimum Rp. SUBMIT Copyright © beincash.com. All rights reserved. Back WITHDRAW YOUR BALANCE Total Balance 0.00 Sportbook Balance 0.00 Casino Balance IDR 0.00 Withdraw Amount DANA AKAN DI TRANSFER KE REKENING BERIKUT: Bank Name Account Name Account Number Password Withdraw hanya akan diproses ke rekening yang pertama kali didaftarkan. Terima kasih. SUBMIT Copyright © beincash.com. All rights reserved. Back RESULTS Results Outright Results ... Time Teams HT Score FT Score * Time * Copyright © beincash.com. All rights reserved. Back MAIL Copyright © beincash.com. All rights reserved. Back SETTINGS * Odds Type Malay INDO HK Odds * Change Language English 简体中文 ภาษาไทย Tiếng Việt 한국어 Indonesian * Quick Bet Amount * Change Password SAVE Copyright © beincash.com. All rights reserved. Back QUICK BET SETTINGS Quick Bet Amount SAVE Copyright © beincash.com. All rights reserved. Back SUPPORT YAHOO MESSENGER cs.beincash@yahoo.com SMS +855965863466 BBM D8B771D9 LINE beincash WECHAT BeinCash Copyright © beincash.com. All rights reserved. Back CHANGE PASSWORD User Name : Current Password New Password Password must contain 6 -16 characters Password cannot have space Password must not contain your username Password must be a combination of letters and numbers Password must include at least one upper case letter Password must include at least one lower case letter Password must include at least one symbols e.g: @#!_ A combination of upper and lower case letters, numbers and symbols is required. The minimum character is 6. Example: Strong@899 Confirm New Password Password Policy: * 8-15 characters * Combination of alphabetic characters (uppercase or lowercase letters) and numbers * Must not contain your login name, first name or last name. Note: * For new passwords may not use the same password with the old password before. Please use a different password than the old password. OK Copyright © beincash.com. All rights reserved. Back SPORTS Copyright © beincash.com. All rights reserved. * HDP & OU * Odds * Leagues * Mix Parlay Bet Slip 0 Mix Parlay Username × Username Deposit Live Casino Poker OG Casino IDNLIVE HG Casino SA Gaming Joker Sexy WMCasino Live Casino Games CockFT Promotion Withdraw My Bets Statement Result Settings Announcement Support Logout More Sports Badminton Bandy Combat Sports Floorball Handball Netball Squash Surfing Table Tennis Trotting SportsIn-Play Hide My Bets0 Bet Slip 0 My Bets 0 0 * Sports * In-Play My Bets Mix Parlay * Bet Slip 0 SOCCER TENNIS BASEBALL BASKETBALL CRICKET HANDBALL ICE HOCKEY SNOOKER TABLE TENNIS STREAMING SCHEDULE Soccer League Live Fulltime Result Full Time First Half More Leagues Copyright © beincash.com. All rights reserved. Back LEAGUES * OK Copyright © beincash.com. All rights reserved. Back MORE BETS Copyright © beincash.com. All rights reserved. Copyright © beincash.com. All rights reserved. Bet Slip x * * Single(s) Mix Parlay * 8 Remove all Stake Per Bet 25 1500 3000 Accept if better odds Total Bet(s) = Total Potential Win = Balance: IDR 200.00 Place Bet Add More Matches Copyright © beincash.com. All rights reserved. * 8 Remove all Make at least 3 selections from different events to form a mix parlay bet. Add More Matches Mix Parlay 3.308 IDR 25 1500 3000 Total Stake = Potential Win = Min: 25 Max: 3,000 Max Payout: 0.00 Balance: IDR 200.00 Place Bet Add More Matches Confirm Bet? Cancel OK * LIVE BETTING Please Wait a Few Seconds As Your Bet Is Being Processed. * BACK Waiting * Your Bet Is COMPLETED. Please Check Your Bet List. * BACK BET LIST Back Back Back REGISTER You are required to accomplish the form below for registration. * Indicates required information NEW ACCOUNT Username * CHECK AVAILABILITY Password * Password must contain 6 -16 characters Password cannot have space Password must not contain your username Password must be a combination of letters and numbers Password must include at least one upper case letter Password must include at least one lower case letter Password must include at least one symbols e.g: @#!_ A combination of upper and lower case letters, numbers and symbols is required. The minimum character is 6. Example: Strong@899 Verify Password * Full Name * Address Town Postcode Contact Number * Email * Referral YOUR BANK ACCOUNT Bank Name * BCABNIBRIDANAGOPAYMANDIRIOVO Account Name * Account Number * I agree to the Terms & Conditions and the Rules & Regulations of beincash. SUBMIT Copyright © beincash.com. All rights reserved. * Added To Parlay * Added To Betslip * Bet Success. LOADING