Adding users must be done manually. First, open "users.php" within a text editor, such as Notepad or Wordpad, and find the line which says "$user" and "$pass". Then, between the quotes, enter the username you want to use and the password you want to use. These are both case-sensitive, so type them carefully.

You are allowed to have more than one user. Just enter the user and password for each of the following users you want to add, then remove the "//" from the user information at the bottom. If the "//" is not removed then the users will not be able to log in.

If you would like to have more than the 9 allotted users, simply follow the same format for allowing users to log in as the others. There are 9 examples, you see. All you have to do is make sure that you add the correct corrosponding number after each user. Such as "$user10" would be the next allowed user.

 

VARIABLES

Now, it's time to change the variables. Not all of these have to be changed, so I'll mark the ones which are required with red font. The following will have to be changed the "config.php" file.

What is the URL of your avatar? Enter it like so:
 »$avatar = http://www.your-web-site.com/avatarlocation/avatar.gif

What is the URL of the index of your website? Enter it like so:
 »$avatar = http://www.your-web-site.com/index.html

What format do you want your date to appear in? (php). Enter it like so:
 »$date = date("H:i.s, m/n/y");

 

SETTING UP

Once you have uploaded the files to your webserver, change the CHMOD on the following as mentioned:
create dir:subjects, news
chmod to 777:subjects, news
files
count.incchmod 777