I'm trying to get this thing installed as well. Looking at the PHP code their are old PHP constructs that are not supported anymore as in $HTTP_SESSION_VARS, $HTTP_GET_VARS, and $HTTP_POST_VARS which need to be renamed to $_SESSION, $_GET, and $_POST. I made these changes and I got from the login screen to the main page but the main page is empty. The styles look nice but no getting the functionality to work is a bummer.