www.k-tune.org Open in urlscan Pro
188.114.96.3  Public Scan

Submitted URL: http://www.k-tune.org/
Effective URL: https://www.k-tune.org/
Submission: On December 06 via api from US — Scanned from NL

Form analysis 5 forms found in the DOM

POST https://www.k-tune.org/search

<form id="searchForm" class="searchResult" action="https://www.k-tune.org/search" method="post" autocomplete="off" data-page="search" data-til="K-tune | Search" data-sjs="https://www.k-tune.org/public/sites/js/search/index.js">
  <input type="hidden" name="_token" value="S26xpiBTHGoqHwpaHnZtTSXddr3nz1qzeHSs2ds8"> <input type="search" name="search_val" placeholder="Search track name, artist or camp title.">
</form>

POST https://www.k-tune.org/login

<form id="frm_login" action="https://www.k-tune.org/login" class="members-login-form form-component" method="POST" autocomplete="">
  <div class="form-group login-form-group">
    <label for="email">Email Address</label>
    <input type="email" class="form-control icon-members-email" id="email" placeholder="Type Your Email ID" name="email" autocomplete="">
    <div class="invalid-feedback"></div>
  </div>
  <input type="hidden" name="_token" value="S26xpiBTHGoqHwpaHnZtTSXddr3nz1qzeHSs2ds8">
  <div class="form-group login-form-group">
    <label for="password">Password</label>
    <input type="password" class="form-control icon-members-lock" id="password" placeholder="Type your Password" name="password" autocomplete="">
    <div class="invalid-feedback"></div>
  </div>
  <div class="form-group login-form-group">
    <label class="modal-checkbox">Remember My Email Address <input type="checkbox" id="remember" name="usr_remember_me" value="1">
      <span class="checkmark"></span>
    </label>
    <a href="javascript:void(0);" class="modal-checkbox float-right" data-toggle="modal" data-target="#forgot-password-modal" id="forgot-password">Forgot Password</a>
  </div>
  <button type="submit" class="btn d-block mx-auto red-btn" id="btn_login"> Login </button>
</form>

POST https://www.k-tune.org/forgot-password

<form id="forgot-password" action="https://www.k-tune.org/forgot-password" class="members-login-form" method="POST" autocomplete="">
  <input type="hidden" name="_token" value="S26xpiBTHGoqHwpaHnZtTSXddr3nz1qzeHSs2ds8">
  <div class="form-group login-form-group">
    <label for="forgot_email">Enter Your Registered Email Address</label>
    <input type="email" class="form-control icon-members-email" id="forgot_email" placeholder="Type Your Email ID" name="forgot_email" autocomplete="">
  </div>
  <button type="submit" class="btn d-block mx-auto red-btn" id="btn_login"> Submit </button>
</form>

POST https://www.k-tune.org/create-account

<form class="members-login-form" id="create-account-form" action="https://www.k-tune.org/create-account" method="POST">
  <input type="hidden" name="_token" value="S26xpiBTHGoqHwpaHnZtTSXddr3nz1qzeHSs2ds8">
  <div class="form-group">
    <label for="email">Email Address</label>
    <div class="input-group">
      <input type="email" class="form-control icon-members-email remove-email" id="caemail" placeholder="Type your Email Address" name="caemail" autocomplete="off">
      <span id="valid-email" class="input-alert" style="display: none;">Please enter a valid email id</span>
      <span id="required-email" class="input-alert" style="display: none;">Please enter email</span>
    </div>
  </div>
  <div class="form-group">
    <label for="pwd">Password</label>
    <div class="input-group">
      <input type="password" class="form-control icon-members-lock" id="capassword" placeholder="Type your Password" name="capassword">
      <a href="javascript:void(0);" class="disabled-icon"><i class="icon-view-disabled password"></i></a>
    </div>
    <span class="input-alert input-alert-break remove-text" style="display: none;">The password must include at least one letter and one symbol. It must not be shorter than eight letters.</span>
  </div>
  <div class="form-group">
    <label for="pwd">Confirm Password</label>
    <div class="input-group">
      <input type="password" class="form-control icon-members-lock" id="caconfirm_password" placeholder="Type your Password" name="caconfirm_password">
      <a href="javascript:void(0);" class="disabled-icon"><i class="icon-view-disabled c-password"></i></a>
    </div>
    <span id="pass-con-pass-not-match" class="input-alert" style="display: none;">The password and confirm password must be same.</span>
  </div>
  <div class="form-group">
    <label class="modal-checkbox">By clicking “Create account” above, you acknowledge that you have read and understood, and agree to K-Tune's
      <a href="javascript:void(0)" class="terms_of_service" data-toggle="modal" data-target="#terms-of-use" data-cms-key="terms_of_service">Terms &amp; Conditions</a> and
      <a href="javascript:void(0)" class="privacy_policy" data-toggle="modal" data-target="#privacy-policy" data-cms-key="privacy_policy">Privacy Policy</a>. <input type="checkbox" id="terms_and_privacy" name="terms_and_privacy">
      <span class="checkmark"></span>
    </label>
  </div>
  <button type="button" class="btn d-block mx-auto red-btn create-account-btn"> Create Account </button>
</form>

POST https://www.k-tune.org/contact-us/form

<form class="contact-form" id="contact_us_form" action="https://www.k-tune.org/contact-us/form" method="post">
  <input type="hidden" name="_token" value="S26xpiBTHGoqHwpaHnZtTSXddr3nz1qzeHSs2ds8">
  <div class="form-row">
    <div class="form-group col-lg-6">
      <label for="name">Title</label>
      <input type="text" class="form-control" id="title" name="title" placeholder="Please input your title" autocomplete="off">
    </div>
    <div class="form-group col-lg-6">
      <label for="email">E-mail</label>
      <input type="email" class="form-control" id="cemail" name="email" placeholder="Please input your e-mail" autocomplete="off">
    </div>
    <input type="hidden" display="none" value="y" name="is_guest">
  </div>
  <div class="form-group">
    <label for="comment">Comment</label>
    <textarea class="form-control" id="comment" name="comment" rows="4" placeholder="Please input your comment"></textarea>
  </div>
  <div class="form-row">
    <div class="form-group col-lg-6">
      <label for="inputAddress">Screenshot 1</label>
      <div class="custom-file">
        <input type="file" name="screenshot1" class="custom-file-input" id="inputGroupFile01">
        <label class="custom-file-label" for="inputGroupFile01">
          <span class="filename"></span>
          <span class="filebtn">Browse</span>
        </label>
      </div>
    </div>
    <div class="form-group col-lg-6">
      <label for="inputAddress">Screenshot 2</label>
      <div class="custom-file">
        <input type="file" name="screenshot2" class="custom-file-input" id="inputGroupFile02">
        <label class="custom-file-label" for="inputGroupFile02">
          <span class="filename"></span>
          <span class="filebtn">Browse</span>
        </label>
      </div>
    </div>
    <div class="form-group col-lg-6">
      <label for="inputAddress">Screenshot 3</label>
      <div class="custom-file">
        <input type="file" name="screenshot3" class="custom-file-input" id="inputGroupFile03">
        <label class="custom-file-label" for="inputGroupFile03">
          <span class="filename"></span>
          <span class="filebtn">Browse</span>
        </label>
      </div>
    </div>
    <div class="form-group col-lg-6">
      <label for="inputAddress">Screenshot 4</label>
      <div class="custom-file">
        <input type="file" name="screenshot4" class="custom-file-input" id="inputGroupFile04">
        <label class="custom-file-label" for="inputGroupFile04">
          <span class="filename"></span>
          <span class="filebtn">Browse</span>
        </label>
      </div>
    </div>
  </div>
  <div class="frm-btn-wrap">
    <div id="captcha_element">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lf4sdwhAAAAAH6X7WwEPWcOkNNP4MSDvy9UBuZI&amp;co=aHR0cHM6Ly93d3cuay10dW5lLm9yZzo0NDM.&amp;hl=nl&amp;v=Km9gKuG06He-isPsP6saG8cn&amp;size=normal&amp;cb=omg7f21g441p" width="304"
            height="78" role="presentation" name="a-x3ocbyvuqrzi" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
        <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
  </div>
  <div class="frm-btn-wrap">
    <button type="submit" id="submit-btn-cfsave" class="btn red-outline-btn hvr-sweep-to-right hvr-sweep-to-right-style-red">OK</button>
  </div>
</form>

Text Content

 * About
    * How it works
    * Technology
    * Team
    * Partners

 * Learn more
    * News
    * Blog
    * Notice

 * Play
    * Arena
    * Camp

 * Contact Us
    * Contact Us
    * FAQ

Login
EN
EN KO

 * 
 * 
 * 
 * 
 * 
 * 


Login
 * About
   * How it works
   * Technology
   * Team
   * Partners
 * Learn more
   * News
   * Blog
   * Notice
 * Play
   * Arena
   * Camp
 * Contact Us
   * Contact Us
   * FAQ
 * My Page
   * My Artist Page
   * My Profile
   * My Account
   * My Arena
   * My Camp
   * My Wallet
   * My Questions
   * My Message

EN
EN KO
 * 
 * 
 * 
 * 
 * 
 * 

 * About
 * Arena
 * Camp


WORLDWIDE
COLLABORATION
FOR K-POP

K-Tune is a platform as well as a community for musicians all over the world to
collaborate and freely express themselves.
It is your gateway to becoming a K-Pop producer.
K-Tune aims to bring musical talents together for an exciting and profitable
music-making endeavor.


About K-tune
Scroll


EXPLORE FIND CREATE

CONNEXT WITH ARTISTS & MUSICIANS IN ANY GENRE, ANYWHERE IN THE WORLD
BASED ON BLOCKCHAIN TECHNOLOGY


ARENA
OPEN MARKET

Members can freely buy and sell content and talent
Preview and download millions of cources

TRACK, TOPLINE, LYRICS, VOCALS, MIXING, MASTERING, LESSON & MORE

Go to Arena


CAMP
PROFESSIONAL

Exclusive space for professional musicians and producers
Collaborations targeting mainstream artists

Go to Camp


MEMBER LOGIN

Create Account
Email Address

Password

Remember My Email Address Forgot Password
Login


SIGNIN FAIL

Something Went Wrong, Please Try Again

Reload


FORGOT PASSWORD

Enter Your Registered Email Address
Submit


RESET PASSWORD

Please check your email for a confirmation link that will reset your password.

Ok


CREATE ACCOUNT

Existing user? Login Now
Email Address
Please enter a valid email id Please enter email
Password

The password must include at least one letter and one symbol. It must not be
shorter than eight letters.
Confirm Password

The password and confirm password must be same.
By clicking “Create account” above, you acknowledge that you have read and
understood, and agree to K-Tune's Terms & Conditions and Privacy Policy.
Create Account


VERIFY EMAIL ADDRESS

A verification mail has been sent to:







Resend


CONTACT US

Feel free to contact us any time. We will get back to you as soon we can!

Title
E-mail
Comment
Screenshot 1
Browse
Screenshot 2
Browse
Screenshot 3
Browse
Screenshot 4
Browse

OK


THANK YOU

We will get back to you as soon we can!

OK
 * ABOUT
 * How it works
 * Technology
 * Team
 * Partners

 * LEARN MORE
 * News
 * Blog
 * Notice

 * PLAY
 * Arena
 * Camp

 * CONTACT US
 * Contact Us
 * FAQ

 * 
 * 
 * 
 * 
 * 
 * 

 * Privacy Policy
 * Terms of Service

K-Tune Sagl.     Corso San Gottardo 89, 6830, Ticino, SWITZERLAND ㅣ E-mail :
support@k-tune.org

K-Tune Sagl. Corso San Gottardo 89, 6830, Ticino, SWITZERLAND
E-mail : support@k-tune.org

COPYRIGHT©21 ALL RIGHTS RESERVED BY K-Tune Sagl.

TOP


Chat with us here
Replies within an hour