SGT Website Readme/Tips Note: All files have .php as an extension since this was my first attempt at making a website on the Engineeering Webserver. PHP does not work on this part of the server. However, php will act like regular html. How to Change the Main Content for Each Page? The website is split into different divisions. The main division is rather straight-forward to edit. How to Add Menu Items? The menu is contained within the menu division. If you want to add items, just add it to the list. However, it may screw up the layout. You may be able to do it though. How to Add Pictures to the Gallery? The Gallery is a bit tricky. First, the gallery is actually contained on the scripting part of the web server. In order for you to go to this part of the server, you need to go to opt/spider/sgt directory. Within the images folder, create a new folder for each album and place your images in there. The images will be displayed in alphabetical order, so what I usually do is come up with a general name for the album pics (For example: trip) and then number the pics in the order I want them to appear, separated by an underscore. So... pictures would be named trip_01.jpg, trip_02.jpg etc. After adding the images, you'll need to copy the idutgallerydata.txt file which can be found on a previous album folder and rename the albumdesc and albumcover with your new album name and cover image respectively. NOTE: the idutgallerydata.txt file should have write permissions. Right click on the file and go to properties to select the write permissions and click ok. The cover image should be within the thumbnails folder within the gallery folder. For each album in the images folder, there should be a corresponding folder in the thumbnails directory. The image you want as an album cover should be resized to around 165 x 110 pixels. Refer to the current test album for how this all works and how to add image descriptions using the idutgallerydata.txt file Why the Gallery is so complicated? Due to some security vulnerabilities, I had to remove most of the user friendly options. There used to be an admin panel for making changes. Now, it doesn't do much. Security problems started because I changed the permissions on the image folders, so they were writable by anyone on the Internet. How can I get into the admin section? I will email the username and password. The admin section is useful for changing image and album descriptions without manipulating the idutgallerydata.txt file.