0% found this document useful (0 votes)
193 views1 page

BINARY MLM SCRIPT Installation Instruction: Configuration Settings

This document provides installation instructions for a BINARY MLM SCRIPT. It instructs the user to upload extracted files to the root directory, create a database user, password, and name, and import the database. It then explains how to configure the database user to map to the database name. The configuration file is identified and settings like the database host, username, password, and name need to be changed. Permissions of 755 also need to be given to the uploads and images folders to allow for reading, writing, and execution.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
193 views1 page

BINARY MLM SCRIPT Installation Instruction: Configuration Settings

This document provides installation instructions for a BINARY MLM SCRIPT. It instructs the user to upload extracted files to the root directory, create a database user, password, and name, and import the database. It then explains how to configure the database user to map to the database name. The configuration file is identified and settings like the database host, username, password, and name need to be changed. Permissions of 755 also need to be given to the uploads and images folders to allow for reading, writing, and execution.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

BINARY MLM SCRIPT Installation Instruction

Upload the extracted files in the Root Directory

Create the database user name, password & database name

Import the Database from: (database/binary.sql)

Map the Database user with Database name.

Configuration Settings

Configuration File: (config/error.php)

Change the below configuration in the configuration file

$db_host="localhost"; //Replace with your server name

$db_username="root"; //Replace with Database User Name

$db_pwd=""; //Replace with Database Password

$db_name="mlm_bin"; //Replace with Database name

Permissions Details:
Give 755 Permission to the below folder(Read, Write, Execute)
-uploads
-images

You might also like