Git Product home page Git Product logo

comet-whmcs-module's Introduction

Comet Provisioning Module for WHMCS

@CometBackup on Twitter MIT License

Requirements

  • Comet Server v18.9.2+
  • WHMCS v7.6.0+
  • PHP v5.6.0+

Earlier versions of these products may work with some caveats, but are untested.

Installation and Configuration

  1. Extract the module .zip file

  2. Upload the module folder to your WHMCS provisioning module folder, and rename it to cometbackup.

    • e.g. your_whmcs_root_folder / modules / servers / cometbackup
  3. Navigate to Setup > Products/Services > Servers and click Add New Server.

  4. Choose a name, and input your Comet server's connection details (including port, but not protocol) in the Hostname field.
    Add a Server - Host Details

  5. Select Comet Backup as the server's Type, enter your login details, enable the Secure option if your server is using HTTPS, and click Save.
    Add a Server - Auth Details

    • You can use the Test Connection button to confirm whether your server is accessible using the provided address and credentials.
  6. While still in the Servers area, click Create New Group and assign your server to your new server group.
    Create a Server Group

    • We strongly recommend that you only have one server per Comet server group in WHMCS - having more than one server in a group may result in unexpected behaviour.
  7. Navigate to Setup > Products/Services > Products/Services.

  8. Create a product group if none exists.
    Create a Product Group

  9. Create a new product, assigned to your product group.
    Create a New Product

  10. In the product's Details tab, we recommend disabling the Require Domain option.
    Create a New Product - Details Tab

  11. In the product's Module Settings tab, select Comet Backup and choose the new server group.
    Create a New Product - Module Settings Tab

    • If you wish for new orders to be automatically accepted and new accounts to be immediately created on the Comet server, you should select Automatically setup the product as soon as an order is placed (or Automatically setup the product as soon as the first payment is received if you want to require payment first) in the Module Settings tab.
  12. If you wish to allow your users to specify custom usernames or custom passwords, visit your product's Custom Fields tab.

    • To allow custom usernames, under Add New Custom Field:

      • Set Field Name to Username
      • Set Field Type to Text Box
      • Set Validation to /^.{6}/
        • Comet requires usernames to contain at least 6 characters, which this validation rule enforces. If this is not set correctly, short usernames may result in a silent failure; WHMCS will allow the user to complete the order process, but the new service will be marked as Pending and a 'CreateAccount' failure will be logged to the Utilities > Module Queue page.
      • Enable the options for both Required Field and Show on Order Form.
      • You should ideally set a Description explaining the 6 character length requirement, and any other limitations that you may have implemented via the Validation field.
      • If you also have a custom field for user passwords, you may wish to set Display Order to a lower number than the corresponding value applied to the Password field, in order to ensure that Username is displayed first.
      • Click Save Changes to add your new custom field.
    • An example of a custom Username field configuration: Custom Username field configuration

    • To allow custom passwords, under Add New Custom Field:

      • Set Field Name to Password
      • Set Field Type to Password
      • Set Validation to /^.{8}/
        • Comet requires passwords to contain at least 8 characters, which this validation rule enforces. If this is not set correctly, short passwords may result in a silent failure; WHMCS will allow the user to complete the order process, but the new service will be marked as Pending and a CreateAccount failure will be logged to the Utilities > Module Queue page.
      • Enable the options for both Required Field and Show on Order Form.
      • You should ideally set a Description explaining the 8 character length requirement, and any other limitations that you may have implemented via the Validation field.
      • If you also have a custom field for usernames, you may wish to set Display Order to a higher number than the corresponding value applied to the Username field, in order to ensure that Password is displayed first.
      • Click Save Changes to add your new custom field.
    • An example of a custom Password field configuration: Custom Password field configuration

    • Please note that service passwords in WHMCS are not obscured from the Admin area.

  13. Select a policy group and storage vault if desired, and save your changes.

    • If the [Create New Policy Group].. option is selected, this will cause a new policy group to be created and assigned on the Comet server with the following options:
      • Storage vault creation / editing / deletion disallowed.
        • This helps to ensure that users cannot avoid storage vault quotas assigned via WHMCS.
        • Available storage vault types are restricted to the Comet server type, preventing reassignment of an existing vault to a different type.
      • Password changes via the client software are disallowed, although WHMCS administrators and Comet Server administrators may reset user passwords.
        • This requires users to manage their passwords via WHMCS, keeping the WHMCS password on record in sync with the actual password on the Comet server.
    • New policy groups will be created the first time the module attempts to assign them to a new account.
  14. This product can now be used to provision and manage Comet accounts from WHMCS.


Setting up Configurable Options

Configurable options are presented to your users during sign-up. The Comet provisioning module for WHMCS currently supports configurable options for maximum device limits, protected item quotas, and storage vault quotas.

  1. Navigate to Setup > Products/Services > Configurable Options and click Create a New Group.
  2. Enter a Group Name and Description, select your new product in the Assigned Products list, then click Save.
    Create a New Configurable Options Group
  3. Click Add New Configurable Option.
  4. Enter an Option Name. You must choose from the following list, with the left-side preceding "|" being an exact match, and the right side being the label your customers will see when ordering a product:
    • number_of_devices|Devices
    • protected_item_quota_gb|Protected Items Quota (GB)
    • storage_vault_quota_gb|Initial Storage Vault Quota (GB)
  5. Set Option Type to Quantity.
  6. In Add Option, enter GB or Devices depending on the option you're configuring.
  7. Click Save Changes.
    Add New Configurable Option - Save Your Changes
  8. Enter desired values for minimum and maximum quantities in Minimum Quantity Required and Maximum Allowed respectively. Add New Configurable Option - Finalise Your Configuration
    • If this is intended to be a hidden option, simply set both quantities to your desired value. The hidden status can be set at the group level.
  9. Enter desired per-unit pricing.
    • Note: Payment Type should be set to a corresponding setting in the Pricing tab of your product's configuration area in order for this pricing to be utilised. Product Pricing
  10. Click Save Changes again, then Close Window.
  11. Repeat steps 3 to 10 again for additional desired restrictions as per step 4.

Other Important Settings

There are some WHMCS settings that we recommend customising in order to achieve the best possible experience with the Comet Provisioning Module for WHMCS.

Service Welcome Email:

  • If you don't allow users to select their own passwords (see step 12 of the Installation and Configuration section of this documentation), WHMCS will automatically generate a new password for the service. If you have elected to use this password selection method, we recommend that you configure your Comet product in WHMCS to send a welcome email using either the Other Product/Service Welcome Email or a custom email template, and for you to customise the template for this to include at least the service password.
  • To add your user's service password to a welcome email template:
    • Visit the Email Templates page.
    • Either edit a template from the Product/Service Messages section of the page, or add a new template to that section using the Create New Email Template option.
      • We recommend that you either customise your Other Product/Service Welcome Email, or add a new template.
    • Add {$service_password} to your template in order to display the password in emails using this template.
    • Save your changes.
  • To send a welcome email for a product:
    • Visit the Edit Product page for the product.
    • Navigate to the Details tab.
    • Select your welcome email template under the Welcome Email setting.
  • We recommend that you set Minimum User Password Strength to 90 or higher in order to enforce passwords that meet Comet's minimum user password strength.
    • This can be configured in the Security tab of the Setup > General Settings page.

Customer Usage

Selecting new service options for Comet Selecting new service options for Comet

  1. Choose your Comet product from cart.php (e.g. http://your_whmcs_url.com/cart.php).
  2. Options will present based on the Configurable Options that you have assigned to the product.
  3. Complete order.
  4. Depending on the product configuration as per step 11 of Installation and Configuration, the module create command may run.

Admin Area Usage

Viewing client service options from the admin area
Viewing client service options from the admin area

Changing Passwords

  1. Set the new user password in the customer's Products/Services tab.
    • If you're allowing users to specify their own passwords (see step 12 of the Installation and Configuration section of this documentation), you should set the Password field displayed below the Addons configuration options to avoid unexpected results (if set, the service password value will overwrite the custom value when the Change Password action is performed).
      • Changing custom passwords
    • If you're using automatically generated WHMCS service passwords, you should set the Password field displayed above the Status setting.
      • Changing non-custom passwords
  2. Save your changes.
  3. Run the Change Password action from the module commands area.

Changing Quotas

  1. Set the new protected item / storage vault / device quota values in the customer's Products/Services tab.
  2. Save your changes.
  3. Run the Change Package action from the module commands area.

Other Actions

All other module commands can be run directly from a customer's Products/Services tab without the need to perform additional steps such as saving first.

comet-whmcs-module's People

Contributors

mason-cometbackup avatar michael-myclient avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.