#!/usr/bin/perl # # FTP/WWW Installation Instructions: # # This file is actually a perl program that may be used to install # AgoraCart on a UNIX or LINUX web hosting server that has only FTP access. # Copyright 2000 to Present by K-Factor Technologies,Inc / AgoraCart.com # # This is NOT FREE AND/OR GPL SOFTWARE! # This software is a separate script to install an ecommerce shopping cart and # is the confidential and proprietary information of K-Factor Technologies, Inc. You shall use it only in # conjunction with the AgoraCart (aka agora.cgi) shopping cart and/or AgoraCart Gold, # AgoraCart Pro, AgoraSQL, AgoraCartSQL, or AgoraSuite. # # This script requires the following Perl module to be installed: LWP::Simple # # This script installs Only AgoraCart Version 5.2.005. A new copy needs to be obtained for future releases. # # STEP 1 -- Put the correct path to perl on line 1 of this file, above. # # STEP 2 -- Transfer this file via FTP, in ASCII mode, in the directory of your # hosting account that you wish to install your store. # # STEP 3 -- Rename this file to FTP5.cgi # # STEP 4 -- make this file readable/executeable (chmod 755) via your FTP software. # # STEP 5 -- If you already have # a directory named 'store52', please rename it to something else now! # # STEP 6 -- run this script from your web browser via a URL like: # http://www.yourdomain.com/FTP5.cgi # # STEP 7 -- Make sure this file is erased from your server immediately. # this script will attempt to delete itself and the compressed files it downloads. # # # Copyright (c) 2000 to Present by K-Factor Technologies, Inc and AgoraCart. # http://www.k-factor.net/ and http://www.AgoraCart.com/ # All Rights Reserved. # # Use with permission only with AgoraCart # # K-Factor Technologies, Inc. MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT # THE SUITABILITY OF THE SOFTWARE, EITHER EXPRESSED OR IMPLIED, # INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, # OR NON-INFRINGEMENT. # # K-Factor Technologies, Inc. SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY # LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS # SOFTWARE OR ITS DERIVATIVES. # # You may not give this script/add-on away or distribute it an any way without # written permission from K-Factor Technologies, Inc. K-Factor Technologies, Inc. # reserves any and all rights to distributions, add-ons, and other works based on this # piece of software as well as any and all rights to profit sharing and/or to charge for # such works and/or derivatves. # ######################################################################