Simulation Manager
Wordpress Admin tool to upload and manage simulation HTML/ZIP packages in a fixed /simulations/ folder
★ 0stars
3release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/davsong01/simulation-manager/releases/download/v1.2.4/simulation-manager.zipFrom the readme
Simulation Manager Plugin for WordPress
A lightweight WordPress plugin for managing and hosting interactive simulations directly from the WordPress admin dashboard.
🚀 Overview
The Simulation Manager Plugin allows administrators to upload, organize, and serve simulation files (HTML or ZIP packages) without using cPanel or manual server file management.
It automatically handles:
File uploads (HTML or ZIP)
Folder creation and organization
ZIP extraction
Public URL generation
Simulation listing and management
This makes it ideal for schools, training platforms, CBT systems, and e-learning websites.
✨ Features
Upload simulation files (HTML or ZIP)
Automatic folder creation per simulation
ZIP auto-extraction into dedicated folders
Direct public URL generation for each simulation
Admin dashboard for managing all simulations
Edit and delete simulations
View stored simulations in a structured table
Optional folder content viewer
🧩 How It Works
1. Admin uploads a simulation file (HTML or ZIP)
2. Plugin creates a folder inside:
3. If ZIP is uploaded:
It is extracted automatically into the folder
4. If HTML is uploaded:
It is stored directly in the folder
Read the full README on GitHub →