Documentation
Installation Guide
System Requirements
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Apache/Nginx web server
- SSL certificate (recommended)
Installation Steps
- Upload the script files to your web server
- Create a MySQL database
- Configure the database connection in config.php
- Run the installation script
- 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:
- Create and manage affiliate accounts
- Track affiliate performance
- Process payments
- Monitor traffic sources
Offer Management
Create and manage offers:
- Add new offers
- Set payout rates
- Track conversions
- Manage offer status
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: