# HG changeset patch # User Dan # Date 1229233866 18000 # Node ID a76ae7eaa2eb47ee12bd4b0508823e6d979807c7 # Parent a8daa2016cf106747bda7799038666612d2da1e5 Updated news page diff -r a8daa2016cf1 -r a76ae7eaa2eb htdocs/news.php --- a/htdocs/news.php Sun Dec 14 00:35:52 2008 -0500 +++ b/htdocs/news.php Sun Dec 14 00:51:06 2008 -0500 @@ -13,12 +13,15 @@

Updates and changes

+

2008-12-24

+

now has modular graph support and thus is able to show different graphs. Included now are options for the last + 24 hours as before, plus the last two weeks and the last 30 days. More, of course, can be added if needed.

+

2008-11-15

I've been updating recently with some really cool enhancements to the back-end. This is more technical stuff so you might want to read on only if you're a geek.

only stores info with MySQL now. All the stats go into a MySQL table that had an initial size of over 360,000 - records after the import of the existing flat file database. This means that while querying can be slower (things aren't split up - like they were with the flatfile DB) it's a more portable programming technique and it means it can be easily expanded in the - future to include more data. The table's indexed so it should be decently fast.

+ records after the import of the existing flat file database. It makes for a more portable programming technique and it means it can + be easily expanded in the future to include more data. The table's indexed so it should be decently fast.

In addition, smarter functionality is being included, plus a few bugs here and there have been fixed.