Skip to content
wafik.net/plugins

Plugin catalog — four units

Four WordPress plugins,
one license system.

Charts, data tables, media folders, and a booking engine. Each ships a free core on WordPress.org; each Pro activation is verified against a signed server — not a hardcoded flag.

How licensing works

Every Pro plugin talks to the same signed server.

Example activation request
POST /api/license/arbocharts/activate {"key":"...","domain":"example.com"}
  1. 01

    Activate

    Enter a license key in the plugin's admin screen. It posts to plugins.wafik.net with the site's domain and version.

  2. 02

    Verify

    The server signs its response with HMAC-SHA256. The plugin checks that signature before trusting anything. No valid signature, no Pro.

  3. 03

    Unlock

    Status, plan, and feature flags come back in one response. Pro gates on the returned feature map — not a local flag that can drift.

Pick a plugin. Free core, Pro when you need it.

Every plugin ships a GPL-2.0 free core on WordPress.org. Pro adds the features power users ask for, verified by a real license server — not a bypass file.