Installation Instructions

 

System Requirements:
 
These scripts were developed for and tested on Linux Red Hat 9.x and Fedora, using php 4.3.11 and apache 1.3.x
 
NOTE: This set of scripts has been thoroughly tested on Linux. Installations on non - Linux OS's is not guaranteed. Using Windows and IIS is not ideal.
 
These scripts require the following:
SSL (either mod_ssl or OpenSSL)
  PHP version 4.3.x or Higher compiled as a mod
  Apache/1.3.33 or better
  .htaccess support
   

Safe mode needs to be off, and register globals needs to be on as well for the best performance.

In addition the following php variables need to be set:
session.auto_start On
session.bug_compat_42 Off
session.bug_compat_warn off

error_reporting 81

If those three listed above are not set correctly then the script will not work and you will get errors. This is already set for you in the .htaccess files included with the script.

NOTE: If your installation of php does not support .htaccess files then you will need to either create a php.ini file for each folder that contains a .htaccess file or delete all .htaccess files and modify the main servers php.ini file directly.
   
1 -
Unpack the files and upload to your server
2 -
chmod all files to be 755
3 -
chmod include/dbconfig.php to be 644 (chmod 644 include/dbconfig.php)
chomd include/cron directory and all files to be 644 (chmod -R 644 include/cron *)
4 -
Create a database, a user and grant access to the database to the user. This is typically done through your hosting account's control panel. if you are unsure of this part, please contact your hosting provider directly.
5 -
Edit the dbconfig.php file and insert your data into the file
6 -
Setup your crontab - replace the path with the actual full path to the files on your server
Runs the queue processing every 5 minutes
*/5 0 * * * php -q -f /home/USERNAME/public_html/include/cron/queue.php > /dev/null 2>&1
Runs the Transfer update process at midnight every night:
0 0 * * * php -q -f /home/USERNAME/public_html/include/cron/transfers.php > /dev/null 2>&1
Runs the invoice processsing queue at Half past midnight every night:
30 0 * * * php -q -f /home/USERNAME/public_html/include/cron/invoice.php > /dev/null 2>&1
7 -
Upload your own logo, and change the header and footer pages located in the include directory. If you like you can change the css file located in the css folder to change the color scheme of the table outlines, text, and more.
8 -
At this point the Sample Site should be ready. Browse to http://YourURL/install/install.php and begin the isntallation process. If at any point this fails, please go through the isntallation instructions again. The only chance it has at failing is if one of the above steps is not done properly.
9 -
When you are ready to go live please go into your enom account, and submit a support center ticket and Include your user name, and the IP address of the computer that is sending the requests. This is typically your servers Main IP address, but you may want to contact your hosting provider to find out for sure.
 

 

HOME   |   PRICING   |   DOMAINS   |   TRANSFERS  |     LOG IN   |   CREATE AN ACCOUNT   |   CONTACT US
Powered by http://speedysolutionsinc.com/enomdb  1997-2005 eNomiTron, Inc.