“Compile Grid” Documentation by “-uMarian-”
“Compile Grid”
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
- Preparing...
- Upload process...
- Installation...
- Faq...
1. Setting up your MySQL and FTP server - top
This script requires PHP 5+ and MySQLi.
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
-
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.
-
The second thing is to import the mysql file named "database.sql" from the "MySQL" folder.
3. Installation process - top
Now, after you uploaded everything, you can start the installation process.
Changes inside Script
- 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 23] define('DB_HOSTNAME', 'localhost'); - > if you are using a hosting that have an external database server, enter the database server url / IP
[line 24] define('DB_USERNAME', 'DB USERNAME'); - > enter your mysql username
[line 25] define('DB_PASSWORD', 'DB PASSWORD'); - > enter your mysql username password
[line 26] define('DB_DATABASE', 'DB NAME'); - > enter your mysql database name
Domain name
[line 42] $DOMAIN_DIRECTORY = ''; // this variable is used only for the directory installation
[line 44] define('DOMAIN_NAME', 'domain.com'); -> replace domain.com with your own domain name
save and exit.
CHMOD:
/uploads : 777
/uploads/cache : 777
Admin Panel
[default password is: admin and e-mail : admin@mail.com ])
- Default admin url is : http://www.domain.com/mng
Once you are logged in, go to "Plugins Manager", and install all your needed plugins.
4. Faq - top
- Q: I want to translate into my language
A:
- Method #1 : Go to /plugins/_PLUGIN_NAME/translations/en/en.php - and translate all variables
- Method #2 :
- Dublicate the directory /plugins/_PLUGIN_NAME/translations/en [ instead of en add your own language short name, e.g. fr ]
- Go to config.php [ line #110 ], and instead of define('_LANG', 'en'); add : define('_LANG', 'fr'); [ where fr is your new language ]
- 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