/* ============================================
   INSTALLATION GUIDE - LinkBoostify
   ============================================ */

/**
 * STEP 1: XAMPP/WAMP Setup
 * -------------------------
 * 1. Install XAMPP or WAMP on your computer
 * 2. Start Apache and MySQL services
 * 3. Copy 'linkboostify' folder to:
 *    - XAMPP: C:\xampp\htdocs\
 *    - WAMP: C:\wamp64\www\
 */

/**
 * STEP 2: Database Setup
 * ----------------------
 * 1. Open your browser
 * 2. Go to: http://localhost/linkboostify/setup.php
 * 3. This will automatically:
 *    - Create database 'linkboostify'
 *    - Create all tables
 *    - Insert default admin user
 *    - Insert sample data
 * 4. DELETE setup.php after installation!
 */

/**
 * STEP 3: Access Website
 * ----------------------
 * Frontend: http://localhost/linkboostify/
 * Admin Panel: http://localhost/linkboostify/admin/
 * 
 * Default Admin Credentials:
 * Username: admin
 * Password: admin123
 */

/**
 * STEP 4: Customization
 * ---------------------
 * 1. Update site information in: includes/config.php
 * 2. Change colors in: assets/css/style.css
 * 3. Add your logo and images
 * 4. Update content in admin panel
 */

/**
 * TROUBLESHOOTING
 * ---------------
 * 
 * Problem: "Database connection failed"
 * Solution: Check MySQL is running in XAMPP/WAMP
 * 
 * Problem: "404 Not Found"
 * Solution: Make sure mod_rewrite is enabled
 * 
 * Problem: "Permission denied"
 * Solution: Check folder permissions (755 for folders, 644 for files)
 * 
 * Problem: "Cannot upload images"
 * Solution: Create 'uploads' folder and set permissions to 755
 */

/**
 * FEATURES INCLUDED
 * -----------------
 * ✓ Modern responsive design
 * ✓ Admin panel for content management
 * ✓ Blog system with categories
 * ✓ Portfolio showcase
 * ✓ Contact form with email
 * ✓ SEO optimized
 * ✓ Security features
 * ✓ Fast performance
 */

/**
 * FOLDER STRUCTURE
 * ----------------
 * linkboostify/
 * ├── admin/              # Admin panel
 * ├── assets/             # CSS, JS, Images
 * ├── includes/           # PHP includes
 * ├── uploads/            # User uploads (create this)
 * ├── index.php           # Homepage
 * ├── about-us.php        # About page
 * ├── blog.php            # Blog listing
 * ├── contact-us.php      # Contact page
 * ├── portfolio.php       # Portfolio page
 * ├── setup.php           # Database setup (delete after use)
 * └── .htaccess           # Apache config
 */

/**
 * NEXT STEPS
 * ----------
 * 1. Create 'uploads' folder
 * 2. Run setup.php
 * 3. Login to admin panel
 * 4. Add your content
 * 5. Customize design
 * 6. Launch your website!
 */

/**
 * SUPPORT
 * -------
 * For help, refer to README.md
 * Email: info@linkboostify.com
 */
