affiliation.gamingadult.com Open in urlscan Pro
2001:41d0:203:2511::3  Public Scan

Submitted URL: https://137.74.247.34/
Effective URL: https://affiliation.gamingadult.com/en/login
Submission: On June 14 via manual from PE — Scanned from DE

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">Log in</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">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Username</label>
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input class="form-control placeholder-no-fix" type="text" autocomplete="username" placeholder="Username" name="_username" value="">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label visible-ie8 visible-ie9">Password</label>
    <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="6c789c482388a.7ILPHS-KL0IZCyAU66qpfImK1ZuZUZN2CAmj6e0Lb5A.3eO6VFbOSytMRRdYmN7iEtPnpq74I9hFT1HAuYt4B-WIypp8TOdEOi9sFA">
    <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=aHR0cHM6Ly9hZmZpbGlhdGlvbi5nYW1pbmdhZHVsdC5jb206NDQz&amp;hl=en&amp;v=g9jXH0OtfQet-V0Aewq23c7K&amp;size=invisible&amp;badge=bottomleft&amp;cb=xa0ubaibcvss"
            width="256" height="60" role="presentation" name="a-ujtstli6ym4o" 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">
    <button type="button" id="back-btn" class="btn grey-salsa btn-outline"> Back </button>
    <button type="button" id="forget-btn" class="btn green pull-right"> 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>
  <p> Enter your account details below: </p>
  <div class="form-group">
    <label class="control-label visible-ie8 visible-ie9">Username</label>
    <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">
    <label class="control-label visible-ie8 visible-ie9">Password</label>
    <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">
    <label class="control-label visible-ie8 visible-ie9">Re-type Your Password</label>
    <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">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Email</label>
    <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>
  <hr>
  <div class="form-group account-type margin-bottom-5">
    <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 class="form-group">
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input class="form-control placeholder-no-fix" type="text" placeholder="First name" name="firstName" maxlength="80">
    </div>
  </div>
  <div class="form-group">
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input class="form-control placeholder-no-fix" type="text" placeholder="Last name" name="lastName" maxlength="80">
    </div>
  </div>
  <div id="company-group" style="display: none">
    <div class="form-group">
      <div class="input-icon">
        <i class="fa fa-building"></i>
        <input class="form-control placeholder-no-fix" type="text" placeholder="Company name" name="companyName" maxlength="80">
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-icon">
      <i class="fa fa-skype"></i>
      <input class="form-control placeholder-no-fix" type="text" placeholder="Skype" name="skype" maxlength="32">
    </div>
  </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=aHR0cHM6Ly9hZmZpbGlhdGlvbi5nYW1pbmdhZHVsdC5jb206NDQz&amp;hl=en&amp;v=g9jXH0OtfQet-V0Aewq23c7K&amp;size=invisible&amp;badge=bottomleft&amp;cb=eajktiuyhs30"
            width="256" height="60" role="presentation" name="a-czlqibuc2t3s" 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>
  <div class="form-group">
    <label class="mt-checkbox mt-checkbox-outline">
      <input type="checkbox" id="tnc" name="tnc" value="accepted"> I agree to the <a href="https://tm-static.gamingadult.com/terms_and_conditions.html" target="_blank" tabindex="-1" rel="nofollow">Terms of Service</a> &amp;
      <a href="/en/public/privacy-policy" target="_blank" tabindex="-1" rel="nofollow">Privacy Policy</a>
      <span></span>
    </label>
    <div id="register_tnc_error"> </div>
  </div>
  <div class="form-actions">
    <button type="button" class="register-back-btn btn grey-salsa btn-outline"> Back </button>
    <button type="button" id="register-submit-btn" class="btn green pull-right"> Sign Up </button>
  </div>
</form>

Text Content

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


LOG IN

Please enter a username.
Username

Password

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.



Back Submit


REGISTRATION

Enter your account details below:

Username

Password

Re-type Your Password

Email


--------------------------------------------------------------------------------

Individual Company





I agree to the Terms of Service & Privacy Policy

Back Sign Up
EnglishItalianoDeutschPortuguês brasileiroRomânăРусский简体中文العربيةDansk