Mobirise Free Add-ons

AdminPanel PHP

Secure Admin Interface with Addon Management

⬇️ Download AdminPanel PHP Coming soon ...

🧩 What is AdminPanel PHP?

AdminPanel PHP is a secure and modular admin interface for managing various backend tasks on your website.

AdminPanel Overview

🚀 Installation

To install AdminPanel PHP, simply:

  1. create a directory on your FTP (example XXXXXXX)
  2. Unzip the downloaded package to the XXXXXXX of your FTP/web server
  3. Go to www.yourwebsite.com/XXXXXXX/install/install.php
  4. Follow the guided setup (admin account creation, optional reCAPTCHA keys)
Install AdminPanel

🧩 Installing Addons

To install new addons:

  1. Click on Preferences at the top-right of the interface
  2. Select Import Addon and choose a valid ZIP package
  3. The addon will be extracted and added automatically

Currently available addons:

You can access these via the admin sidebar or using include() in your existing PHP pages.

Addons Admin
Addons Admin

🔧 Preferences & Configuration

Under Preferences, you can:

Preferences

📎 Easy Integration

Each module (gallery, news, popup...) can be integrated into your PHP project using:

<?php include("./xxxxx.php"); ?>

This allows you to embed and reuse components with minimal effort. such as in a Mobirise* block

🔨 Create Your Own Addon

You can easily develop and import your own addons into AdminPanel PHP. The system is modular and designed to be developer-friendly.

To create your own addon:

  1. Create a folder containing your addon files
  2. Include a main file named index.php that will serve as the entry point
  3. (Optional) Add a schema.sql file if your addon needs to create database tables automatically
  4. Zip the entire folder
  5. Import it using the Preferences → Import Addon option

Once imported, your addon will appear in the menu and can also be used in your PHP pages via:

<?php include("./xxxxx.php"); ?>

📁 Example Folder Structure

Here's a sample structure for a custom addon:


your-addon/
├── root/
│   ├── xxxx.php
│   ├── yyyy.php
│   ├── zzzzz.php
├── mysql.php
│   ├── schema.sql
├── admin/
│   ├── youraddons/
│      └── admin_add.php
│      └── admin_update.php
│      └── readme.html
└── addon.json
  

Feel free to organize your files as needed. The only required file is index.php, which will be included by the AdminPanel interface.

📌 Technical Notes

💡 Tips


⚠️ Disclaimer

Important: Before using blocks, add-ons or software, please make a full backup of your project folder.

While this tool has been tested to operate safely, it performs mass modifications to your files and folders. The author cannot be held responsible for any loss, corruption, or damage caused by its use.

Use at your own risk — always work on a copy when in doubt.

* Use of the Website/Services is at your own risk. The Website/Services are provided on an "AS IS" and "AS AVAILABLE" basis without any representation or endorsement made and without warranty of any kind whether express or implied, including but not limited to the implied warranties of satisfactory quality, fitness for a particular purpose, non-infringement, compatibility, security and accuracy. To the extent permitted by law, Zen2cool will not be liable for any indirect or consequential loss or damage whatsoever (including without limitation loss of business, opportunity, data, profits) arising out of or in connection with the use of the Website/Services. We strictly try not to break any copyright law, and in case any data gets included unknowingly in our design/product, we are always willing to remove/rectify the same since we respect the copyright law.

* Mobirise and the Mobirise Logo are trademarks of Mobirise.com and are acknowledged as such.