You are probably reading this page because you are on the TTU Honors Program Computer Committee and for whatever reason have been given an account on the developing webserver. This page covers how to out stuff in your account.

You have been given a username and a password. If you haven't then contact me and let me know.

You will be accessing your accoutn via a server message block share, SMB shares were developed by Microsoft and are the type of sharing that Windows uses. For this reason you can access your account via Windows (since Microsoft only supports protocols that they didn't develop reluctantly.) =)

1. Start a dos session. That is start the command prompt; if you don't know how to do that you can type these commands into the run box that you get off of the start menu.

2. Type net use driveletter: \\fb204a-1.honors.tntech.edu\username /user:username this will assign your user share to whatever drive letter you choose. For example I would type net use w: \\fb204a-1.honors.tntech.edu\will /user:will and then when I wanted to get to my files I would just save them on the w:.

3. To see your files point your webbrowser at http://fb204a-1.honors.tntech.edu/username

The main purpose of this server is for you to get to test out php files. If you go to the front page you can see the results of the line <?php phpinfo(); ?> The reference for php as well as links to tutorials is available at php.net.

I am working on getting the database set up now. Once I get the tables put together I'll post the info here.