boomgaming.com Open in urlscan Pro
52.71.236.11  Public Scan

Submitted URL: http://www.boomcontests.com/
Effective URL: https://boomgaming.com/
Submission: On June 14 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

<form class="boomLogin ng-pristine ng-valid ng-valid-email ng-hide" ng-show="!showSignup">
  <div class="btnBar ng-hide" ng-show="showQuickPlay">
    <input type="button" value="Use Current Quick Play Account" ng-click="quickLogin()">
  </div>
  <h2 class="ng-binding">Boom Gaming Account Log In</h2>
  <p class="ng-binding">You're just steps away from the fun.</p>
  <input type="email" id="login_email" name="email" value="" ng-model="userLogin.email" placeholder="EMAIL" tabindex="1" class="ng-pristine ng-untouched ng-valid ng-valid-email">
  <input type="password" id="login_password" name="password" value="" autocomplete="password" ng-model="userLogin.password" placeholder="PASSWORD" tabindex="2" class="ng-pristine ng-untouched ng-valid">
  <label for="rememberMe" id="rememberMeLabel" class="ng-binding">
    <input type="checkbox" id="rememberMe" ng-model="userLogin.rememberMe" class="ng-pristine ng-untouched ng-valid"> Remember Me </label>
  <div class="btnBar">
    <input type="submit" value="Log In" ng-click="logIn()">
  </div>
  <p class="forgot" ng-click="forgotPassword(userLogin)"><a href="#" class="ng-binding">Forgot your password?</a></p>
  <hr>
  <p class="ng-binding">Don't have an account?</p>
  <div class="btnBar">
    <input type="button" value="Create Account" ng-click="showSignup = true">
  </div>
</form>

<form class="ng-pristine ng-valid ng-valid-email">
  <p>
    <input id="tacCheck" type="checkbox" ng-model="user.tacAccepted" class="ng-pristine ng-untouched ng-valid"><label for="tacCheck" class="ng-binding">*I accept the terms.</label>
  </p>
  <input type="text" name="first_name" value="" placeholder="*FIRST NAME" ng-model="user.firstName" class="ng-pristine ng-untouched ng-valid">
  <input type="text" name="last_name" value="" placeholder="*LAST NAME" ng-model="user.lastName" class="ng-pristine ng-untouched ng-valid">
  <input type="text" name="screen_name" value="" placeholder="*SCREEN NAME" ng-model="user.screenName" class="ng-pristine ng-untouched ng-valid">
  <input type="text" datepicker="" readonly="" name="birthdate" placeholder="*BIRTH DATE (YYYY-MM-DD)" ng-model="user.birthDate" class="ng-pristine ng-untouched ng-valid">
  <input type="email" name="email" value="" placeholder="*EMAIL" ng-model="user.email" class="ng-pristine ng-untouched ng-valid ng-valid-email">
  <input type="password" name="password" value="" autocomplete="new-password" placeholder="*PASSWORD" ng-model="user.password" class="ng-pristine ng-untouched ng-valid">
  <input type="password" name="password_confirm" value="" autocomplete="new-password" placeholder="*PASSWORD (CONFIRM)" ng-model="user.passwordVerify" class="ng-pristine ng-untouched ng-valid">
  <div class="btnBar">
    <input type="submit" value="Create Account" ng-click="register(user)">
  </div>
  <div class="errorMsg ng-binding" ng-bind="errorMsg"></div>
</form>

Name: profileUpdateForm

<form name="profileUpdateForm" id="profileUpdateForm" ng-submit="updateSettings()" autocomplete="off" m-custom-scrollbar="" class="ng-pristine mCustomScrollbar _mCS_1 mCS_no_scrollbar ng-invalid ng-invalid-required ng-valid-email ng-valid-maxlength">
  <div id="mCSB_1" class="mCustomScrollBox mCS-dark mCSB_vertical mCSB_inside" style="max-height: none;" tabindex="0">
    <div id="mCSB_1_container" class="mCSB_container mCS_y_hidden mCS_no_scrollbar_y" style="position:relative; top:0; left:0;" dir="ltr">
      <h2 id="profileUpdateFormTitle" class="ng-binding">Personal Information</h2>
      <div class="accordionmenuform" id="updateform">
        <div>
          <label for="firstname" class="ng-binding">First Name:</label>
          <input id="firstname" type="text" ng-model="newUserInfo.firstName" class="ng-pristine ng-untouched ng-valid">
        </div>
        <div>
          <label for="lastname" class="ng-binding">Last Name:</label>
          <input id="lastname" type="text" ng-model="newUserInfo.lastName" class="ng-pristine ng-untouched ng-valid">
        </div>
        <div>
          <label for="screenname" class="ng-binding">Screen Name:</label>
          <input id="screenname" type="text" ng-disabled="!canChangeScreenName || screenNameLimits.changeCount >= screenNameLimits.changeCountAllowed" required="" ng-model="newUserInfo.screenName" list="availableScreenNames" autocomplete="off"
            class="ng-pristine ng-untouched ng-invalid ng-invalid-required">
          <datalist id="availableScreenNames">
            <!-- ngRepeat: screenName in availableScreenNames --></datalist>
        </div>
        <div class="limitInformation">
          <!-- ngIf: !canChangeScreenName -->
          <!-- ngIf: canChangeScreenName && (changesRemaining > 0 || changesRemaining === 'Unlimited') -->
          <!-- ngIf: canChangeScreenName && screenNameLimits.changeCount >= screenNameLimits.changeCountAllowed -->
        </div>
        <div id="store" ng-controller="StoreCtrl" class="ng-scope">
          <!-- ngInclude: '/partials/common/store/subscriptionInfoForProfilePopup.html' -->
          <div ng-include="'/partials/common/store/subscriptionInfoForProfilePopup.html'" class="ng-scope"><!-- <div class="itemCategory" ng-switch="clientType">
    <div class="categoryHead">Subscriptions</div>

    <div ng-switch-default> -->
            <!-- <div class="centertext" ng-show="subscription.tier != 'FREE'">
            {{langPack.curSub | boomReplace:'tier':subProps[subscription.tier].name | boomReplace:'vendor':subscription.vendorDisplayName }}
            <br>
            {{langPack.nextBillDate | boomReplace:'nextDate':subscription.nextBillDate}}
            <br>
        </div>
        <div class="centertext" ng-show="subscription.tier == 'FREE'" ng-bind-html="langPack.noSub">
        </div>
        <div class="centertext" ng-show="subscription.tier != 'FREE'">{{::langPack.manageSub}}
            <span ng-show="subscription.vendorFamily == 'paypal'"><a href="https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_manage-paylist" target="_blank">{{::langPack.manageSubPaypal}}</a>.</span>
            <span ng-show="subscription.vendorFamily == 'facebook'"><a href="https://secure.facebook.com/settings?tab=payments&view" target="_blank">{{::langPack.manageSubFacebook}}</a>.</span>
        </div> -->
            <table class="newSubscriptions ng-scope">
              <tbody>
                <tr>
                  <th>&nbsp;</th>
                  <!-- ngRepeat: sub in subProps[subscription.tier].subsToShow -->
                  <th ng-repeat="sub in subProps[subscription.tier].subsToShow" ng-class="{current: sub == subscription.tier}" class="ng-scope current">
                    <img ng-show="sub != 'FREE'" ng-src="https://d251fy1avmtq7w.cloudfront.net/images/common/store/default.png" src="https://d251fy1avmtq7w.cloudfront.net/images/common/store/default.png" class="ng-hide">
                    <div ng-show="sub == 'FREE' || sub != subscription.tier" class="ng-binding"> Free </div>
                    <div ng-show="sub != 'FREE' &amp;&amp; sub == subscription.tier" class="ng-binding ng-hide">
                    </div>
                    <div class="subscription-cost ng-binding ng-hide" ng-show="sub != 'FREE'">
                    </div>
                    <div ng-show="(clientType == 'web' || clientType == 'html5' || clientType.startsWith('gonative')) &amp;&amp; subscription.tier == 'FREE' &amp;&amp; sub != 'FREE'" class="ng-hide">
                      <img class="subBtn" ng-click="paypalSubscribe(sub)" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_SM.gif" style="margin-right:7px;">
                    </div>
                    <div ng-show="clientType == 'facebook' &amp;&amp; subscription.tier == 'FREE' &amp;&amp; sub != 'FREE'" class="btn short wide darkbg ng-binding ng-hide" ng-click="createSubscription(sub)">
                    </div>
                    <div ng-show="clientType == 'facebook' &amp;&amp; subscription.tier != 'FREE' &amp;&amp; subProps[sub].order > subProps[subscription.tier].order" class="btn short narrow goldbg ng-binding ng-hide"
                      ng-click="upgradeSubscription(subscription, sub)">
                    </div>
                  </th><!-- end ngRepeat: sub in subProps[subscription.tier].subsToShow -->
                  <th ng-repeat="sub in subProps[subscription.tier].subsToShow" ng-class="{current: sub == subscription.tier}" class="ng-scope">
                    <img ng-show="sub != 'FREE'" ng-src="https://d251fy1avmtq7w.cloudfront.net/images/common/store/silversubscription.png" src="https://d251fy1avmtq7w.cloudfront.net/images/common/store/silversubscription.png">
                    <div ng-show="sub == 'FREE' || sub != subscription.tier" class="ng-binding"> Silver </div>
                    <div ng-show="sub != 'FREE' &amp;&amp; sub == subscription.tier" class="ng-binding ng-hide">
                    </div>
                    <div class="subscription-cost ng-binding" ng-show="sub != 'FREE'"> $9.95 USD/month </div>
                    <div ng-show="(clientType == 'web' || clientType == 'html5' || clientType.startsWith('gonative')) &amp;&amp; subscription.tier == 'FREE' &amp;&amp; sub != 'FREE'">
                      <img class="subBtn" ng-click="paypalSubscribe(sub)" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_SM.gif" style="margin-right:7px;">
                    </div>
                    <div ng-show="clientType == 'facebook' &amp;&amp; subscription.tier == 'FREE' &amp;&amp; sub != 'FREE'" class="btn short wide darkbg ng-binding ng-hide" ng-click="createSubscription(sub)">
                    </div>
                    <div ng-show="clientType == 'facebook' &amp;&amp; subscription.tier != 'FREE' &amp;&amp; subProps[sub].order > subProps[subscription.tier].order" class="btn short narrow goldbg ng-binding ng-hide"
                      ng-click="upgradeSubscription(subscription, sub)">
                    </div>
                  </th><!-- end ngRepeat: sub in subProps[subscription.tier].subsToShow -->
                  <th ng-repeat="sub in subProps[subscription.tier].subsToShow" ng-class="{current: sub == subscription.tier}" class="ng-scope">
                    <img ng-show="sub != 'FREE'" ng-src="https://d251fy1avmtq7w.cloudfront.net/images/common/store/goldsubscription.png" src="https://d251fy1avmtq7w.cloudfront.net/images/common/store/goldsubscription.png">
                    <div ng-show="sub == 'FREE' || sub != subscription.tier" class="ng-binding"> Gold </div>
                    <div ng-show="sub != 'FREE' &amp;&amp; sub == subscription.tier" class="ng-binding ng-hide">
                    </div>
                    <div class="subscription-cost ng-binding" ng-show="sub != 'FREE'"> $19.95 USD/month </div>
                    <div ng-show="(clientType == 'web' || clientType == 'html5' || clientType.startsWith('gonative')) &amp;&amp; subscription.tier == 'FREE' &amp;&amp; sub != 'FREE'">
                      <img class="subBtn" ng-click="paypalSubscribe(sub)" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_SM.gif" style="margin-right:7px;">
                    </div>
                    <div ng-show="clientType == 'facebook' &amp;&amp; subscription.tier == 'FREE' &amp;&amp; sub != 'FREE'" class="btn short wide darkbg ng-binding ng-hide" ng-click="createSubscription(sub)">
                    </div>
                    <div ng-show="clientType == 'facebook' &amp;&amp; subscription.tier != 'FREE' &amp;&amp; subProps[sub].order > subProps[subscription.tier].order" class="btn short narrow goldbg ng-binding ng-hide"
                      ng-click="upgradeSubscription(subscription, sub)">
                    </div>
                  </th><!-- end ngRepeat: sub in subProps[subscription.tier].subsToShow -->
                  <th ng-repeat="sub in subProps[subscription.tier].subsToShow" ng-class="{current: sub == subscription.tier}" class="ng-scope">
                    <img ng-show="sub != 'FREE'" ng-src="https://d251fy1avmtq7w.cloudfront.net/images/common/store/platinumsubscription.png" src="https://d251fy1avmtq7w.cloudfront.net/images/common/store/platinumsubscription.png">
                    <div ng-show="sub == 'FREE' || sub != subscription.tier" class="ng-binding"> Platinum </div>
                    <div ng-show="sub != 'FREE' &amp;&amp; sub == subscription.tier" class="ng-binding ng-hide">
                    </div>
                    <div class="subscription-cost ng-binding" ng-show="sub != 'FREE'"> $39.95 USD/month </div>
                    <div ng-show="(clientType == 'web' || clientType == 'html5' || clientType.startsWith('gonative')) &amp;&amp; subscription.tier == 'FREE' &amp;&amp; sub != 'FREE'">
                      <img class="subBtn" ng-click="paypalSubscribe(sub)" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_SM.gif" style="margin-right:7px;">
                    </div>
                    <div ng-show="clientType == 'facebook' &amp;&amp; subscription.tier == 'FREE' &amp;&amp; sub != 'FREE'" class="btn short wide darkbg ng-binding ng-hide" ng-click="createSubscription(sub)">
                    </div>
                    <div ng-show="clientType == 'facebook' &amp;&amp; subscription.tier != 'FREE' &amp;&amp; subProps[sub].order > subProps[subscription.tier].order" class="btn short narrow goldbg ng-binding ng-hide"
                      ng-click="upgradeSubscription(subscription, sub)">
                    </div>
                  </th><!-- end ngRepeat: sub in subProps[subscription.tier].subsToShow -->
                </tr>
                <!-- ngRepeat: label in subLabels track by $index --><!-- ngIf: $last --><!-- end ngRepeat: label in subLabels track by $index --><!-- ngIf: $last --><!-- end ngRepeat: label in subLabels track by $index --><!-- ngIf: $last --><!-- end ngRepeat: label in subLabels track by $index --><!-- ngIf: $last --><!-- end ngRepeat: label in subLabels track by $index --><!-- ngIf: $last --><!-- end ngRepeat: label in subLabels track by $index --><!-- ngIf: $last --><!-- end ngRepeat: label in subLabels track by $index --><!-- ngIf: $last --><!-- end ngRepeat: label in subLabels track by $index --><!-- ngIf: $last -->
                <tr ng-repeat="label in subLabels track by $index" ng-if="$last" class="ng-scope">
                  <td class="label ng-binding"></td>
                  <!-- ngRepeat: sub in subProps[subscription.tier].subsToShow -->
                  <td ng-repeat="sub in subProps[subscription.tier].subsToShow" ng-class="{current: sub == subscription.tier}" class="ng-binding ng-scope current"> 2 every 90 days </td>
                  <!-- end ngRepeat: sub in subProps[subscription.tier].subsToShow -->
                  <td ng-repeat="sub in subProps[subscription.tier].subsToShow" ng-class="{current: sub == subscription.tier}" class="ng-binding ng-scope"> 1 every 7 days </td><!-- end ngRepeat: sub in subProps[subscription.tier].subsToShow -->
                  <td ng-repeat="sub in subProps[subscription.tier].subsToShow" ng-class="{current: sub == subscription.tier}" class="ng-binding ng-scope"> 7 every 7 days </td><!-- end ngRepeat: sub in subProps[subscription.tier].subsToShow -->
                  <td ng-repeat="sub in subProps[subscription.tier].subsToShow" ng-class="{current: sub == subscription.tier}" class="ng-binding ng-scope"> Unlimited </td><!-- end ngRepeat: sub in subProps[subscription.tier].subsToShow -->
                </tr><!-- end ngIf: $last --><!-- end ngRepeat: label in subLabels track by $index -->
              </tbody>
            </table>
            <!-- </div>
</div> -->
          </div>
        </div>
        <div class="editProfileWarning">
          <p class="ng-binding"></p>
        </div>
        <!-- ngRepeat: email in newUserInfo.emails -->
        <div>
          <label for="emails" class="ng-binding">:</label>
          <input id="emails" type="email" autocomplete="email" ng-model="newEmail" ng-class="{'invalidEmail': !newEmail}" class="ng-pristine ng-untouched ng-valid ng-valid-email invalidEmail">
          <div class="clickable btn short narrow lightbg ng-binding" ng-click="addEmail({'email': newEmail})"></div>
        </div>
        <div>
          <label for="bio" class="ng-binding">:</label>
          <textarea id="bio" cols="31" rows="5" maxlength="512" ng-model="newUserInfo.bio" ng-disabled="!canChangeBio" class="ng-pristine ng-untouched ng-valid ng-valid-maxlength"></textarea>
        </div>
        <div id="newsletter-opt-in" ng-show="newUserInfo.emails" class="ng-hide">
          <label for="optin" class="ng-binding">:</label>
          <input id="optin" type="checkbox" ng-model="newUserInfo.newsletterOptedIn" ng-checked="newUserInfo.newsletterOptedIn" class="ng-pristine ng-untouched ng-valid">
        </div>
      </div>
      <div id="togglePasswordsBtn" ng-click="isPasswordFormOpen = !isPasswordFormOpen" ng-show="newUserInfo.emails" class="ng-hide">
        <h2 class="ng-binding">boomgaming.com</h2>
        <em class="ng-binding"> <a href="https://boomgaming.com/" class="ng-binding">boomgaming.com</a></em>
      </div>
      <div class="passwordsForm ng-hide" ng-show="isPasswordFormOpen">
        <div class="accordionmenuform" id="pswds">
          <div>
            <label for="password1" class="ng-binding">Password:</label>
            <input id="password1" type="password" name="password1" autocomplete="new-password" ng-model="newUserInfo.password1" ng-trim="false" class="ng-pristine ng-untouched ng-valid">
          </div>
          <div>
            <label for="password2" class="ng-binding">Password (confirm):</label>
            <input id="password2" type="password" name="password2" autocomplete="new-password" ng-model="newUserInfo.password2" ng-trim="false" class="ng-pristine ng-untouched ng-valid">
          </div>
        </div>
      </div>
      <div id="updatecancel">
        <input type="submit" class="btn darkbg narrow" value="">
        <input type="button" ng-click="toggleSettingsState()" class="btn darkbg narrow" value="Cancel">
      </div>
      <div class="closeAccount">
        <div ng-click="closeAccount()" class="ng-binding">
          <span class="icon-trash-o"></span>
        </div>
      </div>
    </div>
    <div id="mCSB_1_scrollbar_vertical" class="mCSB_scrollTools mCSB_1_scrollbar mCS-dark mCSB_scrollTools_vertical" style="display: none;">
      <div class="mCSB_draggerContainer">
        <div id="mCSB_1_dragger_vertical" class="mCSB_dragger" style="position: absolute; min-height: 30px; top: 0px;">
          <div class="mCSB_dragger_bar" style="line-height: 30px;"></div>
        </div>
        <div class="mCSB_draggerRail"></div>
      </div>
    </div>
  </div>
</form>

<form ng-submit="changeRelationship()" autocomplete="off" class="ng-pristine ng-invalid ng-invalid-required">
  <h2 class="ng-binding"></h2>
  <input type="text" class="screenNameInput ng-pristine ng-untouched ng-invalid ng-invalid-required" required="" ng-model="searchScreenName"><br>
  <input type="submit" class="btn tall narrow darkbg" value="">
</form>

Text Content

X

Log In
 * Español
 * Privacy Policy
 * Terms & Conditions
 * Home


GET PLAYING!

You're just steps away from the fun.

Log in with:




BOOM GAMING ACCOUNT LOG IN

You're just steps away from the fun.

Remember Me


Forgot your password?

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

Don't have an account?




SIGN UP NOW FOR YOUR FREE ACCOUNT!

In order to create an account, you must accept the Boom Gaming Terms &
Conditions.

*I accept the terms.




The games on this platform are intended for an adult audience and are for
entertainment purposes only. The games do not offer "real money gambling" or an
opportunity to win real money or prizes. Practice or success at social casino
gaming does not imply future success at real money gambling.



X
Inbox
Close
:




X


X


PERSONAL INFORMATION

First Name:
Last Name:
Screen Name:


 
Free





Silver

$9.95 USD/month



Gold

$19.95 USD/month



Platinum

$39.95 USD/month



2 every 90 days 1 every 7 days 7 every 7 days Unlimited



:

:
:


BOOMGAMING.COM

boomgaming.com
Password:
Password (confirm):






X


X
Boom Buddies










X
Boom Store
Close
:


Subscriptions




. .

 
Free





Silver

$9.95 USD/month



Gold

$19.95 USD/month



Platinum

$39.95 USD/month



6,000 BB 12,000 BB 18,000 BB 30,000 BB If you played yesterday Every day Every
day Every day 1,000 - 12,500 BB 2,000 - 25,000 BB 4,000 - 50,000 BB 8,000 -
100,000 BB 0 +10 +20 +20 No Yes Yes Yes No Yes Yes Yes No Yes Yes Yes 2 every 90
days 1 every 7 days 7 every 7 days Unlimited



X


X
Close

x

:


X


X


X


X
Balance History


:

BB




X
:



:
EMAIL:












:


Email addresses do not match

(OPTIONAL):
:
:



Uploads in progress...



X