Personal tools
Namespaces

Variants
Actions

Hosting Quota Notifications For WHMCS

From ModulesGarden Wiki
(Difference between revisions)
Jump to: navigation, search
(Dashboard)
(Configuration)
Line 117: Line 117:
 
{|
 
{|
 
|style="padding: 0px 0px 30px 25px;"|[[File:HQN_11.png]]
 
|style="padding: 0px 0px 30px 25px;"|[[File:HQN_11.png]]
 +
|}
 +
==Logs==
 +
{|
 +
|style="padding: 10px 0px 15px 15px;"|Under '' 'Logs' '' page you can view information about sent notifications.
 +
|}
 +
{|
 +
|style="padding: 0px 0px 20px 25px;"|[[File:HQN_12.png]]
 +
|}
 +
==Notifications==
 +
{|
 +
|style="padding: 10px 0px 15px 15px;"|You can create as many notifications as you wish.<br />
 +
The only requirement is their type being set to '' 'Product/Service' ''.<br />
 +
Additionally, you can use {if} statement, as shown below:
 +
{if $bw_over} Your bandwidth is over {$bw_over}MB{if $bw_current} (current: {$bw_current}MB){/if}.{/if}
 +
{if $disk_over}Your diskis over {$disk_over}MB{if $disk_current} (current: {$disk_current}MB){/if}.{/if}
 +
|}
 +
{|
 +
|style="padding: 0px 0px 20px 25px;"|[[File:HQN_13.png]]
 
|}
 
|}
  

Revision as of 12:05, 17 March 2015

Contents

About Hosting Quota Notifications For WHMCS

Hosting Quota Notifications For WHMCS will allow you to manage multiple brands on multiple websites while using just a single WHMCS installation.

You will be able to customize your brand through modifying factors like client area template, logo or brand language, and preview the changes with just a single click.
The module enables you to easily assign your clients to and migrate them between brands, as well as assign products and ticket departments to each brand.
Owing to Hosting Quota Notifications For WHMCS your customers will be able to log into specified client areas in accordance with the brand under which they purchased a product or service.

  • Admin Area Features:
  • General Info:
✔ Multi-Language Support
✔ Supports WHMCS V5 and Later

Installation

This tutorial will show you how to successfully install and configure Hosting Quota Notifications For WHMCS.

We will guide you step by step through the whole installation and configuration process.

Installation

1. Log in to your client area and download Hosting Quota Notifications For WHMCS.
HQN 1.png
2. Upload and extract the module into the main WHMCS directory.

Files in your WHMCS directory should look like this.

HQN 2.png
3. When you install Hosting Quota Notifications for the first time you have to rename 'license_RENAME.php' file.

File is located in 'modules/addons/hosting_quota_notifications/license_RENAME.php' . Rename it from 'license_RENAME.php' to 'license.php' .

HQN 3.png
4. In order to configure your license key, you have to edit a previously renamed 'license.php' file.

Enter your license key between quotation marks as presented on the following screen. You can find your license key in your client area → 'My Products' .

HQN 4.png

Configuration of Addon

5. Now you have to activate the module in your WHMCS system.

Log in to your WHMCS admin area. Go to 'Setup' 'Addon Modules' . Afterwards, find 'Hosting Quota Notifications' and press 'Activate' button.

HQN 5.png
6. In the next step you need to permit access to this module.

To do so click on 'Configure' button, tick 'Access Control' near required admin role groups and press 'Save Changes' .

HQN 6.png
7. You have just successfully installed Hosting Quota Notifications For WHMCS!

You can access your module in 'Addons' 'Hosting Quota Notifications' .

HQN 7.png

Configuration and Management

In this section we will show you how to properly set up and use Hosting Quota Notifications For WHMCS.

Configuration

Under 'Configuration' you can find the list of configured notification groups.

You can enable/disable any of them, as well as alter or completely remove them.
Press 'Create New Group' to proceed.

HQN 9.png
Now, you can define all product related to this configuration as well as email template used to notify your clients.

You can choose between two types of counting:

  • Fixed - define amount of resources over specific time period. If client exceed given limit in specified time, notification will be send.
  • Tiered - defines amount of resources. If client exceed given limit, a notification will be send.
HQN 10.png
For example shown below, module uses fixed counting type.

As you can see, we have defined limits for both bandwidth and disk.
Settings shown below result in sending notification to client upon:

  • bandwidth usage grow by 5GB during 21 days.
  • disk usage grow by 100GB over period of 14 days.
HQN 11.png

Logs

Under 'Logs' page you can view information about sent notifications.
HQN 12.png

Notifications

You can create as many notifications as you wish.

The only requirement is their type being set to 'Product/Service' .
Additionally, you can use {if} statement, as shown below:

{if $bw_over} Your bandwidth is over {$bw_over}MB{if $bw_current} (current: {$bw_current}MB){/if}.{/if}
{if $disk_over}Your diskis over {$disk_over}MB{if $disk_current} (current: {$disk_current}MB){/if}.{/if}
HQN 13.png

Tips

Common Problems

1. When you have problems with connection, check whether your SELinux or firewall does not block ports.
Navigation
WHMCS Modules
WHMCS Widgets
Tools And Applications
Translations
cPanel Modules
General
FAQ
Community
Hosting Quota Notifications For WHMCS