File: /home/httpd/html/debouchery.com/public_html/install.txt
Thank you for your purchase of the Mechbunny Cam Aggregator Script.
1) Upload all script files to target directory
2) Chmod the following directories to 777 *recursively* (so the directories and everything contained within them)
/media/
/cache/
/admin/scripts/
3) Import provided database structure to your database via ssh (mysql -u USERNAME -p DATABASENAME < schema.sql) or phpmyadmin (schema.sql)
4) Open admin/config.php in your favorite code editor (we recommend notepad++, please avoid using notepad, wordpad, ms word and so forth as they may add strange characters to the files cause parse errors in php)
In there, you must edit the following variables with your server information:
$dbserver = ''; //your mysql database server ip or hostname
$dbname = ''; //your mysql database name
$dbuser = ''; //your mysql database username
$dbpass = ''; //your mysql database password
$licenseKey = ""; //license key for the domain you are working on, provided by support
$admin_username = ''; //admin area username
$admin_password = ''; //admin area password
$basepath = '/full/linux/path'; //base absolute linux path to your installation, no trailing slash
$mediadomain = 'yourdomain.com/media'; //base url where media is located, no trailing slash
Add the following cron to run every 5 minutes (or whatever time frame you want the database to refresh in). Please be sure to put the proper path to PHP and the proper path to the admin directory.
*/5 * * * * cd /home/user/domain/public_html/admin/crons; /usr/bin/php cronFetchPerformers.php;
If you get an error about ioncube loader, it means:
- You do not have ioncube loader installed, install it from https://www.ioncube.com/loaders.php
- Your ioncube version is too old, upgrade it from https://www.ioncube.com/loaders.php
- You are not using the right version of the files for your PHP version - copy the ones for your PHP version from /admin/ioncube/ to /admin/