apache

It has nothing to do with Apache and everything to do with your code

  1. You have the disabled attribute on the submit button so it can’t be clicked
  2. The POST endpoint returns an HTTP 500 error

Also …

  • The password requirements cannot be seen
  • Submitting an invalid password seems to brick the forum
  • Sending an AJAX request to requests.php every few seconds is a really good way to reach the hits limit and get your account suspended
7 Likes