www.phantommelody.com Open in urlscan Pro
52.206.159.80  Public Scan

Submitted URL: http://www.phantommelody.com/
Effective URL: https://www.phantommelody.com/
Submission: On February 21 via api from US — Scanned from DE

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




SEARCH
About

Tracks

Albums

Videos

Merchandise

Memberships

Sound Kits

Services

Blog

Contact



0
$0.00
Log In

SEARCH

Featured Track  •  181BPM


GOLD RUN

$10.00 IN CART
Hip Hop BeatbcGhost


 * TITLE TIME BPM TAGS

   
 * 
   Plays On Plays 02:26 161 Trap Beat Hip Hop Beat $10.00 IN CART
   
 * 
   One More Time 03:38 110 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 
   Ride 03:20 120 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 
   Gold Run 02:10 181 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 
   Last Fight 02:52 138 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 
   Memories 03:38 145 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 
   Late Nights 02:42 145 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 
   Fighting Highs 03:50 102 Hip Hop Trap Beats that Bump $10.00 IN CART
   
 * 
   Straight Hitter 02:22 167 bcGhost Trap $10.00 IN CART
   
 * 
   Come Get It 03:39 142 808 bcGhost $10.00 IN CART
   
 * 
   Catch Up - Freestyle Beat 02:49 93 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 
   Coming For You 03:56 140 Trap Beat bcGhost $10.00 IN CART
   
 * 
   Cocaine 02:46 140 808 bcGhost $10.00 IN CART
   
 * 
   Bag Grab 02:45 141 808 Trap Beat $10.00 IN CART
   
 * 
   Bounce 02:42 167 808 bcGhost $10.00 IN CART
   
 * 
   Finally Here 02:58 147 808 bcGhost $10.00 IN CART
   
 * 
   Cursed 03:47 112 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 
   Not For You 03:10 164 Hip Hop Beat Trap $10.00 IN CART
   
 * 
   Dark Soul 03:26 152 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 
   Creep 03:35 135 808 Hip Hop Beat $10.00 IN CART
   

BROWSE ALL TRACKS


TRACK LIST EDIT





LICENSING INFO EDIT

POPULAR
Wav $50.00 MAKE AN OFFER Let’s make a Song, This is a basic Lease for Song
Creation. (All Beats are Tagged)

READ LICENSE
Bulk deals: BUY 1, GET 4 FREEBUY 2, GET 8 FREEBUY 4, GET 12 FREE
POPULAR
Unlimited $100.00 MAKE AN OFFER Let’s make a Song, This is an Unlimited Lease
for Song Creation. (All Beats are Tagged)

READ LICENSE
Bulk deals: BUY 1, GET 2 FREEBUY 2, GET 6 FREEBUY 4, GET 10 FREE
POPULAR
Mp3 $10.00 MAKE AN OFFER Let’s make a Song, This is a basic Lease for Song
Creation. (All Beats are Tagged)

READ LICENSE
Bulk deals: BUY 1, GET 4 FREEBUY 2, GET 8 FREEBUY 4, GET 12 FREE
POPULAR
Exclusive $500.00 MAKE AN OFFER Want a beat that no one else has ?

READ LICENSE




SERVICES EDIT

Budget Exclusive Beat Just give me your budget on a beat, and ... Mixing &
Master Mixing and Mastering Need help Mixing and mastering your trac ... Custom
Exclusive Beat ++Custom Orders:++ What's Good Fam? Ar ...

BROWSE ALL SERVICES


MEMBERSHIPS VIEW

RECOMMENDED
Ghost Family Membership $40.00 Monthly
• 30 Un-tagged MP3 Sample Track Downloads• 10 Free Download(s) per Month of
Track(s) with Unlimited License• 2 Free Download(s) per Month of Album(s) with
Unlimited License• 15 Free Sound Kit Downloads per Month
JOIN NOW
Plan details: This Membership gives Singers/Rappers 30 free Sample Tracks, with
10 Unlimited Leases, and or 2 Unlimited Album Leases per month.
For Producers this Membership gives 15 Sound Kits per month, and you can Remix
any of My Beats (if you Remix a Beat send it to My email, I would love to hear
it).
Any questions contact Me through My Instagram (@bcghost1) and or My email
(bcghost1285@gmail.com)



BCGHOST

6 subscribers


TOTAL VIEWS

278


VIDEOS

41

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 Merchandise Memberships Sound Kits Services Blog
Contact



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

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy


$0.00 IN CART

NaN

   
 * 1
   
   Plays On Plays 02:26 Trap Beat Hip Hop Beat $10.00 IN CART
   
 * 2
   
   One More Time 03:38 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 3
   
   Ride 03:20 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 4
   
   Gold Run 02:10 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 5
   
   Last Fight 02:52 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 6
   
   Memories 03:38 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 7
   
   Late Nights 02:42 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 8
   
   Fighting Highs 03:50 Hip Hop Trap Beats that Bump $10.00 IN CART
   
 * 9
   
   Straight Hitter 02:22 bcGhost Trap $10.00 IN CART
   
 * 10
   
   Come Get It 03:39 808 bcGhost $10.00 IN CART
   
 * 11
   
   Catch Up - Freestyle Beat 02:49 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 12
   
   Coming For You 03:56 Trap Beat bcGhost $10.00 IN CART
   
 * 13
   
   Cocaine 02:46 808 bcGhost $10.00 IN CART
   
 * 14
   
   Bag Grab 02:45 808 Trap Beat $10.00 IN CART
   
 * 15
   
   Bounce 02:42 808 bcGhost $10.00 IN CART
   
 * 16
   
   Finally Here 02:58 808 bcGhost $10.00 IN CART
   
 * 17
   
   Cursed 03:47 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 18
   
   Not For You 03:10 Hip Hop Beat Trap $10.00 IN CART
   
 * 19
   
   Dark Soul 03:26 Hip Hop Beat bcGhost $10.00 IN CART
   
 * 20
   
   Creep 03:35 808 Hip Hop Beat $10.00 IN CART
   

saving Lyrics, please wait...