p-lesson-market.centrala.vn Open in urlscan Pro
13.212.195.250  Public Scan

URL: https://p-lesson-market.centrala.vn/
Submission: On December 10 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

GET https://p-lesson-market.centrala.vn/search

<form class="inline-form" action="https://p-lesson-market.centrala.vn/search" method="get" style="width: 100%;">
  <div class="input-group search-box mobile-search">
    <input type="text" name="keyword" class="form-control ui-autocomplete-input" id="searchCourses" placeholder="Search for courses" value="" autocomplete="off">
    <div class="input-group-append">
      <button class="btn" type="submit"><i class="fas fa-search"></i></button>
    </div>
  </div>
</form>

https://p-lesson-market.centrala.vn/login

<form id="loginForm" action="https://p-lesson-market.centrala.vn/login" onsubmit="return false;">
  <input type="hidden" name="_token" value="qvWGkqQtmVByYC0MlJuQPFgoBW7nXxfYW5HMBvCI" autocomplete="off">
  <div class="input-group">
    <span class="input-field-icon"><i class="fas fa-envelope"></i></span>
    <input type="email" name="email" class="form-control" placeholder="Email">
  </div>
  <div class="input-group">
    <span class="input-field-icon"><i class="fas fa-lock"></i></span>
    <input type="password" name="password" class="form-control" placeholder="Password">
  </div>
  <button type="submit" class="btn btn-primary" id="loginBtn"> Login </button>
  <div class="forgot-pass">
    <span>or</span>
    <a href="" data-toggle="modal" data-target="#forgotModal" data-dismiss="modal">
                            Forgot password
                        </a>
  </div>
</form>

POST https://p-lesson-market.centrala.vn/review

<form action="https://p-lesson-market.centrala.vn/review" method="post">
  <input type="hidden" name="_token" value="qvWGkqQtmVByYC0MlJuQPFgoBW7nXxfYW5HMBvCI" autocomplete="off">
  <div class="modal-body step step-1" style="">
    <div class="container-fluid">
      <div class="row">
        <div class="col-md-12">
          <div class="modal-rating-box">
            <h4 class="rating-title">How would you rate this course overall?</h4>
            <fieldset class="your-rating">
              <input type="radio" id="star5" name="rating" value="5">
              <label class="full" for="star5"></label>
              <input type="radio" id="star4" name="rating" value="4">
              <label class="full" for="star4"></label>
              <input type="radio" id="star3" name="rating" value="3">
              <label class="full" for="star3"></label>
              <input type="radio" id="star2" name="rating" value="2">
              <label class="full" for="star2"></label>
              <input type="radio" id="star1" name="rating" value="1">
              <label class="full" for="star1"></label>
            </fieldset>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="modal-body step step-2" style="display: none;">
    <div class="container-fluid">
      <div class="row">
        <div class="col-md-12">
          <div class="modal-rating-comment-box">
            <h4 class="rating-title">Write a review</h4>
            <textarea id="review_of_a_course" name="review" placeholder="Describe your experience what you got out from this course" maxlength="1000" class="form-control"></textarea>
          </div>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="course_id" id="course_id_for_rating" value="">
  <div class="modal-footer">
    <button type="button" class="btn btn-primary next step step-1" data-step="1" onclick="sendEvent(2)" style="">Next </button>
    <button type="button" class="btn btn-primary previous step step-2 mr-auto" data-step="2" onclick="sendEvent(1)" style="display: none;">Previous </button>
    <button type="submit" class="btn btn-primary publish step step-2" id="" style="display: none;">Publish</button>
  </div>
</form>

https://p-lesson-market.centrala.vn/forgot-password/send-otp

<form id="sendOTPResetPassForm" action="https://p-lesson-market.centrala.vn/forgot-password/send-otp" onsubmit="return false;">
  <input type="hidden" name="_token" value="qvWGkqQtmVByYC0MlJuQPFgoBW7nXxfYW5HMBvCI" autocomplete="off">
  <div class="input-group">
    <input type="email" name="email" class="form-control forgot-email" placeholder="E-mail">
  </div>
  <div class="forgot-pass-btn">
    <button type="submit" id="sendOTPResetPassBtn" class="btn btn-primary d-inline-block"> Continue </button>
    <span>or</span>
    <a href="" data-toggle="modal" data-target="#signInModal" data-dismiss="modal">Login</a>
  </div>
</form>

https://p-lesson-market.centrala.vn/forgot-password/otp-authentication

<form class="d-none" id="OTPAuthResetPassForm" action="https://p-lesson-market.centrala.vn/forgot-password/otp-authentication" onsubmit="return false;">
  <input type="hidden" name="_token" value="qvWGkqQtmVByYC0MlJuQPFgoBW7nXxfYW5HMBvCI" autocomplete="off">
  <div class="text-opt"> Please enter the OTP code that has been sent to your email: <span id="emailResetPass" class="text-email-otp">****</span>
  </div>
  <input type="hidden" name="email" id="OTPAuthResetPassEmail">
  <div class="number-opt numeral-mask-wrapper auth-input-wrapper">
    <input name="otp1" value="" type="text" maxlength="1" autofocus="">
    <input name="otp2" value="" type="text" maxlength="1">
    <input name="otp3" value="" type="text" maxlength="1">
    <input name="otp4" value="" type="text" maxlength="1">
    <input name="otp5" value="" type="text" maxlength="1">
    <input name="otp6" value="" type="text" maxlength="1">
  </div>
  <p style="text-align: center;"> Don't receive the OTP? <span id="countdownOTPResetPass" class="font-weight-bold" style="color: #b91c1c;"></span>
  </p>
  <button type="submit" id="confirmOTPResetPass" class="btn btn-primary d-inline-block"> Confirm </button>
</form>

https://p-lesson-market.centrala.vn/forgot-password/reset

<form class="d-none" id="resetPassForm" action="https://p-lesson-market.centrala.vn/forgot-password/reset" onsubmit="return false;">
  <input type="hidden" name="_token" value="qvWGkqQtmVByYC0MlJuQPFgoBW7nXxfYW5HMBvCI" autocomplete="off"> <input type="hidden" name="email" id="resetPassEmail">
  <input type="hidden" name="otp" id="resetPassOTP">
  <div class="input-group">
    <span class="input-field-icon"><i class="fas fa-lock"></i></span>
    <input type="password" name="newPassword" class="form-control" placeholder="New Password">
  </div>
  <div class="input-group">
    <span class="input-field-icon"><i class="fas fa-lock"></i></span>
    <input type="password" name="newPassword_confirmation" class="form-control" placeholder="Confirm Password">
  </div>
  <button type="submit" id="resetPassBtn" class="btn btn-primary d-inline-block"> Confirm </button>
</form>

https://p-lesson-market.centrala.vn/register

<form action="https://p-lesson-market.centrala.vn/register" id="registerForm" onsubmit="return false;">
  <input type="hidden" name="_token" value="qvWGkqQtmVByYC0MlJuQPFgoBW7nXxfYW5HMBvCI" autocomplete="off">
  <div class="input-group">
    <span class="input-field-icon"><i class="fas fa-user"></i></span>
    <input type="text" name="name" class="form-control" placeholder="Name">
  </div>
  <div class="input-group">
    <span class="input-field-icon"><i class="fas fa-envelope"></i></span>
    <input type="email" name="email" class="form-control" placeholder="Email">
  </div>
  <div class="input-group">
    <span class="input-field-icon"><i class="fas fa-lock"></i></span>
    <input type="password" name="password" class="form-control" placeholder="Password">
  </div>
  <div class="input-group">
    <span class="input-field-icon"><i class="fas fa-lock"></i></span>
    <input type="password" name="password_confirmation" class="form-control" placeholder="Confirm Password">
  </div>
  <button type="submit" class="btn btn-primary" id="signUpBtn"> Sign up </button>
</form>

Text Content

 * Menu
 * 
 * Search
 * 

   
 * Categories
   * Menu
   * 
   



0
Total:
$0
Go to cart

Your cart is empty.

Keep Shopping

Login Sign up


BEST PLACE FOR LEARNING

Learn from any topic, choose from category

0 ONLINE COURSES

Explore A Variety Of Fresh Topics

EXPERT INSTRUCTION

Find The Right Course For You

LIFETIME ACCESS

Learn On Your Schedule




TOP COURSES




TOP 10 LATEST COURSES



As a Lesson Market organization, we relentlessly pursue our vision of a world
where every learner can access education to unlock their potential without the
barrier of cost or location.

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

HOME

 * My Course
 * My Wishlist
 * My Account

ABOUT US

 * About Us
 * Privacy Policy
 * Terms & Condition

© 2023 Copyright: Lesson Market, Inc.

LOGIN TO YOUR ACCOUNT!

×

Login
or Forgot password
Don't have an account? Sign up

STEP 1

STEP 2

 OF 2

×


HOW WOULD YOU RATE THIS COURSE OVERALL?

WRITE A REVIEW

Next Previous Publish

FORGOT PASSWORD

×
Continue or Login
Please enter the OTP code that has been sent to your email: ****


Don't receive the OTP?

Confirm

Confirm

SIGN UP AND START LEARNING!

×

Sign up
By Signing Up You Agree To Our Terms of use and Privacy Policy.
Already have an account? Login