minecraft.aranajones.nz Open in urlscan Pro
72.5.53.20  Public Scan

Submitted URL: http://minecraft.aranajones.nz/
Effective URL: https://minecraft.aranajones.nz/install.php
Submission Tags: phish.gg anti.fish automated Search All
Submission: On May 13 via api from DE — Scanned from NZ

Form analysis 1 forms found in the DOM

POST /install.php?step=0

<form action="/install.php?step=0" method="post">
  <p>Welcome to SMF. This script will guide you through the process for installing 2.1.4. We will gather a few details about your forum over the next few steps, and after a couple of minutes your forum will be ready for use.</p>
  <div id="version_warning" class="noticebox hidden">
    <h3>Warning!</h3> This install script is out of date! The current version of SMF is <em id="smfVersion" style="white-space: nowrap;">2.1.4</em>, but this install script is for <em id="yourVersion" style="white-space: nowrap;">2.1.4</em>.<br><br>
    It is recommended that you visit the <a href="https://www.simplemachines.org">Simple Machines</a> website to ensure you are installing the latest version.
  </div>
  <h3>We have completed some initial tests on your server and everything appears to be in order. Simply click the "Continue" button below to get started.</h3>
  <script>
    // Latest version?
    function smfCurrentVersion() {
      var smfVer, yourVer;
      if (!('smfVersion' in window)) return;
      window.smfVersion = window.smfVersion.replace(/SMF\s?/g, '');
      smfVer = document.getElementById("smfVersion");
      yourVer = document.getElementById("yourVersion");
      setInnerHTML(smfVer, window.smfVersion);
      var currentVersion = getInnerHTML(yourVer);
      if (currentVersion < window.smfVersion) document.getElementById('version_warning').classList.remove('hidden');
    }
    addLoadEvent(smfCurrentVersion);
  </script>
  <div class="floatright">
    <input type="submit" id="contbutt" name="contbutt" value="Continue" onclick="return submitThisOnce(this);" class="button">
  </div>
</form>

Text Content

SMF INSTALLER


PROGRESS

 * Step 1: Welcome
 * Step 2: Writable check
 * Step 3: Database Settings
 * Step 4: Forum Settings
 * Step 5: Database Population
 * Step 6: Admin account
 * Step 7: Finalize install


OVERALL PROGRESS

0%



WELCOME

Welcome to SMF. This script will guide you through the process for installing
2.1.4. We will gather a few details about your forum over the next few steps,
and after a couple of minutes your forum will be ready for use.


WARNING!

This install script is out of date! The current version of SMF is 2.1.4, but
this install script is for 2.1.4.

It is recommended that you visit the Simple Machines website to ensure you are
installing the latest version.


WE HAVE COMPLETED SOME INITIAL TESTS ON YOUR SERVER AND EVERYTHING APPEARS TO BE
IN ORDER. SIMPLY CLICK THE "CONTINUE" BUTTON BELOW TO GET STARTED.


 * SMF 2.1.4 © 2023, Simple Machines