GOTALIST PHP MEMBERS SHELL

1. Import database.sql into your MySQL database.
2. Open config.php and change:
   - CHANGE_DB_USER
   - CHANGE_DB_PASSWORD
   - database name if needed
3. Upload all files and folders to your server.
4. Open register.php and create your first user.
5. Login at login.php.

TO ADD YOUR MEDIA
- Upload MP4 files into assets/videos/
- Upload MP3 files into assets/audio/
- Upload PDF files into assets/pdfs/

Then open a module page and replace:
- sample-video.mp4
- sample-audio.mp3
- sample-guide.pdf

EXAMPLE
If you upload:
- assets/videos/gotalist-intro.mp4
- assets/audio/gotalist-intro.mp3
- assets/pdfs/gotalist-guide.pdf

Then edit module-1.php so it points to:
- gotalist-intro.mp4
- gotalist-intro.mp3
- gotalist-guide.pdf

This shell is meant to be reused for future products by changing:
- titles
- modules
- media files
- branding if desired
