To download the addon, login to our client area at www.hardsoftcode.com/account and then do the following:
Installing the addon is very simple. The following steps will guide you through the process:
AutoAuth is disabled by default so to enable it for your WHMCS install, you will need to add the following line to your WHMCS configuration.php file to define an AutoAuth key. The value just needs to be a random sequence of letters and numbers:
$autoauthkey = "abcXYZ123";
Please see the PDF doc file that is included with the module file
If a language you operate in is not available as standard, then you can create your own translation. Here's how:
$_ADDONLANG['addonname'] = "Addon Name";
Be careful not to delete any of the quotation marks (") around the text strings or the semi-colons on the ends of each line (;). Also should you want to use a quote character (") within your translated text, you must escape it - for example: \" The language files are written in PHP syntax so valid PHP code must be maintained.
Downloading the Latest Version
The steps needed to upgrade the addon can vary from version to version and so full steps, the general process for upgrading always remains the same:
Buyer Rating
Information |
---|
Version |
1.1.1 |
Framework |
WHMCS |
Created |
26 July 2016 |
Last Update |
04 November 2016 |
Supported Versions |
v6.x.x - v7.0.x |
Tested on |
v6.x.x, v7.0.x |
Files Included |
JS, HTML, CSS, PHP |
Compatible Browsers |
IE8+, Firefox, Safari, Opera, Chrome |