<div class="story"> <div class="story_title">Filesystem Check</div> <div class="story_content"> <form name="form1" action="install_filesystem.php" method="POST"> <p> The following is a set of installation checks. Once all checks have passed you will be allowed to proceed to the database check page. </p> <p style="margin-bottom: 20px;"> Your webserver's user account, likely identified as www-data on your system, will need write privileges to the following files and folders: </p> <table> <tr> <td>Write privileges to file config.php</td> <td id="privilege_config"></td> </tr> <tr> <td>Write privileges to folder upload/</td> <td id="privilege_upload"></td> </tr> </table> <p id="privilege_recheck" style="display: none; visibility: hidden; font-size: 1.4em;"> One or more files or folders still do not have the privileges properly set. Please set them and rerun the filesystem check.<br /><br /> <input type="submit" name="check_submit" value="Rerun Filesystem Check" /> </p> <p id="privilege_success" style="display: none; visibility: hidden; font-size: 1.4em;"> Success! You have passed the file and folder privilege check. Please continue on to the <a style="font-weight: bold; color: green;" href="../install_database/install_database.php">Database Check</a> page. </p> </form> </div> <div class="story_footer"></div> </div> <div class="story"> <div class="story_title">File and Folder Configuration</div> <div class="story_content"> <form name="form1" action="install_filesystem.php?request=configure" method="POST"> <h2>Your Organization</h2> <p style="margin-bottom: 20px;"> The following text values will be displayed throughout the site, so choose carefully. </p> <table> <tr> <td>Organization</td> <td><input type="text" value="" name="misc_organization" size="50"></td> </tr> <tr> <td>Homepage Title</td> <td><input type="text" value="" name="misc_title_homepage" size="50"></td> </tr> <tr> <td>Error Title</td> <td><input type="text" value="" name="misc_title_error" size="50"></td> </tr> </table> <h2>Folders and Files</h2> <p style="margin-bottom: 20px;"> Do not alter any of the file and folder paths listed below unless you know what you are doing! </p> <table> <tr> <td>FOLDER_RELATIVE_BASE</td> <td><input type="text" value="" name="folder_relative_base"></td> </tr> <tr> <td>FOLDER_RELATIVE_COMMON</td> <td><input type="text" value="" name="folder_relative_common"></td> </tr> <tr> <td>FOLDER_ADODB</td> <td><input type="text" value="" name="FOLDER_ADODB"></td> </tr> <tr> <td>FOLDER_UPLOAD</td> <td><input type="text" value="" name="folder_upload"></td> </tr> <tr> <td>FOLDER_TEMPLATE</td> <td><input type="text" value="" name="folder_template"></td> </tr> <tr> <td>FOLDER_CSS</td> <td><input type="text" value="" name="folder_css"></td> </tr> <tr> <td>FOLDER_JAVASCRIPT</td> <td><input type="text" value="" name="folder_javascript"></td> </tr> <tr> <td>FILE_TEMPLATE_MAIN</td> <td><input type="text" value="" name="file_template_main"></td> </tr> <tr> <td>FILE_TEMPLATE_PAGE</td> <td><input type="text" value="" name="file_template_page"></td> </tr> <tr> <td>FILE_TEMPLATE_ADMIN</td> <td><input type="text" value="" name="file_template_admin"></td> </tr> <tr> <td>FILE_TEMPLATE_INSTALL</td> <td><input type="text" value="" name="file_template_install"></td> </tr> <tr> <td>FILE_TEMPLATE_ERROR</td> <td><input type="text" value="" name="file_template_error"></td> </tr> </table> <p> <input type="submit" name="update" value="Update Configuration" /> </p> </form> </div> <div class="story_footer"></div> </div>