ogdynasty.beatstars.com Open in urlscan Pro
2600:1f18:264f:c61f:b074:910d:a2ba:ca69  Public Scan

Submitted URL: http://ogdynasty.beatstars.com/
Effective URL: https://ogdynasty.beatstars.com/
Submission: On December 16 via api from US — Scanned from FR

Form analysis 4 forms found in the DOM

Name: searchProPageTracks

<form class="top-nav-search ng-pristine ng-valid" name="searchProPageTracks" ng-submit="searchMusic(keyword, 'slidingSearchMobile')" role="search"><button id="slidingSearchMobileBtn" aria-label="search button" class="md-button menu-btn" type="button"
    ng-click="slidingSearchFocus('slidingSearchMobile')"><i class="icon-search default-menu-link-color"></i></button>
  <div class="sliding-search-container main-menu-bg-color" ng-class="{'active': slidingSearchActive}"><span><i class="icon-search default-menu-link-color"></i></span> <input
      class="input-box main-menu-bg-color default-menu-link-color sliding-search ng-pristine ng-untouched ng-valid ng-empty" id="slidingSearchMobile" placeholder="Search beats" ng-blur="searchFocusedOff('slidingSearchMobile')" name="search_keyword"
      ng-model="keyword" autocomplete="off" type="search" aria-invalid="false"> <span><i class="icon-close default-menu-link-color" ng-click="searchFocusedOff('slidingSearchMobile')" role="button" tabindex="0"></i></span></div><button
    class="md-button primary-btn hide">SEARCH</button>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword, 'slidingSearchDesktop')" role="search" class="ng-pristine ng-valid">
  <div class="desktop-sliding-search" ng-class="{'active': slidingSearchActive}">
    <div class="input-container"><input class="input-box main-menu-bg-color desktop-search default-menu-link-color ng-pristine ng-untouched ng-valid ng-empty" id="slidingSearchDesktop" name="search_keyword" placeholder="Search beats"
        ng-model="keyword" ng-blur="searchFocusedOff('slidingSearchDesktop')" autocomplete="off" type="search" aria-invalid="false">
      <div ng-click="searchFocusedOff('slidingSearchDesktop')" class="search-close-button" role="button" tabindex="0"><i class="icon-close default-menu-link-color"></i></div>
    </div>
    <div class="search-open-button" ng-click="slidingSearchFocus('slidingSearchDesktop')" role="button" tabindex="0"><i class="icon-search default-menu-link-color"></i></div>
  </div><button class="hide" type="submit"></button>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" ng-if="pst.mainBg.main_buttons_type === 1" class="ng-pristine ng-valid ng-scope">
  <div id="home-search"><input class="desktop-search ng-pristine ng-untouched ng-valid ng-empty" ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()"
      name="search_keyword" ng-model="keyword" autocomplete="off" type="search" placeholder="What type of track are you looking for?" aria-invalid="false"> <button class="md-button primary-btn">SEARCH</button>
    <div class="search-auto-complete-results"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="contact-form ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
  <div layout-gt-sm="row" class="m-b-lg layout-gt-sm-row"><md-input-container class="md-block m-b-none m-r flex-gt-sm" flex-gt-sm=""><label class="primary-text-color md-required" for="input_0">YOUR NAME</label> <input required=""
        class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_0" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
        <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Your name is required.</div>
      </div>
    </md-input-container><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><label class="primary-text-color md-required" for="input_1">E-MAIL ADDRESS</label> <input required=""
        class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-model="contact.email" name="email" type="email"
        minlength="3" maxlength="100" ng-pattern="/^.+@.+\..+$/" autocomplete="off" id="input_1" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.email.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required', 'minlength', 'maxlength', 'pattern'] -->
        <div ng-message-exp="['required', 'minlength', 'maxlength', 'pattern']" class="md-input-message-animation ng-scope">Your email must be between 3 and 100 characters long and look like an e-mail address.</div>
      </div>
    </md-input-container></div><md-input-container class="md-block m-b-lg"><label class="primary-text-color md-required" for="input_2">SUBJECT</label> <input required=""
      class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="subject" ng-model="contact.subject" autocomplete="off" id="input_2" aria-invalid="true">
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Subject is required.</div>
    </div>
  </md-input-container><md-input-container class="md-block m-b-lg textarea-container"><label class="primary-text-color md-required" for="input_3">MESSAGE</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="1" md-select-on-focus=""
        autocomplete="off" id="input_3" aria-invalid="true" style="height: 30px;"></textarea>
      <div class="md-resize-handle" style="touch-action: pan-x;"></div>
    </div>
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.message.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Message is required.</div>
    </div>
  </md-input-container>
  <div layout-gt-sm="row" class="m-b-none btn-container layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><span ng-class="{'hide': !contactError}" class="text-danger ng-binding hide"><i class="fa fa-exclamation"></i> &nbsp; &nbsp; </span><button class="md-button primary-btn m-none btn-send">SEND
        MESSAGE</button></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




OG DYNASTY BEATS


SEARCH
About

Tracks

Albums

Videos

Memberships

Sound Kits

Services

Blog

Contact

Merchandise



0
$0.00
Log In

SEARCH

Featured Track  •  110BPM


SAVED HER

$32.99 IN CART
mooskitravis scott


 * TITLE TIME BPM TAGS

   
 * 
   Hustle In Me Part 4 04:55 134 rick ross type beat drake type beat $32.99 IN
   CART
   
 * 
   No Relation 04:26 152 chicago drill beats star bandz type beat $32.99 IN CART
   
 * 
   Saved By 04:51 133 lil yachty type beat loe shimmy type beat $32.99 IN CART
   
 * 
   Free Of It 03:36 179 loe shimmy type beat kodak black type beat $32.99 IN
   CART
   
 * 
   Tonights The Night 05:38 120 summer walker type beat hunxho type beats $32.99
   IN CART
   
 * 
   Love For Love 05:33 95 90s rnb old school rnb $32.99 IN CART
   
 * 
   2AM In Greensboro 04:23 150 bryson tiller type beat drake type beat $39.99 IN
   CART
   
 * 
   Star For Life 03:44 179 el snappo type beats luh tyler type beats $32.99 IN
   CART
   
 * 
   When She Clap 04:45 154 bossman dlow type beats ytb fatt type beat $32.99 IN
   CART
   
 * 
   Do It Again 05:56 110 pop beat alternative beats $32.99 IN CART
   
 * 
   Kenobi 04:30 160 bossman dlow type beats icewear vezzo type beats $32.99 IN
   CART
   
 * 
   Motion For Life 03:56 100 wizz havinn type beats luh tyler type beats $32.99
   IN CART
   
 * 
   Spiderman 04:50 155 bossman dlow type beat smooth florida beats $32.99 IN
   CART
   
 * 
   Venom 03:53 133 lil yachty type beat veeze type beats $32.99 IN CART
   
 * 
   Meow 03:47 170 latto type beat flo milli type beat $39.99 IN CART
   
 * 
   Hustle In Me 04:55 134 rick ross type beat travis scott type beat $32.99 IN
   CART
   
 * 
   Squirtle 04:43 140 latto type beat jt type beat $39.99 IN CART
   
 * 
   Time Went By 04:36 140 young dolph type beats key glock type beat $32.99 IN
   CART
   
 * 
   Blink Twice 03:39 177 babytron type beat detroit beats $32.99 IN CART
   
 * 
   Liu Kang Or Jackie Chan 05:13 126 sexyy red type beat key glock type beat
   $39.99 IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
BASIC LICENSE $32.99MAKE AN OFFER MP3 File ONLY OG Dynasty Can Still Resell This
Beat To Other Customers Even After Your Purchase Non-Exclusive
• Includes MP3 File Of Beat Only

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 1 FREE!BUY 2 TRACKS, GET 2 FREE!BUY 3 TRACKS, GET 3
FREE!BUY 4 TRACKS, GET 4 FREE!BUY 5 TRACKS, GET 5 FREE!
POPULAR
STANDARD (MP3 + WAV) $49.95MAKE AN OFFER MP3 & WAV Files For The Beat
Non-Exclusive
• Includes MP3 File & WAV File (WAV File is High Quality Format)

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 1 FREE!BUY 2 TRACKS, GET 2 FREE!BUY 3 TRACKS, GET 3
FREE!BUY 4 TRACKS, GET 4 FREE!BUY 5 TRACKS, GET 5 FREE!
POPULAR
BEST (ALL STEM FILES) $79.95MAKE AN OFFER Trackouts + WAV + MP3 (ALL STEM FILES)
• Includes Trackouts + WAV + MP3 (ALL STEM FILES)

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 1 FREE!BUY 2 TRACKS, GET 2 FREE!BUY 3 TRACKS, GET 3
FREE!BUY 4 TRACKS, GET 4 FREE!BUY 5 TRACKS, GET 5 FREE!
POPULAR
EXCLUSIVE OWNERSHIP ~MAKE AN OFFER Exclusive Ownership Includes Trackout + WAV +
MP3 (ALL STEM FILES)
• Exclusive Ownership
• Includes Trackout + WAV + MP3 (ALL STEM FILES)

READ LICENSE




OG DYNASTY BEATS

1,290 subscribers


TOTAL VIEWS

242,326


VIDEOS

1,076

SUBSCRIBE


CONTACT

YOUR NAME

Your name is required.
E-MAIL ADDRESS

Your email must be between 3 and 100 characters long and look like an e-mail
address.
SUBJECT

Subject is required.
MESSAGE


Message is required.

    SEND MESSAGE

Home About Tracks Albums Videos Memberships Sound Kits Services Blog Contact
Merchandise




THANK YOU FOR YOUR BUSINESS !





 * Home
 * Tracks
 * Albums
 * Videos
 * Sound Kits
 * Merchandise

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy
 * YouTube Terms of Service


$0.00 IN CART

NaN


saving Lyrics, please wait...