Forum thread not found!?');
exit();
}
create_fourm_reply($threadId, $_SESSION['USERNAME'], $text, $forum, $_SESSION['ADMIN']);
}
}
ex:
?>
Horse Isle Forums
Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff.
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed.
Please Login to use these forums
');
include("footer.php");
exit();
}
?>
SUPPORT ( topics) | BUGS ( topics) | GENERAL ( topics) | HORSES ( topics) | GAME ( topics) |
'); else echo(' |
');
echo(' |
TOPIC | POSTS | ORIGINAL POST |
---|---|---|
'); echo(htmlspecialchars($threads[$i]['title']).' | '); echo(''.count_replies($threads[$i]['id']).' (last by '.get_last_reply_author($threads[$i]['id']).' '); $createTime = get_last_reply_time($threads[$i]['id']); $minsAgo = 0; $current_time = time(); $difference = $current_time - $createTime; $minsAgo = $difference/60; $daysAgo = $difference/86400; if($minsAgo <= 1440) echo(''.number_format((float)$minsAgo, 0, '.', '').' min ago'); else echo(number_format((float)$daysAgo, 0, '.', '').' days ago'); echo(') | '.date("M j g:ia", get_first_reply_time($threads[$i]['id'])).' by '.get_first_reply_author($threads[$i]['id']).' |