Set up the core once, connect your database, then import modules by simply uploading a .zip. Guided, fast, no heavy plumbing.
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.
Sell products with or without variations. Cart, summaries, customer emails, payments.
Sell files/licenses with automatic delivery after payment.
Protect pages by roles/levels; auto‑generate snippet to paste at the top of any page.
Create targeted popups (promos, email capture, announcements) without coding.
Multi‑format uploads, categories, responsive display (NanoGallery2), clickable filters.
Not all plugins are public yet. Need early access? Contact me.
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 ?>
dashboard.php
).your_page_key
to your configured key (e.g. dashboard
)..php
(Page Settings → File Name)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.