VTU USER WEBSITE - CPANEL UPLOAD GUIDE

1. Upload everything inside this user_vtu_site folder to your cPanel File Manager.
   Recommended location:
   - public_html/ for main domain
   - public_html/vtu/ for subfolder installation

2. Edit this file before using the website:
   config/config.php

   Put your cPanel database details:
   DB_HOST
   DB_NAME
   DB_USER
   DB_PASS

3. Import the database SQL first:
   outputs/vtu_database_schema.sql

4. Make sure your PHP version is 8.0 or newer if possible.

5. This user-side package includes:
   - Register and login
   - Dashboard
   - Data, airtime, cable TV, electricity, SMM, recharge card PIN, data PIN
   - Bulk SMS, airtime2cash, bank transfer funding, virtual card request
   - Pricing page
   - Developer API page and API key creation
   - Support ticket page
   - Transaction history
   - Wallet history

6. Provider API connections are intentionally kept in one place:
   includes/provider.php

   When you are ready, add your real VTU provider API keys and endpoint logic there.
