# NebulaDrop

A polished PHP file hosting mini-site with:
- drag-and-drop uploads
- Discord webhook notifications
- tracked downloads
- share pages instead of raw direct links
- automatic bundle pages for multi-file uploads
- admin event console

## New share flow
- Upload 1 file → gets a single-file share page with one big download button.
- Upload 2+ files together → gets a bundle page where each file has its own download button.
- Copy buttons now copy the share page URL, not the raw file URL.

## Setup
1. Edit `config.php`
2. Set `discord_webhook`
3. Change `admin_password`
4. Make `files/` and `data/` writable
5. Upload the folder to PHP hosting

## Main pages
- `index.php` — homepage
- `share.php` — single/bundle landing page
- `upload.php` — upload handler
- `download.php` — tracked download endpoint
- `admin.php` — stats and events
