Copyright © 2025 All Rights Reserved
./modules/registrars/
directory./modules/addons/
directory/lang/overrides/english.php
include(ROOTDIR."/modules/registrars/dotsoftextension/lang/client/english.inc.php");
/admin/lang/overrides/english.php
include(ROOTDIR."/modules/registrars/dotsoftextension/lang/admin/english.inc.php");
/lang/overrides/french.php
include(ROOTDIR."/modules/registrars/dotsoftextension/lang/client/french.inc.php");
/admin/lang/overrides/french.php
include(ROOTDIR."/modules/registrars/dotsoftextension/lang/admin/french.inc.php");
Some modules include one or more widgets:
./modules/widgets/
folderSome 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.