$db_host = "localhost"; // Change this if your MySQL database host is different.
$db_name = "forum"; // Change this to the name of your database.
$db_user = "forum"; // Change this to your database username.
$db_pw = ""; // Change this to your database password.
$forum_url = "http://www.site.com"; // 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 = "10"; // Number of posts displayed.
$titlecolor = "#c"; // This is the color of the title.
$postedcolor = "#cccccc"; // This is the color of the bottom text.
$txtlimit = "100"; // This is the character limit.
#######################################
// Connecting to your database
mysql_connect($db_host, $db_user, $db_pw)
OR die ("Cannot connect to your database");
mysql_select_db($db_name) OR die("Cannot connect to your database");
// Below is the beginning of a table. If you feel you don't need it, you may remove it.
echo "
?>
bu kodu kendine göre editliceksin :)