← WHMCS Modules

Addon module for WHMCS · Free · MIT

Examen

Find out which of your modules survive WHMCS 9 before you upgrade, not after.

What it is

Examen is an addon module that audits the WHMCS install it is sitting in. It walks every addon, server, provisioning, gateway and registrar module on disk, reads the source without running any of it, and reports two things: what will break when you move to WHMCS 9, and what about the install itself is worth hardening.

You get a verdict per module — Ready, Needs review, Blocked or Encoded — with the file and line behind every finding, and a single 0–100 readiness score for the install so you can tell at a glance whether the upgrade is an afternoon or a project.

The name is the old monastic habit of the daily examination: sit down once a day and look honestly at what is actually there. That is the whole idea.

The WHMCS 9 problem

WHMCS 9 raises the floor underneath everything you have installed. It needs a newer PHP — 8.2 as the minimum, 8.3 the version to be on — which means the removals and deprecations that landed in PHP 8.2 and 8.3 are now your problem. It ships Smarty 4, which dropped template features that older WHMCS themes and modules leaned on for years. And it raises the minimum ionCube Loader, which can quietly strand an encoded module you have no source for.

The install itself is rarely the hard part. The hard part is the six or ten third-party modules that came with a template, a reseller, or a developer who has since moved on — each written against a PHP and a Smarty that no longer exist, and none of them reviewed since. The failure mode is not a helpful error at upgrade time. It is a client-area page that renders blank, or an order that silently stops provisioning, discovered by a customer.

Examen is the pass someone would do by hand if they had a free week and knew exactly what to grep for.

What it checks

Compatibility

Source-level, across every module directory it finds:

Environment

Security

Configuration and filesystem checks on the install itself:

What you do with the results

What it will not do to your install

Examen never executes the code it scans. It reads files as text and parses them. Nothing under a module directory is included, required, evaluated or called.

It makes no outbound connections. No telemetry, no licence check, no uploading your findings anywhere. Everything it produces stays in your database and on your disk.

It never reads your database credentials. configuration.php is checked for its file permissions only — the contents are not parsed and not stored.

It is read-only. It changes no file, no template, no setting. Fixing what it finds is your decision and your edit.

Requirements

Examen is deliberately runnable on the version you are on now — auditing an install for WHMCS 9 is not much use if it only installs once you are already there.

Installing it

  1. Upload the module to modules/addons/lm_audit in your WHMCS directory.
  2. In the admin area, go to Setup → Addon Modules and activate Examen.
  3. Assign the admin roles that should be able to see it, in the same screen.
  4. Open the module from Addons and run your first scan.

A first scan reads every module directory on disk, so how long it takes depends on how much is installed rather than on how big your client base is.

Beta testers wanted

Examen is pre-release. It has been built and tested against PHP 8.1 through 8.4, but it has not yet been run on enough real, lived-in WHMCS installs for us to call it finished — and an audit tool that has only ever seen tidy installs is not an audit tool yet. So there is no download link on this page on purpose.

If you run WHMCS and you are looking at the 9 upgrade, we would like to put it in front of you. Email info@liquidmonks.com with the WHMCS and PHP version you are on and roughly how many third-party modules you have, and we will send you a copy. What we want back is the boring stuff: a false positive, a module it choked on, a check that told you nothing useful.

Licence

Examen is released under the MIT licence. The source is readable, forkable, and yours to keep running whatever happens to us. There is no encoder and no licence server.

Changelog

VersionDateChanges
1.0.0 Unreleased First release. Compatibility, environment and security checks; per-module verdicts and a 0–100 readiness score; weekly scheduled scan with email summary; CSV and JSON export; run history.

All WHMCS modules · Support · Privacy · Terms

WHMCS is a trademark of WHMCS Limited. Examen is an independent module for WHMCS built by Liquid Monks, and is not affiliated with, endorsed by, or sponsored by WHMCS Limited.

Liquid Monks
1 East Erie St, Suite 525-4527
Chicago, IL 60611, United States
info@liquidmonks.com