Installation guidelines

Prerequisites

The following PHP extensions must be activated with your PHP installation:

The following PHP settings must be set in php.ini:

  • allow_url_fopen to true

Installing files

The module is not included by default into WISECP’s distribution.

  1. Download the module. You will get an archive as .zip file
  2. Extract the archive in your WISECP installation directory
  3. Ensure that the module is present in the following directory:
    /coremio/modules/Registrars/Netim/
  4. Download the lastest domain additional fields package. You will get an archive as .zip file
  5. Extract the archive in the module directory:
    /coremio/modules/Registrars/Netim/

Setting additional domain fields

Additional domain fields are mandatory for many domain extensions that require additional information like a company number, a VAT number, personal ID number to register a domain.

An extra step will be needed if you sell extensions that require additional fields.
See the setup guidelines for Additional domain fields.

Translation of language files

WISECP being a multilingual application, it is necessary to ensure that the module is translated into all the languages installed.

So, for each language activated in WISECP, you must have the necessary translations. By default, we provide the translations in French, English and Spanish but, if you have others, you will have to carry out the additional translations.

For the module

  1. The translations are in the directory:
    /coremio/modules/Registrars/Netim/lang
  2. The three languages provided correspond to the files en.php, es.php and fr.php.
  3. If you have additional languages, copy one of the original translations, set the file name as the corresponding language iso code and translate the labels into this new file. 


For additional domain fields

They are used to collect, during the order phase, additional and mandatory information to register domains in certain extensions.

  1. Translations can be found in the directory:
    /coremio/modules/Registrars/Netim/additional_fields/
  2. The three languages provided correspond to the files en.inc.php, fr.inc.php, es.inc.php.
  3. If you have additional languages, copy one of the original translations, set the file name as the corresponding language iso code and translate the labels into this new file.
    The files contain the translations of all the additional data, you can limit yourself only to the extensions that you plan to sell.