Installation Process

  1. Requirement Check
  2. Database Configuration
  3. Basic Configuration
  4. Installation Complete

Home | Support | Profile
2012-2024 © KBRmedia - All Rights Reserved

Installation of Premium URL Shortener

1.0 Requirement Check

These are some of the important requirements for this software. "Red" means it is vital to this script, "Orange" means it is required but not vital and "Green" means it is good. If one of the checks is "Red", you will not be able to install this script because without that requirement, the script will not work.

PHP Version (need at least version 5.3) You have 5.2.17

It is very important to have at least PHP Version 5.3. It is highly recommended that you use 5.3.7 or later for better performance.

PDO Driver must be enabled Enabled

PDO driver is very important so it must enabled. Without this, the script will not connect to the database hence it will not work at all. If this check fails, you will need to contact your web host and ask them to either enable it or configure it properly.

config_sample.php must be accessible. Not Accessible

This installation will open that file to put values in so it must be accessible. Make sure that file is there in the includes folder and is writable.

content/ folder must writable. Not Accessible

Many things will be uploaded to that folder so please make sure it has the proper permission.

allow_url_fopen Enabled Disabled

The function file_get_contents is used to validate URLs and to get the country of the user. This function is not required but some features may not work properly.

cURL Enabled Disabled

cURL is mainly used to get statistics from Google Analytics, if you want to use the built-in statistics then this is not required.