MYTUBE PHP INSTALLATION

1. Create/import the database using mytube.sql.
2. Upload all files in this package into public_html (or the folder mapped to mytube.gabuwamaish.co.ke).
3. Make sure PHP 8.1+ and PDO MySQL are enabled.
4. Ensure uploads/videos and uploads/thumbnails are writable (usually 755; use 775 if your hosting requires it).
5. Confirm config.php contains your database credentials and HTTPS site URL.
6. Visit /register.php and create the first account.
7. Test registration, login, upload, playback, search, channels and comments.

IMPORTANT:
- For production, move database credentials into environment variables or a file outside public_html if your hosting supports it.
- The included uploader is intentionally limited to 500 MB and MP4/WebM/OGG.
- A production-scale YouTube clone needs transcoding (FFmpeg), HLS/DASH streaming, resumable/chunked uploads, moderation, abuse protection, CDN/object storage, subscriptions, likes, notifications and recommendation systems.
