Skip to content

Megabre/whmcs-custom-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WHMCS Custom Import

A fast and simple alternative to the official WHMCS Import Assistant. This script allows you to migrate your content between two WHMCS databases directly via PHP.

Features

  • Speed: Faster than the standard import tool for large datasets.
  • Simplicity: No complex UI steps; just configure and run.
  • Direct Migration: Connects source and target databases directly.

Installation & Usage

1. Configuration

Open the custom_import.php file with a text editor and update the database credentials for both your Source (old) and Target (new) WHMCS installations:

$sourceDbConfig = [
    'host'     => 'localhost',
    'dbname'   => 'whmcs_source',
    'username' => 'root',
    'password' => '123456',
    'charset'  => 'utf8mb4'
];

$targetDbConfig = [
    'host'     => 'localhost',
    'dbname'   => 'whmcs_target',
    'username' => 'root',
    'password' => '1123456',
    'charset'  => 'utf8mb4'
];

About

You can migrate your content to the new WHMCS system much more simply and quickly without using the WHMCS import assistant.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages