Installation Instructions
For Upgrade Instructions 2.1 ->3.x click here.
New Installation Instructions
1. Download the Affiliate Niche Script ZIP file and get your License Key
(like “ANSOwned-12345678” ) from the Client Area of our billing system:
http://secure.scriptoffice.com/ (My Licenses & Downloads section)
Note: Only paid members have permissions to download the file and get License number. If you are paid member, but don't have password to the Client Area, then please use “Request a Password Reset” link to find your password, or contact our support.
2. Extract all files from the zip archive to a temporary location on your computer.
3. Go to the Upload folder and then edit the /includes/config.php.new file and include your MySQL database details, then rename the file to config.php (remove .new)
Example configuration:
//Your database hostname, default: localhost
define("dbhost", 'localhost');
//Your database username
define("dbuser", 'your-username');
//Your database password
define("dbpass", 'your-password');
//Your database name
define("dbname", 'your-dabasename');
//Your database table prefix
define("dbprefix", 'ans_');
//Your license key
define("licensekey", 'YOUR-LICENSE-KEY');
(Your license key you can get after purchase in the client area
http://secure.scriptoffice.com/ )
Your database info you have to get from your web hosting provider. Usually you have to create new MySQL database in the hosting control panel (like Cpanel, Plesk etc.)
4. Upload all the files from the upload folder to your web server using Binary mode.
5. CHMOD the cache folder and each sub-folder (amazon & db) to 777.
(you can do it by FTP program, or File Manager from web hosting control panel)
6. Browse to http://www.yourdomain.com/install/ to begin setup configuration.
7. Once completed delete the install folder.
View the installation video if you are having trouble following the steps above.



