| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README.txt | 2025-11-30 | 1.7 kB | |
| SimplifiedGalleryCMS-v2.1.zip | 2025-11-30 | 4.1 MB | |
| SimplifiedGalleryCMS-v0.3456234-[r100].zip | 2025-05-24 | 2.6 MB | |
| Totals: 3 Items | 6.7 MB | 6 |
Simplified Gallery CMS v2.1 Ultra-lightweight (~25 KB), no-framework, pure PHP gallery with WebP stored directly in MySQL. Features • Automatic WebP optimization + resizing on upload • WebP stored as BLOB in database (no thumbs/ folder needed!) • View counter • Responsive modern dark design • Admin panel: Title, Summary, Full Description, Date + upload • Works with PHP 7.4+ with GD + PDO MySQL • No cookies, no tracking, no bloat Installation (takes 2 minutes) 1. Unzip all files to your web server 2. Create a MySQL database and import: database_structure.sql (included) 3. Edit config.php → enter your DB credentials 4. chmod 755 uploads/ (or 775/777 if needed) → No thumbs/ folder required anymore! 5. Visit your site: • Public gallery: https://yoursite.com/index.php • Admin panel: https://yoursite.com/admin.php Default password: gallery123 → CHANGE IT IMMEDIATELY! Files included ├── index.php → Public gallery ├── view.php → Single image page (e.g. view.php?id=7) ├── upload.php → Admin-only upload ├── admin.php → Full edit panel (title, summary, description, date, delete) ├── config.php → Database settings ├── uploads/ → Original images └── database.sql → Table + sample data Security tips • Change password in admin.php (line ~8) • Use HTTPS • Optionally protect /admin.php with .htaccess Support https://sourceforge.net/projects/subproject.image-gallery-cms.p/ This project was designed and built together with Grok (xAI) in a single epic chat session. Thank you, Grok! Enjoy your blazing-fast, beautiful gallery. Made with love (and a little AI help) in 2025