Well, if you want something fast and maybe a little sloppy, put this after the require global.php (should work wherever in the file though) in the newthread.php file:
PHP Code:
if($_REQUEST['f']==163){$the_message="If this thread is not a download, please post it here";}
Then add $the_message into your newthread template wherever you want it to show up.
Tell me if that doesn't work, because I might have the $_request part wrong~