allrecharge.xyz Open in urlscan Pro
45.142.237.184  Public Scan

URL: https://allrecharge.xyz/HomePage/bank
Submission: On December 13 via manual from IN — Scanned from AT

Form analysis 3 forms found in the DOM

Name: signInFormPOST

<form action="" method="post" name="signInForm" id="signInForm">
  <div class="row">
    <div class="col-md-12 col-sm-12 col-xs-12">
      <label>User name <font color="#C52D2F">*</font></label>
      <input type="text" class="input" placeholder="User name" id="s_username" value="" name="s_username">
      <div style="color: red"><span id="s_username_error"></span></div>
    </div>
    <div class="col-md-12 col-sm-12 col-xs-12">
      <label>Password <font color="#C52D2F">*</font></label>
      <input type="password" class="input" placeholder="Password" value="" id="s_password" name="s_password">
      <div style="color: red"><span id="s_password_error"></span></div>
    </div>
    <div class="col-md-12 col-sm-12 col-xs-12">
      <div style="color: red"><span id="error_signIn"></span></div>
      <button id="submit" type="submit" onclick="return signInValidation();" class="cont-submit btn-contact login-btn" name="submit">Sign In</button>
    </div>
  </div>
</form>

Name: signUpFormPOST

<form action="" method="post" id="signUpForm" name="signUpForm">
  <div class="row">
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>Name <font color="#C52D2F">*</font></label>
      <input type="text" placeholder="Enter full name" class="input" id="su_name" value="" name="name">
      <div style="color: red"><span id="su_name_error"></span></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>Email <font color="#C52D2F">*</font></label>
      <input type="text" placeholder="Enter email" class="input" value="" id="su_email" name="email">
      <div style="color: red"><span id="su_email_error"></span></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>User name <font color="#C52D2F">*</font></label>
      <input type="text" placeholder="Enter username" class="input" value="" id="su_username" name="username">
      <div style="color: red"><span id="su_username_error"></span></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>Mobile <font color="#C52D2F">*</font></label>
      <input type="text" placeholder="Enter mobile" onkeyup="this.value=this.value.replace(/[^0-9]/g,'');" maxlength="10" class="input" value="" id="su_mobile" name="mobile">
      <div style="color: red"><span id="su_mobile_error"></span></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>Password <font color="#C52D2F">*</font></label>
      <input type="password" placeholder="Enter password" class="input" value="" id="su_password" name="password">
      <div style="color: red"><span id="su_password_error"></span></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>Confirm Password <font color="#C52D2F">*</font></label>
      <input type="password" placeholder="Confirm Password *" class="input" value="" id="su_cpassword" name="cpassword">
      <div style="color: red"><span id="su_cpassword_error"></span></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>User type <font color="#C52D2F">*</font></label>
      <select name="userTypeName" class="input">
        <option value="AreaDistributor">Area Distributor</option>
        <option value="Distributor">Distributor</option>
        <option value="MasterDealer">Master Dealer</option>
        <option value="SuperDealer">Super Dealer</option>
        <option value="Retailer">Retailer</option>
      </select>
      <div style="color: red"></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>Company Name <font color="#C52D2F">*</font></label>
      <input type="text" placeholder="Enter Company Name" class="input" value="" id="su_companyName" name="companyName">
      <div style="color: red"><span id="su_companyName_error"></span></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>Address <font color="#C52D2F">*</font></label>
      <input type="text" placeholder="Enter full address" class="input" value="" id="su_address" name="address">
      <div style="color: red"><span id="su_address_error"></span></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>State <font color="#C52D2F">*</font></label>
      <select class="input" name="state" onchange="getCity(this.value);">
        <option value=""> Select State </option>
      </select>
      <div style="color: red"><span id="su_state_error"></span></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>City <font color="#C52D2F">*</font></label>
      <span id="city_result">
        <select class="input" name="city">
          <option value=""> Select City </option>
        </select>
      </span>
      <div style="color: red"><span id="su_city_error"></span></div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
      <label>Pin Code <font color="#C52D2F">*</font></label>
      <input type="text" placeholder="Pin code" onkeyup="this.value=this.value.replace(/[^0-9]/g,'');" class="input" value="" id="su_pincode" name="pincode">
      <div style="color: red"><span id="su_pincode_error"></span></div>
    </div>
    <div class="col-md-12 col-sm-12 col-xs-12">
      <div style="color: red"><span id="error_result"></span></div>
      <button id="submit_signup" type="submit" onclick="return signupValidation();" class="cont-submit btn-contact login-btn" name="submit">
        <img src="website/web/img/loader.gif" id="loading_signup" style="display:none; height: 20px;"> Sign Up</button>
    </div>
  </div>
</form>

Name: forgotFormPOST

<form action="" method="post" name="forgotForm" id="forgotForm">
  <div class="row">
    <div class="col-md-12 col-sm-12 col-xs-12">
      <label>Mobile <font color="#C52D2F">*</font></label>
      <input type="text" placeholder="Enter mobile number" onkeyup="this.value=this.value.replace(/[^0-9]/g,'');" class="input" value="" id="f_mobile" maxlength="10" name="mobile">
      <div style="color: red"><span id="f_mobile_error"></span></div>
    </div>
    <div class="col-md-12 col-sm-12 col-xs-12">
      <div style="color: red"><span id="error_forgot"></span></div>
      <button id="submit_forgot" type="submit" onclick="return forgotValidation();" class="cont-submit btn-contact login-btn" name="submit">
        <img id="loading_forgot" src="website/web/img/loader.gif" style="height: 20px; display:none;"> Forgot password</button>
    </div>
  </div>
</form>

Text Content

MOBILE NO : 8948725427 | LOGIN

All Services
 * Phone & Data Card Recharge
 * DTH Recharge & PAN Card
 * Api Service & Portal
 * White lable Service
 * Utillity Bill Payments
 * Money Transfer
 * Dealer Ship

 * Home
 * About Us
 * Gallery
 * Videos
 * Bank
 * Download
 * Our Support
 * Plans
 * Contact Us
   


MENU
 * Home
 * About Us
 * Gallery
 * Videos
 * Bank
 * Download
 * Our Support
 * Plans
 * Contact Us
   

Sign In Sign Up Forgot Password
User name *

Password *


Sign In
Name *

Email *

User name *

Mobile *

Password *

Confirm Password *

User type * Area Distributor Distributor Master Dealer Super Dealer Retailer

Company Name *

Address *

State * Select State

City * Select City

Pin Code *


Sign Up
Mobile *


Forgot password


OUR BANK ACCOUNTS

 * Home
 * |
 * Our Bank Accounts


G PAY & PHONE PE




UPI ID NUMBER




ICICI BANK




HDFC BANK




INDUSIND BANK



×




Close
>

Established in year 2009, we are the pioneers of the Multi Recharge Systems,
which is enables a person to complete mo...
Read More


INFORMATION

 * About Us
 * Gallery
 * Videos
 * Bank
 * Download
 * Our Support


QUICK LINKS

 * Services
 * News
 * Portfolio
   
 * Privacy Policy
 * Terms And Condition
   
 * Refund & Cancellation


CONTACT

 * Lucknow Uttar Pradesh India
 * 8948725427
 * infoallrecharge@gmail.com
 * infoallrecharge@gmail.com
   






Copyright © 2024 All Recharge All Rights Reserved.

AdminLogin     WebLogin