<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title> PHP Flat File Guestbook, from AdvanceByDesign </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="500px"> <tr><td> [ <a href="index.htm">Documentation index</a> -- <a href="../index.htm">Welcome page</a> ] <!-- Begin page content --> <h1>PHP Flat File Guestbook Documentation</h1> <h2>Setup</h2> <p>Before uploading the contents of the 'www' folder to your server, you must first open the file '<i>ffgb_config.php</i>' in a plain text editor, and change the values of the <a href="configure.htm"> Configurable Settings</a> "<i>username</i>" and "<i>password</i>" to the login information you would like to use for the Administration area.</p> <p>Next, upload all the files and folders from the 'www' folder to your server.</p> <p>Place a link from your main page (or any page you want to) on your website to the "<i>guestbook.php</i>" file wherever you uploaded it on your server (for example: <i>http://www.your-domain.com/guestbook.php</i>). Check the link is working, then away you go!</p> <!-- End Page Content --> </td></tr> </table> </body> </html>