🧩 Modular, lightweight plugins

AdminPanel PHP — mini‑CMS to install & manage add‑ons in 2 clicks

Set up the core once, connect your database, then import modules by simply uploading a .zip. Guided, fast, no heavy plumbing.

AdminPanel PHP
The central hub for your plugins
  • Guided setup, clean UI
  • Add‑on upload via .zip
  • Works with your existing site
The Core

Set it up once. Manage everything after.

You don’t need to be a PHP pro — just provide your DB credentials during AdminPanel installation. After that, adding an add‑on = upload a .zip… done.

Quick install
Step‑by‑step wizard, DB config.
Clean UI
Manage modules, settings, integrations.
Plug‑and‑play
Upload .zip and it’s installed.
Production ready
Seamlessly fits into your site.
Why it’s “no‑stress”
  • Guided setup, zero heavy plumbing
  • Plug‑and‑play add‑ons (upload .zip)
  • Built to fit existing sites
Available Add‑ons

Pick, upload, use

Shop

E‑commerce

Sell products with or without variations. Cart, summaries, customer emails, payments.

  • Payments: bank transfer, PayPal, Stripe
  • Shipping rules by weight & country
  • Catalog‑only mode, coupons

Digital Store

Downloads

Sell files/licenses with automatic delivery after payment.

AccessProtect

Security

Protect pages by roles/levels; auto‑generate snippet to paste at the top of any page.

Popup Generator

Marketing

Create targeted popups (promos, email capture, announcements) without coding.

Photo Gallery

Media

Multi‑format uploads, categories, responsive display (NanoGallery2), clickable filters.

Not all plugins are public yet. Need early access? Contact me.

AccessProtect

Protect any page in seconds

Add one small PHP block at the very top of your page (before any HTML/output). Replace your_page_key with the key you configured in AdminPanel.

<?php
require_once 'gates/gates.php';
gate('your_page_key'); // Protect this page
?>
Steps
  1. Open the PHP page to protect (e.g. dashboard.php).
  2. Paste the snippet as the first lines in the file.
  3. Change your_page_key to your configured key (e.g. dashboard).
  4. Save and test with allowed/denied users.
Demos & Downloads

Try them now

Demos / Overview

Shop, Digital Store, Gallery

Open demo PHP menu

AccessProtect

Restricted / allowed access demo

Open demo

Access denied
Login: demo@demo.be
Password: jC-}[yLiL4@5
Access granted
Login: demo@demo.com
Password: -7oiu7CEB^wq
Mobirise‑friendly

Super easy integration via PHP include

  1. Add a Code Editor block (Mobirise extension)
  2. Export the page as .php (Page Settings → File Name)
  3. Paste the include you need
<?php include 'shop/catalog_embed.php'; ?>
<?php include 'digital_store/store_embed.php'; ?>

<?php include 'gallery/gallery.php'; ?>

<?php include './popup.php'; ?>

Tip: you’ll find previews, screenshots, and ready‑to‑use .zip packages. Need a specific add‑on? Tell me.