bestflix.us Open in urlscan Pro
148.251.41.67  Public Scan

Submitted URL: http://bestflix.us/
Effective URL: https://bestflix.us/login.php
Submission: On December 11 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST ../inc/process.php

<form novalidate="" action="../inc/process.php" method="POST" class="text-left needs-validation login">
  <h1>Sign In</h1>
  <p>Log in to your account to continue.</p>
  <div id="username-field" class="field-wrapper input">
    <label for="username" class="text-uppercase">Username</label>
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user">
      <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
      <circle cx="12" cy="7" r="4"></circle>
    </svg>
    <input class="form-control" type="text" name="username" placeholder="Please type your username." value="" required="">
    <div class="valid-feedback"> Username provided, validation ready. </div>
    <div class="invalid-feedback"> Please provide your username. </div>
  </div>
  <div id="password-field" class="field-wrapper input mb-2">
    <div class="d-flex justify-content-between">
      <label for="password" class="text-uppercase">Password</label>
    </div>
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock">
      <rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
      <path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
    </svg>
    <input class="form-control" id="password" type="password" name="password" placeholder="Please type your password." value="" required="">
    <div class="valid-feedback"> Password provided, validation ready. </div>
    <div class="invalid-feedback"> Please provide your password. </div>
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" id="toggle-password" class="feather feather-eye">
      <path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
      <circle cx="12" cy="12" r="3"></circle>
    </svg>
    <a href="#reset" id="link-reset" class="text-right forgot-pass-link mt-4">Forgot password?</a>
  </div>
  <div class="d-sm-flex justify-content-between">
    <div class="field-wrapper">
      <button type="submit" class="btn btn-primary" value="">Log In</button>
      <input type="hidden" name="form_submission" value="login">
    </div>
  </div>
  <p class="signup-link">Registration is currently disabled.</p>
</form>

POST ../inc/process.php

<form class="text-left login" action="../inc/process.php" method="POST">
  <h1 class="">Password Recovery</h1>
  <p>Enter your email and instructions will sent to you!</p>
  <div id="username-field" class="field-wrapper input">
    <label for="user" class="text-uppercase">Username</label>
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user">
      <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
      <circle cx="12" cy="7" r="4"></circle>
    </svg>
    <input class="form-control" type="text" name="user" placeholder="Please type your username." value="" required="">
    <div class="valid-feedback"> Username provided, validation ready. </div>
    <div class="invalid-feedback"> Please provide your username. </div>
  </div>
  <div id="email-field" class="field-wrapper input">
    <label for="email" class="text-uppercase">E-mail</label>
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user">
      <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
      <polyline points="22,6 12,13 2,6"></polyline>
    </svg>
    <input class="form-control" type="text" name="email" placeholder="Please type your email address." value="" required="">
    <div class="valid-feedback"> Email provided, validation ready. </div>
    <div class="invalid-feedback"> Please provide your email. </div>
  </div>
  <div class="d-sm-flex justify-content-between">
    <div class="field-wrapper">
      <input type="hidden" name="form_submission" value="forgot_password">
      <button type="submit" class="btn btn-primary" value="">Reset</button>
    </div>
  </div>
</form>

Text Content

SIGN IN

Log in to your account to continue.

Username
Username provided, validation ready.
Please provide your username.
Password
Password provided, validation ready.
Please provide your password.
Forgot password?
Log In

Registration is currently disabled.

Go Back


PASSWORD RECOVERY

Enter your email and instructions will sent to you!

Username
Username provided, validation ready.
Please provide your username.
E-mail
Email provided, validation ready.
Please provide your email.
Reset
Go Back


REGISTRATION DISABLED

We're sorry but registration is currently disabled. Please try again at a later
time.