query(
"SELECT * FROM `ff_activity` ORDER BY `act_date` DESC LIMIT 5"
);
$activity_list = $query->fetchAll();
$query = $DB->query(
"SELECT news_title, news_content, news_poster, news_time, news_parsebbcode, news_parsesmileys, news_discuss FROM ff_news WHERE news_hidepost = '0' ORDER BY news_time DESC LIMIT 0,1"
);
$latest_news = $query->fetch();
extract($latest_news);
$news_content = ParseBBCode($news_content);
$news_content = str_replace("\n", "
", $news_content);
?>
Fortress Forever is a free game inspired by the earlier versions of the Team Fortress series (Team Fortress Classic and QuakeWorld Team Fortress).
Join the fray in this high-speed, team-based FPS with classes that range from pure movement to pure firepower (and everything in between).
" class="more-info highlight">More info →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 →