try.walkertracker.com Open in urlscan Pro
34.214.88.137  Public Scan

URL: https://try.walkertracker.com/
Submission Tags: falconsandbox
Submission: On May 24 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST https://try.walkertracker.com/talk/register.php

<form action="https://try.walkertracker.com/talk/register.php" id="register_frm" method="post" accept-charset="utf-8" novalidate="novalidate">
  <input type="hidden" name="_nonce" value="62f9487d9b7f7a0e968ef62e2b93fcf48f164f5f">
  <fieldset>
    <legend><span style="font-size:11px;color:red;">*</span> Name</legend>
    <p>Please enter your first and last name</p>
    <input type="text" name="realname" placeholder="First name" value="" size="25" id="realname" class="required"> &nbsp; &nbsp; <input type="text" name="lastname" placeholder="Last name" value="" size="25" id="lastname" class="required">
  </fieldset>
  <fieldset>
    <legend><span style="font-size:11px;color:red;">*</span> Username </legend>
    <p>Please choose a screen name between 5 and 25 characters, without punctuation</p>
    <div style="float:left">
      <input type="text" name="req_username" value="" id="username" class="required alphanum" size="25" maxlength="25">
    </div> &nbsp;<div id="username_results"></div>
    <br clear="all">
  </fieldset>
  <fieldset id="pw_test">
    <legend><span style="font-size:11px;color:red;">*</span> Password</legend>
    <p>Enter a password</p>
    <p><input type="password" placeholder="Password" name="req_password1" id="req_password1" size="16" style="margin-right:20px;" maxlength="25" class="required"> &nbsp; </p>
    <div id="pwmessages"></div>
    <!--div id="password_mismatch" class="errMsg" style="display:none;">
Your passwords don't match.
</div-->
  </fieldset>
  <fieldset>
    <legend><span style="font-size:11px;color:red;">*</span> Email</legend>
    <p>Enter a valid email address</p>
    <input type="text" name="req_email1" id="req_email1" size="25" maxlength="70" class="required email" value="">
    <small><a class="jslink" href="#" onclick="$('#privacy').toggle();return false;" title="click to show privacy information">privacy information</a></small>
    <div id="req_email1_results"></div>
    <div id="privacy" class="alert" style="display:none;">
      <strong>Privacy is extremely important to us. </strong> Your email address is used to communicate system events with you (if you've won a challenge, if someone messages you). These are configurable in your preferences. If you are joining as
      part of an organization's challenge, your program administrator will be able to access your email as well. See Walker Tracker's <a href="https://www.walkertracker.com/privacy">full Privacy Policy here</a>.
      <a href="#" onclick="$('#privacy').toggle();return false;" class="btn btn-close">X</a>
      <br clear="all">
    </div>
  </fieldset>
  <br>
  <fieldset style="margin-bottom:30px;"><label for="programtype">Are you interested in our Turnkey or Enterprise Solution?<span style="color:red">*</span> </label><br><br>&nbsp;<input type="radio" name="misc_name[programtype]" value="turnkey"
      id="programtype" class="required"> Turnkey <br>&nbsp;<input type="radio" name="misc_name[programtype]" value="enterprise" id="programtype" class="required"> Enterprise <br>&nbsp;<input type="radio" name="misc_name[programtype]" value="not_sure"
      id="programtype" class="required"> Not Sure </fieldset>
  <fieldset style="margin-bottom:30px;"><label for="location">What is the name of your Company/Organization? </label><br><input type="text" name="misc_name[location]" value="" id="location"> </fieldset>
  <fieldset>
    <legend>Word Test</legend>
    <p>Please type this word in the text box below: <big><strong><span class="notranslate">trek</span></strong></big></p>
    <input type="text" name="trek" class="required"> <small>This helps us fight spam (thanks!)</small><br><br>
    <input type="hidden" name="word" value="trek" id="yep">
  </fieldset>
  <input type="hidden" name="org" value="3225A2F8" id="org">
  <input type="hidden" name="email_setting" value="1" id="email_setting">
  <input type="hidden" name="save_pass" value="1" id="save_pass">
  <input type="hidden" name="form_sent" value="1">
  <div style="background-color:;padding:2px margin-top: 16px;">
    <legend>Terms</legend>
    <label for="i_agree_to_the_terms" class="checkbox"><input type="checkbox" name="i_agree_to_the_terms" id="i_agree_to_the_terms"> <small>I have read and agree to Walker Tracker's
        <a href="https://walkertracker.com/terms" target="_blank">Terms of Service</a> and <a href="https://walkertracker.com/privacy-policy" target="_blank">Privacy Policy</a>.</small></label>
    <!-- 	Note: Your program administrator may send you email using this system. You will have the opportunity to opt out of emails in settings after registration. -->
    <script type="text/javascript" charset="utf-8">
      $(document).ready(function() {
        $('#register_btn').attr('disabled', 'disabled');
        if ($('#i_agree_to_the_terms').is(':checked')) {
          $('#register_btn').removeAttr('disabled');
        }
        $('#i_agree_to_the_terms').click(function() {
          if ($(this).is(":checked")) {
            $('#register_btn').removeAttr('disabled');
          } else {
            $('#register_btn').attr('disabled', 'disabled');
          }
        });
      });
    </script>
  </div>
  <!-- 					<p align="right" class="small">Please see our <a href="https://walkertracker.com/terms" target=_blank>Terms of Service</a> and <a href="https://walkertracker.com/privacy-policy" target=_blank>Privacy Policy</a>. Clicking 'Register' indicates your acceptance. <br>
					Note: Your program administrator may send you email using this system. You will have the opportunity to opt out of emails in settings after registration.</p>
 -->
  <div align="right"><input type="submit" name="register" class="btn btn-info btn-large" style="font-size:18px;font-weight:bold" value="Register → &nbsp; &nbsp;" id="register_btn" disabled="disabled"></div>
</form>

POST https://try.walkertracker.com/talk/login.php

<form id="rlogin" method="post" action="https://try.walkertracker.com/talk/login.php" novalidate="novalidate">
  <div>
    <!-- <strong>Username  (or email)</strong><br /><input type="text" name="req_username" value="" id="req_username" class="required" />
			<strong>Password</strong><br /><input type="password" name="req_password" value="" id="req_password" class="required" /> -->
    <input type="text" placeholder="Username or email" tabindex="1" name="req_username" value="" id="username" class="required">
    <input placeholder="Password" type="password" tabindex="2" name="req_password" value="" id="password" class="required">
    <!-- <strong>Username  (or email)</strong><br /><input type="text" name="req_username" value="" id="req_username" class="required" />
			<strong>Password</strong><br /><input type="password" name="req_password" value="" id="req_password" class="required" /> -->
    <input type="hidden" name="form_sent" value="1">
    <input type="hidden" name="redirect_url" value="https://try.walkertracker.com/index.php?">
    <input type="hidden" name="save_pass" value="1" id="save_pass">
    <input type="hidden" name="csrf_token" value="d394e3d5be79f06b2ae2cf7cc0e1b44ea0456564">
    <input type="hidden" name="_nonce" value="aee9dd0cf247a4d1a85dd3413bca37cf11106f79">
    <input type="submit" class="btn btn-large btn-info" tabindex="3" style="width:236px; margin-top: 12px;" name="Sign in" value="LOGIN">
    <!-- <img src="../images/icon-secure-lock.png" width="32" height="32" border="0" alt="Icon Secure Lock" /> -->
    <div class="login-help">
      <a href="/login_new_password.php" tabindex="5">Forgot password?</a>
      <a href="/login_help.php" target="_blank">Login help</a>
    </div>
  </div>
</form>

Text Content

Sprache auswählen ▼
Walker Tracker Home



WELCOME TO THE YOUR WALKER TRACKER TRIAL WALKING PROGRAM AT
TRY.WALKERTRACKER.COM.

Note: Javascript is currently off in your web browser. This site uses Javascript
extensively. Help me turn on JavaScript

Hello - welcome to Walker Tracker, home of walking and wellness programs for
corporations, cities, and other organizations.
Please note: we don't support Internet Explorer 6, the web browser you're using.
Learn more about supported browsers.


SIGN UP


FILL OUT THESE FIELDS AND YOU'RE IN!


* Name

Please enter your first and last name

    * Username

Please choose a screen name between 5 and 25 characters, without punctuation


 


* Password

Enter a password

 


* Email

Enter a valid email address

privacy information

Privacy is extremely important to us. Your email address is used to communicate
system events with you (if you've won a challenge, if someone messages you).
These are configurable in your preferences. If you are joining as part of an
organization's challenge, your program administrator will be able to access your
email as well. See Walker Tracker's full Privacy Policy here. X


Are you interested in our Turnkey or Enterprise Solution?*

  Turnkey
  Enterprise
  Not Sure What is the name of your Company/Organization?
Word Test

Please type this word in the text box below: trek

This helps us fight spam (thanks!)


Terms I have read and agree to Walker Tracker's Terms of Service and Privacy
Policy.






Welcome to Walker Tracker.

Please login or register at right.

 

Need help? Use the blue support button in the bottom right corner of your screen
once you log in to search for guides or contact us.

 

Note: Users will be given 2 weeks of usage on trial. Please reach out to us
after this period to complete set up of Turnkey/Enterprise Challenge.



DON'T HAVE AN ACCOUNT?


REGISTER NOW! SIGN UP TAKES 30 SECONDS


WELCOME, PLEASE LOGIN.

Forgot password? Login help


LOGIN

Already have an account? LOGIN



IOS & ANDROID APP


 
 
© 2022 Walker Tracker, Inc | Terms | Privacy
--



ORIGINALTEXT


Bessere Übersetzung vorschlagen

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