Pero claro que funciona!!
Yo lo tengo jalando a la perfección!! No se cual sea el problema, es tan sencillo de configurar!!
No tienen que cambiarle nada al código, solo en la conf del lastposts3.php deben de poner el host de la db, nombre de la db, user y pass. Mas abajito solo debes de poner la url de tu foro, el id de algun foro (esto es por si quieres que solo se vean post de algun foro en especial, si quieres que se vean todos solo pones "") y lo que sigue ya es solamente de apariencia, cuantos post mostrar, color del titulo, color del texto y el limite de caracteres a mostrar, mas sencillo que nada!!
Aca les va una configuracion como le tengo corriendo en localhost:
PHP:
## CUSTOMIZE SETTINGS FOR YOUR SITE ##
$db_host = "localhost"; // Change this if your MySQL database host is different.
$db_name = "foro"; // Change this to the name of your database.
$db_user = "root"; // Change this to your database username.
$db_pw = ""; // Change this to your database password.
$forum_url = "http://localhost/foro"; // Change this to reflect to your forum's URL.
$forum_id = ""; // If you wish to display the posts from a specific forum, enter the forum id here. Otherwise, leave it blank.
$limit = "3"; // Number of posts displayed.
$titlecolor = "#FFFFFF"; // This is the color of the title.
$postedcolor = "#CCCCCC"; // This is the color of the bottom text.
$txtlimit = "100"; // This is the character limit.
#######################################
Y donde quieren que se vean los post solamente lo mandar llamar:
PHP:
<?include("lastposts3.php");?>
Veran que es bastante sencillo!!!
Saludos!