“Ad Platform” Documentation by “-uMarian-”


“Ad Platform”

Created: 07/09/2014
By: -uMarian- - http://codecanyon.net/user/-uMarian-
Email: office@uta-marian.com

Thank you for purchasing my script. If you have any questions that are beyond the scope of this help file, please feel free to email me at office@uta-marian.com. Thanks so much!


Table of Contents

  1. Preparing...
  2. Upload process...
  3. Installation...
  4. Faq...

1. Setting up your MySQL and FTP server - top

This script requires PHP 5 and MySQL.

Now, first thing you want to do, is to make sure you create a MySQL database along with an user for it (IMPORTANT NOTE: Copy somewhere your mysql username, and password, as you will need them later), and setup your FTP server for the domain where the script will be installed.

So your requirements are:

A) A MySQL database + MySQL user
B) Domain name + FTP server.

2. Upload process - top

  1. The first step is to upload the content inside the folder "public_html" (IMPORTANT NOTE: Upload what's inside the folder public_html, not the script folder) into your public_html folder or into your default FTP root folder.

  2. Once this is doned, go to http://www.highcharts.com/download and download HIGHCHARTS!
    I'm not allowed to sell this script with "Highcharts" inside, but you can download it and upload to :

    1./templates/default/assets/plugins/highcharts ( be sure that highcharts.js is located at : /templates/default/assets/plugins/highcharts/js/highcharts.js )

    2. /templates/admin/assets/plugins/highcharts ( be sure that highcharts.js is located at : /templates/admin/assets/plugins/highcharts/js/highcharts.js )

  3. The second thing is to import the mysql file named "ad_platform.sql" from the "MySQL" folder.

3. Installation process - top

Now, after you uploaded everything, you can start the installation process.

Changes inside Script

  1. With a text editor (e.g.: Notepad), open the following file located inside the 'public_html' folder: config.php.
    Now, search for the following lines and replace with your own information:

    Database Connection
    		[line 22] define('DB_HOSTNAME', 'localhost'); - > if you are using a hosting that have an external database server, enter the database server url
    		[line 23] define('DB_USERNAME', 'DB USERNAME'); - > enter your mysql username
    		[line 24] define('DB_PASSWORD', 'DB PASSWORD'); - > enter your mysql username password
    		[line 25] define('DB_DATABASE', 'DB NAME'); - > enter your mysql database name
    		
    save and exit.

Admin Panel

[default password is: demo and e-mail : admin@mail.com ])

4. Faq - top

  1. Q: I want to translate into my language
    A: You can go to file /system/language/english/en.php and translate it!
  2. Q: I have problems/questions related to the script, how can I contact you...
    A: If you want to contact me via email, office@uta-marian.com

-uMarian-

Go To Table of Contents