Skip to content

Instantly share code, notes, and snippets.

@Rivkah
Rivkah / latest_posts.php
Created January 21, 2012 07:01
Latest Posts for phpBB 3
<?php
//Config for Connection and Reporting Limit
$Config['Host'] = 'localhost'; // MySQL Host
$Config['User'] = 'root'; // MySQL Username
$Config['Pass'] = ''; // MySQL Password
$Config['Data'] = 'forums'; // MySQL Forum Database
$Config['Pfix'] = 'phpbb_'; // Prefix of the forums tables (Default: phpbb_)
$Config['LimN'] = 5; // Maximum Report Limit
$Config['Link'] = '../../forums'; // Folder where the forums are
$Config['Date'] = 'M j, Y @ g:i a'; // Default: 'M j, Y @ g:i a'