iMPlayer Control Panel
=======================
Upload this Implayer folder into public_html so the URL is:
https://rebrandapk.onekeeper.xyz/Implayer/

No installer is required. SQLite is created automatically on first page load.

Initial admin login:
Username: admin
Password: admin123

IMPORTANT: Log in and change the admin password immediately under Settings.

Workflow:
1. Add a Portal / DNS (Xtream provider base URL).
2. Add a customer username/password and assign that customer to the portal.
3. Install the matching patched APK.
4. Customer enters username/password in the APK.
5. APK calls /Implayer/api/proxy/player_api.php.
6. Panel verifies customer, selects assigned provider DNS, forwards the Xtream request, and returns the provider response.
7. Live / Movies / Series / EPG use the same proxy base.

Required hosting:
- PHP 8.x recommended
- PDO SQLite enabled
- outbound HTTPS connections allowed
- mod_rewrite enabled for clean live/movie/series stream paths
