admin.dnmstats.net Open in urlscan Pro
2604:2dc0:200:134e::2  Public Scan

Submitted URL: http://trackme500-gt.com/
Effective URL: https://admin.dnmstats.net/en/login
Submission: On April 28 via manual from SG — Scanned from NL

Form analysis 3 forms found in the DOM

POST /en/login

<form id="login-form" class="login-form" action="/en/login" method="post" novalidate="novalidate">
  <h3 class="form-title">Login</h3>
  <div class="alert alert-danger display-hide">
    <button class="close" data-close="alert"></button>
    <span> Please enter a username. </span>
  </div>
  <div class="form-group">
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input class="form-control placeholder-no-fix" type="text" autocomplete="username" placeholder="Username / Email address" name="_username" value="">
    </div>
  </div>
  <div class="form-group">
    <div class="input-icon">
      <i class="fa fa-lock"></i>
      <input class="form-control placeholder-no-fix" type="password" autocomplete="password" placeholder="Password" name="_password" onkeydown="if(event.keyCode==13) login();">
    </div>
  </div>
  <div class="form-actions">
    <label class="rememberme mt-checkbox mt-checkbox-outline">
      <input type="checkbox" name="_remember_me" value="1"> Remember me <span></span>
    </label>
    <input type="hidden" name="_csrf_token" value="b6ef8604b9807873ec.kTnZ0_CFTONbTpr3YTqIQ1-1kLsbSmcp4uNFr_ZDsN4.8niokd3uNKA1D_OiGFjSISXSqYpaMh5EgIQc9dtx-aviSey3htN4tRYN3w">
    <button type="button" id="login-btn" class="btn green pull-right"> Log in </button>
    <div id="g-recaptcha-login"></div>
  </div>
  <div class="create-account">
    <h4>Don't have an account?</h4>
    <a href="/en/registration" id="register-btn"> Register here. </a>
  </div>
  <div class="forget-password">
    <h4>Forgot your password?</h4>
    <p> <a href="/en/user/password-recovery" id="forget-password"> Click here</a> to reset your password. </p>
  </div>
</form>

POST

<form class="forget-form" method="post" style="display:none" novalidate="novalidate">
  <h3>Forgot your password?</h3>
  <p> Enter your e-mail address below to reset your password. </p>
  <div class="form-group">
    <div class="input-icon">
      <i class="fa fa-envelope"></i>
      <input class="form-control placeholder-no-fix" type="text" autocomplete="off" placeholder="Email" name="recovery-email">
    </div>
  </div>
  <div class="form-group">
    <div id="g-recaptcha-forget">
      <div class="grecaptcha-badge" data-style="none" style="width: 256px; height: 60px; position: fixed; visibility: hidden;">
        <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfhwyYUAAAAAPUYebfTaFzZi5HcWV3IdiXAGVv-&amp;co=aHR0cHM6Ly9hZG1pbi5kbm1zdGF0cy5uZXQ6NDQz&amp;hl=en&amp;v=4PnKmGB9wRHh1i04o7YUICeI&amp;size=invisible&amp;badge=bottomleft&amp;cb=mg0k3zn759ls"
            width="256" height="60" role="presentation" name="a-64paoy6bky2v" 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>
        <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-1" 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="form-actions" style="display: flex; justify-content: flex-end">
    <button type="button" id="forget-btn" class="btn green"> Submit </button>
  </div>
</form>

POST /en/registration

<form class="register-form" id="register-form" action="/en/registration" method="post" style="display:none" novalidate="novalidate">
  <h3>Registration</h3><br>
  <div id="step1" class="step active">
    <div class="form-group">
      <div class="input-icon">
        <i class="fa fa-user"></i>
        <input class="form-control placeholder-no-fix" type="text" autocomplete="off" placeholder="Username" name="username" maxlength="25">
      </div>
    </div>
    <div class="form-group">
      <div class="input-icon">
        <i class="fa fa-lock"></i>
        <input class="form-control placeholder-no-fix" type="password" autocomplete="off" id="register_password" placeholder="Password" name="password" maxlength="64">
      </div>
    </div>
    <div class="form-group">
      <div class="controls">
        <div class="input-icon">
          <i class="fa fa-check"></i>
          <input class="form-control placeholder-no-fix" type="password" autocomplete="off" placeholder="Retype your password" name="rpassword" maxlength="64">
        </div>
      </div>
    </div>
    <div class="form-group">
      <div class="input-icon">
        <i class="fa fa-envelope"></i>
        <input class="form-control placeholder-no-fix" type="text" placeholder="Email" name="email" maxlength="65">
      </div>
    </div>
  </div>
  <div id="step2" class="step hidden">
    <div class="form-group account-type margin-bottom-5" style="display:flex; justify-content:space-evenly;">
      <label class="mt-radio mt-radio-outline" style="margin-right: 50px;">Individual <input id="radio-individual" type="radio" name="account-type" value="2" checked="">
        <span></span>
      </label>
      <label class="mt-radio mt-radio-outline">Company <input id="radio-company" type="radio" name="account-type" value="1">
        <span></span>
      </label>
    </div>
    <div id="company-group" style="display: none">
    </div>
  </div>
  <div class="form-group" id="register-checkboxes-div" style="display: none">
    <label class="mt-checkbox mt-checkbox-outline">
      <input type="checkbox" id="tos" name="tos" value="accepted"> I agree to the <a href="https://static.dnmstats.net/tm/dnmstats/contract.pdf" target="_blank" tabindex="-1" rel="nofollow">Terms of Service</a>
      <span></span>
    </label>
    <label class="mt-checkbox mt-checkbox-outline">
      <input type="checkbox" id="pp" name="pp" value="accepted"> I agree to the <a href="/en/public/privacy-policy" target="_blank" tabindex="-1" rel="nofollow">Privacy Policy</a>
      <span></span>
    </label>
    <label class="mt-checkbox mt-checkbox-outline">
      <input type="checkbox" id="affiliate_agreement" name="affiliate_agreement" value="accepted"> I agree to the
      <a href="/en/public/custom-affiliate-agreement" target="_blank" tabindex="-1" rel="nofollow">PUBLISHER AFFILIATE AGREEMENT  REVISED: JANUARY 1, 2023</a>
      <span></span>
    </label>
    <div id="register_tnc_error"> </div>
  </div>
  <div style="display: flex; justify-content: flex-end;">
    <button type="button" class="prev-step btn hidden">Previous</button>
    <button type="button" class="next-step btn">Next</button>
    <button type="button" id="register-submit-btn" class="btn green" style="display: none"> Sign Up </button>
  </div>
  <div class="form-group">
    <div id="g-recaptcha-register">
      <div class="grecaptcha-badge" data-style="bottomleft"
        style="width: 256px; height: 60px; display: block; transition: left 0.3s ease 0s; position: fixed; bottom: 14px; left: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
        <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfhwyYUAAAAAPUYebfTaFzZi5HcWV3IdiXAGVv-&amp;co=aHR0cHM6Ly9hZG1pbi5kbm1zdGF0cy5uZXQ6NDQz&amp;hl=en&amp;v=4PnKmGB9wRHh1i04o7YUICeI&amp;size=invisible&amp;badge=bottomleft&amp;cb=vyy0k4mkiua3"
            width="256" height="60" role="presentation" name="a-odw4i5fws04k" 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>
        <div class="grecaptcha-error"></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>
    </div>
  </div>
</form>

Text Content

Warning: Javascript is not enabled in your browser! This portal will not work
properly without Javascript.


LOGIN

Please enter a username.


Remember me Log in


DON'T HAVE AN ACCOUNT?

Register here.

FORGOT YOUR PASSWORD?

Click here to reset your password.


FORGOT YOUR PASSWORD?

Enter your e-mail address below to reset your password.



Submit


REGISTRATION



Individual Company

I agree to the Terms of Service I agree to the Privacy Policy I agree to the
PUBLISHER AFFILIATE AGREEMENT REVISED: JANUARY 1, 2023

Previous Next Sign Up

Log in EnglishItalianoDeutschPortuguês brasileiro简体中文العربيةRomânăРусскийDansk