local.dialimotaxi.com Open in urlscan Pro
2a02:4780:2b:1488:0:b8b:f756:4  Public Scan

Submitted URL: https://local.dialimotaxi.com/
Effective URL: https://local.dialimotaxi.com/index.php?page=login
Submission: On April 05 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST

<form method="post">
  <div class="login-wrapper">
    <div class="login">
      <div class="login-header">
        <div class="logo">
          <img src="img/Empire Ride Inc2.png" alt="Bluemoon Admin Dashboard Logo">
        </div>
        <h5>Login to access to your admin dashboard</h5>
      </div>
      <script>
        function showHint(str) {
          if (str.length == 0) {
            document.getElementById("txtHint").innerHTML = "";
            return;
          } else {
            var xmlhttp = new XMLHttpRequest();
            xmlhttp.onreadystatechange = function() {
              if (this.readyState == 4 && this.status == 200) {
                document.getElementById("txtHint").innerHTML = this.responseText;
              }
            }
            xmlhttp.open("GET", "php_ajax/get_pro_img.php?email=" + str, true);
            xmlhttp.send();
          }
        }
      </script>
      <span id="txtHint"></span>
      <div class="login-body">
        <div class="form-group">
          <label for="emailID">Email</label>
          <input id="emailID" type="text" class="form-control" name="email" placeholder="Email or Username" value="" required="" onfocusout="showHint(this.value)">
        </div>
        <div class="form-group">
          <label for="password">Password</label>
          <input id="password" type="password" name="password" class="form-control" placeholder="Password">
        </div>
        <button class="btn btn-info btn-block" type="submit" name="login">Sign in</button>
        <br>
        <center>
          <a href="index.php?page=reset-password">Forgot your Password?</a>
        </center>
      </div>
    </div>
  </div>
</form>

Text Content

LOGIN TO ACCESS TO YOUR ADMIN DASHBOARD

Email
Password
Sign in
Forgot your Password?