I already provided a simple PHP script that looks for files in the 'news/' folder, and sort them alphabetically. So you can even use a date as a filename:
If you put 3 files in the 'news/' folder, they will be sorted like this:
2009-01-01.txt
2009-02-28.txt
2009-02-29.txt
2009-01-01.txt <- You can see it when you press 'Older' twice
2009-02-28.txt <- You can see it when you press 'Older' once.
2009-02-29.txt <- The latest news will be presented to players when they join the server, or open the menu
So all you have to do is:
Copy the PHP script into a file, name it whatever you want as long as it ends with .php
Stick it onto your server.
Create a folder inside the folder where the script is located and name it 'news'
Put your news in the 'news' folder, using dates as filenames. Extensions are not important for the news articles.
If you need any help setting this up, just ask me
