X

Select your language



Select your currency



X

Select your language



Select your currency



WHMCS | Install a module

Required Libraries:

  • Intl
  • SimpleXML

PHP Parameters to Modify:

  • Memory Limit: -1
  • allow_url_fopen: true

Steps to install a module for WHMCS:

  1. Download the module
  2. Extract the dotsoftextension folder into the ./modules/registrars/ directory
  3. Extract the dotsoftextension_poll_manager folder into the ./modules/addons/ directory

To ensure proper functionality, you must also install the language files:

For English:
  • For the client area:
  1. Create the file /lang/overrides/english.php
  2. Add the following lines:
include(ROOTDIR."/modules/registrars/dotsoftextension/lang/client/english.inc.php");
  • For the admin area:
  1. Create the file /admin/lang/overrides/english.php
  2. Add the following lines:
include(ROOTDIR."/modules/registrars/dotsoftextension/lang/admin/english.inc.php");
 
If the file already exists, add this line at the end of the file without the PHP tags

For French:

  • For the client area:
  1. Create the file /lang/overrides/french.php
  2. Add the following lines:
include(ROOTDIR."/modules/registrars/dotsoftextension/lang/client/french.inc.php");
  • For the admin area:
  1. Create the file /admin/lang/overrides/french.php
  2. Add the following lines:
include(ROOTDIR."/modules/registrars/dotsoftextension/lang/admin/french.inc.php");
 
If the file already exists, add this line at the end of the file without the PHP tags
 
 
 
Other languages:
  1. Redefine other languages in the same way by creating the corresponding files (See https://developers.whmcs.com/languages/overrides/)
  2. Copy the content of the English version into this file, for example
  3. Translate into the corresponding language

 

Some modules include one or more widgets:

  1. Place the Widget.php file (e.g., DotsoftEurid.php) in the ./modules/widgets/ folder

Some functions require custom development. For that, simply go to the dotsoftextension.inc.php file.

You must also add your SSL file to the dotsoftextension/SSLfile folder to be able to select it in the module options.

Can't find the information you are looking for?

Create a Support Ticket