--------------------------------------
Installation Instructions For ShopCMS:
--------------------------------------

1) Unzip the .zip file on your local hard drive, keeping the folder structure intact.
2) Upload all files to your web server according to the existing file structure in ASCII text mode.
3) Edit the config.txt file, and make sure all values are correct.
4) Edit the tell_a_friend_message.txt file to the message you want the program to send, keeping the %%variable_name%% template variables intact.
5) Chmod these three files to 755: tell_a_friend.cgi
6) You may need to change the path to perl at the top of those three above mentioned files.  On *nix, if it doesn't work like it is with #!/usr/bin/perl -w then try #!/usr/local/bin/perl -w
On windows, try #!c:/perl/bin/perl.exe -w
If you're still stumped, ask your sysadmin or web host, or visit us for help at http://expertwebinstalls.com/r/easy_tell_a_friend.html
6) Put the code from form.html into pages on your site.
7) If you need help, visit http://expertwebinstalls.com/r/shopcms.html
8) ENJOY!  :-)

---------------------------------------
Customization Instructions For ShopCMS:
---------------------------------------
1) /cgi-bin/config.txt is the config file you MUST edit to make the program work right.  Not a customization, I just thought I'd mention it again to make it extra clear.
2) /cgi-bin/templates/top.html and /cgi-bin/templates/bottom.html control the look and feel of the public area of your site, and should be edited to include your logo and any other fancy html and graphics you use on your site.
3) Above all, have a good time setting up your site and be creative!  It's generally a great idea to make backups of all files before you edit them too, in case you don't like the edit you made or the edit breaks something.
