#########################################################################
# FreeServe			       		Version 1.0
# Copyright 2000 i-BiZ Marketing Suite	        webmaster@i-biz-group.com                 
# Created 01/17/00                              Last Modified 01/17/00                           
#########################################################################
#
#
# COPYRIGHT NOTICE                                                           
# Copyright 2000 i-BiZ Group Marketing Suite - All Rights Reserved.                    
# http://www.i-biz-group.com
#                                                                                                           
# Selling the code for this program, modifying or redistributing
# this software over the Internet or in any other medium is 
# forbidden.  Copyright and header may not be modified
#
#
#############################################################################
Installation:

Edit the variables in configure.cgi

$freeserver_name = "Your Freeserve Link Page";

$adminemail = "you\@yourdomain.com";

$adminpass = "password";

$data_dir = "/full/path/to/freeservedata/"; 

$mailprogram = "/usr/lib/sendmail"; 

$cgi_url = "http://www.yourdomain.com/cgi-bin/freeserve";

## Do NOT include the trailing slash "/"

$mainpage = "http://www.yourdomain.com";

$path_email = "emails.txt"; 

Logs every email address ever submitted to all user's Link Pages

Upload all files to its own directory.
"chmod" all of these files to "755".


Make the data directory in the location you specified 
along the "$data_dir" line. chmod this directory "777".

Chmod your "emails.txt" or what ever you name it to 777

Edit the freeserve.html file, so that the forms point to the 
freeserve cgi-script on your server.

You are done with installation.  Login to your freeserveadmin.cgi 
Control Panel, which is accessed by entering the URL to 
the freeserveadmin.cgi script.






	