Simply call this script via PHP includes, or SSI .shtml tags to generate content
on the fly, streamed into your own webpage.
To show the last 10 topics and posts in the news forums...
include("http://domain.com/forums/ssi.php?a=news&show=10");
You can adjust the "show" attribute to display a different amount of topics.
To show the board statistics
include("http://domain.com/forums/ssi.php?a=stats");
To show the active users stats (x Members, X Guests, etc)
include("http://domain.com/forums/ssi.php?a=active");
---------------------------------------
That is part of the standard build no hack needed
I have a modifed version that includes last poster, date last post and views -> I can send you if you want ( You will not find on IBR as I changed it myself )