checker.brel-laz.com Open in urlscan Pro
2a00:7ee0:9:3:58:1:0:2f1  Public Scan

URL: https://checker.brel-laz.com/
Submission: On April 04 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST index.php

<form method="POST" action="index.php">
  <input type="hidden" name="databaseTest" value="1">
  <div class="bg-white p-7 shadow-sm border border-gray-200 sm:rounded-lg">
    <div class="flex flex-col">
      <div class="space-y-6 sm:space-y-5">
        <div class="sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start">
          <label for="inputDatabaseHostname" class="block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2">
            <span class="text-red-600 text-sm mr-1">*</span>Hostname </label>
          <div class="mt-1 sm:mt-0 sm:col-span-2">
            <input type="text" value="localhost" name="db_hostname" class="appearance-none outline-none bg-white text-sm block w-full rounded-md border-2 border-gray-300 py-2.5 px-3 shadow-sm focus:border-indigo-500" id="inputDatabaseHostname">
          </div>
        </div>
        <div class="sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start sm:border-t sm:border-gray-200 sm:pt-5">
          <label for="inputDatabasePort" class="block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2">
            <span class="text-red-600 text-sm mr-1">*</span>Port </label>
          <div class="mt-1 sm:mt-0 sm:col-span-2">
            <input type="text" value="3306" name="db_port" class="appearance-none outline-none bg-white text-sm block w-full rounded-md border-2 border-gray-300 py-2.5 px-3 shadow-sm focus:border-indigo-500" id="inputDatabasePort">
            <p class="mt-2 text-sm text-gray-500">* The default MySQL ports is 3306, change the value only if you are certain that you are using different port.</p>
          </div>
        </div>
        <div class="sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start sm:border-t sm:border-gray-200 sm:pt-5">
          <label for="inputDatabaseName" class="block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2">
            <span class="text-red-600 text-sm mr-1">*</span>Database Name </label>
          <div class="mt-1 sm:mt-0 sm:col-span-2">
            <input type="text" value="" name="db_name" class="appearance-none outline-none bg-white text-sm block w-full rounded-md border-2 border-gray-300 py-2.5 px-3 shadow-sm focus:border-indigo-500" id="inputDatabaseName">
            <p class="mt-2 text-sm text-gray-500">* Make sure that you have created the database before configuring.</p>
          </div>
        </div>
        <div class="sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start sm:border-t sm:border-gray-200 sm:pt-5">
          <label for="inputDatabaseUsername" class="block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2">
            <span class="text-red-600 text-sm mr-1">*</span>Database Username </label>
          <div class="mt-1 sm:mt-0 sm:col-span-2">
            <input type="text" value="" name="db_username" class="appearance-none outline-none bg-white text-sm block w-full rounded-md border-2 border-gray-300 py-2.5 px-3 shadow-sm focus:border-indigo-500" id="inputDatabaseUsername">
            <p class="mt-2 text-sm text-gray-500">* Make sure you have set ALL privileges for the user.</p>
          </div>
        </div>
        <div class="sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start sm:border-t sm:border-gray-200 sm:pt-5">
          <label for="inputDatabasePassword" class="block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2"> Database Password </label>
          <div class="mt-1 sm:mt-0 sm:col-span-2">
            <input type="password" name="db_password" class="appearance-none outline-none bg-white text-sm block w-full rounded-md border-2 border-gray-300 py-2.5 px-3 shadow-sm focus:border-indigo-500" id="inputDatabasePassword">
            <p class="mt-2 text-sm text-gray-500">* Enter the database user password.</p>
          </div>
        </div>
      </div>
    </div>
    <div class="text-right">
      <button type="submit"
        class="mt-10 inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> Test
        Database </button>
    </div>
  </div>
</form>

Text Content

CONCORD CRM REQUIREMENTS CHECKER

Documentation

PHP VERSION

Required PHP Version Current >= 8.1 8.1.27

REQUIRED PHP EXTENSIONS

Extension Enabled bcmath Yes ctype Yes mbstring Yes openssl Yes pdo Yes
tokenizer Yes cURL Yes iconv Yes gd Yes fileinfo Yes dom Yes

REQUIRED PHP FUNCTIONS

Function Enabled symlink Yes tmpfile Yes file Yes ignore_user_abort Yes
fpassthru Yes highlight_file Yes

RECOMMENDED PHP EXTENSIONS/FUNCTIONS

If there are recommended requirements that are not passing, they won't prevent
you from installing Concord CRM.

Requirement Enabled imap (ext) Yes zip (ext) Yes proc_open (func) Yes proc_close
(func) Yes proc_get_status (func) Yes proc_terminate (func) Yes

DATABASE RECOMMENDED CHECK

You must create MySQL database before testing.

*Hostname

*Port

* The default MySQL ports is 3306, change the value only if you are certain that
you are using different port.

*Database Name

* Make sure that you have created the database before configuring.

*Database Username

* Make sure you have set ALL privileges for the user.

Database Password

* Enter the database user password.

Test Database