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 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
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Mass Update Domain Registrar Using SQL Query

This article provides a guide to mass update domain registrar using SQL query in WHMCS. To bulk...

Slow WHMCS Domain Spinner WHOIS Lookup

Slow WHMCS domain lookups are a source of frustration for some clients, as this, in turn, leads...

List of Banned Subdomain Prefixes

This article provides suggestions for the Banned Subdomain Prefixes field of WHMCS administrative...

Domain API Calls

This article provides a guide for making Domain API calls using Domains Reseller API....

Domain API Information

This article provides general Domain API information for use with Domain Reseller account....