HemaVishwas12 Full Portal (PHP + MySQL)

This package is built for cPanel/shared hosting (public_html) and supports:
- Register/Login
- Wallet (ledger-based credit/debit)
- Manual recharge (demo) + payment table
- Services catalog (admin adds services, price per hit)
- Service requests (deduct wallet, store logs, call API endpoint if configured)
- Admin panel: users/services/payments/requests

INSTALL (cPanel)
1) Create MySQL database + user (cPanel > MySQL Databases)
2) Upload ZIP inside public_html and Extract
3) Visit: https://hemavishwas12.com/install.php
   - Fill DB details to generate config/config.php
4) Import SQL:
   - Open phpMyAdmin
   - Select your database
   - Import /sql/schema.sql
5) Login as Admin:
   - URL: /login.php
   - Email: admin@hemavishwas12.com
   - Password: Admin@12345
6) Go to /admin/ and add your services:
   - Name, Code, Price, Endpoint URL, HTTP Method, API Key (Bearer)

IMPORTANT SECURITY
- After install, DELETE install.php
- Change admin password by resetting in database or add a change-password page.
- Use HTTPS.

PAYMENT GATEWAY
- This build includes manual recharge for demo.
- For Razorpay/Cashfree/Stripe, add a payment create + webhook endpoint to verify signatures,
  then call wallet_credit() on success.
