query(
"SELECT * FROM `ff_activity` ORDER BY `act_date` DESC LIMIT 13"
);
$activity_list = $query->fetchAll();
$query = $DB->query(
"SELECT dj.devj_id, dj.devj_date, dj.devj_content, dj.devj_threadid, u.user_username, u.profile_title, ut.ut_name FROM ff_devj dj
LEFT JOIN ff_users u ON u.user_id = dj.devj_posterid
LEFT JOIN ff_users_titles ut ON u.profile_title = ut.ut_id
WHERE dj.devj_approved = '1'
ORDER BY dj.devj_date DESC LIMIT 1"
);
$latest_devj = $query->fetch();
extract($latest_devj);
$devj_title = "Developer Journal: $user_username";
$devj_content = ParseBBCode($devj_content);
$devj_content = str_replace("\n", "
", $devj_content);
?>
Fortress Forever is open source and developed by volunteers within the community. If you have the skill and desire to help move the project forward, you are more than welcome to contribute. We are always looking for more programmers, modelers/animators, texture artists, level designers, and more
">Learn how →