THT hasn’t been maintained for years, so it won’t run cleanly on Sentora v2 out-of-the-box.
The main blockers are:
/PDO and fixing the Sentora API calls, but that’s non-trivial.
Most admins instead migrate to an actively maintained billing/provisioning tool like WHMCS, BoxBilling, or Blesta, which can integrate with Sentora via custom modules.
If you just need automated account creation, you can also script it using Sentora’s XML-API rather than reviving THT.
The main blockers are:
- PHP incompatibility: THT’s original codebase depends on old
functions that are removed in PHP 7+/8.Code:mysql_*
- API mismatch: It was built for older ZPanel/Sentora APIs that changed in v2.
- Security issues: Several unpatched vulnerabilities in the public THT releases.
Code:
mysqli
Most admins instead migrate to an actively maintained billing/provisioning tool like WHMCS, BoxBilling, or Blesta, which can integrate with Sentora via custom modules.
If you just need automated account creation, you can also script it using Sentora’s XML-API rather than reviving THT.