|
INSTALLATION - it is as easy as 1-2-3
Step 1) Configure the Script
Using a text editor like textpad, or notepad, open the config.cgi script and make changes to the variables. Save your changes.
A ) Type the URL address of the swars.cgi
EXAMPLE
$scriptpath="http://www.yourdomain.com/cgi-bin/swars.cgi";
B )Type the full path to your Mail program. If you're not sure of this, ask your server administrator
EXAMPLE
$mailprog="/usr/lib/sendmail";
C ) Type your email address. Make sure # to place a \ in front of the @ symbol
EXAMPLE
$fromaddr="webmaster\@yourdomain.com";
D ) This is the file that will hold all of the email addresses and names of all of your autoresponders. Change it to something more secretive or leave it as is.
EXAMPLE
$mbase = "collect.txt";
E ) Type a default name. If the system is unable to extract the prospect's name, it will print the Default Name. This step is also optional
EXAMPLE
$emptyuname="Friend";
F ) Enter the Admin password (case sensetive 8 chars max)
EXAMPLE
$password="demo";
Step 2) Upload the files
Upload the following files to your cgi-bin directory.
- swars.cgi
- config.cgi
- activate.cgi
- Lite.pm
ATTENTION! ALL files must be uploaded as ASCII files. If you upload as binary, it WONT work.
Step 3) Set Permissions
- Set the permissions for the swars.cgi file to '755'
- Set the permissions for the config.cgi file to '755'
- Set the permissions for the activate.cgi file to '755'
- Set the permissions for the Lite.pm file to '644'
Step 4) Set Script Activation
FollowUp works without CRON jobs (which are not allowed on many servers). You place a 1-pixel "image" on a well viewed web page, which activates the script periodically. If there even one visitor a day it will work fine. When acticated, it checks and sees if it needs to send an e-mail to your contacts.
The syntax of the activation image follows:
<img src="http://www.yourdomain.com/cgi-bin/activate.cgi" width="1" height="1" border="0">
You can even place the activation image on another domain. It will activate the script everytime somebody visits that page. However, in my experience, I suggest that you place it on the entry page to your site.
Step 4) Log in Start Working
Now login to the admin area using the password you specified in the config.cgi and
start working. To run the admin area, just point your browser to the swars.cgi
EXAMPLE
http://www.yourdomain.com/cgi-bin/swars.cgi
See a demo with instructions use popcorn as your password
|