Ends in

- PTC Ads Watching Script
- Add More Plans.
- Add More Payment Getaway
- Add More Withdraw Getaway.
- Manual Payment option.
- Claim Fund Everyday by doing task
- 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 core/.env file in a text editor like Notepad++ or VS Code.
  2. Open the \core\resources\views\templates\basic\layouts\user.blade.php file in a text editor like Notepad++ or VS Code.
  3. Update the database configuration with the details you created in Step 2:
<?php

return [
    'db_host' => '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: Set File Permissions

  1. Ensure the following folders and files have the correct permissions:
    • uploads/ – Set to 775 or 777 (writeable).
    • logs/ – Set to 775 or 777 (writeable).
    • app/config.php – Set to 644 after installation for security.

Step 7: Test the Installation

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

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 4
Recently viewed items
{{ userMessage }}
Processing