m.elangbola8.cc Open in urlscan Pro
2606:4700:3030::ac43:83ee  Public Scan

Submitted URL: http://m.elangbola8.cc/
Effective URL: http://m.elangbola8.cc/apps/main.aspx
Submission: On March 25 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

<form class="loginPanel-new" role="form">
  <div class="form-group">
    <div class="inputPanel">
      <div class="inner-addon-new left-addon-new">
        <span class="form-icon languageicon-new"></span>
        <div class="select-group form-control-new">
          <i class="icon fa fa-angle-down fa-lg"></i><span class="value-new" id="Lang">English</span>
          <select id="loginLang" onchange="setLanguages2()" data-role="none" name="">
            <option value="" selected="selected">English</option>
            <option value="C">简体中文</option>
            <!--<option value="C2">繁體中文</option>-->
            <option value="Id">Indonesian</option>
            <option value="V">Tiếng Việt</option>
            <option value="T">ภาษาไทย</option>
            <option value="K">한국어</option>
          </select>
        </div>
      </div>
      <div class="inner-addon left-addon" style="display: none;"><span class="domainicon"></span>
        <input data-role="none" class="form-control" style="display: none; box-sizing: border-box;" id="inputDomainName" maxlength="50" type="text" value="" placeholder="Domain Name">
      </div>
      <div class="inner-addon-new left-addon-new"><span class="form-icon usericon-new"></span>
        <input data-role="none" class="form-control-new" style="box-sizing: border-box;" id="inputLoginUser" name="username" maxlength="12" type="text" value="" placeholder="Username">
      </div>
      <div class="inner-addon-new left-addon-new"><span class="form-icon passwordicon-new"></span>
        <input data-role="none" class="form-control-new" style="box-sizing: border-box;" id="inputLoginPwd" name="password" maxlength="16" type="password" value="" placeholder="Password">
      </div>
    </div>
  </div>
  <div class="form">
    <!--<div class="input">
                        <table style="width: 100%">
                            <tr>
                                <td style="min-width: 150px;">
                                    <span id="txt_LoginUserName">Username</span>
                                </td>
                                <td style="border: 1px solid #207FAC;">
                                    <input data-role="none" id="inputLoginUser" name="username" maxlength="16" type="text"
                                           value="" />
                                </td>
                            </tr>
                        </table>
                    </div>
                    <div class="input">
                        <table style="width: 100%">
                            <tr>
                                <td style="min-width: 150px;">
                                    <span id="txt_LoginPassword">Password</span>
                                </td>
                                <td style="border: 1px solid #207FAC;">
                                    <input data-role="none" id="inputLoginPwd" name="password" maxlength="16" type="password"
                                           value="">
                                </td>
                            </tr>
                        </table>
                    </div>-->
    <div class="remember">
      <div id="checkbox" class="checker" onclick="checker();">
        <input type="checkbox" style="float: left; display: none;" name="input" data-role="none" id="chkboxLogin">
      </div>
      <span id="txt_RememberMe">Remember me</span>
      <input id="rememberme" type="hidden" name="rememberMe" value="">
    </div>
    <div id="errorSignIn" style="display: block;">
    </div>
    <button type="button" id="txt_SignIn" data-role="none" data-transition="fade" onclick="signIn()"> Sign In </button>
    <button type="button" id="txt_Register1" data-role="none" data-transition="fade" onclick="LoadRegisterBank();LoadValidationCode2();location.href='#pgRegister';"> Register
      <!--<a onclick="LoadRegisterBank();LoadValidationCode2();" href="#pgRegister" class="ui-link">Register</a>--></button>
  </div>
</form>

POST

<form id="depositForm" method="POST">
  <div style="display:none">
    <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>
  <div class="line"></div>
  <label id="txt_DepositAmount">Deposit Amount</label>
  <input id="dp_Amt" data-role="none" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" name="depositAmount" value="" onkeypress="return isNumber(event)"
    onkeyup="this.value=fFormatDecimal(fParseFloat(this.value),0);" onpaste="return false">
  <div style="display:none">
    <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="">
  </div>
  <!--From Account-->
  <h1 class="subject">From:</h1>
  <label id="txt_BankName">Bank Name</label>
  <span id="dp_BankList" class="yellow"></span>
  <label id="txt_AccountName2">Account Name</label>
  <span id="dp_AccName" class="yellow"></span>
  <label id="txt_AccountNumber">Account Number</label>
  <span id="dp_AccNumber" class="yellow"></span>
  <!--To Account-->
  <h1 class="subject">To:</h1>
  <label id="txt_BankName2">Bank Name</label>
  <span id="dp_ToBankList" class="yellow"></span>
  <label id="txt_AccountName3">Account Name</label>
  <span id="dp_ToAccName" class="yellow"></span>
  <label id="txt_AccountNumber2">Account Number</label>
  <span id="dp_ToAccNumber" class="yellow" onclick="copy()"></span>
  <div style="display:none">
    <label id="txt_PaymentMethod">Payment Method</label>
    <select data-role="none" name="depositPayment" id="dp_PMList" class="payment"></select>
  </div>
  <div id="DPpromotion" style="display:none">
    <label id="txt_DPromotion">Promotion</label>
    <select data-role="none" id="cboPromo">
      <option value="0">-</option>
      <option value="1">First Deposit</option>
    </select>
  </div>
  <label id="txt_Remark">Remark</label>
  <textarea id="dp_Rmk" name="message"></textarea>
  <img id="qrcodeMD" src="">
  <div class="clear"></div>
  <div class="line"></div>
  <div class="notice" id="depositNoticeAll">
    <b><span style="color:Red">*</span> Pastikan data bank anda terisi dengan benar. Setiap transaksi finansial hanya bisa dilakukan dari dan ke data bank tersebut.</b>
    <b><span style="color:Red">*</span> Deposit Minimum Rp.<span id="depositMinValue">50.000</span></b>
    <b id="DpMaxText"><span style="color:Red">*</span> Deposit Maximun Rp.<span id="depositMaxValue">50.000</span></b>
  </div>
  <div class="notice" id="depositNotice">
  </div>
  <div class="submit">
    <div class="button1" onclick="Deposit()" data-role="none" id="txt_Submit3">SUBMIT</div>
  </div>
  <div class="notice">
  </div>
</form>

<form id="auto_deposit" style="display:none">
  <button type="button" id="" data-role="none" data-transition="fade" onclick="changeDepositTab(2)"> Manual Deposit </button>
  <div class="line"></div>
  <ul style="margin: 3px; padding: 12px 10px 12px 30px; background-color: red; color: white; font-size: 14px">
    <li style="list-style: outside;">System will display the deposit amount with DECIMAL that you need to transfer, you have to transfer the EXACT AMOUNT as displayed.</li>
    <li style="list-style: outside;">System will check the transaction and automatically recharge your account within 1-5 minutes after you deposit.</li>
  </ul>
  <!--To Account-->
  <h1 class="subject">To:</h1>
  <label id="">Bank - Account Name</label>
  <select data-role="none" name="ADbanklist" id="ADbanklist" onchange="ADbankinfo()"></select>
  <label id="">Account Number</label>
  <span id="ADaccNumber" class="yellow"></span>
  <label id="">Amount</label>
  <input style="padding:0;border:0" id="ADepositAmt" data-role="none" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" name="depositAmount" value="" onkeypress="return isNumber(event)"
    onkeyup="this.value=fFormatDecimal(fParseFloat(this.value),0);" onpaste="return false">
  <div id="ADpromotion" style="display:none">
    <label id="txt_ADPromotion">Promotion</label>
    <select data-role="none" id="cboADPromo">
      <option value="0">-</option>
      <option value="1">First Deposit</option>
    </select>
  </div>
  <img id="qrcodeAD" src="">
  <div class="line"></div>
  <div id="submitAD">
    <div class="submit">
      <div class="button1" onclick="AutoDeposit()" data-role="none" id="txt_Submit4">SUBMIT</div>
    </div>
    <div style="margin-bottom: 25px; text-align: center;">
      <label>
        <font color="red">*</font>&nbsp;Deposit Deposit Minimum Rp. <span id="ADmin">0</span>
      </label>
      <label id="ADmaximuntext" style="display: none">
        <font color="red">*</font>&nbsp;Deposit Deposit Minimum Rp. <span id="ADmax">10.000</span>
      </label>
    </div>
  </div>
  <div id="pendingAD">
    <ul style="margin: 3px; padding: 12px 10px 12px 30px; color: white; font-size: 14px">
      <li style="list-style: outside;">Please transfer the EXACT AMOUNT as displayed below.</li>
    </ul>
    <span id="ADamt"></span>
    <label id="lblCountdown" style="margin-top: 15px;"></label>
    <div id="btnNewSubmit" class="submit" style="display:none">
      <div class="button1" onclick="NewAutoDeposit()" data-role="none" id="txt_Submit5">Make Another Deposit</div>
    </div>
  </div>
</form>

POST

<form id="withdrawForm" method="POST">
  <div style="display:none">
    <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>
  <div class="line"></div>
  <label id="txt_WithdrawAmount">Withdraw Amount</label>
  <input id="wd_Amt" data-role="none" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" name="withdrawAmount" value="" onkeypress="return isNumber(event)"
    onkeyup="this.value=fFormatDecimal(fParseFloat(this.value),0);" onpaste="return 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" style="display:none"><b>Withdraw hanya akan diproses ke rekening yang pertama kali didaftarkan. Terima kasih.</b></div>
  <div class="notice">
    <b><span style="color:Red">*</span> Pastikan data bank anda terisi dengan benar. Setiap transaksi finansial hanya bisa dilakukan dari dan ke data bank tersebut.</b>
    <b><span style="color:Red">*</span> Withdraw Minimum Rp. <span id="withdrawMinValue">25.000</span></b>
    <b id="WdMaxText"><span style="color:Red">*</span> Withdraw Maximum Rp. <span id="withdrawMaxValue">50.000</span></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>

<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>
        </div>
      </div>
    </div>
  </div>
  <div id="bsDiv" class="betslipWrapper overlay">
    <ul class="betSlip full-text">
      <li class="single-section standardBet">
        <ul>
          <li>
            <div class="selectionRow ">
              <div id="BTTeam" class="selection" style="border:1px solid gray">
              </div>
              <div id="BTMatch" class="selection" style="display:block">
              </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" onchange="CountMaxPayout2()">
                </div>
                <button id="NormalSCBet1" onclick="BetSetBetAmount(8)" class="betValueSmall"> 8 </button>
                <button id="NormalSCBet2" onclick="BetSetBetAmount(100)" class="betValue"> 100 </button>
                <button id="NormalSCBet3" onclick="BetSetBetAmount(200)" class="betValue"> 200 </button>
              </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>
        </ul>
      </li>
      <li class="footer">
        <span id="totalStake">0.00</span>
        <a href="" class="acceptChanges abetslipBtn hidden">

                            </a><a href="" class="placeBet abetslipBtn " data-atype="plc">
                                <button id="txt_BTBetBtn" onclick="comfirmBetting()"></button>
                            </a>
      </li>
    </ul>
  </div>
</form>

Text Content

×
Home
Hubungi Kami
Promosi
Buka PC Site
Download App
Berita

Info
Selamat Datang Di Situs ELANGBOLA, Link Alternatif : elangbola9.cc | PROMO :
Welcome Bonus NEW MEMBER 20% - Bonus Deposit 10% - Cashback Sport & Casino 5% -
10% - Cashback Games 5% - 15% | NEW EVENT : Lucky Ticket Sportbook 77 - Bonus
100% Sabung Ayam 7X WINSTRIKE | Layanan CS 24 Jam Via Livechat / Whatsapp
Elangbola : 62 823-2371-8936

English English 简体中文 Indonesian Tiếng Việt ภาษาไทย 한국어




Remember me

Sign In Register

SOCCER

BASKETBALL

SNOOKER

ICE HOCKEY

RUGBY

TENNIS

DARTS

BOXING

HANDBALL

CRICKET

VOLLEYBALL

BASEBALL

CYCLING

TABLETENNIS

MOTOR GP

FORMULA1


Soccer
Live
Live57
Today246
Early921
1X2831
Parlay707
O/E & TG54
Correct Score308
HT/FT295
FG/LG295
Outright44
Full Time
First Half



LIVE


INTERNATIONAL FRIENDLY

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Cyprus
Serbia
2H 16'


0
1
 

-1.19

1/2 : 0

1.08

2

1.07

 

-1.20

 
 
 
 
Cyprus
Serbia
2H 16'


0
1
 

1.38

1/4 : 0

-1.56

1 3/4

-1.61

 

1.38

 
 
 
 
Cyprus
Serbia
2H 16'


0
1
 

-1.88

3/4 : 0

1.63

2 1/4

1.56

 

-1.85

 
 
 
 
Cyprus
Serbia
2H 16'


0
1
 

3.12

0 : 0

-4.16

1 1/2

-2.32

 

1.88

 
 
 
 


Montenegro [n]
Republic of North Macedonia
2H 17'


1
0
 

1.28

0 : 0

-1.42

1 3/4

1.11

 

-1.25

 
 
 
 
Montenegro [n]
Republic of North Macedonia
2H 17'


1
0
 

-1.75

1/4 : 0

1.53

1 1/2

-1.36

 

1.20

 
 
 
 
Montenegro [n]
Republic of North Macedonia
2H 17'


1
0
 

-2.77

1/2 : 0

2.27

2

2.17

 

-2.77

 
 
 
 
Montenegro [n]
Republic of North Macedonia
2H 17'


1
0
0 : 1/4

2.50

 

-3.12

2 1/4

2.63

 

-3.57

 
 
 
 


Sweden
Albania
1H 18'


0
0
0 : 1 1/2

1.06

 

-1.16

2 1/4

1.02

 

-1.13

0 : 1/2

1.06

 

-1.19

3/4

1.05

 

-1.17

Sweden
Albania
1H 18'


0
0
0 : 1 1/4

-1.29

 

1.17

2

-1.40

 

1.23

0 : 1/4

-1.72

 

1.47

1/2

-1.40

 

1.23

Sweden
Albania
1H 18'


0
0
0 : 1 3/4

1.38

 

-1.56

2 1/2

1.33

 

-1.53

0 : 3/4

1.72

 

-2.08

1

1.81

 

-2.22

Sweden
Albania
Live


0
0
0 : 1

-2.08

 

1.78

1 3/4

-1.92

 

1.61

 
 
 
 



INTERNATIONAL FRIENDLY - 15 MIN HDP & OU

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Montenegro [n] 60:01-75:00
Republic of North Macedonia 60:01-75:00
2H 17'


0
0
 

-5.55

1/4 : 0

3.33

1/2

2.27

 

-3.12

 
 
 
 


Sweden 15:01-30:00
Albania 15:01-30:00
1H 18'


0
0
0 : 1/4

1.88

 

-2.43

1/2

2.38

 

-3.33

 
 
 
 



INTERNATIONAL FRIENDLY - NEXT GOAL

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Cyprus 2nd Goal
Serbia 2nd Goal
2H 16'


0
0
0 : 0

3.03

 

-4.34

 
 
 
 
 
 


Montenegro 2nd Goal
Republic of North Macedonia 2nd Goal
2H 17'


0
0
0 : 0

1.25

 

-1.42

 
 
 
 
 
 


Sweden 1st Goal
Albania 1st Goal
1H 18'


0
0
0 : 0

-8.33

 

4.54

 
 
 
 
 
 



INTERNATIONAL FRIENDLY - TEAM TOTAL GOALS

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Cyprus TG - [O]
Cyprus TG - [U]
2H 17'


0
0
 
 
1/2

2.38

 

-3.44

 
 
 
 

Serbia TG - [O]
Serbia TG - [U]
2H 17'


1
0
 
 
1 1/2

-1.47

 

1.20

 
 
 
 

Montenegro [n] TG - [O]
Montenegro [n] TG - [U]
2H 17'


1
0
 
 
1 1/2

1.85

 

-2.63

 
 
 
 

Republic of North Macedonia TG - [O]
Republic of North Macedonia TG - [U]
2H 17'


0
0
 
 
1/2

1.49

 

-1.88

 
 
 
 

Sweden TG - [O]
Sweden TG - [U]
1H 18'


0
0
 
 
1 1/2

-1.51

 

1.26

 
 
1/2

-1.13

 

-1.04


Albania TG - [O]
Albania TG - [U]
1H 18'


0
0
 
 
1/2

1.66

 

-2.22

 
 
1/2

5.00

 

-12.50


INTERNATIONAL FRIENDLY - CORNERS

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Cyprus - No. of Cns.
Serbia - No. of Cns.
2H 16'


0
3
 

-1.25

1 : 0

-1.02

6

1.17

 

-1.53

 
 
 
 


Cyprus 4th Cns.
Serbia 4th Cns.
2H 16'


0
0
 

1.49

0 : 0

-2.12

 
 
 
 
 
 


Montenegro - No. of Cns.
Republic of North Macedonia - No. of Cns.
2H 17'


3
2
 

-1.17

3/4 : 0

-1.05

8

1.05

 

-1.29

 
 
 
 


Montenegro 6th Cns.
Republic of North Macedonia 6th Cns.
2H 17'


0
0
 

1.23

0 : 0

-1.63

 
 
 
 
 
 


Sweden - No. of Cns.
Albania - No. of Cns.
1H 18'


1
0
 
 
8

-1.20

 

-1.01

 
 
 
 


INTERNATIONAL FRIENDLY U21

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Malta U21
Slovakia U21
1H 17'


0
1
 

-1.25

1 1/4 : 0

1.04

3 1/2

-1.03

 

-1.17

 

1.13

1/4 : 0

-1.38

1 3/4

-1.13

 

-1.06

Malta U21
Slovakia U21
1H 17'


0
1
 

1.06

1 : 0

-1.28

3 1/4

-1.38

 

1.11

 

-1.47

1/2 : 0

1.19

1 1/2

-1.78

 

1.35

Malta U21
Slovakia U21
1H 17'


0
1
 

-1.69

1 1/2 : 0

1.33

3 3/4

1.25

 

-1.61

 
 
 
 



INTERNATIONAL FRIENDLY U21 - 15 MIN HDP & OU

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Malta U21 15:01-30:00
Slovakia U21 15:01-30:00
1H 17'


0
0
 

-2.32

1/4 : 0

1.58

1/2

1.88

 

-3.03

 
 
 
 



INTERNATIONAL FRIENDLY U21 - NEXT GOAL

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Malta U21 2nd Goal
Slovakia U21 2nd Goal
1H 17'


0
0
 

4.16

0 : 0

-7.14

 
 
 
 
 
 



INTERNATIONAL FRIENDLY U21 - TEAM TOTAL GOALS

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Malta U21 TG - [O]
Malta U21 TG - [U]
1H 17'


0
0
 
 
1/2

-1.09

 

-1.08

 
 
1/2

3.03

 

-4.76


Slovakia U21 TG - [O]
Slovakia U21 TG - [U]
1H 17'


1
0
 
 
2 1/2

-1.47

 

1.21

 
 
1 1/2

-1.09

 

-1.07


CLUB FRIENDLY

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Landskrona BoIS
Eskilsminne IF
2H 19'


1
1
0 : 1/4

-1.16

 

1.04

3

-1.12

 

-1.01

 
 
 
 
Landskrona BoIS
Eskilsminne IF
2H 19'


1
1
0 : 1/2

1.36

 

-1.58

3 1/4

1.38

 

-1.66

 
 
 
 
Landskrona BoIS
Eskilsminne IF
2H 19'


1
1
0 : 0

-2.27

 

1.85

2 3/4

-1.78

 

1.47

 
 
 
 



CLUB FRIENDLY - TEAM TOTAL GOALS

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Landskrona BoIS TG - [O]
Landskrona BoIS TG - [U]
2H 19'


1
0
 
 
1 1/2

-1.35

 

1.12

 
 
 
 

Eskilsminne IF TG - [O]
Eskilsminne IF TG - [U]
2H 19'


1
0
 
 
1 1/2

1.88

 

-2.56

 
 
 
 


GERMANY REGIONAL LEAGUE BAVARIA

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Viktoria Aschaffenburg
SpVgg Bayreuth
1H 19'


0
0
 

-1.28

1/4 : 0

1.07

2 1/4

1.03

 

-1.25

 

1.19

0 : 0

-1.44

3/4

1.05

 

-1.28

Viktoria Aschaffenburg
SpVgg Bayreuth
Live


0
0
 

1.14

0 : 0

-1.38

2

-1.33

 

1.08

 

-1.72

1/4 : 0

1.36

1/2

-1.42

 

1.14




GERMANY REGIONAL LEAGUE BAVARIA - 15 MIN HDP & OU

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Viktoria Aschaffenburg 15:01-30:00
SpVgg Bayreuth 15:01-30:00
1H 19'


0
0
 

-4.00

1/4 : 0

2.22

1/2

2.22

 

-4.00

 
 
 
 



GERMANY REGIONAL LEAGUE BAVARIA - NEXT GOAL

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Viktoria Aschaffenburg 1st Goal
SpVgg Bayreuth 1st Goal
1H 19'


0
0
 

1.31

0 : 0

-1.72

 
 
 
 
 
 



GERMANY REGIONAL LEAGUE BAVARIA - TEAM TOTAL GOALS

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Viktoria Aschaffenburg TG - [O]
Viktoria Aschaffenburg TG - [U]
1H 19'


0
0
 
 
1

1.03

 

-1.19

 
 
1/2

1.85

 

-2.63


SpVgg Bayreuth TG - [O]
SpVgg Bayreuth TG - [U]
1H 19'


0
0
 
 
1

-1.38

 

1.13

 
 
1/2

1.51

 

-1.92


ISRAEL LIGA LEUMIT

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Hapoel Acre
Maccabi Kabilio Jaffa
2H 15'


1

1
1
0 : 1/4

1.16

 

-1.42

2 3/4

-1.21

 

1.00

 
 
 
 
Hapoel Acre
Maccabi Kabilio Jaffa
2H 15'


1

1
1
0 : 0

-2.17

 

1.61

2 1/2

-1.85

 

1.38

 
 
 
 


Maccabi Herzliya
Hapoel Kfar Saba
2H 16'


1
0
 

1.01

0 : 0

-1.20

1 3/4

-1.36

 

1.09

 
 
 
 
Maccabi Herzliya
Hapoel Kfar Saba
2H 16'


1
0
 

-2.04

1/4 : 0

1.53

2

1.23

 

-1.58

 
 
 
 


Sektzia Nes Tziona
Ihud Bnei Shfaram
2H 17'


2
0
0 : 1/4

-1.11

 

-1.06

3

1.03

 

-1.26

0 : 0

-2.94

 

2.00

2 1/2

6.66

 

-100.00

Sektzia Nes Tziona
Ihud Bnei Shfaram
2H 17'


2
0
0 : 1/2

1.26

 

-1.58

2 3/4

-1.63

 

1.26

 
 
 
 



ISRAEL LIGA LEUMIT - 15 MIN HDP & OU

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Sektzia Nes Tziona 60:01-75:00
Ihud Bnei Shfaram 60:01-75:00
2H 17'


0
0
0 : 1/4

1.72

 

-2.63

1/2

1.49

 

-2.12

 
 
 
 



ISRAEL LIGA LEUMIT - NEXT GOAL

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Hapoel Acre 3rd Goal
Maccabi Kabilio Jaffa 3rd Goal
2H 15'


1

0
0
0 : 0

-1.58

 

1.20

 
 
 
 
 
 


Maccabi Herzliya 2nd Goal
Hapoel Kfar Saba 2nd Goal
2H 16'


0
0
0 : 0

1.13

 

-1.42

 
 
 
 
 
 


Sektzia Nes Tziona 3rd Goal
Ihud Bnei Shfaram 3rd Goal
2H 17'


0
0
0 : 0

-2.32

 

1.63

 
 
 
 
 
 



ISRAEL LIGA LEUMIT - TEAM TOTAL GOALS

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Hapoel Acre TG - [O]
Hapoel Acre TG - [U]
2H 15'


1
0
 
 
1 1/2

1.13

 

-1.38

 
 
 
 

Maccabi Kabilio Jaffa TG - [O]
Maccabi Kabilio Jaffa TG - [U]
2H 15'


1

1

1
0
 
 
1 1/2

1.85

 

-2.56

 
 
 
 

Maccabi Herzliya TG - [O]
Maccabi Herzliya TG - [U]
2H 16'


1
0
 
 
1 1/2

1.38

 

-1.78

 
 
 
 

Hapoel Kfar Saba TG - [O]
Hapoel Kfar Saba TG - [U]
2H 16'


0
0
 
 
1/2

1.31

 

-1.61

 
 
 
 

Sektzia Nes Tziona TG - [O]
Sektzia Nes Tziona TG - [U]
2H 17'


2
0
 
 
2 1/2

-1.16

 

-1.03

 
 
 
 

Ihud Bnei Shfaram TG - [O]
Ihud Bnei Shfaram TG - [U]
2H 17'


0
0
 
 
1/2

1.85

 

-2.56

 
 
 
 


ISRAEL LIGA LEUMIT - CORNERS

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Hapoel Acre - No. of Cns.
Maccabi Kabilio Jaffa - No. of Cns.
2H 15'


1

2
1
 
 
6

1.00

 

-1.25

 
 
 
 

Maccabi Herzliya - No. of Cns.
Hapoel Kfar Saba - No. of Cns.
2H 16'


2
2
 
 
7 1/2

1.44

 

-2.04

 
 
 
 

Sektzia Nes Tziona - No. of Cns.
Ihud Bnei Shfaram - No. of Cns.
2H 17'


5
2
 
 
10

1.06

 

-1.35

 
 
 
 


ICELAND WOMEN LEAGUE CUP

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Valur Reykjavik [w]
Stjarnan Gardabaer [w]
1H 17'


0
0
0 : 1 3/4

-1.13

 

-1.13

3

-1.09

 

-1.17

0 : 1/2

-1.29

 

-1.01

1

-1.09

 

-1.17




ARGENTINA PRIMERA NACIONAL

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Chacarita Juniors
San Martin Tucuman
1H 14'


1

1
0
 
 
 
 
 
 
 
 
Chacarita Juniors
San Martin Tucuman
1H 14'


1

1
0
 
 
 
 
 
 
 
 


ARGENTINA PRIMERA NACIONAL - NEXT GOAL

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Chacarita Juniors 2nd Goal
San Martin Tucuman 2nd Goal
1H 14'


1

0
0
 

5.55

 



 
 
 
 
 
 



ARGENTINA PRIMERA NACIONAL - TEAM TOTAL GOALS

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Chacarita Juniors TG - [O]
Chacarita Juniors TG - [U]
1H 14'


1
0
 
 
 
 
 
 
 
 

San Martin Tucuman TG - [O]
San Martin Tucuman TG - [U]
1H 14'


0
0
 
 
 
 
 
 
 
 


ARGENTINA PRIMERA NACIONAL - CORNERS

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Chacarita Juniors - No. of Cns.
San Martin Tucuman - No. of Cns.
1H 14'


1
0
 
 
 
 
 
 
 
 


ARGENTINA WOMEN PRIMERA DIVISION A

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Banfield [w]
CA River Plate [w]
1H 15'


0
0
 

-1.14

1/2 : 0

-1.07

2 1/4

-1.17

 

-1.05

 

-1.33

1/4 : 0

1.05

3/4

-1.21

 

-1.02

Banfield [w]
CA River Plate [w]
1H 15'


0
0
 

1.13

1/4 : 0

-1.38

2 1/2

1.05

 

-1.33

 

1.63

0 : 0

-2.43

1/2

-1.69

 

1.26




ARGENTINA WOMEN PRIMERA DIVISION A - TEAM TOTAL GOALS

Full Time
H
A
Over
Under
First Half
H
A
Over
Under
Banfield [w] TG - [O]
Banfield [w] TG - [U]
1H 15'


0
0
 
 
1

1.35

 

-1.72

 
 
1/2

1.81

 

-2.63


CA River Plate [w] TG - [O]
CA River Plate [w] TG - [U]
1H 15'


0
0
 
 
1 1/2

1.17

 

-1.42

 
 
1/2

1.12

 

-1.36




v1.0.0


ELANGBOLA SITUS JUDI BOLA TERPERCAYA SEJAK TAHUN 2010 DI INDONESIA

ElangBola merupakan situs judi bola terpercaya sejak tahun 2010 yang menyediakan
permainan judi online terlengkap seperti sportsbook, live casino, togel online,
slot online, tangkas, poker online, roulette, baccarat, tembak ikan, keno dan
sabung ayam. Dengan minimal deposit terjangkau sebesar 25 ribu dan tersedia
deposit via pulsa dan e-wallet.


AGEN RESMI TARUHAN BOLA ONLINE PIALA DUNIA DAN EURO ELANGBOLA

Agen resmi taruhan bola online piala dunia dan euro di indonesia yang memberikan
pasaran bola terbaik, minimal deposit di elangbola sangat terjangkau sebesar 25
ribu dan deposit via pulsa tanpa potongan sebesar 10 ribu kami juga menerima
depo via e-wallet.


AGEN BETTING ONLINE DENGAN LAYANAN TERBAIK DAN PROMO BONUS MENARIK

Agen betting online elangbola menyediakan layanan terbaik online selama 24 jam
yang siap melayani setiap member yang bermain dan tersedia juga berbagai promo
bonus menarik yang bisa di dapatkan setiap pemain yang telah menjadi member di
situs kami.




Enter a valid username and password.

OKOK

Enter the correct validation code.

OKOK

OKOK


Sign In
 * Back to Login

| Contact Us
v1.0.0


SIGNING IN...

Back


PROMOSI

 
 
 

Back


BERITA

 
 
 

 
Back
 


MAIN MENU

Hello,

...

Outstanding Txn: 0

Minimum Bet: 0

Quick Bet

Early

 * 
   Home
 * 
   Deposit
 * 
   Withdraw
 * 
   Bet List
 * 
   Statement
 * 
   Results
 * 
   Settings
 * 
   Announcement
 * 
   Support
   
 * 
   Logout






Back


BET LIST


Today All Early Market




Back


STATEMENT

 
 
 
ALL Sports


Date Stake W/L Com Settled Balance Last week summary 0 0 0 0 0 (Thu) 0 0 0 0 0
(Fri) 0 0 0 0 0 (Sat) 0 0 0 0 0 (Sun) 0 0 0 0 0 (Mon) 0 0 0 0 0 (Tue) 0 0 0 0 0
(Wed) 0 0 0 0 0







Back


STATEMENT

 
 
 
ALL Sports




Back


TOGEL


Back


TANGKAS


Back


POKER


Back


SLOT


Back


365SLOT


Back


CASINO


Back


FISH


Back


DEPOSIT


AUTO DEPOSIT

 
 
 
Auto Deposit

From Bank To Bank Amount Transfer Date Payment Method Remark Status


YOUR BALANCE

Total Balance IDR 0.00 Sportbook Balance IDR 0.00 Casino Balance IDR 0.00

Deposit Amount
Transfer Date


FROM:

Bank Name Account Name Account Number


TO:

Bank Name Account Name Account Number
Payment Method
Promotion - First Deposit
Remark


* Pastikan data bank anda terisi dengan benar. Setiap transaksi finansial hanya
bisa dilakukan dari dan ke data bank tersebut. * Deposit Minimum Rp.50.000 *
Deposit Maximun Rp.50.000

SUBMIT

Manual Deposit

 * System will display the deposit amount with DECIMAL that you need to
   transfer, you have to transfer the EXACT AMOUNT as displayed.
 * System will check the transaction and automatically recharge your account
   within 1-5 minutes after you deposit.


TO:

Bank - Account Name Account Number Amount
Promotion - First Deposit

SUBMIT
* Deposit Deposit Minimum Rp. 0 * Deposit Deposit Minimum Rp. 10.000
 * Please transfer the EXACT AMOUNT as displayed below.

Make Another Deposit

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.
* Pastikan data bank anda terisi dengan benar. Setiap transaksi finansial hanya
bisa dilakukan dari dan ke data bank tersebut. * Withdraw Minimum Rp. 25.000 *
Withdraw Maximum Rp. 50.000
SUBMIT


Back


RESULTS

 
 
 
Results
Outright Results


...

Time
Teams
HT Score
FT Score
 * Time
 * 
   







Back


MAIL

 
 
 


Back


REFERRAL

Referral
1: Your Referral Code
Your Referral Code
2: Register YOur Friend
Send this URL to Your friend for registration
Referral List

Referral Bonus

Date Bonus

Back


SETTINGS

 * Odds Type
   Malay INDO HK Odds Euro
 * Change Language
   English 简体中文 Indonesian Tiếng Việt ภาษาไทย 한국어
 * Quick Bet Amount
 * Change Password
   
    

SAVE





 
Back
 


QUICK BET SETTINGS

 
 
 
Quick Bet Amount

SAVE



Back


SUPPORT

 
 
 


Back


CHANGE PASSWORD

 
 
 
Current Password New Password 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.

OK




Back


 
Back
 


SPORTS

 
 
 


 * HDP & OU
 * Odds
 * Leagues
 *  

 

Mix Parlay


Bet List0
League
Mix Parlay
0

×
Username

TOGEL
POKER QQ
GAMES
Slot
365Slot
Casino
Fish
Deposit
Withdraw
Bet List
Statement
Result
Settings
Announcement
Referral
Logout
More Sports
Badminton
Bandy
Combat Sports
Floorball
Handball
Netball
Squash
Surfing
Table Tennis
Trotting
SportsIn-Play
Hide
A-Z
League

My Bets0
My Bets
0 0
Mix Parlay
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
Live
Fulltime Result
Full Time
First Half









More Leagues

Back


LEAGUES

 * 
    
   
   OK

 * INTERNATIONAL FRIENDLY
 * INTERNATIONAL FRIENDLY - 15 MIN HDP & OU
 * INTERNATIONAL FRIENDLY - NEXT GOAL
 * INTERNATIONAL FRIENDLY - TEAM TOTAL GOALS
 * INTERNATIONAL FRIENDLY - CORNERS
 * INTERNATIONAL FRIENDLY U21
 * INTERNATIONAL FRIENDLY U21 - 15 MIN HDP & OU
 * INTERNATIONAL FRIENDLY U21 - NEXT GOAL
 * INTERNATIONAL FRIENDLY U21 - TEAM TOTAL GOALS
 * CLUB FRIENDLY
 * CLUB FRIENDLY - TEAM TOTAL GOALS
 * GERMANY REGIONAL LEAGUE BAVARIA
 * GERMANY REGIONAL LEAGUE BAVARIA - 15 MIN HDP & OU
 * GERMANY REGIONAL LEAGUE BAVARIA - NEXT GOAL
 * GERMANY REGIONAL LEAGUE BAVARIA - TEAM TOTAL GOALS
 * ISRAEL LIGA LEUMIT
 * ISRAEL LIGA LEUMIT - 15 MIN HDP & OU
 * ISRAEL LIGA LEUMIT - NEXT GOAL
 * ISRAEL LIGA LEUMIT - TEAM TOTAL GOALS
 * ISRAEL LIGA LEUMIT - CORNERS
 * ICELAND WOMEN LEAGUE CUP
 * ARGENTINA PRIMERA NACIONAL
 * ARGENTINA PRIMERA NACIONAL - NEXT GOAL
 * ARGENTINA PRIMERA NACIONAL - TEAM TOTAL GOALS
 * ARGENTINA PRIMERA NACIONAL - CORNERS
 * ARGENTINA WOMEN PRIMERA DIVISION A
 * ARGENTINA WOMEN PRIMERA DIVISION A - TEAM TOTAL GOALS






Live TV
Live Cast
 
 
 









Bet Slip


 * * MYR
     
     8 100 200
   * Accept if better odds
   * Min: Max: Max Payout:
   * Balance
     
 * 0.00


 * 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


MIX PARLAY(2)

Remove All

Make at least 3 selections from different events to form a mix parlay bet.



Mix Parlay

3.308



IDR

25 1500 3000

Min:

10

Max:

3,000

Max Payout:

0.00

Balance: IDR 200.00
Bet




Back
English Indonesia


REGISTER

 
 
 
You are required to accomplish the form below for registration.
* Indicates required information
 
 


NEW ACCOUNT

Username *
CHECK AVAILABILITY
Password * Verify Password * Full Name * Address Town Postcode Contact Number *
Email * Referral Code



YOUR BANK ACCOUNT


Bank Name * CIMB NIAGABCABNIBRIDANAMONDANAGO PAYLINKAJAMANDIRIOVO Account Name *
Account Number *



I agree to the Terms & Conditions and the Rules & Regulations of Elangbola .
 
 


SUBMIT


 * Added To Parlay.
 * OK





LOADING