excitingdatematch.com Open in urlscan Pro
165.22.181.113  Public Scan

Submitted URL: http://excitingdatematch.com/
Effective URL: https://excitingdatematch.com/
Submission: On November 07 via manual from US — Scanned from DE

Form analysis 7 forms found in the DOM

<form class="modal-container">
  <!--        <img src="/img/logo.png" alt="myaussiecrush.com" class="logo" /> -->
  <p class="error" data-msg="error"></p>
  <h2>Login</h2>
  <!--  Google Login button
                    <div class="google-btn-wrapper">
                <a class="google-button" href="https://api.gateswitchdevelopmentsignon.com/login/google?o=1&p=bXlhdXNzaWVjcnVzaC5jb20%253D&r=aHR0cHM6Ly93d3cubXlhdXNzaWVjcnVzaC5jb20vc3NvLWF1dGg%253D&m=login">
                    <div class="google-icon-wrapper">
                        <img class="google-icon" src="img/google-logo.svg"/>
                    </div>
                    <p class="google-btn-text">
                        <b>Sign in with Google</b>
                    </p>
                </a>
		    </div> -->
  <input autocomplete="off" name="login-username" type="text" data-field="username" data-testid="username-login" placeholder="Your username" required="required" id="login-username">
  <input autocomplete="off" name="login-password" type="password" value="" data-field="password" data-testid="password-login" placeholder="Your password" required="required" id="login-password">
  <div class="button" type="submit" data-toggle="login" data-testid="button-login"> LOGIN </div>
  <a href="#ForgotPassword" class="forgot-link" data-popup-open="" data-popup-ref="forgotpassword">
            Lost login?        </a>
  <input type="submit" style="display: none;">
  <a class="modal-close" data-popup-close=""><i class="fas fa-chevron-left"></i></a>
</form>

<form data-register-step="1" class="register-step register-step1">
  <div class="modal-overlay register"></div>
  <div class="modal-container">
    <h2>Choose a username</h2>
    <p class="error" data-msg="error"></p>
    <!--  Google Login button
                                    <div data-google-register-button class="google-btn-wrapper">
                        <a class="google-button" href="https://api.gateswitchdevelopmentsignon.com/login/google?o=1&p=bXlhdXNzaWVjcnVzaC5jb20%253D&r=aHR0cHM6Ly93d3cubXlhdXNzaWVjcnVzaC5jb20vc3NvLWF1dGg%253D&m=register">
                            <div class="google-icon-wrapper">
                                <img class="google-icon" src="img/google-logo.svg"/>
                            </div>
                            <p class="google-btn-text">
                                <b>Sign in with Google</b>
                            </p>
                        </a>
				    </div> -->
    <input autocomplete="off" maxlength="15" name="username" type="text" id="username" data-field="clientname" data-validate="username" required="required" placeholder="Choose a username">
    <input autocomplete="off" maxlength="15" name="password" type="password" value="" id="password" data-validate="password" data-field="passw" required="required" placeholder="Choose a secure password">
    <div class="registration-confirm button" data-go-to-step="2"> Continue </div>
    <a class="modal-close" data-popup-close=""><i class="fas fa-chevron-left"></i></a>
  </div>
</form>

<form data-register-step="2" class="register-step register-step2" style="display: none;">
  <div class="modal-overlay register"></div>
  <div class="modal-container">
    <p class="error" data-msg="error"></p>
    <h2>I'm a</h2>
    <input type="radio" name="gender1" value="male" data-field="gender" id="gender1-male" checked="checked">
    <label class="button man" for="gender1-male" data-go-to-step="3">Man</label>
    <input type="radio" name="gender1" value="female" data-field="gender" id="gender1-female">
    <label class="button woman" for="gender1-female" data-go-to-step="3">Woman</label>
    <a class="modal-close" data-go-to-step="1"><i class="fas fa-chevron-left"></i></a>
  </div>
</form>

<form data-register-step="3" class="register-step register-step3" style="display: none;">
  <div class="modal-overlay register"></div>
  <div class="modal-container special">
    <div class="modal-box text">
      <p>I'm a <strong><span data-giveniam=""></span></strong></p>
    </div>
    <div class="modal-box">
      <p class="error" data-msg="error"></p>
      <h2>Looking for a</h2>
      <input type="radio" name="gender" value="male" data-field="gender-target" id="gender2-male">
      <label class="button man" for="gender2-male" data-go-to-step="4">Man</label>
      <input type="radio" name="gender" value="female" data-field="gender-target" id="gender2-female" checked="checked">
      <label class="button women" for="gender2-female" data-go-to-step="4">Woman</label>
      <a class="modal-close" data-go-to-step="2"><i class="fas fa-chevron-left"></i></a>
    </div>
  </div>
</form>

<form data-register-step="4" class="register-step register-step4" style="display: none;">
  <div class="modal-overlay register"></div>
  <div class="modal-container special">
    <div class="modal-box text">
      <p>I'm a <strong><span data-giveniam=""></span></strong></p>
      <p>Looking for a <strong><span data-givenlookingfor=""></span></strong></p>
    </div>
    <div class="modal-box">
      <p class="error" data-msg="error"></p>
      <div class="form-field">
        <h2>Location:</h2>
        <div class="form-field">
          <div class="city">Postcode:</div>
          <input type="number" class="input" required="required" data-field="postcode" placeholder="Postcode">
        </div>
        <div class="form-field">
          <div class="city">City:</div>
          <select class="form-control" data-field="city" required="">
            <option value="" selected="selected"> First enter postcode </option>
          </select>
        </div>
      </div>
      <div class="registration-confirm button" data-go-to-step="5"> Continue </div>
      <a class="modal-close" data-go-to-step="3"><i class="fas fa-chevron-left"></i></a>
    </div>
  </div>
</form>

<form data-register-step="5" class="register-step register-step5" style="display: none;">
  <div class="modal-overlay register"></div>
  <div class="modal-container special">
    <div class="modal-box text">
      <p>I'm a <strong><span data-giveniam=""></span></strong></p>
      <p>Looking for a <strong><span data-givenlookingfor=""></span></strong></p>
      <p><strong><span data-givencity=""></span></strong></p>
    </div>
    <div class="modal-box">
      <p class="error" data-msg="error"></p>
      <h2>Last step</h2>
      <input autocomplete="off" maxlength="100" name="email" type="email" id="email" data-field="email" required="required" placeholder="Your email address">
      <p class="age-warning">Age check required</p>
      <div class="date">
        <input data-dob="dateOfBirth.day" name="dateOfBirthday" id="dateOfBirthday" required="required" placeholder="DD" min="1" max="31" type="number" maxlength="2"
          oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);">
        <input data-dob="dateOfBirth.month" type="number" required="required" placeholder="MM" min="1" max="12" maxlength="2" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);">
        <input data-dob="dateOfBirth.year" type="number" required="required" placeholder="YYYY" maxlength="4" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);">
      </div>
      <div class="registration-confirm button" data-go-to-step="6"> Continue </div>
    </div>
  </div>
</form>

<form data-register-step="6" class="register-step register-step6" style="display: none;">
  <div class="modal-overlay register"></div>
  <div class="modal-container confirm">
    <div data-register-confirm-data="">
      <p class="error" data-msg="error"></p>
      <h2>Please check your details and confirm your profile</h2>
      <p><strong>Username:</strong> <span data-givenname=""></span></p>
      <p><strong>Email:</strong> <span data-givenemail=""></span></p>
    </div>
    <div class="conditions nb cc-tickbox-on-registration" data-applied-instances="{&quot;termsAndConditions_declaredRead&quot;:true,&quot;privacyStatement_privacyReminder&quot;:true}">
      <input class="conditions-input is-hidden" id="conditions" type="checkbox" data-conditions="">
      <div data-priority="0" id="termsAndConditions_declaredRead" class="cc-tickbox cc-tickbox-prepend-checkbox" style="display: block;"><input class="cc-tickbox-input" type="checkbox"><label class="cc-tickbox-label">By becoming a member, I agree to
          the <b><a href="#" class="cc-load-full-statement-a cc-popup-hide" data-focus="false">Terms and Conditions</a></b> and to using fictional entertainers’ profiles, marked with a heart icon, with whom physical contact is not possible.</label>
        <div class="cc-tickbox-content"></div>
      </div>
      <div data-priority="0" id="privacyStatement_privacyReminder" class="cc-tickbox cc-tickbox-prepend-checkbox cc-tickbox-hide-checkbox cc-tickbox-auto-confirm" style="display: block;"><input class="cc-tickbox-input" type="checkbox"><label
          class="cc-tickbox-label">By submitting my account information, I understand that Gate Switch Development B.V. will process my data per the
          <b><a href="#" class="cc-load-full-statement-a cc-popup-hide" data-focus="false">Privacy Statement</a></b>.</label>
        <div class="cc-tickbox-content">The Service is intended for a mature audience. If you are under the age of eighteen (18), or otherwise under the age of majority where you reside, then you are not permitted to register as a user, create an
          Account or otherwise use the Service or submit personal information to us. In the event we are informed that we have obtained a child’s personal information we will delete it, or otherwise take appropriate action, as required by applicable
          law.<br><br>
          <h2>To the end</h2>If you have any questions about the processing and protection of your Personal Data or wish to exercise your rights? Please contact us at the following email address: support@myaussiecrush.com.<div><br></div>
          <div>This Privacy Statement is last updated on 09/04/2024</div>
        </div>
      </div>
    </div>
    <div class="center">
      <div type="submit" class="button" data-register="submit" onclick="dataLayer.push({'event': 'splash_registration'});">Confirm</div>
    </div>
  </div>
</form>

Text Content

BY ACCEPTING COOKIES WE CAN IMPROVE YOUR USER EXPERIENCE ON OUR WEBSITE.



If you visit our website, we process your personal data with cookies. We use
technical cookies to make the website function. We also use a program for
website statistics, but in doing so we anonymise your data as much as possible.
Please read our Cookie Statement

Decline Cookies
More Options Accept Cookies
LOGIN


FLIRT WITH BEAUTIFUL LOCALS AROUND YOU


THOUSANDS OF MEMBERS WAITING

Register now

Michelle

Andrea

HookMeUp, 24


REGISTER, GET UNLIMITED ACCESS AND START FLIRTING!

Yes, it's that simple. As a member of ExcitingDateMatch you will have all the
tools you need. An easy-to-use interface, pages and pages and even more pages
with photos of possible matches, and all the search options you need to find
what you're looking for... fast.

Start searching
 * Terms & conditions
 * Privacy statement
   
 * About us
 * Contact
   
   
   

excitingdatematch.com (c) 2021 - 2024 All rights reserved.


FORGOT YOUR PASSWORD?

PLEASE ENTER YOUR E-MAIL ADDRESS AND WE WILL SEND YOU A LINK TO RESET YOUR
PASSWORD

SEND
Login Click here to join


LOGIN

LOGIN
Lost login?


CHOOSE A USERNAME



Continue


I'M A

Man Woman

I'm a


LOOKING FOR A

Man Woman

I'm a

Looking for a


LOCATION:

Postcode:
City:
First enter postcode
Continue

I'm a

Looking for a




LAST STEP

Age check required


Continue


PLEASE CHECK YOUR DETAILS AND CONFIRM YOUR PROFILE

Username:

Email:

By becoming a member, I agree to the Terms and Conditions and to using fictional
entertainers’ profiles, marked with a heart icon, with whom physical contact is
not possible.

By submitting my account information, I understand that Gate Switch Development
B.V. will process my data per the Privacy Statement.
The Service is intended for a mature audience. If you are under the age of
eighteen (18), or otherwise under the age of majority where you reside, then you
are not permitted to register as a user, create an Account or otherwise use the
Service or submit personal information to us. In the event we are informed that
we have obtained a child’s personal information we will delete it, or otherwise
take appropriate action, as required by applicable law.




TO THE END

If you have any questions about the processing and protection of your Personal
Data or wish to exercise your rights? Please contact us at the following email
address: support@myaussiecrush.com.


This Privacy Statement is last updated on 09/04/2024
Confirm