Footers
<script>
function smf_page_v1(link,title,content){
//Created by Agent Moose (smcodes.smfforfree3.com)
if(location.href.match("action=" + link)){
document.title = title;
document.getElementbyId("bodyarea").innerHTML = "<div class='tborder'><div class='catbg' style='padding: 6px; vertical-align: middle; text-align: center; '>" + title + "</div><div><table border='0' width='100%' cellspacing='1' cellpadding='4' class='bordercolor'><tr><td class='windowbg2' width='100%'>" + content + "</td></tr></table></div></div>";
};};
smf_page_v1("LINK","TITLE","CONTENT");
</script>
Alright, first, to get things clear. I DID NOT, make the first two "Add SMF Page" codes. I accually...well, I ripped them, if you don't know what that means, I stole them and said that it was my own code. So, I decided to delete the two topics on the SMF Support forum. So, this will be version 1 of SMF Page, that I made...
Now that we got that clear. This code is alot shorter than the other codes that "I" made, which is better. There is only one code, that will just go into the footer

LINK = How you get to the page. (
http://fakesite.com/index.php?ACTION=LINK)
TITLE = What the title of the page will be.
CONTENT = What text will be on the page.
If you want to add more pages, just add more of these lines:
smf_page_v1("LINK","TITLE","CONTENT")
There ya go! If you have any questions, just ask me for help!