myspace.com Open in urlscan Pro
34.111.176.156  Public Scan

Submitted URL: http://de.myspace.com/
Effective URL: https://myspace.com/
Submission: On November 15 via api from US — Scanned from DE

Form analysis 11 forms found in the DOM

Name: people-search

<form name="people-search">
  <header>
    <h3>Date, Network, and Connect with People</h3>
  </header>
  <div class="profile-search-container">
    <input type="text" name="profile-search" placeholder="Enter a Name or Artist..." autocomplete="off">
  </div>
  <div>
    <span>or</span>
    <select name="roles" id="roles">
      <option name="Profile Type" value="None">Profile Type</option>
      <option name="Musician" value="Musician">Musician</option>
      <option name="Designer" value="Designer">Designer</option>
      <option name="Photographer" value="Photographer">Photographer</option>
      <option name="Artist" value="Artist">Artist</option>
      <option name="DJ / Producer" value="DJ">DJ / Producer</option>
      <option name="Blogger" value="Blogger">Blogger</option>
      <option name="Filmmaker" value="Filmmaker">Filmmaker</option>
      <option name="Writer" value="Writer">Writer</option>
      <option name="Comedian" value="Comedian">Comedian</option>
      <option name="Actor" value="Actor">Actor</option>
      <option name="Model" value="Model">Model</option>
      <option name="Promoter" value="Promoter">Promoter</option>
      <option name="Venue" value="Venue">Venue</option>
      <option name="Brand" value="Brand">Brand</option>
      <option name="Developer" value="Developer">Developer</option>
      <option name="Entrepreneur" value="Entrepreneur">Entrepreneur</option>
      <option name="Curator" value="Curator">Curator</option>
      <option name="Dancer" value="Dancer">Dancer</option>
      <option name="Athlete" value="Athlete">Athlete</option>
      <option name="Activist" value="Activist">Activist</option>
      <option name="Entertainer" value="Entertainer">Entertainer</option>
    </select>
  </div>
  <div>
    <select name="genres" id="genres">
      <option name="All Genres" value="0">All Genres</option>
      <option name="Pop" value="1012254">Pop</option>
      <option name="Rap &amp; Hip-Hop" value="1002816">Rap &amp; Hip-Hop</option>
      <option name="Rock" value="1000001">Rock</option>
      <option name="Country" value="1002532">Country</option>
      <option name="Latin" value="1002692">Latin</option>
      <option name="R&amp;B" value="1002809">R&amp;B</option>
      <option name="Electronic" value="1002572">Electronic</option>
      <option name="Alternative/Indie Rock" value="1012230">Alternative/Indie Rock</option>
      <option name="Metal" value="1002721">Metal</option>
      <option name="Reggae" value="1002820">Reggae</option>
      <option name="Blues" value="1002467">Blues</option>
      <option name="Religious" value="1004431">Religious</option>
      <option name="Jazz" value="1002674">Jazz</option>
      <option name="Classical" value="1002521">Classical</option>
      <option name="Folk" value="1002592">Folk</option>
    </select>
  </div>
  <div>
    <select name="genders" id="genders">
      <option name="Gender" value="0">Gender</option>
      <option name="Male" value="1">Male</option>
      <option name="Female" value="2">Female</option>
    </select>
  </div>
  <div>
    <input type="text" name="location" id="location" placeholder="Enter City or Zip..." autocomplete="off">
  </div>
  <div>
    <div id="age" class="age-filter">
      <span>Age</span>
      <div id="age-range">
        <div class="currentRange" style="left: 0px; right: 0px;"></div>
        <div class="leftGrip grip" data-value="18" style="left: 0px;">
          <span>18</span>
        </div>
        <div class="rightGrip grip" data-value="51" style="left: 0px;">
          <span>50+</span>
        </div>
      </div>
    </div>
  </div>
  <footer>
    <button class="primary" type="submit">Search</button>
  </footer>
</form>

<form>
  <input type="text" name="q" id="q" autocomplete="off" data-tour-id="searchinput">
</form>

Name: signInFormPOST /ajax/account/signin

<form class="signInForm" id="signInForm" method="POST" action="/ajax/account/signin" name="signInForm" novalidate="novalidate">
  <input name="csrf" type="hidden"
    value="NjllNWZjZjIyOTRhM2Y4ZMOTwpTDin1DwqtSw6zCu2/CgmUrwq5OaDBJw6nCnhdDc3FeNsKzwrnDmAXDsFDDsR7CpQsRwpXDqsO1bnU5w5U3wrrDtMK+a8Ocw4TDsMOJXiXDmcK9EsK+w79Jw6XCuCLDs8KrwqxAYynCm18xQSg0fMK0Q8O2w4UfCMOtDcKNwpvDmSHDqE/CnS3DrsORG8KXThsGHcKaRcKlQcOWKkfCp8OiwqTDpQ%3D%3D">
  <div>
    <aside class="thirdParty">
      <button class="facebook massive" data-provider="facebook" type="button"><i class="facebook_170"></i>
        <p>Facebook</p>
      </button>
      <button class="twitter massive" data-provider="twitter" type="button"><i class="twitter_170"></i>
        <p>Twitter</p>
      </button>
    </aside>
    <fieldset class="errorContainer">
      <div class="control-group">
        <div class="control email">
          <label for="login.email">Email or Username</label>
          <input type="text" id="login.email" name="email" required="required" data-err-req-message="Please enter your username or email.">
          <span class="tipHolder"></span>
        </div>
      </div>
      <div class="control-group">
        <div class="control password">
          <label for="login.password">Password</label>
          <input type="password" id="login.password" name="password" required="required" data-err-req-message="Please enter a password.">
          <span class="tipHolder"></span>
        </div>
      </div>
      <div class="control-group">
        <a class="help" href="#">Forgot password?</a>
        <label class="rememberMe"><input class="msCheckbox white left" id="staySignedIn" type="checkbox" name="rememberMe" checked="checked"><span></span> Keep me signed in</label>
      </div>
      <input type="hidden" name="pageId" value="">
      <p class="genericError tipHolder"></p>
    </fieldset>
  </div>
  <footer class="formFooter">
    <button type="submit" form="signInForm" class="primary">Sign In</button>
  </footer>
  <div class="leaderboard"></div>
</form>

POST /ajax/account/forgotpassword

<form id="loginhelp_form" action="/ajax/account/forgotpassword" method="POST">
  <div>
    <aside>
      <i class="emaillogin forgot_login_70 massive"></i>
    </aside>
    <aside class="instructions">
      <p>Enter your email or username. We'll email instructions on how to reset your password.</p>
      <p>
        <strong>Need help?</strong> Learn more about how to <a href="https://myspace.zendesk.com/hc/en-us/sections/200421370-Log-in" target="_blank">retrieve an existing account.</a>
      </p>
    </aside>
    <fieldset class="errorContainer">
      <div class="control-group email">
        <div class="msRadio white">
          <input id="loginhelp_email" type="radio" name="remindoption" value="em" checked="">
          <label for="loginhelp_email"><span>Your email</span>
            <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> The email you used to create your account. <span></span>
                </span>
              </span>
            </span>
          </label>
        </div>
        <div class="control">
          <input type="email" name="email" required="required" data-err-req-message="Please enter your email." data-err-type-message="Please enter a valid email.">
          <p class="tipHolder"></p>
        </div>
      </div>
      <div class="control-group username">
        <div class="msRadio white">
          <input id="loginhelp_username" type="radio" name="remindoption" value="un">
          <label for="loginhelp_username"><span>Username</span>
            <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> The last part of your Myspace URL. Ex: myspace.com/<strong>username</strong>
                  <span></span>
                </span>
              </span>
            </span>
          </label>
        </div>
        <div class="control">
          <input type="text" name="username" required="required" data-err-req-message="Please enter your username.">
          <p class="tipHolder"></p>
        </div>
      </div>
      <div class="control-group captcha">
        <div class="control">
          <div class="captcha-container unfocusable"></div>
          <p class="tipHolder"></p>
        </div>
      </div>
      <p class="genericError tipHolder"></p>
    </fieldset>
  </div>
  <footer class="formFooter">
    <button class="back" type="button">Back</button>
    <button class="primary" type="submit" form="loginhelp_form" disabled="disabled">Submit</button>
  </footer>
  <div class="leaderboard"></div>
</form>

<form>
  <div>
    <aside>
      <i class="emaillogin forgot_login_70 massive"></i>
    </aside>
    <aside class="instructions">
      <p>We've emailed you instructions on how to reset your password. If you don't see it, don't forget to check your spam folder.</p>
      <p>Still didnt get it? Go <a href="https://myspace.zendesk.com/hc/en-us/sections/200421370-Log-in" target="_blank">here</a>.</p>
    </aside>
  </div>
  <footer class="formFooter">
    <button class="primary" form="loginhelp_form">Go to Sign In</button>
  </footer>
</form>

POST /ajax/account/signin

<form method="POST" action="/ajax/account/signin">
  <input name="csrf" type="hidden"
    value="NjllNWZjZjIyOTRhM2Y4ZMOTwpTDin1DwqtSw6zCu2/CgmUrwq5OaDBJw6nCnhdDc3FeNsKzwrnDmAXDsFDDsR7CpQsRwpXDqsO1bnU5w5U3wrrDtMK+a8Ocw4TDsMOJXiXDmcK9EsK+w79Jw6XCuCLDs8KrwqxAYynCm18xQSg0fMK0Q8O2w4UfCMOtDcKNwpvDmSHDqE/CnS3DrsORG8KXThsGHcKaRcKlQcOWKkfCp8OiwqTDpQ%3D%3D">
  <div class="tipHolder"></div>
  <p class="email">
    <span class="tipHolder"></span>
    <label for="loginPrompt.email">Email or Username</label>
    <input type="text" id="loginPrompt.email" name="email" required="required" data-err-req-message="Please enter your username or email.">
  </p>
  <p class="password">
    <span class="tipHolder"></span>
    <label for="loginPrompt.password">Password <a class="help">Forgot login?</a></label>
    <input type="password" id="loginPrompt.password" name="password" required="required" data-err-req-message="Please enter a password.">
  </p>
  <input type="submit" class="hidden" value="">
</form>

POST /ajax/account/signup

<form class="signupForm" id="signupEmailForm" method="POST" action="/ajax/account/signup">
  <div>
    <aside>
      <i class="emaillogin email_170 massive">Email</i>
    </aside>
    <fieldset class="errorContainer">
      <div class="control-group inline">
        <div class="control fullName">
          <label for="signupEmailFullName">Full Name <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> This is how you’ll be known on Myspace. Most people use their real name. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="text" id="signupEmailFullName" name="fullName" required="required" value="" data-err-req-message="Don't forget to enter your full name." maxlength="50">
          <p class="tipHolder"></p>
        </div>
        <div class="control gender">
          <label for="signupEmailGender">Select Gender <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> This helps us keep people, musicians and brands searchable on Myspace. <span></span>
                </span>
              </span>
            </span>
          </label>
          <select id="signupEmailGender" name="gender" required="required" data-err-req-message="Please select your gender.">
            <option value="" selected="selected" disabled="disabled">Please select</option>
            <option value="Female">Female</option>
            <option value="Male">Male</option>
            <option value="NotApplicable">Unspecified</option>
          </select>
          <p class="tipHolder"></p>
        </div>
      </div>
      <div class="control-group inline">
        <div class="control username">
          <label for="signupEmailUsername">Username <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> This is your profile URL. Pick one that's 25 characters or less and includes a letter. You can throw in numbers, dots and dashes, too. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="text" id="signupEmailUsername" name="username" required="required" maxlength="25" value="" data-err-req-message="Don't forget to pick a username.">
          <p class="tipHolder"></p>
        </div>
        <div class="control password">
          <label for="signupEmailPassword">Password <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Pick one that's hard-to-crack, only known by you, and at least 6 characters long. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="password" id="signupEmailPassword" name="password" required="required" data-err-req-message="Don't forget to pick a secure password.">
          <p class="tipHolder"></p>
        </div>
      </div>
      <div class="control-group inline">
        <div class="control email">
          <label for="signupEmailEmail">Email <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Use this to log in to your account, receive notifications and get handy updates from us. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="text" id="signupEmailEmail" name="email" required="required" value="" data-err-req-message="Don't forget to enter an email address.">
          <p class="tipHolder"></p>
        </div>
        <div class="dob control control-group inline">
          <label for="signupEmailDobMonth">Date of Birth <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Please enter the account owner's birth date here. <span></span>
                </span>
              </span>
            </span>
          </label>
          <p class="tipHolder"></p>
          <div class="control">
            <input type="text" maxlength="2" name="birthMonth" placeholder="MM" id="signupEmailDobMonth" required="required" pattern="^((0?[1-9])|(1[0-2]))$" value="" data-err-req-message="Please enter a month"
              data-err-patn-message="Please enter valid month">
            <p class="tipHolder"></p>
          </div>
          <div class="control">
            <input type="text" maxlength="2" name="birthDay" placeholder="DD" id="signupEmailDobDay" required="required" pattern="^((0?[1-9])|([1-2][0-9])|(3[0-1]))$" value="" data-err-req-message="Please enter a day"
              data-err-patn-message="Please enter valid day">
            <p class="tipHolder"></p>
          </div>
          <div class="control">
            <input type="text" maxlength="4" name="birthYear" placeholder="YYYY" id="signupEmailDobYear" required="required" pattern="^((19[0-9][0-9])|(20[0-9][0-9]))$" value="" data-err-req-message="Please enter a year"
              data-err-patn-message="Please enter valid year">
            <p class="tipHolder"></p>
          </div>
        </div>
      </div>
      <div class="control-group inline">
        <div class="control zipcode">
          <label for="signupEmailZipcode">Zip Code <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Please enter your zip code here. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="text" maxlength="5" id="signupEmailZipcode" name="zipcode" required="required" pattern="(\d{5})" value="" data-err-req-message="Don't forget to enter your zip code." data-err-patn-message="Please enter a valid zip code.">
          <p class="tipHolder"></p>
        </div>
      </div>
      <p class="genericError tipHolder"></p>
      <input type="hidden" name="provider" value="MySpace">
      <input type="hidden" name="residenceCityLocationId" value="">
      <input type="hidden" name="residencePostalCodeLocationId" value="">
      <div class="control-group captcha">
        <div class="control">
          <div class="captcha-container unfocusable"></div>
          <p class="tipHolder"></p>
        </div>
      </div>
    </fieldset>
  </div>
  <footer class="formFooter">
    <div class="tos">
      <input type="checkbox" name="agreeTOS" required="required">
      <p>I acknowledge that I have read and accept the <a href="/pages/terms" target="_blank">Terms of Use
		Agreement</a> and consent to the <a href="/pages/privacy" target="_blank">Privacy Policy</a> and <a href="/pages/videoprivacy" target="_blank">Video Privacy Policy</a>.</p>
    </div>
    <button type="submit" form="signupEmailForm" class="primary" disabled="">Create Account</button>
  </footer>
</form>

POST /ajax/account/signup

<form class="signupForm" id="signupFacebookForm" method="POST" action="/ajax/account/signup">
  <div>
    <aside>
      <i class="facebook facebook_170">Facebook</i>
    </aside>
    <fieldset class="errorContainer">
      <div class="control-group inline">
        <div class="control username">
          <label for="signupFacebookUsername">Username <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> This is your profile URL. We based it off your Facebook details. But you can pick one that's 25 characters or less and includes a letter. Numbers, dots and dashes are ok, too. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input id="signupFacebookUsername" name="username" type="text" maxlength="25" value="" required="required" data-err-req-message="Don't forget to pick a username.">
          <p class="tipHolder"></p>
        </div>
        <div class="control gender">
          <label for="signupFacebookGender">Gender <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> This helps us keep people, musicians and brands searchable on Myspace. <span></span>
                </span>
              </span>
            </span>
          </label>
          <select id="signupFacebookGender" name="gender" required="required" data-err-req-message="Please select your gender.">
            <option value="" selected="selected" disabled="disabled">Select one</option>
            <option value="Female">Female</option>
            <option value="Male">Male</option>
            <option value="NotApplicable">Unspecified</option>
          </select>
          <p class="tipHolder"></p>
        </div>
      </div>
      <div class="control-group inline">
        <div class="control email">
          <label for="signupFacebookEmail">Email <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Use this to log in to your account, receive notifications and get handy updates from us. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="text" id="signupFacebookEmail" name="email" required="required" value="" data-err-req-message="Don't forget to enter an email address.">
          <p class="tipHolder"></p>
        </div>
        <div class="control password">
          <label for="signupFacebookPassword">Password <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Pick one that's hard-to-crack, only known by you, and at least 6 characters long. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="password" id="signupFacebookPassword" name="password" required="required" data-err-req-message="Don't forget to pick a secure password.">
          <p class="tipHolder"></p>
        </div>
      </div>
      <div class="control-group inline">
        <div class="control zipcode">
          <label for="signupFacebookZipcode">Zip Code <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Please enter your zip code here. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="text" maxlength="5" id="signupFacebookZipcode" name="zipcode" required="required" pattern="(\d{5})" value="" data-err-req-message="Don't forget to enter your zip code." data-err-patn-message="Please enter a valid zip code.">
          <p class="tipHolder"></p>
        </div>
      </div>
      <div class="control-group inline checkboxes">
        <div class="control">
          <label><input class="msCheckbox white left" type="checkbox" name="autoConnect" checked="checked"><span></span> Connect me to Facebook friends and artists on Myspace <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> You may already know people on Myspace. If we find matches from your Facebook friends, we'll connect you to them right away. <span></span>
                </span>
              </span>
            </span>
          </label>
        </div>
        <div class="control">
          <label><input class="msCheckbox white left" type="checkbox" name="tellMyFriends" checked="checked"><span></span> Tell my friends about Myspace <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Let your Facebook friends know you’re on Myspace with an update. <span></span>
                </span>
              </span>
            </span>
          </label>
        </div>
      </div>
      <p class="tipHolder"></p>
      <input type="hidden" name="token" value="">
      <input type="hidden" name="externalId" value="">
      <input type="hidden" name="image" value="">
      <input type="hidden" name="birthMonth" value="">
      <input type="hidden" name="birthDay" value="">
      <input type="hidden" name="birthYear" value="">
      <input type="hidden" name="fullName" value="">
      <input type="hidden" name="residenceCityLocationId" value="">
      <input type="hidden" name="residencePostalCodeLocationId" value="">
      <input type="hidden" name="provider" value="Facebook">
      <p class="genericError tipHolder"></p>
      <div class="control-group inline captcha">
        <div class="control">
          <div class="captcha-container unfocusable"></div>
          <p class="tipHolder"></p>
        </div>
      </div>
    </fieldset>
  </div>
  <footer class="formFooter">
    <div class="tos">
      <input type="checkbox" name="agreeTOS" required="required">
      <p>I acknowledge that I have read and accept the <a href="/pages/terms" target="_blank">Terms of Use
		Agreement</a> and consent to the <a href="/pages/privacy" target="_blank">Privacy Policy</a> and <a href="/pages/videoprivacy" target="_blank">Video Privacy Policy</a>.</p>
    </div>
    <button type="submit" form="signupFacebookForm" class="primary" disabled="">Create Account</button>
  </footer>
</form>

POST /ajax/account/signup

<form class="signupForm" id="signupTwitterForm" method="POST" action="/ajax/account/signup">
  <div>
    <aside>
      <i class="twitter twitter_170">Twitter</i>
    </aside>
    <fieldset class="errorHolder">
      <div class="control-group inline">
        <div class="control username">
          <label for="signupTwitterUsername">Username <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> This is your profile URL. We based it off your Twitter details. But you can pick one that's 25 characters or less and includes a letter. Numbers, dots and dashes are ok, too. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input id="signupTwitterUsername" name="username" type="text" value="" maxlength="25" required="required" data-err-req-message="Don't forget to pick a username.">
          <p class="tipHolder"></p>
        </div>
        <div class="dob control control-group inline">
          <label for="signupTwitterDobMonth">Date of Birth <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Please enter the account owner's birth date here. <span></span>
                </span>
              </span>
            </span>
          </label>
          <p class="tipHolder"></p>
          <div class="control">
            <input type="text" maxlength="2" name="birthMonth" placeholder="MM" id="signupTwitterDobMonth" required="required" pattern="^((0?[1-9])|(1[0-2]))$" value="" data-err-req-message="Please enter a month"
              data-err-patn-message="Please enter a valid month">
            <p class="tipHolder"></p>
          </div>
          <div class="control">
            <input type="text" maxlength="2" name="birthDay" placeholder="DD" id="signupTwitterDobDay" required="required" pattern="^((0?[1-9])|([1-2][0-9])|(3[0-1]))$" value="" data-err-req-message="Please enter a day"
              data-err-patn-message="Please enter a valid day">
            <p class="tipHolder"></p>
          </div>
          <div class="control">
            <input type="text" maxlength="4" name="birthYear" placeholder="YYYY" id="signupTwitterDobYear" required="required" pattern="^((19[0-9][0-9])|(20[0-9][0-9]))$" value="" data-err-req-message="Please enter a year"
              data-err-patn-message="Please enter a valid year">
            <p class="tipHolder"></p>
          </div>
        </div>
        <div class="control gender">
          <label for="signupTwitterGender">Gender <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> This helps us keep people, musicians and brands searchable on Myspace. <span></span>
                </span>
              </span>
            </span>
          </label>
          <select id="signupTwitterGender" name="gender" required="required" data-err-req-message="Please select your gender.">
            <option value="" selected="selected" disabled="disabled">Select one</option>
            <option value="Female">Female</option>
            <option value="Male">Male</option>
            <option value="NotApplicable">Unspecified</option>
          </select>
          <p class="tipHolder"></p>
        </div>
      </div>
      <div class="control-group inline">
        <div class="control email">
          <label for="signupTwitterEmail">Email <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Use this to log in to your account, receive notifications and get handy updates from us. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="text" id="signupTwitterEmail" name="email" required="required" value="" data-err-req-message="Don't forget to enter an email address.">
          <p class="tipHolder"></p>
        </div>
        <div class="control password">
          <label for="signupTwitterPassword">Password <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Pick one that's hard-to-crack, only known by you, and at least 6 characters long. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="password" id="signupTwitterPassword" name="password" required="required" data-err-req-message="Don't forget to pick a secure password.">
          <p class="tipHolder"></p>
        </div>
        <div class="control zipcode">
          <label for="signupTwitterZipcode">Zip Code <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Please enter your zip code here. <span></span>
                </span>
              </span>
            </span>
          </label>
          <input type="text" maxlength="5" id="signupTwitterZipcode" name="zipcode" required="required" pattern="(\d{5})" value="" data-err-req-message="Don't forget to enter your zip code." data-err-patn-message="Please enter a valid zip code.">
          <p class="tipHolder"></p>
        </div>
      </div>
      <div class="control-group inline checkboxes">
        <div class="control">
          <label><input class="msCheckbox white left" type="checkbox" name="autoConnect" checked="checked"><span></span> Connect me to people I follow on Twitter <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> You may already know people on Myspace. If we find matches from the people you follow on Twitter, we'll connect you to them right away. <span></span>
                </span>
              </span>
            </span>
          </label>
        </div>
        <div class="control">
          <label><input class="msCheckbox white left" type="checkbox" name="tellMyFriends" checked="checked"><span></span> Tell my followers about Myspace <span class="helptip csstip">
              <b>?</b>
              <span class="top   ">
                <span> Let your followers know you're on Myspace with a Tweet. <span></span>
                </span>
              </span>
            </span>
          </label>
        </div>
      </div>
      <p class="tipHolder"></p>
      <input type="hidden" name="token" value="">
      <input type="hidden" name="externalId" value="">
      <input type="hidden" name="image" value="">
      <input type="hidden" name="fullName" value="">
      <input type="hidden" name="residenceCityLocationId" value="">
      <input type="hidden" name="residencePostalCodeLocationId" value="">
      <input type="hidden" name="provider" value="Twitter">
      <p class="genericError tipHolder"></p>
      <div class="control-group inline captcha">
        <div class="control">
          <div class="captcha-container unfocusable"></div>
          <p class="tipHolder"></p>
        </div>
      </div>
    </fieldset>
  </div>
  <footer class="formFooter">
    <div class="tos">
      <input type="checkbox" name="agreeTOS" required="required">
      <p>I acknowledge that I have read and accept the <a href="/pages/terms" target="_blank">Terms of Use
		Agreement</a> and consent to the <a href="/pages/privacy" target="_blank">Privacy Policy</a> and <a href="/pages/videoprivacy" target="_blank">Video Privacy Policy</a>.</p>
    </div>
    <button type="submit" form="signupTwitterForm" class="primary" disabled="">Create Account</button>
  </footer>
</form>

<form>
  <div>
    <div class="search">
      <input type="text" name="search" placeholder="Type friend's name">
      <i class="search_12"></i>
    </div>
    <div class="message">
      <textarea name="message" placeholder="Send a message (optional)"></textarea>
      <div class="messageMedia dotted top"></div>
    </div>
  </div>
  <footer>
    <button type="submit" class="primary">SEND</button>
  </footer>
  <input type="hidden" name="recipient" value="">
  <input type="hidden" name="media" value="">
</form>

Name: superpost_formPOST /ajax/stream/superpost

<form action="/ajax/stream/superpost" method="POST" name="superpost_form">
  <div>
    <div class="postControl">
      <div placeholder="What's the latest?" contenteditable="true" class="textarea"></div>
    </div>
    <aside class="dotted top">
      <div class="superpost_selectedLink"></div>
      <ul class="attachments">
        <li class="song dotted right">
          <i class="post_song"></i>
          <p>
            <input type="text" autocomplete="off" name="superpost_song" class="superpost_song" placeholder="Add a song">
            <i class="x_14">remove</i>
          </p>
          <div class="superpost_shareContainer slat medium"></div>
        </li>
        <li class="photo dotted right">
          <i class="post_photo"></i>
          <p>
            <button type="button"></button>
          </p>
          <div class="superpostPhotoUploader">
            <input name="superpostPhotoFile" id="superpostPhotoFile" type="file" title="Select a photo to upload" size="1">
            <div class="photoUploadDropdown">
              <button type="button" data-action="webcam">Camera</button>
              <span> File Upload <input name="superpostPhotoFile" type="file" title="Select a photo to upload" size="1">
              </span>
            </div>
          </div>
        </li>
        <li class="video dotted right">
          <i class="post_video"></i>
          <p>
            <button type="button">Upload Video</button>
          </p>
          <div class="superpostVideoUploader">
            <input name="superpostVideoFile" id="superpostVideoFile" type="file" title="Select a video to upload" size="1">
          </div>
        </li>
        <li class="location">
          <i class="post_location"></i>
          <p>
            <input type="text" autocomplete="off" class="superpost_location" name="superpost_location" placeholder="Add Location">
            <i class="x_14">remove</i>
          </p>
        </li>
      </ul>
    </aside>
  </div>
  <p class="error"></p>
</form>

Text Content

Myspace
Search


DISCOVER

 * Featured
 * Music
 * Videos
 * People

Sign up Sign in
Help Site Info
Privacy Terms
Ad Opt-Out
Do-Not-Sell My Personal Information

A part of the People / Entertainment Weekly Network.
 * Report Abuse

© 2014 Myspace LLC.
All rights reserved


Prev Article
Next Article
NEWS


THOM YORKE SURPRISE-RELEASES NEW SONG ‘5.17’


NEWS


CHARLI XCX SHARES FULL ‘CRASH’ TRACK LISTING


NEWS


FLY ANAKIN CARVES HIS OWN LANE ON FRANK


NEWS


RAMMSTEIN SHARE POWERFUL NEW BALLAD ‘ZEIT’ AND UNVEIL NEW ALBUM


NEWS


DEFTONES PART WAYS WITH BASSIST SERGIO VEGA


NEWS


YEAH YEAH YEAHS TEASE FIRST NEW MUSIC IN MORE THAN NINE YEARS



 * Katelyn Ryan Member
 * Calvin Harris Musician
 * Patrick McCloud Member
 * Ashley Benson Artist, Actor


DATE, NETWORK, AND CONNECT WITH PEOPLE


or Profile Type Musician Designer Photographer Artist DJ / Producer Blogger
Filmmaker Writer Comedian Actor Model Promoter Venue Brand Developer
Entrepreneur Curator Dancer Athlete Activist Entertainer
All Genres Pop Rap & Hip-Hop Rock Country Latin R&B Electronic Alternative/Indie
Rock Metal Reggae Blues Religious Jazz Classical Folk
Gender Male Female

Age
18
50+
Search

More▾
 * NEWS
 * ARTIST OF THE DAY
 * Q&A
 * EVERYBODY LOVES A LIST!
 * TOP 8
 * PORTRAITS
 * FREE LUNCH
 * 10 THINGS
 * PROFILING

 * PREMIERE
 * CROWD SURFING
 * TATTOOSDAY
 * WRESTLING WEDNESDAY
 * NEW MUSIC FRIDAY
 * MIKE'S FAVORITE THINGS ON THE INNERWEBS
 * PLAYLIST
 * FEATURE
 * IN MEMORIAM
 * GALLERY
 * 20 QUESTIONS
 * #THROWBACKTHURSDAY
 * WHAT YOU MISSED OVER THE WEEKEND

 * NEWS
   1506
   
   
   BEHIND THE SCENES OF MOTHICA’S NEWEST MENTAL HEALTH-BASED TRACK, ‘SENSITIVE’
   
   Take an exclusive look at the making of the singer’s latest track

 * NEWS
   781
   
   
   DOLLY PARTON ‘RESPECTFULLY BOWS OUT’ OF ROCK HALL NOMINATION
   
   “I wish all of the nominees good luck and thank you again for the
   compliment,” the country icon writes on Twitter

 * NEWS
   328
   
   
   BIKINI KILL DETAIL 2022 SUMMER TOUR
   
   They’ll close the run on September 17 in Redmond, Washington

 * NEWS
   377
   
   
   THE ROLLING STONES ANNOUNCE 60TH ANNIVERSARY TOUR
   
   They’ll kick off on June 1 in Madrid

 * NEWS
   611
   
   
   YUNGBLUD SHARES ‘THE FUNERAL’ VIDEO WITH OZZY AND SHARON OSBOURNE CAMEO
   
   The video is out after several days extensive social media promotion from the
   alt-rocker.

 * NEWS
   346
   
   
   FLEA JOINS NICK CAVE AND WARREN FOR PERFORMANCE OF ‘WE NO WHO U R’
   
   It was the first Cave and Ellis’ two shows in Los Angeles


THE BEST IN MUSIC & CULTURE. ALL IN ONE PLACE.

Betty Who
Musician

Katelyn Ryan
Member

NERVO
Musician

Joshua Worthington
Curator, Artist

Avril Lavigne
Musician

Complex
Filmmaker, Brand


Join the Millions of Musicians and Artists on Myspace

Sign Up Today
 * NEWS
   471
   
   
   GEORGE R.R. MARTIN GIVES UPDATE ON ‘GAME OF THRONES’ SPIN-OFFS
   
   He’s also still working on the sixth mainline novel ‘The Winds Of Winter’

 * IN MEMORIAM
   382
   
   
   MIKE CROSS, FOUNDING GUITARIST OF SPONGE, DIES AT 57
   
   “One of the musical architects and founding member of Sponge. His influence
   and talent will be missed.”

 * NEWS
   202
   
   
   BLACK KEYS ANNOUNCE 11TH STUDIO ALBUM DROPOUT BOOGIE, SHARE ‘WILD CHILD’
   
   The Black Keys have a new album on the way.

 * NEWS
   231
   
   
   FLORENCE + THE MACHINE ANNOUNCE DANCE FEVER, RELEASE ‘MY LOVE’
   
   Welch describes her upcoming record as “Nick Cave at the club”

 * NEWS
   160
   
   
   HOW MGMT’S ‘LITTLE DARK AGE’ BECAME AN UNSTOPPABLE TIKTOK MEME
   
   Title track of band’s fourth album has spawned more than 5 million videos
   about social justice, trans rights, anime and the war in Ukraine

 * NEWS
   122
   
   
   PAVEMENT UNVEIL NEW VIDEO FOR ‘HARNESS YOUR HOPES’
   
   Tickets are still available to see the band this fall in Europe and North
   America


MYSPACE EXCLUSIVES


GETTING NAILED

TOO SHORT - GETTING NAILED




THE PEDICAB INTERVIEWS

THE PEDICAB INTERVIEWS: CHRIS COLE


 * NEWS
   144
   
   
   RED HOT CHILI PEPPERS, NINE INCH NAILS, SLIPKNOT AND KISS TO HEADLINE LOUDER
   THAN LIFE LINEUP
   
   The festival lineup will include one of the first shows back with the four
   original members of The Red Hot Chili Peppers.

 * NEWS
   83
   
   
   FLORENCE PUGH IN TALKS TO STAR IN ‘DUNE: PART TWO’
   
   She'd be the first newcomer to join the franchise

 * NEWS
   98
   
   
   THE NATIONAL’S NEW ALBUM HAS A “CLASSIC” SOUND WITH “A LOT OF ENERGY”
   
   "It kind of feels back to the classic National sound in a way, which was
   really just the five of us, and it has a lot of energy in it," says guitarist
   Bryce Dessner

 * NEWS
   116
   
   
   BOB DYLAN ANNOUNCES FIRST NEW BOOK IN 18 YEARS
   
   Bob Dylan offers songwriting insight in his new book

 * NEWS
   88
   
   
   THE MUPPETS SERIES ABOUT ELECTRIC MAYHEM BAND IN THE WORKS
   
   "Their take is fresh, fun, musical and of course, hilarious"

 * NEWS
   70
   
   
   KING GIZZARD AND THE LIZARD WIZARD TEASE FIRST DOUBLE LP WITH 18-MINUTE
   SINGLE
   
   ‘Omnium Gatherum’ features new material plus outtakes from the band’s
   previous projects

 * NEWS
   102
   
   
   ALANIS MORISSETTE DETAILS JAGGED LITTLE PILL 25TH ANNIVERSARY TOUR
   
   New music is also on the way

 * NEWS
   97
   
   
   BLINK-182’S TRAVIS BARKER IS DEVELOPING A NEW REALITY TV SERIES, ‘INKED AND
   ICED’
   
   The show is "about self-expression, the human body as an art canvas,
   capitalism, eccentricity and entrepreneurship"

 * NEWS
   58
   
   
   JOHN DOE TO RELEASE NEW SOLO ALBUM
   
   Ultimately, I hope to send the listener to an unknown place with
   unpredictable characters and let them all live in that foreign land,” Doe
   said of his upcoming record

 * NEWS
   108
   
   
   SNOOP DOGG JOINS ESPORTS OUTFIT FAZE CLAN AS A CONTENT CREATOR
   
   Snoop Dogg is also joining Faze Clan's board of directors once the company
   goes public

 * NEWS
   99
   
   
   THE WEEKND TO APPEAR ON UPCOMING EPISODE OF THE SIMPSONS
   
   The appearance comes just before the Canadian pop act takes his new album on
   tour.

 * NEWS
   50
   
   
   ARCADE FIRE CONTINUE TO TEASE NEW MATERIAL WITH SHEET MUSIC AND POSTCARDS
   
   Fans have been sharing their mail from the band online

 * NEWS
   49
   
   
   WAGE WAR ON THEIR RISE AND THE IMPORTANCE OF MENTAL HEALTH
   
   At the end of the episode, the band performed “Circle the Drain.”

 * NEWS
   60
   
   
   WATCH VINCE STAPLES’ SURREALIST VIDEO FOR ‘MAGIC’
   
   The rapper’s second album is due for release this April

 * NEWS
   53
   
   
   SAM SMITH AND NORMANI SUED FOR “OBVIOUS” COPYRIGHT INFRINGEMENT ON
   COLLABORATION
   
   A new lawsuit against the pair alleges that it was “impossible that the
   infringing composition and sound recording were independently created"

 * NEWS
   74
   
   
   LADY GAGA ANNOUNCES CHROMATICA BALL SUMMER STADIUM TOUR
   
   The pop icon closes the run in September in Los Angeles

 * NEWS
   46
   
   
   ‘PEAKY BLINDERS’ FANS CELEBRATE TOM HARDY’S RETURN AS ALFIE SOLOMONS
   
   Spoilers ahead for ‘Peaky Blinders’ season six episode two

 * NEWS
   44
   
   
   PHOEBE BRIDGERS SHARES HAUNTING COVER OF BILLIE EILISH’S ‘WHEN THE PARTY’S
   OVER’
   
   She played the cover on her inaugural episode of Saddest Factory Radio

 * NEWS
   52
   
   
   DUA LIPA REACTS TO OSCAR ISAAC FAN-FICTION STORY ABOUT HER ON ‘SATURDAY NIGHT
   LIVE’
   
   "Adds to list of things I never thought would happen in my life"

 * NEWS
   35
   
   
   A PORTRAIT OF THE ARTIST AS A JUNG MAN
   
   There’s a lot going on in Victor Spinelli’s art…

 * NEWS
   181
   
   
   PEARL JAM’S STONE GOSSARD ON REVIVING LOOSEGROOVE LABEL: ‘I’M STILL A KID IN
   THE SANDBOX’
   
   Label plotting new releases from Painted Shield, Brittany Davis, Brad and
   Tigercub

 * NEWS
   195
   
   
   ‘THE BATMAN’: POST-CREDITS TEASE FEATURES A SECRET RIDDLER MESSAGE
   
   Get quizzed by the Riddler for a surprise

 * NEWS
   205
   
   
   RED HOT CHILI PEPPERS SHARE LATEST SINGLE ‘POSTER CHILD’
   
   ‘Unlimited Love’ is out on April 1

 * NEWS
   117
   
   
   JAMES GUNN SUPPORTS PETE DAVIDSON AFTER KANYE WEST’S CONTROVERSIAL ‘EAZY’
   VIDEO
   
   The rapper buries a likeness of Davidson alive in the track’s video

 * NEWS
   131
   
   
   KEVIN MORBY ANNOUNCES NEW ALBUM THIS IS A PHOTOGRAPH
   
   A new single and music video are out today

 * NEWS
   107
   
   
   ‘THE BOYS’ ACTOR ANTONY STARR GETS SUSPENDED PRISON SENTENCE AFTER ASSAULT IN
   PUB
   
   The actor allegedly admitted to assaulting a chef in Spain

 * NEWS
   146
   
   
   MADONNA, SICKICK AND FIREBOY DML REMIX HER 1998 HIT ‘FROZEN’
   
   She had been teasing the remix for the past week

 * NEWS
   75
   
   
   THE LEMONHEADS HEADLINE OFFICIAL SPIN SXSW SHOWCASE WITH 30TH ANNIVERSARY SET
   OF IT’S A SHAME ABOUT RAY
   
   Performances from Bass Drum of Death, Pom Pom Squad, BLACKSTARKIDS, Cassandra
   Jenkins, and more

 * NEWS
   136
   
   
   THE WEEKND DETAILS 2022 NORTH AMERICAN STADIUM TOUR DATES
   
   The Canadian singer will close the run in September in Los Angeles’ SoFi
   Stadium

 * NEWS
   71
   
   
   L’ECLAIR ARE JAMMING THEIR WAY TO INSTRUMENTAL BLISS
   
   Swiss sextet rides the eternal groove on ‘Confusions’

 * NEWS
   97
   
   
   JACK WHITE AND Q-TIP JOIN FORCES ON NEW SINGLE ‘HI-DE-HO’
   
   He also shared “Queen of the Bees’ from ‘Entering Heaven Alive’

 * NEWS
   63
   
   
   BAND OF HORSES SURVIVED…BARELY
   
   Ben Bridwell on anxiety, breakups, and refusing to settle

 * NEWS
   93
   
   
   BRAD PITT TAKES ON BAD BUNNY IN TRAILER FOR ACTION THRILLER ‘BULLET TRAIN’
   
   Aaron Taylor-Johnson, Michael Shannon and Sandra Bullock also star

 * NEWS
   48
   
   
   BELLE AND SEBASTIAN TO RELEASE FIRST ALBUM IN 7 YEARS, LISTEN TO ‘UNNECESSARY
   DRAMA’
   
   The Stars of Indie Pop return with single “Unnecessary Drama” to be featured
   on forthcoming album.

 * NEWS
   60
   
   
   JOHN DIMAGGIO TO RETURN AS BENDER IN ‘FUTURAMA’ REVIVAL: “I’M BACK, BABY!”
   
   The voice actor didn’t originally sign on over a pay dispute

 * NEWS
   51
   
   
   THE OFFSPRING DETAIL U.S. SPRING TOUR
   
   The tour will close May 22 at the Eagles Ballroom in Milwaukee

 * NEWS
   53
   
   
   CHARLI XCX TELLS CRITICS OF NEW SINGLE: “I’M LIVING MY BEST LIFE – AND THAT’S
   THE TEA”
   
   She responded to some fans on Twitter who aren't impressed by her latest
   outing

 * NEWS
   38
   
   
   PUP RELEASE ‘MATILDA’ OFF UPCOMING ALBUM
   
   PUP unveiled the latest single,

 * NEWS
   56
   
   
   KING HANNAH ISN’T SORRY
   
   The Liverpool duo discuss their debut album and the necessity of space

 * NEWS
   70
   
   
   ‘THE BATMAN’: ZOË KRAVITZ “INTERPRETED” CATWOMAN AS BISEXUAL
   
   "She has an intimacy with that character," said director Matt Reeves

 * NEWS
   36
   
   
   BARTEES STRANGE PAYS HOMAGE TO LOVED ONES WITH A ‘HEAVY HEART’
   
   Freshly signed to 4AD,

 * NEWS
   58
   
   
   ‘SOUTH PARK’ PREPARES FOR NUCLEAR WAR IN NEW PROMO CLIP
   
   "We are going to be prepared"

 * NEWS
   30
   
   
   SHARON VAN ETTEN SHARES NEW SINGLE ‘USED TO IT’ AND ACCOMPANYING VIDEO
   
   It’s her second release of the year

 * NEWS
   50
   
   
   WATCH AVRIL LAVIGNE PERFORM WITH TRAVIS BARKER AND BLACKBEAR ON ‘KIMMEL’
   
   The trio offered up an energetic airing of 'Love It When You Hate Me'

 * NEWS
   31
   
   
   HEAR WET LEG’S UPBEAT NEW SONG ‘ANGELICA’
   
   Wet Leg’s debut album is set for release on April 8.

 * NEWS
   29
   
   
   ROOSEVELT GETS BODIES MOVING AND HEARTS RACING ON POLYDANS
   
   After a breakthrough 2021, the German musician has big plans in store for
   this year.

 * NEWS
   36
   
   
   WATCH MAYNARD JAMES KEENAN TRY TO PLAY JENGA DURING A TOOL SHOW
   
   The band are currently on the North American leg of their world tour

 * NEWS
   34
   
   
   BRIDGET EVERETT IS TRYING HER BEST
   
   https://www.spin.com/2022/02/bridget-everett-somebody-somewhere-interview

 * NEWS
   55
   
   
   RYAN REYNOLDS OPENS UP ABOUT STRUGGLING WITH ANXIETY
   
   The star admitted he feels like he has "two parts" of his personality

 * NEWS
   48
   
   
   COURTNEY LOVE ADDRESSES COMPLICATED RELATIONSHIP WITH MARK LANEGAN ON
   INSTAGRAM, DELETES POST
   
   She replaced the rant with a more simple tribute

 * NEWS
   46
   
   
   ‘EUPHORIA’ SPARKS RISE IN YOUNG PEOPLE SEEKING HELP FOR ADDICTION
   
   The UK Addiction Treatment Group has reported a small rise

 * NEWS
   31
   
   
   LCD SOUNDSYSTEM GO DEEP INTO THEIR CATALOG IN SECOND SATURDAY NIGHT LIVE
   PERFORMANCE
   
   This was the band’s second appearance on the late-night comedy show

 * NEWS
   49
   
   
   ‘PEAKY BLINDERS’ CAST HIT BIRMINGHAM FOR SEASON SIX PREMIERE
   
   Sophie Rundle, Kate Phillips and Finn Cole were among those in attendance

 * NEWS
   50
   
   
   BONNIE RAITT ANNOUNCES FIRST ALBUM IN 6 YEARS, SHARE NEW SONG ‘MADE UP MIND’
   
   Record came together as 50th anniversary of her debut approached

 * NEWS
   56
   
   
   MEGAN THEE STALLION SHARES TEXTS AFTER TORY LANEZ SHOOTING
   
   “Lie yo way out of this"

 * NEWS
   45
   
   
   TEARS FOR FEARS THE TIPPING POINT
   
   2017 was a year of extremes.

 * NEWS
   34
   
   
   BLOC PARTY SHARE SOARING NEW SINGLE ‘SEX MAGIK’
   
   It's the latest preview of the band's long-awaited sixth album, 'Alpha Games'

 * NEWS
   24
   
   
   ON BLOSSOMS’ NEW ALBUM, TOM OGDEN NEEDED TO LEAN INTO THE PAST TO MOVE
   FORWARD
   
   The indie-pop bandleader discusses how creating a character helped shape the
   group’s latest LP

 * NEWS
   63
   
   
   WITH LOVE SUX, AVRIL LAVIGNE CEMENTS POP-PUNK LEGACY
   
   Her seventh LP is catchy fan service, stuffed with recycled riffs and easy
   fun

 * NEWS
   41
   
   
   WATCH DAVE GROHL DRINK MULTIPLE SHOTS AND DISCUSS HIS LOVE OF UFOS ON ‘HOT
   ONES’
   
   The Foo Fighters frontman also praised Lorde and Billie Eilish for their
   respective 'Hot Ones' efforts

 * NEWS
   39
   
   
   O.N.E. THE DUO CARVE THEIR OWN PATH FROM WU-TANG ROOTS TO COUNTRY MUSIC
   
   The first Black mother-daughter duo in country music is far from average

 * NEWS
   29
   
   
   ‘THE FAIRLY ODDPARENTS’ LIVE-ACTION REBOOT TRAILER DRAWS CRITICISM: “LIKE A
   BAD ‘SNL’ PARODY”
   
   The revival series introduces a new version of grown-up Timmy Turner

 * NEWS
   32
   
   
   FLORENCE + THE MACHINE UNVEIL WOMANHOOD ANTHEM ‘KING’
   
   “As an artist, I never actually thought about my gender that much,” Welch
   said.

 * NEWS
   28
   
   
   ‘WHAT LIES IN THE MULTIVERSE’ GETS NEW M-RATED TRAILER AHEAD OF UPCOMING
   RELEASE
   
   The new trailer shows exactly why the pixel game is rated mature

 * NEWS
   35
   
   
   COLDPLAY COVER KID CUDI AND SHARE NEW VERSION OF ‘LET SOMEBODY GO’ FOR
   SPOTIFY SINGLES
   
   “This is the first time I think that we’ve really taken proper time to record
   a cover,” Chris Martin said of covering Kid Cudi

 * NEWS
   36
   
   
   TIANNA ESPERANZA UNVEILS DEBUT SINGLE ‘LEWIS’
   
   Esperanza sings of racism, classism, and oppression on new track.

 * NEWS
   36
   
   
   JOHNNY KNOXVILLE REVEALS STUNTS ‘JACKASS’ CAST REFUSE TO DO
   
   “The guys do have irrational fears"

 * EVERYBODY LOVES A LIST!
   36
   
   
   DIFFICULT FUN: FEBRUARY 2022’S BEST PUNK
   
   Dungeon synth, heavy ‘80s drum programming, and one particularly demented
   split

 * NEWS
   41
   
   
   WATCH GREEN DAY DRIVE AROUND IN A CONVERTIBLE IN NEW “1972” MUSIC TEASER
   
   Is a new album coming?

 * IN MEMORIAM
   30
   
   
   MARK LANEGAN REMEMBERED: IGGY POP, PETER HOOK, GARBAGE, GREG DULLI AND MORE
   PAY TRIBUTE
   
   He is also known for his work with Queens of the Stone Age and The Gutter
   Twins

 * NEWS
   26
   
   
   LCD SOUNDSYSTEM ANNOUNCE PHILADELPHIA AND BOSTON RESIDENCIES
   
   The shows mark the band's first live dates of 2022

 * NEWS
   26
   
   
   SIGUR RÓS ANNOUNCE FIRST DATES IN EXTENSIVE WORLD TOUR, KJARTAN SVEINSSON
   REJOINS
   
   They’re also at work on their first album in nearly nine years

 * NEWS
   39
   
   
   THE SMASHING PUMPKINS ANNOUNCE 11-DATE U.S. TOUR
   
   The band is also performing at a few festivals throughout the year

 * NEWS
   36
   
   
   FLORENCE + THE MACHINE ANNOUNCE THEIR RETURN: “SOMETHING’S COMING”
   
   The band's website has been updated with the cryptic cards sent out to fans
   yesterday

 * NEWS
   38
   
   
   DUA LIPA, MY CHEMICAL ROMANCE, GREEN DAY AND HALSEY TO HEADLINE FIREFLY
   FESTIVAL
   
   After several years on the sidelines,

 * NEWS
   31
   
   
   IDRIS ELBA IS PLANNING ON “LEANING AWAY” FROM ACTING TO FOCUS MORE ON MUSIC
   
   "Some will love it and some will hate it"

 * NEWS
   50
   
   
   BRITNEY SPEARS SIGNS $15 MILLION BOOK DEAL FOR MEMOIR
   
   The book deal comes just a few months after Spears’ conservatorship under her
   father was terminated

 * NEWS
   34
   
   
   ‘EUPHORIA’: FANS THINK TOM HOLLAND HAS A SECRET CAMEO IN NEW EPISODE
   
   Lexi really got everyone to come to her play

 * NEWS
   29
   
   
   THE WEEKND UNVEILS FULLY IMMERSIVE MUSIC SPECIAL, THE WEEKND X THE DAWN FM
   EXPERIENCE
   
   ‘The Weeknd x The Dawn FM Experience’ is set to premiere February 26 via
   Prime Video

 * NEWS
   48
   
   
   49 WINCHESTER DETAIL FOURTH ALBUM, SHARE VIDEO FOR ‘ANNABEL’
   
   ‘Fortune Favors the Bold’ is the country rock band’s fourth studio album

 * NEWS
   57
   
   
   JOHN WILLIAMS TO COMPOSE THEME FOR ‘OBI-WAN KENOBI’ SERIES
   
   The ‘Star Wars’ composer returns for the Disney+ series

 * NEWS
   99
   
   
   5 ALBUMS I CAN’T LIVE WITHOUT: AVRIL LAVIGNE
   
   "I prefer streaming music because it gives me easy access to my favorites"


Info Connections Comments Shares




SEARCH MYSPACE

Start typing...


DID YOU MEAN

Your search did not return any results. Please try again.


Photo from


YOU'RE NOW IN SLIDE SHOW MODE.

Hitting < pauses the slideshow and goes back.
Hitting > pauses the slideshow and goes forward.
SPACEBAR resumes the slideshow.
Press ESC to exit.


Press ESC to close.
Close



SIGN IN TO MYSPACE

Use Facebook, Twitter or your email to sign in.

Don't have a Myspace account yet? No worries, joining is easy.

Facebook

Twitter

Email or Username
Password
Forgot password? Keep me signed in



Sign In



FORGOT YOUR PASSWORD?

Enter your email or username. We'll email instructions on how to reset your
password.

Need help? Learn more about how to retrieve an existing account.

Your email ? The email you used to create your account.



Username ? The last part of your Myspace URL. Ex: myspace.com/username







Back Submit



PASSWORD REQUEST SENT

We've emailed you instructions on how to reset your password. If you don't see
it, don't forget to check your spam folder.

Still didnt get it? Go here.

Go to Sign In
Close




Facebook Twitter Email

Email or Username

Password Forgot login?

Don’t have an account? Joining is quick and easy.


JOIN MYSPACE

Getting in is easy. Use one of your social networks or start fresh with an email
address.

Already have a Myspace account? Sign in.

Facebook

Twitter

Email


JOIN WITH YOUR EMAIL ADDRESS

Email
Full Name ? This is how you’ll be known on Myspace. Most people use their real
name.



Select Gender ? This helps us keep people, musicians and brands searchable on
Myspace. Please select Female Male Unspecified



Username ? This is your profile URL. Pick one that's 25 characters or less and
includes a letter. You can throw in numbers, dots and dashes, too.



Password ? Pick one that's hard-to-crack, only known by you, and at least 6
characters long.



Email ? Use this to log in to your account, receive notifications and get handy
updates from us.



Date of Birth ? Please enter the account owner's birth date here.









Zip Code ? Please enter your zip code here.







I acknowledge that I have read and accept the Terms of Use Agreement and consent
to the Privacy Policy and Video Privacy Policy.

Create Account


YOU'RE ALMOST READY...

We loaded your account with your Facebook details. Help us with just a few more
questions.

You can always edit this or any other info in settings after joining.

Facebook
Username ? This is your profile URL. We based it off your Facebook details. But
you can pick one that's 25 characters or less and includes a letter. Numbers,
dots and dashes are ok, too.



Gender ? This helps us keep people, musicians and brands searchable on Myspace.
Select one Female Male Unspecified



Email ? Use this to log in to your account, receive notifications and get handy
updates from us.



Password ? Pick one that's hard-to-crack, only known by you, and at least 6
characters long.



Zip Code ? Please enter your zip code here.



Connect me to Facebook friends and artists on Myspace ? You may already know
people on Myspace. If we find matches from your Facebook friends, we'll connect
you to them right away.
Tell my friends about Myspace ? Let your Facebook friends know you’re on Myspace
with an update.







I acknowledge that I have read and accept the Terms of Use Agreement and consent
to the Privacy Policy and Video Privacy Policy.

Create Account


YOU'RE ALMOST READY...

We loaded your account with your Twitter details. Help us with just a few more
questions.

You can always edit this or any other info in settings after joining.

Twitter
Username ? This is your profile URL. We based it off your Twitter details. But
you can pick one that's 25 characters or less and includes a letter. Numbers,
dots and dashes are ok, too.



Date of Birth ? Please enter the account owner's birth date here.









Gender ? This helps us keep people, musicians and brands searchable on Myspace.
Select one Female Male Unspecified



Email ? Use this to log in to your account, receive notifications and get handy
updates from us.



Password ? Pick one that's hard-to-crack, only known by you, and at least 6
characters long.



Zip Code ? Please enter your zip code here.



Connect me to people I follow on Twitter ? You may already know people on
Myspace. If we find matches from the people you follow on Twitter, we'll connect
you to them right away.
Tell my followers about Myspace ? Let your followers know you're on Myspace with
a Tweet.







I acknowledge that I have read and accept the Terms of Use Agreement and consent
to the Privacy Policy and Video Privacy Policy.

Create Account
Press esc to close.
Close

Send a message

SEND

WELCOME TO MYSPACE. JUST START TYPING TO FIND MUSIC.




 * Queue
 * Mixes

Drop music and videos into the areas below
This is your queue. Just start typing to find music.

 * PLAY NEXT

 * PLAY LAST

 * START RADIO

 * NEW MIX

Create a mix. Sign in to start building your own.
Press esc to close.
Close


 * remove
   
   

 * Camera File Upload

 * Upload Video
   
   

 * remove



Post
 * 
 * 


CONNECTING TO YOUR WEBCAM.

You may be prompted by your browser for permission.

 * No Filter
 * Grayscale
 * Sepia
 * Nostalgia
 * Hazy Days
 * Orange
 * Love
 * Lomo

Filters
Cancel Next

Myspace Tip close





This website uses cookies and other tracking technologies to enhance user
experience and to analyze performance and traffic on our website. We also share
information about your use of our site with our social media, advertising and
analytics partners. If we have detected an opt-out preference signal then it
will be honored. Further information are available in our
Do Not Sell or Share My Personal Information Reject All Cookies Accept All
Cookies



DO NOT SELL/SHARE/TARGET

Under the various U.S. Privacy Laws, consumers have the right to opt-out of
processing of personal info for "targeted advertising," and activities that are
classified as "sale" and/or "sharing," which may include data collection by
cookies categorized below as “optional.” To submit an opt-out request for
optional cookies (Share or Sale of Personal Data), toggle that category below to
the left and click “Confirm My Choices,” which will have the effect of opting
you out of "sale," "sharing," and "targeted advertising" on the browser you are
currently using. You must exercise your preferences on each of our websites you
visit, from each browser you use, and on each device that you use. Since your
browser opt-out is designated by a cookie, if you clear or block cookies, your
preferences will no longer be effective and you will need to enable them again
via this tool. In addition, this tool only has the capability of applying your
opt-out to cookies.

If you would like to submit an opt-out request with respect to your non-cookie
personal info (e.g., your email address) visit our webform to opt-out of
sale/sharing/targeting with respect to non-cookie personal info here.


MANAGE CONSENT PREFERENCES

Strictly Necessary (Required)

STRICTLY NECESSARY (REQUIRED)

Always Active


These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.

Targeting Cookies

TARGETING COOKIES



You have the right to opt-out of the sale or sharing of your personal
information to third parties and of processing your personal information for
targeted ads. These third party cookies may collect information in ways that may
be a sale, sharing or targeting (e.g., to personalize your experience with
targeted ads, to interact with third party social media services, etc.). You may
exercise your right to opt out of sale/sharing/targeting regarding these third
party cookies on the browser you are using now with this toggle switch (move
toggle to the left). If you have enabled some types of privacy controls on your
browser (such as a “global privacy control” plugin or “online privacy preference
signal”, but not “do not track” signals), we will process that as a request to
opt-out without you needing to toggle left (i.e., we will toggle left for you).
If you opt-out you may lose some cookies that enable site functionality (e.g.,
third party social media interactions). You may change your choice and opt back
in by revisiting and toggling right.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Confirm My Choices