Create a file, containing just the number 0 (or whatever number you want to start your count at) and save it as counter.txt. Upload it to your server, and CHMOD it to 777. The contents of the file will just be 0, it will look like this:
0It is very important to set the permissions to 777, or we won't be able to update the count when new people visit the site.

