🚀 Quick Start
Get your SMM script up and running in minutes.
- Download the ZIP file from your dashboard
- Extract the files to your cPanel public_html folder
- Create a MySQL database via cPanel
- Import the included database.sql file
- Edit includes/config.php with your DB credentials and domain
- Set folder permissions: uploads/ to 755
- Visit your domain to complete setup
⚙️ Requirements
Your hosting must meet these requirements.
- PHP 8.0 or higher
- MySQL 5.7+ or MariaDB 10+
- Apache or Nginx web server
- cURL extension enabled
- mod_rewrite enabled
- SSL certificate (HTTPS)
- Minimum 256MB RAM
💳 Payment Setup
Configure the RHZ payment gateway.
- Login to payment.rhzwebsite.in and get your API token
- Add your token to includes/config.php (PAY_TOKEN)
- Set your webhook URL: https://yourdomain.com/webhook.php
- Test a payment with a small amount first
🛡️ Security Tips
Keep your installation secure.
- Change the default admin password immediately
- Keep PHP updated to latest 8.x version
- Enable HTTPS/SSL on your domain
- Restrict uploads/ folder from direct PHP execution
- Back up your database weekly