The problem is that you are trying to include this module in the forums' index.php, but the module is designed for YOUR OWN script, as standalone program. Of course, it will not work with forums themselves, as its purpose is completely another! Look at our site:
http://www.minibb.com/index.php - we have index.php here, and have included hack_1stpagenews2.php in it, so it displays a news feed from our "News and Announcements" forum;
http://www.minibb.com/forums/index.php - this is original miniBB's index.php, and it is not in any way related to the hack_1stpagenews2.php, nor hack_1stpagenews2.php is related to it.
They are 2 completely different index.php files!
Hope you get an idea now...