-
Notifications
You must be signed in to change notification settings - Fork 15
1. Installation
Ivan edited this page Mar 22, 2017
·
6 revisions
PHP 5.4+
WHMCS 6+ and 7+
#####PHP extensions: Mcrypt
#####Additional libraries: OnApp PHP Wrapper
#####PHP settings:
Timezone should be defined in PHP settings.
If the timezone is not already set add the following line to your php.ini:
date.timezone = {desired timezone}
Line should looks like date.timezone = Europe/Stockholm
All available timezones are listed on http://php.net/manual/en/timezones.php
- remove/rename any previously used module's files
- copy all module's files to the root of your WHMCS directory
- copy all OnApp PHP Wrapper's files into {WHMCS}/includes/wrapper
Module uses default WHMCS template. If you have custom template you should rewrite it by yourself.