www.mountainproject.com Open in urlscan Pro
2600:1901:0:6b8::  Public Scan

URL: https://www.mountainproject.com/user/201940897/kv999-my
Submission: On October 28 via automatic, source links-suspicious — Scanned from DE

Form analysis 5 forms found in the DOM

POST /auth/login/email

<form class="wide" method="post" action="/auth/login/email">
  <div class="form-group tighter">
    <input type="email" name="email" class="form-control form-control-lg signup-captcha-hide" placeholder="Log in with email" value="">
  </div>
  <div class="form-group tighter">
    <input type="password" name="pass" class="form-control form-control-lg signup-captcha-hide" placeholder="Password">
  </div>
  <input type="hidden" name="_token" value="n04TZBXdX5C94eFRf6pRIdqhU9Z6WmUa2cX2DuXj" autocomplete="off">
  <button type="submit" class="btn btn-primary btn-lg">Log In</button>
</form>

POST /auth/signup/start

<form class="wide" method="post" action="/auth/signup/start">
  <div class="form-group tighter">
    <input type="email" name="email" class="form-control form-control-lg signup-captcha-show" placeholder="Sign up with email">
  </div>
  <div class="form-group tighter text-xs-center signup-captcha-block" style="display: none">
  </div>
  <input type="hidden" name="_token" value="n04TZBXdX5C94eFRf6pRIdqhU9Z6WmUa2cX2DuXj" autocomplete="off">
  <div id="recaptcha-671f6f304e4f2" class="g-recaptcha-response" style="display: inline-block; position: relative;">
    <input type="hidden" name="g-recaptcha-response" value="">
    <input type="hidden" name="g-recaptcha-response-action" value="signup">
    <input type="text" name="winnie-the-pooh" value="" style="position: absolute; bottom: 0.5rem; margin:0; padding: 0; height: 1rem; border: none;" tabindex="-1">
    <button id="submitrecaptcha-671f6f304e4f2" type="submit" class="btn btn-primary btn-lg" style="">Sign Up</button>
    <span style="display:block; margin:0.5rem 0; padding: 0.5rem; background-color: #f5f5f5; line-height: 1.25em; font-size: 0.7rem; z-index: 1; position: relative;"> This site is protected by reCAPTCHA and the Google
      <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply. </span>
  </div>
  <script type="text/javascript">
    if (typeof grecaptcha === 'undefined') {
      grecaptcha = {
        enterprise: {}
      };
      grecaptcha.enterprise.ready = function(cb) {
        const c = '___grecaptcha_cfg';
        window[c] = window[c] || {};
        (window[c]['fns'] = window[c]['fns'] || []).push(cb);
      }
    }
    grecaptcha.enterprise.ready(async () => {
      const captcha = document.getElementById("recaptcha-671f6f304e4f2");
      const submit = document.getElementById("submitrecaptcha-671f6f304e4f2");
      const inputAction = captcha.querySelector('input[name="g-recaptcha-response-action"]');
      const winnieAction = captcha.querySelector('input[name="winnie-the-pooh"]');
      submit.addEventListener('click', async (e) => {
        e.preventDefault();
        if (winnieAction.value !== '') {
          inputAction.value = 'pooh-bear';
        }
        const inputToken = captcha.querySelector('input[name="g-recaptcha-response"]');
        const token = await grecaptcha.enterprise.execute("6LdFNV0jAAAAAJb9kqjVRGnzoAzDwSuJU1LLcyLn", {
          action: "signup"
        });
        inputToken.value = token;
        e.target.form.submit();
      })
    });
  </script>
</form>

POST https://www.mountainproject.com/auth/password/lost

<form class="wide" method="post" action="https://www.mountainproject.com/auth/password/lost">
  <div class="form-group tighter">
    <input type="email" name="email" class="form-control form-control-lg" placeholder="Email address">
  </div>
  <input type="hidden" name="_token" value="n04TZBXdX5C94eFRf6pRIdqhU9Z6WmUa2cX2DuXj" autocomplete="off">
  <div id="recaptcha-671f6f311c573" class="g-recaptcha-response" style="display: inline-block; position: relative;">
    <input type="hidden" name="g-recaptcha-response" value="">
    <input type="hidden" name="g-recaptcha-response-action" value="password">
    <input type="text" name="winnie-the-pooh" value="" style="position: absolute; bottom: 0.5rem; margin:0; padding: 0; height: 1rem; border: none;" tabindex="-1">
    <button id="submitrecaptcha-671f6f311c573" type="submit" class="btn btn-primary btn-l" style="">Send Reset Email</button>
    <span style="display:block; margin:0.5rem 0; padding: 0.5rem; background-color: #f5f5f5; line-height: 1.25em; font-size: 0.7rem; z-index: 1; position: relative;"> This site is protected by reCAPTCHA and the Google
      <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply. </span>
  </div>
  <script type="text/javascript">
    if (typeof grecaptcha === 'undefined') {
      grecaptcha = {
        enterprise: {}
      };
      grecaptcha.enterprise.ready = function(cb) {
        const c = '___grecaptcha_cfg';
        window[c] = window[c] || {};
        (window[c]['fns'] = window[c]['fns'] || []).push(cb);
      }
    }
    grecaptcha.enterprise.ready(async () => {
      const captcha = document.getElementById("recaptcha-671f6f311c573");
      const submit = document.getElementById("submitrecaptcha-671f6f311c573");
      const inputAction = captcha.querySelector('input[name="g-recaptcha-response-action"]');
      const winnieAction = captcha.querySelector('input[name="winnie-the-pooh"]');
      submit.addEventListener('click', async (e) => {
        e.preventDefault();
        if (winnieAction.value !== '') {
          inputAction.value = 'pooh-bear';
        }
        const inputToken = captcha.querySelector('input[name="g-recaptcha-response"]');
        const token = await grecaptcha.enterprise.execute("6LdFNV0jAAAAAJb9kqjVRGnzoAzDwSuJU1LLcyLn", {
          action: "password"
        });
        inputToken.value = token;
        e.target.form.submit();
      })
    });
  </script>
</form>

POST

<form method="post" id="flag-content-form" novalidate="novalidate">
  <div class="form-group">
    <p>
      <label><input type="radio" name="type" value="spam"> Spam?</label><br>
      <label><input type="radio" name="type" value="jerk"> Being a jerk / offensive?</label><br>
      <label><input type="radio" name="type" value="other"> Something else? Please explain.</label>
    </p>
    <p>Please tell us why:</p>
    <textarea class="short form-control" name="reason"></textarea>
  </div>
  <div class="form-group">
    <input type="hidden" name="_token" value="n04TZBXdX5C94eFRf6pRIdqhU9Z6WmUa2cX2DuXj" autocomplete="off">
    <input type="submit" class="btn btn-primary" value="Flag It">
    <a href="#" class="btn btn-link btn-sm cancel" data-dismiss="modal">Cancel</a>
    <input type="hidden" name="id" value="">
    <p class="mt-1 form-group small text-muted"> An Adventure Projects staff member will review this and take an appropriate action, but we generally don't reply. </p>
  </div>
</form>

POST https://www.mountainproject.com/edit/ignoreUserAdd

<form method="post" action="https://www.mountainproject.com/edit/ignoreUserAdd">
  <div> You have the option of ignoring kv999 my: <ul>
      <li>Their posts will be minimized in the forum.</li>
      <li>Replies to their posts will also be minimized.</li>
      <li>They cannot reply to topics you create.</li>
    </ul>
  </div>
  <div class="text-xs-center">
    <input type="hidden" name="_token" value="n04TZBXdX5C94eFRf6pRIdqhU9Z6WmUa2cX2DuXj" autocomplete="off">
    <input type="hidden" name="id" value="201940897">
    <input type="submit" class="btn btn-primary" value="Ignore User">
    <a href="#" class="btn btn-link btn-sm cancel" data-dismiss="modal">Cancel</a>
    <p class="mt-2 form-group small"> You can manage ignored users in <a href="https://www.mountainproject.com/edit/account">your settings</a>. </p>
  </div>
</form>

Text Content

SIGN UP OR LOG IN

Your FREE account works with all Adventure Projects sites

Continue with onX Maps Sign in with Facebook
 Sign in with Apple



Log In
Password help
OR

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

Sign Up This site is protected by reCAPTCHA and the Google Privacy Policy and
Terms of Service apply.



Send Reset Email This site is protected by reCAPTCHA and the Google Privacy
Policy and Terms of Service apply.

Cancel




SHARE ON MOUNTAIN PROJECT

Create Route or Route

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

Add a Symbol


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

Share a Photo

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

Share a Video


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

Taking other people's content (text, photos, etc) without permission is a
copyright violation and NOT OKAY!


FLAG INAPPROPRIATE POST

Spam?
Being a jerk / offensive?
Something else? Please explain.

Please tell us why:

Cancel

An Adventure Projects staff member will review this and take an appropriate
action, but we generally don't reply.

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

Additionally, you can
permanently ignore this user.

More Info



Climb
MTB
Hike
Trailrun
Ski

Limited Time70% OffonX Backcountry

Search

Route Guide
Gyms
What's New
Partners
Forum

Sign In

Search

Route Guide
Climbing Gyms
What's New
Partners
Forum
Get the app



KV999 MY


Contact kv999
Ignore User
More About kv999

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

Member Since
Oct 24, 2024
Last Visit: 3 days ago
0 Points Details
0 Areas
0 pts - 15 each
0 Routes
0 pts - 10 each
0 Photos
0 pts - 5 each
0 Approach Trails
0 pts - 4 each
0 Page Improvements
0 pts - 1 each

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


More Info
KV999 Trang web cá cược bóng đá uy tín hàng đầu Việt Nam. Nhà cái trực tuyến
có tỷ lệ kèo bóng đá, lô đề tốt nhất hiện nay. Website: kv999.my/ Địa Chỉ: 215
Tây Thạnh, Tân Phú, Hồ Chí Minh, Việt Nam Phone: 0909817563 Email:
kv999my@gmail.com Hashtags: #kv999 #kv999my #nhacaikv999 #linkkv999
#trangchukv999

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

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


 * OUT THERE
   (0)


 * CONTRIBUTIONS
   (0)


 * COMMUNITY
   (0)


TO-DO LIST

None yet.


TICKS

None yet.


TICK BREAKDOWN
TRAD SPORT BOULDER ICE

Pitches Routes Days Out 90 Days 0 0 0 Last Year 0 0 0 5 Years 0 0 0 All Time 0 0
0

Pitches By Year201020112012201320142015201620172018201920202021202220232024-101

DateTradSportBouldersIce201000002011000020120000201300002014000020150000201600002017000020180000201900002020000020210000202200002023000020240000

Pitches By Year

Pitches By
Month2019-112020-022020-052020-082020-112021-022021-052021-082021-112022-022022-052022-082022-112023-022023-052023-082023-112024-022024-052024-08-101

DateTradSportBouldersIce2019-1100002019-1200002020-0100002020-0200002020-0300002020-0400002020-0500002020-0600002020-0700002020-0800002020-0900002020-1000002020-1100002020-1200002021-0100002021-0200002021-0300002021-0400002021-0500002021-0600002021-0700002021-0800002021-0900002021-1000002021-1100002021-1200002022-0100002022-0200002022-0300002022-0400002022-0500002022-0600002022-0700002022-0800002022-0900002022-1000002022-1100002022-1200002023-0100002023-0200002023-0300002023-0400002023-0500002023-0600002023-0700002023-0800002023-0900002023-1000002023-1100002023-1200002024-0100002024-0200002024-0300002024-0400002024-0500002024-0600002024-0700002024-0800002024-0900002024-100000

Pitches By Month

Rock Routes By
Grade<=5.65.75.85.95.10-5.105.10+5.11-5.115.11+5.12-5.125.12+5.13-5.135.13+>=5.14--101

RatingTrad RoutesSport
Routes<=5.6005.7005.8005.9005.10-005.10005.10+005.11-005.11005.11+005.12-005.12005.12+005.13-005.13005.13+00>=5.14-00

Rock Routes By Grade

Boulders By GradeV0V1V2V3V4V5V6V7V8V9V10V11V12V13>=V14-101

RatingProblemsV00V10V20V30V40V50V60V70V80V90V100V110V120V130>=V140

Boulders By Grade



WHERE KV999 CLIMBS

No ticks or to-dos yet. Tick your routes or save To-Dos to see a map of your
climbs here.


IGNORE KV999 MY

You have the option of ignoring kv999 my:
 * Their posts will be minimized in the forum.
 * Replies to their posts will also be minimized.
 * They cannot reply to topics you create.

Cancel

You can manage ignored users in your settings.

We use cookies to enhance your online experience. By using this website you
agree to our Privacy Policy.
Close
Welcome


JOIN THE COMMUNITY! IT'S FREE

Already have an account? Login to close this notice.

Get Started

 * 
 * onX products are built by adventurers, for adventurers. We believe that every
   adventurer needs to know where to go, to know where they stand, and to be
   able to share their experiences.
 * About onX
 * Careers

 * About
 * Help
 * Gyms
 * Partner Finder
 * What's New
 * Top Contributors
 * Mountain Project
 * MTB Project
 * Hiking Project
 * Trail Run Project
 * Powder Project
 * National Parks


© 2024 onX Maps, Inc. Terms·Privacy

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


LOADING...


PLEASE CONFIRM

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

Cancel OK