EZLINKPAGE INSTALLATION INSTRUCTIONS ------------------------------------- ASSUMPTIONS your home base directory is path= /home/htdocs/your.isp.com/website URL= http://www.isp.com/website your cgi url is: URL= http://www.isp.com/website/cgi-bin you want to create a linkpage directory, say lnks, off your home base directory such that new linkpages will be created there path= /home/htdocs/your.isp.com/website/lnks URL= http://www.isp.com/website/lnks note: the logo is expected to reside inside 'lnks' with the name 'mjmall.jpg' URL= http://www.isp.com/website/lnks/mjmall.jpg then you should do the following: SETUP 1. in the example above, lnks is known as variable 'userdir' 2. create subdirectory 'lnks' as illustrated above and chmod to 777 3. upload the logo in binary mode, mjmall.jpg to 'lnks' 4. upload the color scheme file in binary mode, ezpalette.gif to 'lnks' INDEX.HTML 1. supply correct URL for the logo (ie. IMG SRC=...) 2. supply correct URL for the cgi script. for example:
3. supply the correct value for userdir. for example 4. do above two more times for the 'edit page' and 'delete page' buttons. 5. keep the and lines in the page. DO NOT REMOVE! 6. install in 'lnks' and chmod to 777 DATA.TXT 1. (initially empty) 2. install in 'lnks'and chmod to 777 EZLINKPG.PL (linkpage generator script) 1. supply value of $base_dir (complete path to the linkpage directory) $base_dir = "/home/htdocs/your.isp.com/website/$userdir"; 2. supply value of $baseurl (URL for $base_dir) $baseurl = "http://www.isp.com/website/$userdir/"; 3. supply value of $linkscgi (URL of the directory where cgi scripts reside) $cgiurl = "http://www.isp.com/website/cgi-bin"; 4. where is your email program $sendmail = '/usr/sbin/sendmail'; 5. your email $myemail = 'manny@jps.net'; 6. install in cgi-bin and chmod to 755 EZLINKNU.PL (add-linkpage-entry script) 1. URL address of the linkpage ($userdir is evaluated at run time) $baseurl = "http://www.isp.com/website/$userdir"; 2. complete path notation to the linkpage $basedir = "/home/htdocs/your.isp.com/website/$userdir"; 3. supply value of $linkscgi (URL of the actual linkpage script) $linkscgi = "http://www.isp.com/website/cgi-bin/ezlinknu.pl"; 4. where is your email program $mailprog = '/usr/sbin/sendmail'; 5. install in cgi-bin and chmod to 755 EZLINKD.PL (delete-linkpage-entry script) 1. complete path notation to the linkpage $basedir = "/home/htdocs/your.isp.com/website/$userdir"; 2. URL address of the linkpage ($userdir is evaluated at run time) $baseurl = "http://www.isp.com/website/$userdir"; 3. supply value of $cgiurl (URL where scripts reside) $cgiurl = "http://www.isp.com/website/cgi-bin"; 4. install in cgi-bin and chmod to 755 ---------- manny@jps.net http://www.inet-images.com/manny 03/15/1999