kembarbolajp.com Open in urlscan Pro
172.67.174.46  Public Scan

Submitted URL: https://kembarbolapro.co/
Effective URL: https://kembarbolajp.com/
Submission: On April 11 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST Defaults/Default62.aspx

<form method="post" action="Defaults/Default62.aspx" id="loginForm">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="/wEPDwUKMTgzMjUxNzQ2Mg9kFgRmD2QWAgICDxYCHgRUZXh0BYsIPCEtLSBTdGFydCBIZWFkX1RhZ3NfMV9rZW1iYXJib2xhanBfY29tIG9mIGtlbWJhcmJvbGFqcC5jb20gZG9tYWluIC0tPgo8dGl0bGU+S0VNQkFSQk9MQSB8IFJFU01JIFRFUlBFUkNBWUEgU0VKQUsgMjAwNiB8IExPR0lOIHwgTElOSyBBTFRFUk5BVElGPC90aXRsZT4KPG1ldGEgbmFtZT0iZGVzY3JpcHRpb24iIGNvbnRlbnQ9IktlbWJhckJvbGEgU2l0dXMgR2FtZSBPbmxpbmUgVGVycGVyY2F5YSBTZWphayAyMDA2IGRpIEFzaWEsIFNpdHVzIERlbmdhbiBSYXRpbmcgS2VtZW5hbmdhbiBUZXJ0aW5nZ2ksIEJvbnVzICYgSmFja3BvdCBUZXJiZXNhciwgTWVsYXlhbmkgRGVwb3NpdCBTZW11YSBCYW5rIERpIGluZG9uZXNpYSwgUHVsc2EgJiBFLVdhbGxldC4gTWFpbmthbiBSYXR1c2FuIEdhbWUgVGVydXBkYXRlIERlbmdhbiAxIFVzZXIgSUQuIiAvPgo8bWV0YSBuYW1lPSJrZXl3b3JkcyIgY29udGVudD0iS2VtYmFyYm9sYSwgSnVkaSBCb2xhLCBKdWRpIFNsb3QsIFNpdHVzIFNsb3QgVGVycGVyY2F5YSwgQmFuZGFyIEJvbGEgVGVycGVyY2F5YSwgQmV0dGluZyBCb2xhIFRlcnBlcmNheWEsIGp1ZGkgb25saW5lLCBUb2dlbCBvbmxpbmUsIFBrdiBHYW1lcywgTGl2ZSBDYXNpbm8sIFNsb3QgT25saW5lLiAiIC8+CjxsaW5rIHJlbD0iY2Fub25pY2FsIiBocmVmPSJodHRwczovL2tlbWJhcmJvbGFqcC5pbmZvLyIgLz4KPGxpbmsgcmVsPSJhbXBodG1sIiBocmVmPSJodHRwczovL2tiLnJhY2lrYW4uY2xpY2svIiAvPgo8bWV0YSBuYW1lPSJnb29nbGUtc2l0ZS12ZXJpZmljYXRpb24iIGNvbnRlbnQ9IlV2Y2hBSHZIbFFYZUdqRGdPWm4wTkgtOGJXZWRjVEJkazg2bkZyc1lDZWMiIC8+CjwhLS0gRW5kIEhlYWRfVGFnc18xX2tlbWJhcmJvbGFqcF9jb20gb2Yga2VtYmFyYm9sYWpwLmNvbSBkb21haW4gLS0+Cgo8IS0tIFN0YXJ0IEhlYWRfVGFnc18xX2tlbWJhcmJvbGFqcF9jb20gb2YgYWxsIGRvbWFpbnMgLS0+Cgo8IS0tIEVuZCBIZWFkX1RhZ3NfMV9rZW1iYXJib2xhanBfY29tIG9mIGFsbCBkb21haW5zIC0tPgoNCg0KZAIBD2QWCmYPFgIeCW1heExlbmd0aAUCMTJkAgEPFgIeBXRpdGxlBQhQYXNzd29yZGQCAw8WAh8CBQRDb2RlZAIEDxYCHgV2YWx1ZQUFTG9naW5kAgUPZBYCAgIPFgIfAAX6ATwhLS0gU3RhcnQgV0xfRm9vdGVyX2tlbWJhcmJvbGFqcF9jb20gb2Yga2VtYmFyYm9sYWpwLmNvbSBkb21haW4gLS0+Cgo8IS0tIEVuZCBXTF9Gb290ZXJfa2VtYmFyYm9sYWpwX2NvbSBvZiBrZW1iYXJib2xhanAuY29tIGRvbWFpbiAtLT4KCjwhLS0gU3RhcnQgV0xfRm9vdGVyX2tlbWJhcmJvbGFqcF9jb20gb2YgYWxsIGRvbWFpbnMgLS0+Cgo8IS0tIEVuZCBXTF9Gb290ZXJfa2VtYmFyYm9sYWpwX2NvbSBvZiBhbGwgZG9tYWlucyAtLT5kZN3q6s5XLH4cc5qPAqNAB/BxNQwYzliWrBYAIYfEVZfc">
  </div>
  <script type="text/javascript">
    var timerId = null;
    var today = new Date();
    var time_start = today.getTime();

    function countdown() {
      var time_left = 300 - parseInt(((new Date()).getTime() - time_start) / 1000);
      clearTimeout(timerId);
      if (time_left > 0) {
        timerId = setTimeout('countdown()', 1000);
      } else {
        document.location.href = '//kembarbolajp.com/';
      }
    }

    function handleError() {
      return true;
    }
    window.onload = countdown;
    window.onerror = handleError;
  </script><!-- popup event May 2021 was hidden -->
  <script>
    $().ready(function() {
      $('body').append(`<a style='z-index: 999999; width: 140px; height: 83px; position: fixed; left:0; top: 0px;' href='#'>
                                <img width='120px' height='60px' src='css/Banner_ASF.png?v=2'/></a>`);
    });
  </script>
  <script>
    localStorage.setItem('cdnImageHost', 'https://imgshare.iuf-cfl.cloud');
  </script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="F9E59139">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
      value="/wEdAAb4CVrWw4O5bkniegiECs8UY3plgk0YBAefRz3MyBlTcNcoL6qaEqZ50qt/d6Z/as92NvjHOkq5wKoqN6Aim8WGhWt89NkJkJ2BY498CsX466+f28GNV31+z65DbDqxMS5unqc7X4YQ3t9m5e2m9brCLXrZu5I+8d4OKa/dJ3pQlg==">
  </div>
  <div style="width: 100%; position: relative; background: url(Images/theme/v1/images/bg.jpg) top center no-repeat">
    <div style="margin: 0 auto; width: 990px">
      <table align="center" cellpadding="0" cellspacing="0" border="0" width="100%">
        <tbody>
          <tr>
            <td>
              <img src="Images/logo.png" border="0" alt="" title="">
            </td>
            <td>
              <table border="0" cellspacing="0" cellpadding="0" align="right">
                <tbody>
                  <tr>
                    <td colspan="6" style="text-align: right; height: 40px">
                      <span id="timecontainer">11/04/2024 - 10:17:04 GMT+8</span>
                      <script type="text/javascript">
                        new showLocalTime("timecontainer", "server-asp", 0, "short")
                      </script>
                    </td>
                  </tr>
                  <tr>
                    <td colspan="6" style="background: url(Images/theme/v1/images/blue.png) top right no-repeat; width: 435px; height: 15px"></td>
                  </tr>
                  <tr>
                    <td style="position: relative; vertical-align: middle;">
                      <input name="txtUserName" type="text" id="txtUserName" onfocus="clearText(this)" onblur="clearText(this)" value="User Name" tabindex="1" style="padding-left: 10px" maxlength="12">
                      <img src="Images/theme/v1/images/icons/user.png" style="position: absolute; right: 10px; top: 7px;">
                    </td>
                    <td style="padding-left: 5px; position: relative; vertical-align: middle;">
                      <div id="div1">
                        <input name="Text1" type="text" id="Text1" value="Password" onfocus="changeBox()" tabindex="2" style="padding-left: 10px" title="Password">
                        <img src="Images/theme/v1/images/icons/lock.png" style="position: absolute; right: 10px; top: 7px;">
                      </div>
                      <div id="div2" style="display: none">
                        <input name="txtPassword" type="password" id="txtPassword" onblur="restoreBox()" tabindex="3" style="padding-left: 10px">
                      </div>
                    </td>
                    <td style="padding-left: 5px">
                      <input name="txtCode" type="text" id="txtCode" onfocus="clearText(this)" onblur="clearText(this)" tabindex="3" maxlength="4" style="padding-left: 10px" title="Code" class="blur">
                    </td>
                    <td style="padding-left: 5px">
                      <img border="0" align="absmiddle" src="public/img.aspx" width="45px" height="23px" alt="">
                    </td>
                    <td>
                      <input name="btnSignIn" type="button" id="btnSignIn" value="Login" tabindex="4" class="btnLogin" style="cursor: pointer; border: 0">
                    </td>
                    <td><a href="#" class="btnDaftar" id="btnReg">DAFTAR</a></td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
          <tr>
            <td colspan="2" style="background: url(Images/theme/v1/images/menu.png) center no-repeat;">
              <ul id="main-menu" tag-parent-sub-menu="a" data-id="main-menu" data-is-guest="true" class="menu" data-v-app="">
                <li><a href="#"><img src="Images/theme/v1/images/icons/home.png">Home</a></li>
                <li>
                  <a href="Main.aspx" target="_parent" class="afbsb-game" name="afbsb" style="text-decoration: none;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/107/MenuIcon_AFBSB.png?v=1711698714682" alt="SPORT" style="width: auto; height: auto;"> SPORT ▼</a>
                  <div id="sub-menu-afbsb" class="sub-menu"><a href="Main.aspx" target="_parent" class="afbsb-game" name="afbsb" style="text-decoration: none;"></a>
                    <div class="main_width"><a href="Main.aspx" target="_parent" class="afbsb-game" name="afbsb" style="text-decoration: none;"></a>
                      <ul class="gameNav"><a href="Main.aspx" target="_parent" class="afbsb-game" name="afbsb" style="text-decoration: none;"></a>
                        <li>
                          <a href="Main.aspx" target="_parent" class="afbsb-game" name="afbsb" style="text-decoration: none;"></a><a type="AFBSB" href="Main.aspx" target="_parent" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1032_SPORT.png?v=1711698714682" alt="SPORT" style="width: auto; height: auto;"> SPORT</a>
                        </li>
                      </ul>
                    </div>
                  </div>
                </li>
                <li>
                  <a href="#" target="" class="tangkas-game" name="tangkas" style="text-decoration: none;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/107/MenuIcon_TANGKAS.png?v=1711698714682" alt="TANGKAS" style="width: auto; height: auto;"> TANGKAS <!--v-if--><!--v-if--></a>
                </li>
                <li>
                  <a href="#" target="" class="togel-game" name="togel" style="text-decoration: none;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/107/MenuIcon_TOGEL.png?v=1711698714682" alt="TOGEL" style="width: auto; height: auto;"> TOGEL ▼</a>
                  <div id="sub-menu-togel" class="sub-menu"><a href="#" target="" class="togel-game" name="togel" style="text-decoration: none;"></a>
                    <div class="main_width"><a href="#" target="" class="togel-game" name="togel" style="text-decoration: none;"></a>
                      <ul class="gameNav"><a href="#" target="" class="togel-game" name="togel" style="text-decoration: none;"></a>
                        <li>
                          <a href="#" target="" class="togel-game" name="togel" style="text-decoration: none;"></a><a type="TOGEL" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1022_Togel.png?v=1711698714682" alt="TOGEL" style="width: auto; height: auto;"> Togel</a>
                        </li>
                      </ul>
                    </div>
                  </div>
                </li>
                <li>
                  <a href="#" target="" class="poker-game" name="poker" style="text-decoration: none;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/107/MenuIcon_POKER.png?v=1711698714682" alt="POKER" style="width: auto; height: auto;"> POKER ▼</a>
                  <div id="sub-menu-poker" class="sub-menu"><a href="#" target="" class="poker-game" name="poker" style="text-decoration: none;"></a>
                    <div class="main_width"><a href="#" target="" class="poker-game" name="poker" style="text-decoration: none;"></a>
                      <ul class="gameNav"><a href="#" target="" class="poker-game" name="poker" style="text-decoration: none;"></a>
                        <li>
                          <a href="#" target="" class="poker-game" name="poker" style="text-decoration: none;"></a><a type="POKER" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1023_Poker.png?v=1711698714682" alt="POKER" style="width: auto; height: auto;"> Poker</a>
                        </li>
                      </ul>
                    </div>
                  </div>
                </li>
                <li>
                  <a href="#" target="" class="_365slot-game" name="365slot" style="text-decoration: none;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/107/MenuIcon_365SLOT.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> 365 SLOT ▼</a>
                  <div id="sub-menu-365slot" class="sub-menu"><a href="#" target="" class="_365slot-game" name="365slot" style="text-decoration: none;"></a>
                    <div class="main_width"><a href="#" target="" class="_365slot-game" name="365slot" style="text-decoration: none;"></a>
                      <ul class="gameNav"><a href="#" target="" class="_365slot-game" name="365slot" style="text-decoration: none;"></a>
                        <li>
                          <a href="#" target="" class="_365slot-game" name="365slot" style="text-decoration: none;"></a><a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1014_Bonanza Gold.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> Bonanza Gold</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1015_Sugar Rush.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> Sugar Rush</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1016_Buffalo King Megaways.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> Buffalo King Megaways</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1017_Sword of Ares.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> Sword of Ares</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1018_Birds Party.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> Birds Party</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1019_Dragon Fishing.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> Dragon Fishing</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1020_5 Dragons Fishing.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> 5 Dragons Fishing</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1008_CandyCrush.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> CandyCrush</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1009_CrazyBomb.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> CrazyBomb</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1010_Lucky777.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> Lucky777</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1011_LuckyFrog.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> LuckyFrog</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1012_SweetLove.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> SweetLove</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1013_Aztec Gems Deluxe.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> Aztec Gems Deluxe</a>
                        </li>
                        <li>
                          <a type="365SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_1021_Animal Orient.png?v=1711698714682" alt="365 SLOT" style="width: auto; height: auto;"> Animal Orient</a>
                        </li>
                      </ul>
                    </div>
                  </div>
                </li>
                <li>
                  <a href="#" target="" class="slot-game" name="slot" style="text-decoration: none;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/107/MenuIcon_SLOT.png?v=1711698714682" alt="SLOT" style="width: auto; height: auto;"> SLOT ▼</a>
                  <div id="sub-menu-slot" class="sub-menu"><a href="#" target="" class="slot-game" name="slot" style="text-decoration: none;"></a>
                    <div class="main_width"><a href="#" target="" class="slot-game" name="slot" style="text-decoration: none;"></a>
                      <ul class="gameNav"><a href="#" target="" class="slot-game" name="slot" style="text-decoration: none;"></a>
                        <li>
                          <a href="#" target="" class="slot-game" name="slot" style="text-decoration: none;"></a><a type="SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_3_GAMEHALL.png?v=1711698714682" alt="SLOT" style="width: auto; height: auto;"> GAMEHALL</a>
                        </li>
                        <li>
                          <a type="SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_24_JDB.png?v=1711698714682" alt="SLOT" style="width: auto; height: auto;"> JDB</a>
                        </li>
                        <li>
                          <a type="SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_27_PG.png?v=1711698714682" alt="SLOT" style="width: auto; height: auto;"> PG</a>
                        </li>
                        <li>
                          <a type="SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_30_RT.png?v=1711698714682" alt="SLOT" style="width: auto; height: auto;"> RT</a>
                        </li>
                        <li>
                          <a type="SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_25_JILI.png?v=1711698714682" alt="SLOT" style="width: auto; height: auto;"> JILI</a>
                        </li>
                        <li>
                          <a type="SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_28_PRAGMATIC PLAY.png?v=1711698714682" alt="SLOT" style="width: auto; height: auto;"> PRAGMATIC PLAY</a>
                        </li>
                        <li>
                          <a type="SLOT" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_32_SPADE GAMING.png?v=1711698714682" alt="SLOT" style="width: auto; height: auto;"> SPADE GAMING</a>
                        </li>
                      </ul>
                    </div>
                  </div>
                </li>
                <li>
                  <a href="#" target="" class="live-game" name="live" style="text-decoration: none;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/107/MenuIcon_LIVE.png?v=1711698714682" alt="CASINO" style="width: auto; height: auto;"> CASINO ▼</a>
                  <div id="sub-menu-live" class="sub-menu"><a href="#" target="" class="live-game" name="live" style="text-decoration: none;"></a>
                    <div class="main_width"><a href="#" target="" class="live-game" name="live" style="text-decoration: none;"></a>
                      <ul class="gameNav"><a href="#" target="" class="live-game" name="live" style="text-decoration: none;"></a>
                        <li>
                          <a href="#" target="" class="live-game" name="live" style="text-decoration: none;"></a><a type="LIVE" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_4_855 CROWN.png?v=1711698714682" alt="CASINO" style="width: auto; height: auto;"> 855 CROWN</a>
                        </li>
                        <li>
                          <a type="LIVE" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_5_SEXY.png?v=1711698714682" alt="CASINO" style="width: auto; height: auto;"> SEXY</a>
                        </li>
                        <li>
                          <a type="LIVE" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_6_DREAM GAMING.png?v=1711698714682" alt="CASINO" style="width: auto; height: auto;"> DREAM GAMING</a>
                        </li>
                        <li>
                          <a type="LIVE" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_7_VENUS.png?v=1711698714682" alt="CASINO" style="width: auto; height: auto;"> VENUS</a>
                        </li>
                        <li>
                          <a type="LIVE" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_8_WM CASINO.png?v=1711698714682" alt="CASINO" style="width: auto; height: auto;"> WM CASINO</a>
                        </li>
                      </ul>
                    </div>
                  </div>
                </li>
                <li>
                  <a href="#" target="" class="fh-game" name="fh" style="text-decoration: none;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/107/MenuIcon_FH.png?v=1711698714682" alt="FISH" style="width: auto; height: auto;"> FISH ▼</a>
                  <div id="sub-menu-fh" class="sub-menu"><a href="#" target="" class="fh-game" name="fh" style="text-decoration: none;"></a>
                    <div class="main_width"><a href="#" target="" class="fh-game" name="fh" style="text-decoration: none;"></a>
                      <ul class="gameNav"><a href="#" target="" class="fh-game" name="fh" style="text-decoration: none;"></a>
                        <li>
                          <a href="#" target="" class="fh-game" name="fh" style="text-decoration: none;"></a><a type="FH" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_9_FISH FC.png?v=1711698714682" alt="FISH" style="width: auto; height: auto;"> FISH FC</a>
                        </li>
                        <li>
                          <a type="FH" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_10_JDB FISHING.png?v=1711698714682" alt="FISH" style="width: auto; height: auto;"> JDB FISHING</a>
                        </li>
                        <li>
                          <a type="FH" href="#" target="" style="background: none !important;"><img class="" src="https://imgshare.iuf-cfl.cloud/headergames/SubMenuIcon_11_SPADE GAMING.png?v=1711698714682" alt="FISH" style="width: auto; height: auto;"> SPADE GAMING</a>
                        </li>
                      </ul>
                    </div>
                  </div>
                </li>
              </ul>
            </td>
          </tr>
          <tr>
            <td colspan="2">
              <table cellpadding="0" cellspacing="0" border="0">
                <tbody>
                  <tr>
                    <td style="background: url(Images/theme/v1/images/icons/sound.png) center center no-repeat; width: 19px; height: 14px; padding-left: 25px"></td>
                    <td>
                      <div id="div-marquee" style="width: 945px">
                        <marquee onmouseout="scrollDelay=1" onmouseover="scrollDelay=10000" scrolldelay="1" scrollamount="4">
                          <a class="Message" href="https://kembarbolajp.com/_view/msglog.aspx" target="_blank" style="color:#fff; font-family:euphemia; text-decoration:none">SELAMAT DATANG DI KEMBARBOLA , BONUS CASHBACK | BONUS REFFERAL | ROLLINGAN CASINO TERBESAR, 1 USER ID BISA UNTUK SEMUA GAME HANYA DI KEMBARSBOTOP.NET -PUSATPIALADUNIA.COM | WA :   6281398353374 SALAM SUKSES SELALU</a>
                        </marquee>
                      </div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </td>
          </tr>
        </tbody>
      </table>
      <div style="margin: 0 auto; width: 990px; height: 960px; background: transparent; position: relative">
        <iframe style="background: transparent" src="Images/theme/v1/index.html?v=19052023" allowtransparency="true" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>
        <div id="hasiltogel" class="hasil">
          <table align="center" cellpadding="1" cellspacing="3" border="0" style="width: 310px;">
          </table>
        </div>
      </div>
      <div class="clear"></div>
      <div class="footer" style="margin:0 auto; text-align:center; padding: 5px 0">
        <div class="wrapper">
          <!-- Start WL_Footer_kembarbolajp_com of kembarbolajp.com domain -->
          <!-- End WL_Footer_kembarbolajp_com of kembarbolajp.com domain -->
          <!-- Start WL_Footer_kembarbolajp_com of all domains -->
          <!-- End WL_Footer_kembarbolajp_com of all domains -->
          <p class="copyright">Copyright © Kembabola.com. All rights reserved. This design is created by <span class="blue">idevgroup</span>
          </p>
        </div>
      </div>
    </div>
  </div>
  <!--Start of Zendesk Chat Script-->
  <script type="text/javascript">
    window.$zopim || (function(d, s) {
      var z = $zopim = function(c) {
          z._.push(c)
        },
        $ = z.s = d.createElement(s),
        e = d.getElementsByTagName(s)[0];
      z.set = function(o) {
        z.set.
        _.push(o)
      };
      z._ = [];
      z.set._ = [];
      $.async = !0;
      $.setAttribute("charset", "utf-8");
      $.src = "https://v2.zopim.com/?4ec1kbbMlIxH9x89VYVJdEoBbdDN75z5";
      z.t = +new Date;
      $.
      type = "text/javascript";
      e.parentNode.insertBefore($, e)
    })(document, "script");
  </script>
  <!--End of Zendesk Chat Script-->
</form>

Text Content

×

11/04/2024 - 10:17:04 GMT+8


DAFTAR

 * Home
 * SPORT ▼
    * SPORT

 * TANGKAS
 * TOGEL ▼
    * Togel

 * POKER ▼
    * Poker

 * 365 SLOT ▼
    * Bonanza Gold
    * Sugar Rush
    * Buffalo King Megaways
    * Sword of Ares
    * Birds Party
    * Dragon Fishing
    * 5 Dragons Fishing
    * CandyCrush
    * CrazyBomb
    * Lucky777
    * LuckyFrog
    * SweetLove
    * Aztec Gems Deluxe
    * Animal Orient

 * SLOT ▼
    * GAMEHALL
    * JDB
    * PG
    * RT
    * JILI
    * PRAGMATIC PLAY
    * SPADE GAMING

 * CASINO ▼
    * 855 CROWN
    * SEXY
    * DREAM GAMING
    * VENUS
    * WM CASINO

 * FISH ▼
    * FISH FC
    * JDB FISHING
    * SPADE GAMING

SELAMAT DATANG DI KEMBARBOLA , BONUS CASHBACK | BONUS REFFERAL | ROLLINGAN
CASINO TERBESAR, 1 USER ID BISA UNTUK SEMUA GAME HANYA DI KEMBARSBOTOP.NET
-PUSATPIALADUNIA.COM | WA : 6281398353374 SALAM SUKSES SELALU





Copyright © Kembabola.com. All rights reserved. This design is created by
idevgroup