www.yemenidukkan.vibrafone.co Open in urlscan Pro
192.232.218.155  Public Scan

URL: https://www.yemenidukkan.vibrafone.co/
Submission: On February 24 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

<form class="mt-2 w-100">
  <div class="input-group md-form form-sm form-2 pl-0 h-50 mx-auto navbar-top-search-box">
    <!-- <input > -->
    <select class="form-control my-0 py-1 p-2 rounded-0 search_product select2-hidden-accessible" type="text" aria-label="Search" data-select2-id="3" tabindex="-1" aria-hidden="true"></select><span
      class="select2 select2-container select2-container--adwitt" dir="ltr" data-select2-id="4" style="width: 709px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox" aria-haspopup="true"
          aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-2dm5-container"><span class="select2-selection__rendered" id="select2-2dm5-container" role="textbox" aria-readonly="true"><span
              class="select2-selection__placeholder">Search for products, brands or categories</span></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
        aria-hidden="true"></span></span>
  </div>
</form>

POST https://www.yemenidukkan.vibrafone.co/home/login

<form action="https://www.yemenidukkan.vibrafone.co/home/login" class="form-submit-event" id="login_form" method="post">
  <input type="hidden" class="form-control" name="type" value="phone">
  <div class="input-group">
    <input type="text" class="form-control" name="identity" placeholder="Enter Mobile Number / Email" value="" required="">
  </div>
  <div class="input-group">
    <input type="password" id="loginPassword" class="form-control" name="password" placeholder="Password" value="" required="">
    <span class="password-toggle"><i id="passwordVisible" class="far fa-eye"></i></span>
  </div>
  <div class="mb-4 text-right">
    <a href="https://www.yemenidukkan.vibrafone.co/" id="forgot_password_link">Forgot Password ?</a>
  </div>
  <footer>
    <button type="button" data-izimodal-close="">Cancel</button>
    <button type="submit" class="submit_btn  btn btn-primary btn-block">Login</button>
  </footer>
  <br>
  <div class="separator">OR</div>
  <div class="row">
    <div class="social-login col-md-12 text-center mt-3">
      <a href="#" id="googleLogin" class="btn google-btn">
                                <img src="https://www.yemenidukkan.vibrafone.co/assets/front_end/classic/images/google_logo.png" class="mr-2" style="height:30px;width:30px">Google</a>
    </div>
  </div>
  <div class="d-flex justify-content-center mt-2">
    <div class="form-group" id="error_box"></div>
  </div>
</form>

#

<form id="send-otp-form" class="send-otp-form" action="#">
  <div class="row sign-up-verify-number">
    <div class="col-12 d-flex justify-content-center pb-4">
      <input type="text" maxlength="16" oninput="validateNumberInput(this)" class="form-input" placeholder="Enter Mobile Number" id="phone-number" required="">
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <div id="error-msg" class="hide text-danger">Enter a valid number</div>
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <div id="recaptcha-container"></div>
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <div id="is-user-exist-error" class="text-center p-3 text-danger"></div>
    </div>
  </div>
  <footer>
    <button type="button" data-izimodal-close="">Cancel</button>
    <button id="send-otp-button">Send OTP</button>
  </footer>
  <br>
  <div class="separator">OR</div>
  <div class="row">
    <div class="social-login col-md-12 text-center mt-3">
      <a href="#" id="googleLogin" class="btn google-btn">
                                <img src="https://www.yemenidukkan.vibrafone.co/assets/front_end/classic/images/google_logo.png" class="mr-2" style="height:30px;width:30px">Google</a>
    </div>
  </div>
</form>

POST https://www.yemenidukkan.vibrafone.co/auth/register-user

<form id="verify-otp-form" class="verify-otp-form d-none" action="https://www.yemenidukkan.vibrafone.co/auth/register-user" method="POST">
  <div class="row sign-up-verify-number">
    <div class="col-12 d-flex justify-content-center pb-4">
      <input type="hidden" class="form-input" id="type" name="type" value="phone" autocomplete="off">
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <input type="text" class="form-input" placeholder="OTP" id="otp" name="otp" autocomplete="off">
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <input type="text" class="form-input" placeholder="Username" id="name" name="name">
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <input type="email" class="form-input" placeholder="Email" id="email" name="email">
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <input type="password" class="form-input" placeholder="Password" id="password" name="password">
      <span class="register-password-toggle"><i id="registerPasswordVisible" class="far fa-eye"></i></span>
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <div id="registration-error" class="text-center p-3 text-danger"></div>
    </div>
  </div>
  <footer>
    <button data-izimodal-close="">Cancel</button>
    <button type="submit" id="register_submit_btn">Submit</button>
  </footer>
</form>

#

<form id="sign-up-form" class="sign-up-form collapse" action="#">
  <input type="text" placeholder="Username" name="username" class="form-input" required="">
  <input type="text" placeholder="email" name="email" class="form-input" required="">
  <input type="password" placeholder="Password" name="password" class="form-input" required="">
  <div id="sign-up-error" class="text-center p-3"></div>
  <footer>
    <button type="button" data-izimodal-close="">Cancel</button>
    <button type="submit">Register</button>
  </footer>
</form>

POST #

<form id="send_forgot_password_otp_form" method="POST" action="#">
  <div class="input-group">
    <input type="text" class="form-control" name="mobile_number" id="forgot_password_number" placeholder="Mobile number" value="">
  </div>
  <div class="col-12 d-flex justify-content-center pb-4 mt-3">
    <div id="recaptcha-container-2"></div>
  </div>
  <footer>
    <button type="button" data-izimodal-close="">Cancel</button>
    <button type="submit" id="forgot_password_send_otp_btn" class="submit_btn  btn btn-primary btn-block">Send OTP</button>
  </footer>
  <br>
  <div class="d-flex justify-content-center mt-2">
    <div class="form-group" id="forgot_pass_error_box"></div>
  </div>
</form>

POST #

<form id="verify_forgot_password_otp_form" class="d-none" method="post" action="#">
  <div class="input-group">
    <input type="text" id="forgot_password_otp" class="form-control" name="otp" placeholder="OTP" value="" autocomplete="off" required="">
  </div>
  <div class="input-group">
    <input type="password" class="form-control" name="new_password" placeholder="New Password" value="" required="">
  </div>
  <footer>
    <button type="button" data-izimodal-close="">Cancel</button>
    <button type="submit" class="submit_btn  btn btn-primary btn-block" id="reset_password_submit_btn">Submit</button>
  </footer>
  <br>
  <div class="d-flex justify-content-center mt-2">
    <div class="form-group" id="set_password_error_box"></div>
  </div>
</form>

Text Content

🌕
Close

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

 * Menu
 * Category

 * Products
 * Sellers
 * My Account
 * My Orders
 * Favorite
 * Login
 * Register
 * About Us
 * Contact Us
 * FAQs
 * Blogs
 * Language
   * EN - English

 * test
 * See All


SHOPPING CART

Close

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

Return To Shop

View Cart

 * 1234567890
 * eshop@gmail.com

 * 
 * 
 * 
 * 
 * Contact Us
 * FAQs

Search for products, brands or categories
Search for products, brands or categories
En
EN - English
Login/ Register
Category
test
See All

Open Nav
 * Home
 * Products
 * Sellers
 * Contact Us
 * About Us
 * FAQs
 * Blogs




CATEGORY

See All



BRANDS

See All



ESHOP MOBILE APP


AFFORDABLE ECOMMERCE PLATFORM

Shop with us at affordable prices and get exciting cashback & offers.



FREE SHIPPING

Free Shipping at your door step.

FREE RETURNS

Free return if products are damaged.

SUPPORT 24/7

24/7 and 365 days support is available.

100% SAFE & SECURE

100% safe & secure.


FIND US

Time Square Empire, WRTeam , Mirzapar Highway , Bhuj , Kutch , Gujarat - 370001


CALL US

1234567890


MAIL US

eshop@gmail.com

FOLLOW US

ABOUT US

eShop is a multipurpose Ecommerce Platform best suitable for all kinds of
sectors like Electronics, Fashion, Groceries and Vegetables, Flowers, Gift
articles, Medical, and more ..

USEFUL LINKS

 * Become a Seller
 * Products
 * Category
 * Terms & Condition
 * Privacy Policy
 * Shipping Policy
 * Return Policy
 * About Us
 * Contact Us

Copyright © 2021, All Right Reserved WRTeam

x
Login Register
Forgot Password ?
Cancel Login

OR
Google

Enter a valid number


Cancel Send OTP

OR
Google
Cancel Submit
Cancel Register
Forgot Password

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

Cancel Send OTP


Cancel Submit


x

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



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


(1203 Reviews )






Add to Cart
Compare
Add to Favorite