PHP UsersOnline
By calling one function, the script gets the visitors IP address and in turn adds the user to the database (increasing the user count by one) checks and deletes any old database entries (cleans up) and echos the result instantly, a simple but extremely useful script! Implementation is easy (within 3 steps your up and running!) and requires very little previous MySQL or PHP knowledge.