Need a reliable web host? Get Host4Profit.com
Step1 : Extract the zip file and upload it (maintaining the folders) to your web accessible path of your server.
Step2 :
Give writtable permission (777) to common/config.php
Give writtable permission (777) to .htaccess
Give writtable permission (777) to images/marketing folder
Step3 : Create a Mysql database and keep the details
ready (The details are : hostname , database name, database username and
password )
Step4 : Run
the installer. Say the url where the script is uploaded is http://yourinstallationpath.com,
then
the installer url will be http://yourinstallationpath.com/install/install.php
Step5 : Follow the steps of installation to complete the process.
Step6 : Once installation is completed you will be asked
to login as admin (using the username you set during installation).
Once logged in make sure to go to settings and enter your paypal and stormpay
account details.
Step7 : Delete install folder for safety reason.
Thats it:
Now
http://yourinstallationpath.com/index.php will be the site index page
http://yourinstallationpath.com/admin/index.php will be the admin page
http://yourinstallationpath.com/member/index.php will be members page
Steps to
change the template designs:
--------------------------------------
AffiliateSplit-PayManager is designed using template system. Meaning, you can change the site design by just changing header and footer templates.
You can find the template files in the folder "html".
Automated
Follow Up Email and Cron setting:
----------------------------------------------
In order for your email/follow-up email to work, you need to set up these cron jobs:
Here is the step to create a cron job in the server:
a) Login to your
server control panel and locate the CRON JOB link.
b) Click 'Add new Cron Job' (or any other link that allows to add a new
cron job. This differs based on the control panel used.)
c) Add 2 new cron jobs like this :
- "php /your_installation_path/cron.php"
and set time so that it runs every 15 minutes. (NOTE: The time setup should
be something like this : 15 * * * * [ which means the script will run
every 15 minutes ] )
(when you save Follow-up Emails, from admin panel, they are
sent around the time the prospect signed up, when they are most likely
to be online)
- "php /your_installation_path/email_cron.php" and set time
so that it runs every 15 minutes. (NOTE: The time setup should be something
like this : 15 * * * * [ which means the script will run every 15 minutes
] )
(when
you send "Mass Mail" from admin panel, it's put in a mail queue,
which is then picked every 15 min and sent)