Posting.php
From Understanding the code of phpBB
[edit] Detailed line info
Line 1: define the constant "IN_PHPBB" with value true.
Line 2: the phpbb root path
Line 3-7: includes the functions from "extension.inc", "common.php", "bbcode.php" (from /includes/ directory), "functions_post.php" (from /includes/ directory)
