Git Product home page Git Product logo

RAD WEB HOSTING

About

This is a custom WHMCS module built for our resellers to enable remote Domain Registration and management of RAD WEB HOSTING domains.

Installation

  1. Download the module via the following link
  2. Copy the RadWebHosting directory into the respective WHMCS directory in your WHMCS setup: /whmcs/modules/registrars/
  3. In WHMCS Admin area, navigate to Setup -> Products/Services -> Domain Registrars and activate the RadWebHosting registrar
  4. Enter your API username and API secret. These can be obtained via your Hosting Dashboard.
  5. Choose to pay via credit card. You must have one on file. This will ensure domains are registered/renewed when your WHMCS requests. If you do not want to use a credit card, you must have a credit balance on your account with RAD WEB HOSTING.
  6. Add the following code to /includes/additionaldomainfields.php if using WHMCS v6 or add to /resources/domains/additionalfields.php if using WHMCS v7:
/********************************************* RadWebHosting Domain Additional Fields ********************************************/
if(!defined('DS'))
    define('DS',DIRECTORY_SEPARATOR);
$filename = ROOTDIR.DS.'modules'.DS.'registrars'.DS.'RadWebHosting'.DS.'RadWebHosting.php';
if(file_exists($filename)){
    require_once ($filename);
    $fields = RadWebHosting_GetDomainFields();
    if(is_array($fields))
        $additionaldomainfields = $fields;     
}
/********************************************* End RadWebHosting Domain Additional Fields *****************************************/

Help

If you have any questions or problems please submit a Domain Support Ticket.

Bugs

If you discover any bugs or issues with this module, please notify our staff via the 24/7 Helpdesk.

License

This project is open-sourced software licensed under the MIT license.

Rad Web Hosting's Projects

btcpayserver icon btcpayserver

Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.

chappe icon chappe

🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.

ck icon ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.

cstate icon cstate

🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.

geoip2-update icon geoip2-update

Update Maxmind.com GeoIP2/GeoLite2 databases from your php script, application or via Composer.

gogs icon gogs

Gogs is a painless self-hosted Git service

hostbill-domain-registrar icon hostbill-domain-registrar

Domains Reseller module for HostBill to integrate API functionality for resellers directly into their HostBill installations. Simplifies the automation of registering, transferring, and renewing domain name registrations. RAD WEB HOSTING account is required to receive API credentials.

ixp-manager icon ixp-manager

Full stack web application powering peering at ~200 Internet Exchange Points (IXPs) globally.

librenms icon librenms

Community-based GPL-licensed network monitoring system

nomulus icon nomulus

Top-level domain name registry service on Google App Engine

op-whmcs icon op-whmcs

Openprovider domain registration plugin for WHMCS

radwebhosting icon radwebhosting

Domains Reseller module for WHMCS to integrate API functionality for resellers directly into their WHMCS installations. Simplifies the automation of registering, transferring, and renewing domain name registrations. RAD WEB HOSTING account is required to receive API credentials.

radwebhosting-whmcs icon radwebhosting-whmcs

Domains Reseller module for WHMCS to integrate API functionality for resellers directly into their WHMCS installations. Simplifies the automation of registering, transferring, and renewing domain name registrations. RAD WEB HOSTING account is required to receive API credentials.

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.