Documentation

Installation Guide

System Requirements

Installation Steps

  1. Upload the script files to your web server
  2. Create a MySQL database
  3. Configure the database connection in config.php
  4. Run the installation script
  5. Set up your admin account

Configuration

Database Configuration

// config.php define('DB_HOST', 'localhost'); define('DB_USER', 'your_username'); define('DB_PASS', 'your_password'); define('DB_NAME', 'your_database');

SMTP Configuration

// config.php define('SMTP_HOST', 'smtp.example.com'); define('SMTP_PORT', 587); define('SMTP_USER', '[email protected]'); define('SMTP_PASS', 'your_password');

Features

Affiliate Management

Manage your affiliates with ease:

Offer Management

Create and manage offers:

Troubleshooting

Common Issues

Database Connection Error: Check your database credentials in config.php
Email Not Sending: Verify your SMTP settings and server configuration
Installation Failed: Ensure all file permissions are set correctly

Support

If you need additional help, please contact our support team: