PHP Backend & Lead Admin Setup
cPanel-ready PHP backend setup guide for COLORJET website lead forms and admin dashboard.
cPanel Lead Backend Setup
This version includes optional PHP lead storage and password-protected admin dashboard for Namecheap cPanel hosting.
Lead Save API
Website forms submit lead data to /api/submit-lead.php.
Private Lead Store
Leads are stored in /private-data/leads.json and blocked from public access.
Admin Dashboard
View and export leads from /admin/dashboard.php.
Upload Full ZIP
Extract the ZIP and upload everything into public_html.
Check PHP Version
Use PHP 8.0 or newer in cPanel MultiPHP Manager.
Change Admin Password
Edit admin/config.php and replace the demo password hash.
Test Lead Form
Submit Quote Builder or Service Request page. Then open admin dashboard.
Export Leads
Use CSV or JSON export from admin dashboard for sales follow-up.
Backend File Map
private-data/.htaccess: Require all denied Deny from all Admin: https://www.colorjetbd.com/admin/login.php Default demo login: Username: colorjet_admin Password: ChangeMe@12345 Change this before live use: admin/config.php