############################################################################## # Free for All Link Page # Created by Matt Wright (mattw@misha.net) # Version: 2.1 # Created On: 5/14/95 Last Modified: 10/15/95 # Script Archive: http://www.worldwidemart.com/scripts/ ############################################################################## # If you run into any problems while trying to configure this scripts, help # # is available. The steps you should take to get the fastest results, are: # # 1) Read this file thoroughly # # 2) Consult the Matt's Script Archive Frequently Asked Questions: # # http://www.worldwidemart.com/scripts/faq/ # # 3) If you are still having difficulty installing this script, send # # e-mail to: scripts-help@tahoenet.com # # Include any error messages you are receiving and as much detail # # as you can so we can spot your problem. Also include the variable# # configuration block that is located at the top of the script. # # # # Hopefully we will be able to help you solve your problems. Thank you. # ############################################################################## This is a script built for the World Wide Web that allows users to freely add links to your page in the sections that you specify. File included in this script: 1) links.html - The HTML File users see 2) links.pl - The guts of the operations 3) README - This file (Installation information) 4) changelinks.pl - This file will put " around all your urls you may have in your previous version. If you have used the 2.0 version or previous you will need to manually edit your links.html file and change all the tags to tags. To Install: a) You must have access to your server's cgi-bin b) Put the links.pl file into your server's cgi-bin c) Put the links.html file into any dir of your choice (must be user writable) LINKS.PL This file is the file that pulls in your links.html and makes the necessary changes to your links.html. It will add the url of the user's choice. You must chmod this file 755 and place it in your server's cgi-bin. EDIT VARIABLES IN THIS FILE: $filename = "real/location/of/links.html" Real Location of your links.html file. $links_url = "http://your.server/actual/url/of/links.html" URL Location of links.html file. $linkspl = "http://your.host.xxx/cgi-bin/links.pl"; URL Location of links.pl. $datecom = "/path/to/date" Location of the 'date' command on your system LINKS.HTML This file contains all of the links that users have added. Users will be automatically returned to this document. You must place this document in a directory with 777 file access and then chmod this file 777. You will need to edit the action="" part of the