Ends in

-  Add More Plans.
- More Payment Getaway
- Add More Withdraw Getaway.
- Manual Payment option.
- Generate Fund Anytime Using Crons
- Refer Commission Level  3
-----------------------------------------------------

How to Install Script: A Complete Guide

Follow these step-by-step instructions to install your SMM panel script successfully.


Step 1: Upload the Script

  1. Log in to your hosting account using cPanel or an FTP client like FileZilla.
  2. Navigate to the public_html directory or the directory where you want to install the script.
  3. Upload the script files to this directory.

Step 2: Create a Database

  1. Log in to your cPanel and go to MySQL Databases.
  2. Create a new database:
    • Enter a name for the database (e.g., profelar_db).
  3. Create a database user:
    • Assign a username (e.g., profelar_db).
    • Set a strong password.
  4. Assign the user to the database:
    • Grant all permissions to the user for this database.

Step 3: Configure the Script (app/config.php)

  1. Open the \.env file in a text editor like Notepad++ or VS Code.
  2. Update the database configuration with the details you created in Step 2:
 'localhost', // Hostname of your database
    'db_name' => 'profelar_db', // Replace with your database name
    'db_user' => 'profelar_db', // Replace with your database username
    'db_pass' => 'profelar_db', // Replace with your database password
  1. Save the changes to .

Step 4: Import the Database

  1. Go back to your cPanel and open phpMyAdmin.
  2. Select the database you created in Step 2.
  3. Click Import from the top menu.
  4. Choose the SQL file included with your script (usually located in the database or SQL folder).
  5. Click Go to upload and import the file.

Step 5: Configure the Panel

  1. Open your website in a browser (e.g., https://yourdomain.com).
  2. Follow the on-screen setup wizard to configure the panel settings, including admin account creation, default currencies, and payment gateways.

Step 6: Test the Installation

  1. Log in to the admin panel using the credentials you set during installation.
  2. ADMIN ACCESS - 
    USER - [email protected]        PASSWORD- 12345678 

Additional Tips

  • Custom Domain: Update your DNS settings to point your domain to your hosting server.
  • SSL Certificate: Ensure your website has an SSL certificate installed for secure transactions.
No comments found.
Login to post a comment
This item has not received any review yet.
Login to review this item
No Questions / Answers added yet.
Item details
Category php
Comments 0
Rating
Sales 0
Recently viewed items
{{ userMessage }}
Processing