############################################################################## # ASPjar.com - GuestBook Ver 1.00 # # Copyright 2001 ASPjar.com # # Created February 5th 2001 # # Available at http://www.aspjar.com # # email: jason@aspjar.com # ############################################################################## # COPYRIGHT NOTICE # # Copyright 2001 ASPjar All Rights Reserved. # # # # This script can be used\modified free of charge as long as you don't # # change this header thing or the link at the bottom of the form. # # By using this script you agree to indemnify # # me from any liability that might arise from its use. # # # # Redistributing\selling the code for this program without prior written # # consent is expressly forbidden. # ############################################################################## NO WARRANT. You use the programs (including scripts and all other files if present) at your own risk. There is no guarantee of any kind. The author doesn't warrant the codes and the functions are free of error or defect. COPYRIGHT. The author holds the copyright of all source code of the product. Copying any of the code contained within the script and claiming it as your own is prohibited. You may not remove any of the header notices, or any code that has been marked to be a copyright violation if removed. The script contains a tiny link to our website at the bottom of the page. Removing this link is a copyright violation. *** SET UP *** This should work straight after unzipping. There are two files that reference the database and both are called config.asp One is in the Admin Folder the other is in the root directory. I have stored the DB (guest.mdb) in a folder called 'data' - you can change the file or folder name as long as you change the reference to it in the config files. In fact, I recommend that you do change them so it is a little more secure. Access the admin panel at: the/path/to/admin Username: admin Password: admin This Zip file contains 3 directories other than the root: 1) ROOT a) config.asp - as detailed earlier you may need to change the db reference b) guest.asp - this is the guest book file that handles viewing and posting c) headerinc.asp - The HTML file for the top of your page d) footer.asp - The HTML file for the bottom of your page e) readme.txt - you're reading it 2) ADMIN - you can change the name of this to anything you like to make it more secure a) admintop.htm - top frameset that contains the admin navigation b) config.asp - as detailed earlier you may need to change the db reference c) delete.asp - deletes entries d) index.htm - controls frameset e) login.asp - until you are logged in you are always sent to this page f) modemail.asp - used to set up email functions g) modlogin.asp - used to modify passwords h) modlook.asp - the main customization page for the guestbook 3) DATA a) guest.mdb - the database 4) Images - no explanation needed really! The rude words need to be separated with a | - I have set it up with dog|cat|cow as I am not that rude! Yeah right! Make sure you change the admin username/password straight away.