How to Upgrade from RadWebHosting to RadWebPro WHMCS Registrar Module

This article provides a guide for how to upgrade from RadWebHosting to RadWebPro WHMCS registrar module.

How to Upgrade From RadWebHosting to RadWebPro WHMCS Registrar Module

If you are upgrading from the previous iteration of our registrar module, follow these steps to complete the upgrade:

  1. Without disabling the RadWebHosting module, follow the RadWebPro installation instructions.
  2. After activating the RadWebPro module, you can run the following query on your WHMCS database to seamlessly update existing domains to use the RadWebPro module:
    UPDATE tbldomains SET registrar='RadWebPro' WHERE registrar='RadWebHosting';
  3. Run the following query to replace all TLD’s auto-registration settings from RadWebHosting to RadWebPro:
    UPDATE tbldomainpricing SET autoreg='RadWebPro' WHERE autoreg='RadWebHosting';
  4. That’s it! All domains are now managed by RadWebPro module. You can safely disable/uninstall the previous RadWebHosting registrar at this time.

Related

For more about the Domain Reseller WHMCS API module, check out these links:

  • registrar module, reseller module, domain api, domain registrar, whmcs module, whmcs
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Synchronize Server Time with WHMCS

This tutorial provides a step-by-step guide for synchronizing server time with WHMCS billing...

Remove STRICT_TRANS_TABLES in SQL Mode for WHMCS

WHMCS, a billing and support software for the web hosts, may experience a conflict with default...

Get WHMCS Support

This article provides a guide for how to get WHMCS support for licenses purchased from Rad Web...

How to Enable Subdomain Options for a Product in WHMCS

This article provides a guide for how to enable subdomain options for a product in WHMCS. While...

How to Setup WHMCS Development and Testing Environment

Creating a testing and development environment will let you verify all of your customizations...