# CAPSTONE EL BETHEL - VERSION 20.4 INSTALLATION GUIDE

Thank you for choosing the upgraded, premium Flutter-styled church website. Follow these steps for instant deployment on your cPanel.

## 1. Prepare Files
- The ZIP package contains a `public` folder which should be the content of your `public_html`.
- The `includes` folder should be placed either inside `public_html` or one level above for better security.

## 2. Database Setup
1. Log in to your cPanel.
2. Go to **MySQL Database Wizard**.
3. Create a database named `capstone_db` (or your preferred name).
4. Create a database user and assign all privileges to the database.
5. Go to **phpMyAdmin**, select your database, and click **Import**.
6. Upload the `database.sql` file provided in this package.

## 3. Configuration
1. Open `includes/config.php`.
2. Update the following constants with your database credentials:
   ```php
   define('DB_HOST', 'localhost');
   define('DB_USER', 'your_db_username');
   define('DB_PASS', 'your_db_password');
   define('DB_NAME', 'your_db_name');
   ```
3. Update `BASE_URL` to match your domain name.

## 4. Admin Credentials
- **URL**: `yourdomain.com/admin_dashboard.php`
- **Default Admin Email**: `admin@capstone.org`
- **Default Password**: `admin12345`
*(Please change this immediately after first login!)*

## 5. Features Included
- ✅ Modern Flutter-styled UI/UX
- ✅ Animated Hero & Scroll Transitions
- ✅ Floating Particles & Glowing Effects
- ✅ Animated Religious Symbols (Cross, David, Menorah)
- ✅ 12 Years Anniversary Countdown & Water Ripple Effects
- ✅ Bible Verse Typing System
- ✅ Secure Auth System with Flying Dove Animation
- ✅ User Dashboard (Sermons, Sunday School, Appointments)
- ✅ Donation & Tithe Submission with Receipt Upload
- ✅ Super Admin Panel for full site control

## 6. Support
Created by **WISEMAN - Adebayo Jesse**.
For technical support, contact the developer.
