www.info-chatyou.com Open in urlscan Pro
2606:4700:4400::6812:21e4  Public Scan

Submitted URL: http://www.info-chatyou.com/
Effective URL: https://www.info-chatyou.com/landing/dd256?isRedirectedToDefault=true
Submission: On October 03 via manual from GB — Scanned from GB

Form analysis 2 forms found in the DOM

POST /user/login

<form id="login-form" action="/user/login" method="post" data-submit-type="ajax">
  <a href="/" class="btn-close js-btn-close-login">×</a>
  <p class="headline-member">Already a member?</p>
  <div class="form-group login-username">
    <input type="text" class="form-control" id="login_username" name="login_username" data-username-required-message="Your email address is invalid or not allowed." data-email-invalid-message="Your email address is invalid or not allowed."
      placeholder="Email address">
  </div>
  <div class="form-group login-password">
    <input type="password" class="form-control" id="login_password" name="login_password" data-password-required-message="Your password is invalid." placeholder="Password">
  </div>
  <div class="js-errors"></div>
  <div class="btn-group">
    <button id="login_submit" class="btn-submit" data-login-fail-message="Email address or password is not recognised." data-username-fail-message="Email address or password is not recognised."
      data-password-fail-message="Email address or password is not recognised." type="submit">Login</button>
  </div>
  <input type="hidden" name="trk" value="info-chatyou.com">
</form>

POST /user/register

<form id="regform" action="/user/register" method="POST" autocomplete="on" novalidate="">
  <div class="form-inner">
    <div class="step step-fields js-step" data-step="searchGender">
      <div class="step-inner">
        <p class="headline-1">I am looking for</p>
        <div class="form-group form-group-radio-buttons ">
          <div class="form-group-inner">
            <div class="radio-button btn btn-female">
              <input type="radio" checked="" name="searchGender" id="search_gender_female" value="FEMALE">
              <label for="search_gender_female"><span><i class="fa fa-female" aria-hidden="true"></i></span> WOMAN</label>
            </div>
            <div class="radio-button btn btn-male">
              <input type="radio" name="searchGender" id="search_gender_male" value="MALE">
              <label for="search_gender_male"><span><i class="fa fa-male" aria-hidden="true"></i></span> MAN</label>
            </div>
          </div>
        </div>
        <div class="btn-group">
          <button type="button" class="btn btn-primary js-next-step">NEXT <i class="fa fa-angle-double-right" aria-hidden="true"></i></button>
        </div>
      </div>
    </div>
    <div class="step step-fields js-step step-hidden" data-step="gender">
      <div class="step-inner">
        <p class="headline-1">I am</p>
        <div class="form-group form-group-radio-buttons btn-group-50">
          <div class="form-group-inner">
            <div class="radio-button btn btn-male">
              <input type="radio" checked="" name="gender" id="gender_male" value="MALE">
              <label for="gender_male"><span><i class="fa fa-male" aria-hidden="true"></i></span> MAN</label>
            </div>
            <div class="radio-button btn btn-female">
              <input type="radio" name="gender" id="gender_female" value="FEMALE">
              <label for="gender_female"><span><i class="fa fa-female" aria-hidden="true"></i></span> WOMAN</label>
            </div>
          </div>
        </div>
        <div class="btn-group">
          <button type="button" class="btn-prev js-prev-step" aria-label="true"><i class="fa fa-angle-double-left" aria-hidden="true"></i></button>
          <button type="button" class="btn btn-primary js-next-step">NEXT <i class="fa fa-angle-double-right" aria-hidden="true"></i></button>
        </div>
      </div>
    </div>
    <div class="step step-fields js-step js-validate-step step-hidden" data-step="age">
      <div class="step-inner">
        <p class="headline-1">How old are you?</p>
        <div class="form-group select-age">
          <div class="form-group-inner custom-select">
            <select id="age" name="age" class="form-control " data-validator="required">
              <option selected="" value="">Select</option>
              <option value="18-25">18-25</option>
              <option value="26-35">26-35</option>
              <option value="36-45">36-45</option>
              <option value="46-55">46-55</option>
              <option value="56-65">56-65</option>
              <option value="66+">66+</option>
            </select>
            <div class="select-selected">Select</div>
            <div class="select-items select-hide">
              <div class="same-as-selected">Select</div>
              <div>18-25</div>
              <div>26-35</div>
              <div>36-45</div>
              <div>46-55</div>
              <div>56-65</div>
              <div>66+</div>
            </div>
          </div>
        </div>
        <div class="btn-group">
          <button type="button" class="btn-prev js-prev-step" aria-label="true"><i class="fa fa-angle-double-left" aria-hidden="true"></i></button>
          <button type="button" class="btn btn-primary js-next-step">NEXT <i class="fa fa-angle-double-right" aria-hidden="true"></i></button>
        </div>
      </div>
    </div>
    <div class="step step-fields js-step js-validate-step step-hidden" data-step="username">
      <div class="step-inner">
        <p class="headline-1">Choose a Username</p>
        <div class="form-group ">
          <div class="form-group-inner">
            <input type="text" id="username_t" name="username" class="form-control input-text" value="" placeholder="Username" autocomplete="given-name" data-validator="notDigital|required|inputUserNameUTF|minLength|maxLength"
              data-inputusernameutf-message="Please enter a valid username. Avoid special characters in your name." data-notdigital-message="Please enter a valid username. Avoid special characters in your name."
              data-required-message="Please enter a valid username. Avoid special characters in your name." data-minlength-compare="3" data-minlength-message="Your username must be at least 3 characters long." data-maxlength-compare="30"
              data-maxlength-message="Your username can not be longer than 30 characters.">
          </div>
        </div>
        <div class="btn-group">
          <button type="button" class="btn-prev js-prev-step" aria-label="true"><i class="fa fa-angle-double-left" aria-hidden="true"></i></button>
          <button type="button" class="btn btn-primary js-next-step">NEXT <i class="fa fa-angle-double-right" aria-hidden="true"></i></button>
        </div>
      </div>
    </div>
    <div class="step step-fields js-step js-validate-step step-hidden" data-step="password">
      <div class="step-inner">
        <p class="headline-1">Choose a Password</p>
        <div class="form-group ">
          <div class="form-group-inner">
            <input type="password" id="password_t" name="password" class="form-control input-text" value="" placeholder="Password" autocomplete="password" data-validator="required|minLength|maxLength|noSpaceChar"
              data-required-message="Your password is invalid." data-nospacechar-message="Your password is invalid." data-minlength-compare="6" data-minlength-message="Your password must be at least 6 characters long." data-maxlength-compare="100"
              data-maxlength-message="Your password can not be longer than 100 characters.">
          </div>
        </div>
        <div class="btn-group">
          <button type="button" class="btn-prev js-prev-step" aria-label="true"><i class="fa fa-angle-double-left" aria-hidden="true"></i></button>
          <button type="button" class="btn btn-primary js-next-step">NEXT <i class="fa fa-angle-double-right" aria-hidden="true"></i></button>
        </div>
      </div>
    </div>
    <div class="step step-fields js-step js-validate-step step-hidden" data-step="email">
      <div class="step-inner">
        <p class="headline-1">Enter your email</p>
        <div class="form-group ">
          <div class="form-group-inner">
            <input type="email" id="email_t" name="email" class="form-control input-text" value="" placeholder="Email" autocomplete="email" data-validator="required|email|maxLength"
              data-required-message="Your Email address is invalid or not allowed." data-email-message="Your Email address is invalid or not allowed." data-maxlength-compare="150"
              data-maxlength-message="The Email cannot be longer than 150 characters." data-emailaddressnotvalid-message="The Email address is not allowed." data-emailexists-message="The Email address is already in use."
              data-emailblacklisted-message="Sorry, there was a technical error, please try again.">
          </div>
        </div>
        <div class="btn-group ">
          <button type="button" class="btn-prev js-prev-step" aria-label="true"><i class="fa fa-angle-double-left" aria-hidden="true"></i></button>
          <button type="button" class="btn btn-primary js-next-step">SIGN UP</button>
        </div>
        <div class="legal-warning-text ">
          <div class="legal-warning-text-inner">
            <p>By registering, I confirm that I have read and accepted the <a href="javascript:;" class="legal__agb popwin" data-popwin="//www.info-chatyou.com/assets/tplegal/united_tc.html" style="cursor: pointer;">terms and conditions</a> and
              <a href="javascript:;" class="legal__privacy popwin" data-popwin="//www.info-chatyou.com/assets/tplegal/united_privacy.html" style="cursor: pointer;">privacy policy</a>.</p>
          </div>
        </div>
      </div>
    </div>
    <div class="step step-fields js-step js-validate-step step-hidden last-step" data-step="summary">
      <div class="step-inner">
        <div class="form-group ">
          <label>Pick a cool username</label>
          <div class="form-group-inner">
            <input type="text" id="username" name="username" class="form-control input-text" value="" placeholder="Username" autocomplete="given-name" data-validator="notDigital|required|inputUserNameUTF|minLength|maxLength"
              data-inputusernameutf-message="Please enter a valid username. Avoid special characters in your name." data-notdigital-message="Please enter a valid username. Avoid special characters in your name."
              data-required-message="Please enter a valid username. Avoid special characters in your name." data-minlength-compare="3" data-minlength-message="Your username must be at least 3 characters long." data-maxlength-compare="30"
              data-maxlength-message="Your username can not be longer than 30 characters.">
          </div>
        </div>
        <div class="form-group ">
          <label>Type in your new password</label>
          <div class="form-group-inner">
            <input type="password" id="password" name="password" class="form-control input-text" value="" placeholder="Password" autocomplete="password" data-validator="required|minLength|maxLength|noSpaceChar"
              data-required-message="Your password is invalid." data-nospacechar-message="Your password is invalid." data-minlength-compare="6" data-minlength-message="Your password must be at least 6 characters long." data-maxlength-compare="100"
              data-maxlength-message="Your password can not be longer than 100 characters.">
          </div>
        </div>
        <div class="form-group ">
          <label>What's your email address?</label>
          <div class="form-group-inner">
            <input type="email" id="email" name="email" class="form-control input-text" value="" placeholder="Email" autocomplete="email" data-validator="required|email|maxLength" data-required-message="Your Email address is invalid or not allowed."
              data-email-message="Your Email address is invalid or not allowed." data-maxlength-compare="150" data-maxlength-message="The Email cannot be longer than 150 characters."
              data-emailaddressnotvalid-message="The Email address is not allowed." data-emailexists-message="The Email address is already in use." data-emailblacklisted-message="Sorry, there was a technical error, please try again.">
          </div>
        </div>
        <div class="legal-warning-text ">
          <div class="legal-warning-text-inner">
            <p>By registering, I confirm that I have read and accepted the <a href="javascript:;" class="legal__agb popwin" data-popwin="//www.info-chatyou.com/assets/tplegal/united_tc.html" style="cursor: pointer;">terms and conditions</a> and
              <a href="javascript:;" class="legal__privacy popwin" data-popwin="//www.info-chatyou.com/assets/tplegal/united_privacy.html" style="cursor: pointer;">privacy policy</a>.</p>
          </div>
        </div>
        <div class="btn-group">
          <button type="submit" class="btn-primary btn-confirm" data-unknown-message="Sorry, there was a technical error, please try again." data-alreadyregisteredrecently-message="Sorry, there was a technical error, please try again."
            data-emailaddressnotvalid-message="The Email address is not allowed.">SIGN UP</button>
        </div>
      </div>
    </div>
  </div>
  <div class="form-footer">
    <div class="progress-bar-wrapper">
      <ul class="progress-bar js-progress-bar">
        <li class="active visited"></li>
        <li class=""></li>
        <li class=""></li>
        <li class=""></li>
        <li class=""></li>
        <li class=""></li>
        <li class=""></li>
      </ul>
    </div>
  </div>
</form>

Text Content

Login

Login

×

Already a member?




Login
×
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


FIND INTERESTING PEOPLE TODAY


OPEN YOUR MIND FOR NEW EXPERIENCES

I am looking for

WOMAN
MAN
NEXT

I am

MAN
WOMAN
NEXT

How old are you?

Select 18-25 26-35 36-45 46-55 56-65 66+
Select
Select
18-25
26-35
36-45
46-55
56-65
66+
NEXT

Choose a Username


NEXT

Choose a Password


NEXT

Enter your email


SIGN UP

By registering, I confirm that I have read and accepted the terms and conditions
and privacy policy.

Pick a cool username

Type in your new password

What's your email address?


By registering, I confirm that I have read and accepted the terms and conditions
and privacy policy.

SIGN UP
 * 
 * 
 * 
 * 
 * 
 * 
 * 


A LOT OF FRIENDLY PEOPLE

 * 
 * 
 * 
 * 
 * 
 * 


INFO-CHATYOU.COM - LOOK FOR FUN IN YOUR AREA

Forget about disappointing acquaintances – here you're going to find men and
women ready for fun! Sign up quickly on our site and quickly find a pleasant
partner. Members of info-chatyou.com are open-minded and craving for new
adventures. Here you will be able to fulfil any fantasies you might have! With
our advanced search options and a big user base everyone will find someone
perfect. We also expect all our members to respect each other's privacy at all
costs, so you don't have to worry about the disclosure of secret adventures.
info-chatyou.com is reliable, rewarding, and exciting.


ALL THE SINGLE LADIES

If you're tired of dinners in expensive restaurants that often lead to nothing,
info-chatyou.com is the right place for you. Register now for free and start
enjoying yourself. A new, fun partner is a chance for all kinds of new and
fascinating experiences! Use options available on info-chatyou.com to find a
perfect friend for yourself. All these single ladies are waiting for you – what
else do you want? Getting to know them is so easy – you just need to register,
use our search tools and start messaging with a user you like!


SATISFY YOUR CRAVING FOR ADVENTURE

Everyone has dreamt about a mysterious stranger appearing in our lives and
turning it around completely! This dream can come true thanks to
info-chatyou.com, where there are many people who want to have fun already
tonight! There's nothing scary or stressful about meeting new people on
info-chatyou.com – you can easily find a perfect stranger and you don't need to
worry that anyone will learn about your new acquaintance!


JOIN INFO-CHATYOU.COM NOW – FREE AND SIMPLE

Registration on info-chatyou.com is free of charge and can be completed in just
few minutes. Either you're young or more mature, you will meet some interesting
new people in no time. Here everything is possible!

Imprint
Privacy policy
Terms of Use