chmsuannouncement.zone3c.com Open in urlscan Pro
2a02:4780:3:723:0:d6d:5aa7:2  Public Scan

URL: https://chmsuannouncement.zone3c.com/
Submission: On December 07 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST signin-logic.php

<form action="signin-logic.php" method="POST">
  <div class="input-field">
    <label for="email">Email or Username</label>
    <input type="text" name="username_email" value="" id="email" required="">
  </div>
  <div class="input-field">
    <label for="password">Password</label>
    <input type="password" name="password" value="" id="password" required="">
    <input type="checkbox" id="showPassword" style="float:left; margin-left:-42%; margin-right:-42%; margin-top:5%;">
    <p style="font-size:13px; margin-top:5%; font-weight: bold;">Show Password</p>
  </div>
  <script>
    function togglePassword() {
      const passwordField = document.getElementById('password');
      const showPasswordCheckbox = document.getElementById('showPassword');
      showPasswordCheckbox.addEventListener('change', function() {
        if (this.checked) {
          passwordField.type = 'text'; // Show password
        } else {
          passwordField.type = 'password'; // Hide password
        }
      });
    }
    // Call the function to enable the Show Password functionality
    togglePassword();
  </script>
  <button type="submit" name="submit" class="login-btn">Sign in</button>
</form>

POST https://chmsuannouncement.zone3c.com/signup-logic.php

<form class="modal-content animate" action="https://chmsuannouncement.zone3c.com/signup-logic.php" enctype="multipart/form-data" method="POST">
  <div class="container-lain">
    <h2>Sign-up</h2>
    <input type="text" name="firstname" value="" placeholder="First Name">
    <input type="text" name="lastname" value="" placeholder="Last Name">
    <input type="text" name="username" value="" placeholder="Username">
    <input type="email" name="email" value="" placeholder="Email">
    <input type="password" name="createpassword" value="" placeholder="Create Password">
    <input type="password" name="confirmpassword" value="" placeholder="Confirm Password">
    <select name="course">
      <option value="1">BSIT</option>
      <option value="2">BSIS</option>
      <option value="3">BSINDUTECH</option>
      <option value="4">BTVTED</option>
      <option value="5">BSENG</option>
    </select><input type="file" name="avatar" id="avatar">
  </div>
  <div class="clearfix">
    <button type="button" onclick="document.getElementById('id01').style.display='none'" class="cancelbtn">Cancel</button>
    <button type="submit" name="submit" class="signupbtn">Sign-up</button>
  </div>
</form>

Text Content

SIGN IN

Email or Username
Password

Show Password

Sign in
Sign-Up
×


SIGN-UP

BSIT BSIS BSINDUTECH BTVTED BSENG
Cancel Sign-up