MyBB Community Forums

Full Version: Community.mybb.com Source Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I thought some of you would find the source code for the main page of this community (the forum, not mybb.com.) Here it is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MyBB Community Forums</title>

<link rel="alternate" type="application/rss+xml" title="Latest Threads (RSS 2.0)" href="http://community.mybb.com/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="Latest Threads (Atom 1.0)" href="http://community.mybb.com/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="http://community.mybb.com/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="http://community.mybb.com/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="http://community.mybb.com/jscripts/popup_menu.js?ver=1400"></script>
<link type="text/css" rel="stylesheet" href="http://community.mybb.com/cache/themes/theme2/global.css" />

<script type="text/javascript">
<!--
	var cookieDomain = "community.mybb.com";
	var cookiePath = "/";
	var cookiePrefix = "";
	var deleteevent_confirm = "Are you sure you want to delete this event?";
	var removeattach_confirm = "Are you sure you want to remove the selected attachment from this post?";
	var loading_text = 'Loading. <br />Please Wait..';
	var saving_changes = 'Saving changes..';
	var use_xmlhttprequest = "1";
	var my_post_key = "0841ae1aec2068239297aebec70e9fbd";
	var imagepath = "images";
// -->
</script>

<style type="text/css">
.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
}

.notice {
	background: #ADCBE7;
	border-top: 2px solid #0F5C8E;
	border-bottom: 2px solid #0F5C8E;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
}

.notice2 {
	background: #D6ECA6;
	border-top: 2px solid #8DC93E;
	border-bottom: 2px solid #8DC93E;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
}
</style>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="http://mybboard.net/assets/screen_ie.css" />
<![endif]-->
<!--[if lt IE 7]>
<script defer type="text/javascript" src="http://mybboard.net/assets/pngfix.js"></script>
<![endif]-->

<script type="text/javascript">
<!--
	lang.no_new_posts = "Forum Contains No New Posts";
	lang.click_mark_read = "Click to mark this forum as read";
// -->
</script>
</head>
<body>

<a name="top" id="top"></a>
	<div id="shadow">
		<div id="container">
			<h1><span class="invisible">MyBB</span></h1>

			<div id="header">
				<a class="link" href="/"></a>
				<div id="search">
					<form action="/search.php" method="post"><fieldset class="noborder"><label for="search_box"><span id="search_left"> </span></label><input name="keywords" id="search_box" title="Enter your search keywords" type="text" /><input value="Search Forum" name="submit-search" id="search_button" type="submit" /><input type="hidden" name="action" value="do_search" /></fieldset></form>
				</div>
				<div id="menu">
					<ul>
						<li class="default"><a href="http://mybb.com/">Home</a></li>
						<li class="default"><a href="http://mybb.com/about">About</a></li>
						<li class="default"><a href="http://mybb.com/features">Features</a></li>
						<li class="default"><a href="http://mybb.com/downloads">Downloads</a></li>
						<li class="active"><a href="http://community.mybb.com/">Community Forum</a></li>
						<li class="default"><a href="http://mybb.com/get-involved">Get Involved</a></li>
						<li class="default"><a href="http://ideas.mybboard.net/">Ideas</a></li>
						<li class="default"><a href="http://mods.mybboard.net/">Mods</a></li>
						<li class="default"><a href="http://wiki.mybboard.net/">Wiki</a></li>
						<li class="default"><a href="http://blog.mybboard.net/">Blog</a></li>
					</ul>
				</div>
			</div>

			<div id="content">
				<div class="menu">
					<ul>
						<li><a href="http://community.mybb.com/search.php"><img src="http://community.mybb.com/images/toplinks/search.gif" alt="" />Search</a></li>
						<li><a href="http://community.mybb.com/memberlist.php"><img src="http://community.mybb.com/images/toplinks/memberlist.gif" alt="" />Member List</a></li>
						<li><a href="http://community.mybb.com/calendar.php"><img src="http://community.mybb.com/images/toplinks/calendar.gif" alt="" />Calendar</a></li>
						<li><a href="http://community.mybb.com/misc.php?action=help"><img src="http://community.mybb.com/images/toplinks/help.gif" alt="" />Help</a></li>
					</ul>
				</div>
				<hr class="hidden" />
				<div id="panel">
					
<script type="text/javascript">
<!--
	lang.username = "Username";
	lang.password = "Password";
	lang.login = "Login";
	lang.lost_password = " &mdash; <a href=\"http://community.mybb.com/member.php?action=lostpw\">Lost Password?<\/a>";
	lang.register_url = " &mdash; <a href=\"http://community.mybb.com/member.php?action=register\">Register<\/a>";
// -->
</script>
<span style="float: right;"><strong>Current time:</strong> 06-28-2010, 04:15 AM</span>
		<span id="quick_login">Hello There, Guest! (<a href="http://community.mybb.com/member.php?action=login" onclick="MyBB.quickLogin(); return false;">Login</a> &mdash; <a href="http://community.mybb.com/member.php?action=register">Register</a>)</span>

				</div>
				<br />
				
				
				
				
				

<div class="navigation">

<span class="active">MyBB Community Forums</span>

</div>

				<br />

<!--<p class="alert"><strong style="color: maroon">Please bear with us as we restore full access to the MyBB website and all associated services.</strong></p>-->
<p class="alert"><strong>Latest News:</strong> <a href="http://blog.mybboard.net/2010/04/19/mybb-1-4-13-released-security-patches-to-mybb-1-4-12"/>MyBB 1.4.13 Released – Security Patches to MyBB 1.4.12</a> (April 19, 2010)</p>
<!-- <p class="notice2"><strong>MyBB on Facebook:</strong> Become a fan of <a href="http://www.facebook.com/MyBBoard/">MyBB on Facebook</a> for the latest on MyBB and exclusive content.</p> -->
<p class="notice2"><strong>MyBB on Twitter:</strong> Follow <a href="http://www.twitter.com/mybbgroup/">@mybbgroup</a> for the latest on MyBB and exclusive content.</p>

<p class="notice"><strong>Are you on the <a href="http://www.mybboard.com/mailinglist.php">MyBB mailing list?</a></strong> - Sign up for notification of new MyBB releases and updates.</p>


<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/collapse.gif" id="cat_1_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forum-1.html">Announcements</a></strong><br /><div class="smalltext"></div></div>
</td>
</tr>
</thead>
<tbody style="" id="cat_1_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_119" /></td>
<td class="trow1" valign="top">
<strong><a href="forum-119.html">Announcements - Blog</a></strong><div class="smalltext">Announcements are now posted on our blog.</div>
</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">-</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">-</td>
<td class="trow1" valign="top" align="right" style="white-space: nowrap"><div style="text-align: left;" class="smalltext"><strong>Latest Release: <a href="http://blog.mybboard.net/2010/04/19/mybb-1-4-13-released-security-patches-to-mybb-1-4-12/" target="_blank">MyBB 1.4.13 Released – Security...</a></strong><br />
<strong>Latest Announcement: <a href="http://blog.mybboard.net/2010/06/15/official-irc-channel/" target="_blank">Official IRC Channel</a></strong></div></td>
</tr>

</tbody>
</table>
<br />

<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/collapse.gif" id="cat_80_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forum-80.html">MyBB 1.4 Series</a></strong><br /><div class="smalltext"></div></div>
</td>
</tr>
</thead>
<tbody style="" id="cat_80_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_81" /></td>
<td class="trow1" valign="top">
<strong><a href="forum-81.html">MyBB 1.4 General Support</a></strong><span class="smalltext"> (25 users browsing)</span><div class="smalltext">General support for MyBB 1.4, including installation help should be posted here.
<br /><strong>Sub Forums:</strong> <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_87" /><a href="forum-87.html" title="">Installation Help</a>
</div>
</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">14,093</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">89,231</td>
<td class="trow1" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-69704-lastpost.html" title="Version Check"><strong>Version Check</strong></a>
<br />Today 03:47 AM<br />by <a href="user-17336.html">Alex597</a></span>

</td>
</tr>

<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_121" /></td>
<td class="trow2" valign="top">
<strong><a href="forum-121.html">Bug Reports</a></strong><div class="smalltext">Visit our bug tracker hosted on our development site to report bugs.  (separate login required)</div>
</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">-</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">-</td>
<td class="trow2" valign="top" align="right" style="white-space: nowrap"><div style="text-align: center;">-</div></td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_7" /></td>
<td class="trow1" valign="top">
<strong><a href="forum-7.html">Suggestions and Feedback</a></strong><div class="smalltext">Got a feature you would love to see added to MyBB? Got some feedback on MyBB? Let us know here, we will try to implement them.<br />Also, <strong><a href="http://ideas.mybboard.net/">submit your ideas to the MyBB Ideas site.</a></strong>
<br /><strong>Sub Forums:</strong> <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_34" /><a href="forum-34.html" title="">Included Suggestions / Feedback</a>
</div>
</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">2,235</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">16,440</td>
<td class="trow1" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-72411-lastpost.html" title="User photo albums"><strong>User photo albums</strong></a>
<br />06-26-2010 02:58 PM<br />by <a href="user-17052.html">41shots</a></span>

</td>
</tr>

</tbody>
</table>
<br />

<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/collapse.gif" id="cat_124_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forum-124.html">MyBB 1.6 Series</a></strong><br /><div class="smalltext">MyBB 1.6.0 is currently in <u>beta</u>.</div></div>
</td>
</tr>
</thead>
<tbody style="" id="cat_124_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_127" /></td>
<td class="trow1" valign="top">
<strong><a href="forum-127.html">MyBB 1.6 General Support</a></strong><div class="smalltext">General support for the MyBB 1.6 series.
<br /><strong>Sub Forums:</strong> <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_129" /><a href="forum-129.html" title="">Need help?  Start here first.</a>
</div>
</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">67</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">483</td>
<td class="trow1" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-71966-lastpost.html" title="problems: a) copying files from trunk , b) top menu bar"><strong>problems: a) copying file...</strong></a>
<br />Today 03:46 AM<br />by <a href="user-16815.html">Nayar</a></span>

</td>
</tr>

<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_126" /></td>
<td class="trow2" valign="top">
<strong><a href="forum-126.html">Bug Reports</a></strong><div class="smalltext">Visit our bug tracker hosted on our development site to report bugs. (separate login required)</div>
</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">-</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">-</td>
<td class="trow2" valign="top" align="right" style="white-space: nowrap"><div style="text-align: center;">-</div></td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_125" /></td>
<td class="trow1" valign="top">
<strong><a href="forum-125.html">Discussion and Feedback</a></strong><div class="smalltext">If you have comments on the MyBB 1.6.x series, this is the place to voice them!</div>
</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">54</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">395</td>
<td class="trow1" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-72251-lastpost.html" title="Copyright"><strong>Copyright</strong></a>
<br />Yesterday 08:50 PM<br />by <a href="user-24963.html">Gaara</a></span>

</td>
</tr>

</tbody>
</table>
<br />

<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/collapse.gif" id="cat_95_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forum-95.html">Merge System for MyBB 1.4</a></strong><br /><div class="smalltext"></div></div>
</td>
</tr>
</thead>
<tbody style="" id="cat_95_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_96" /></td>
<td class="trow1" valign="top">
<strong><a href="forum-96.html">MyBB Merge Support</a></strong><div class="smalltext">For all general support enquiries including how to perform a merge and if you're having trouble performing the merge, please post in this forum for assistance.</div>
</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">284</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">1,743</td>
<td class="trow1" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-72369-lastpost.html" title="Mass Mailing after merger"><strong>Mass Mailing after merger</strong></a>
<br />06-25-2010 09:10 PM<br />by <a href="user-27325.html">Civil Engineer</a></span>

</td>
</tr>

<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_122" /></td>
<td class="trow2" valign="top">
<strong><a href="forum-122.html">Bug Reports</a></strong><div class="smalltext">All bug reports for the latest version of MyBB Merge should be posted here.</div>
</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">-</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">-</td>
<td class="trow2" valign="top" align="right" style="white-space: nowrap"><div style="text-align: center;">-</div></td>
</tr>

</tbody>
</table>
<br />

<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/collapse.gif" id="cat_8_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forum-8.html">MyBB Resources</a></strong><br /><div class="smalltext">Everything related to customizing MyBB to your liking</div></div>
</td>
</tr>
</thead>
<tbody style="" id="cat_8_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
</tr>

<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_73" /></td>
<td class="trow2" valign="top" colspan="4">
<strong><a href="forum-73.html">Plugins &amp; Code Modifications</a></strong><div class="smalltext">All discussion relating to plugins and code modifications belongs here.<br />
<br /><strong>Sub Forums:</strong> <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_102" /><a href="forum-102.html" title="">Releases</a>, <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_72" /><a href="forum-72.html" title="">Discussion &amp; Support</a>, <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_65" /><a href="forum-65.html" title="">Requests</a>, <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_68" /><a href="forum-68.html" title="">Development</a>
</div>
</td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_103" /></td>
<td class="trow1" valign="top" colspan="4">
<strong><a href="forum-103.html">Themes and Templates</a></strong><div class="smalltext">Looking to customizing the look of your forum?  This is the place!
<br /><strong>Sub Forums:</strong> <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_104" /><a href="forum-104.html" title="">Releases</a>, <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_10" /><a href="forum-10.html" title="">Discussion &amp; Support</a>, <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_105" /><a href="forum-105.html" title="">Requests &amp; Development</a>
</div>
</td>
</tr>

<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_117" /></td>
<td class="trow2" valign="top">
<strong><a href="forum-117.html">MyCodes</a></strong><span class="smalltext"> (1 user browsing)</span><div class="smalltext">Develop or share your custom MyCodes in this forum.</div>
</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">181</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">1,248</td>
<td class="trow2" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-72476-lastpost.html" title="MySpoiler"><strong>MySpoiler</strong></a>
<br />Yesterday 04:09 PM<br />by <a href="user-28425.html">radioactive</a></span>

</td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_21" /></td>
<td class="trow1" valign="top">
<strong><a href="forum-21.html">Internationalization</a></strong><div class="smalltext">This forum is for all discussion relating to the translation of MyBB as well as support for MyBB in different languages.
<br /><strong>Sub Forums:</strong> <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_22" /><a href="forum-22.html" title="">Dutch (Nederlands)</a>, <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_24" /><a href="forum-24.html" title="">Spanish (Espanol)</a>
</div>
</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">1,672</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">9,912</td>
<td class="trow1" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-72485-lastpost.html" title="authorisatiecode"><strong>authorisatiecode</strong></a>
<br />Yesterday 05:30 PM<br />by <a href="user-26854.html">dees</a></span>

</td>
</tr>

<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_38" /></td>
<td class="trow2" valign="top">
<strong><a href="forum-38.html">User Submitted Tutorials</a></strong><span class="smalltext"> (1 user browsing)</span><div class="smalltext">This forum contains a selection of member posted tutorials covering a variety of different topics and areas in MyBB as well as server and file management.</div>
</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">197</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">4,190</td>
<td class="trow2" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-62039-lastpost.html" title="[Tutorial] Tabbed forum with jQuery (multi categories in one tab)"><strong>[Tutorial] Tabbed forum w...</strong></a>
<br />Today 02:58 AM<br />by <a href="user-20639.html">Joey_Pham423</a></span>

</td>
</tr>

</tbody>
</table>
<br />

<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/collapse.gif" id="cat_12_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forum-12.html">General Discussion</a></strong><br /><div class="smalltext"></div></div>
</td>
</tr>
</thead>
<tbody style="" id="cat_12_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
</tr>

<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_11" /></td>
<td class="trow2" valign="top">
<strong><a href="forum-11.html">Chit-Chat</a></strong><span class="smalltext"> (2 users browsing)</span><div class="smalltext">Everybody loves a bit of randomness, care to share yours? 
<br /><strong>Sub Forums:</strong> <img src="images/minioff.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="subforumicon ajax_mark_read" id="mark_read_91" /><a href="forum-91.html" title="">Requests/Services/Jobs</a>
</div>
</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">5,321</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">76,556</td>
<td class="trow2" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-72504-lastpost.html" title="Must have plugins"><strong>Must have plugins</strong></a>
<br />Today 04:13 AM<br />by <a href="user-16815.html">Nayar</a></span>

</td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_17" /></td>
<td class="trow1" valign="top">
<strong><a href="forum-17.html">Showcase</a></strong><span class="smalltext"> (1 user browsing)</span><div class="smalltext">Shameless promotion for your copy of MyBB here! You can also show off your own website as long as it is running MyBB.</div>
</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">2,251</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">21,327</td>
<td class="trow1" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-72092-lastpost.html" title="Forum Sandbox"><strong>Forum Sandbox</strong></a>
<br />Yesterday 10:53 PM<br />by <a href="user-22006.html">mark-in-dallas</a></span>

</td>
</tr>

<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_19" /></td>
<td class="trow2" valign="top">
<strong><a href="forum-19.html">MyBB.com</a></strong><div class="smalltext">All discussions and issues relating to the MyBB website, development site, the download system, as well as the community forums should be posted here.</div>
</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">837</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">8,454</td>
<td class="trow2" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-72408-lastpost.html" title="Some Suggestions for Chit Chat"><strong>Some Suggestions for Chit...</strong></a>
<br />Today 03:16 AM<br />by <a href="user-16815.html">Nayar</a></span>

</td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" class="ajax_mark_read" id="mark_read_13" /></td>
<td class="trow1" valign="top">
<strong><a href="forum-13.html">Testing</a></strong><div class="smalltext">Test out the features of MyBB without messing up the other forums. This forum is cleaned regularly.
<br />Moderated By: <a href="user-141.html">surfiTest</a>
</div>
</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">27</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">15,861</td>
<td class="trow1" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-34064-lastpost.html" title="/me thread"><strong>/me thread</strong></a>
<br />Yesterday 08:19 PM<br />by <a href="user-17052.html">41shots</a></span>

</td>
</tr>

</tbody>
</table>
<br />

<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/collapse.gif" id="cat_106_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forum-106.html">Community Archive</a></strong><br /><div class="smalltext"></div></div>
</td>
</tr>
</thead>
<tbody style="" id="cat_106_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/offlock.gif" alt="Forum is Locked" title="Forum is Locked" class="ajax_mark_read" id="mark_read_74" /></td>
<td class="trow1" valign="top" colspan="4">
<strong><a href="forum-74.html">Archived Bug Reports</a></strong><div class="smalltext">An archive of bug reports from earlier releases of MyBB.
<br /><strong>Sub Forums:</strong> <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_82" /><a href="forum-82.html" title="">MyBB 1.4.x Bug Reports</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_49" /><a href="forum-49.html" title="">MyBB 1.2.2</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_51" /><a href="forum-51.html" title="">MyBB 1.2.3</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_55" /><a href="forum-55.html" title="">MyBB 1.2.7</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_83" /><a href="forum-83.html" title="">MyBB 1.4.0 Beta</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_90" /><a href="forum-90.html" title="">MyBB 1.4.0</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_93" /><a href="forum-93.html" title="">MyBB 1.4.1</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_100" /><a href="forum-100.html" title="">MyBB 1.4.2</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_110" /><a href="forum-110.html" title="">MyBB 1.4.4</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_116" /><a href="forum-116.html" title="">MyBB 1.4.6</a>
</div>
</td>
</tr>

<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/offlock.gif" alt="Forum is Locked" title="Forum is Locked" class="ajax_mark_read" id="mark_read_97" /></td>
<td class="trow2" valign="top">
<strong><a href="forum-97.html">MyBB Merge for 1.4 - Bug Reports</a></strong><div class="smalltext">
<br /><strong>Sub Forums:</strong> <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_98" /><a href="forum-98.html" title="">Fixed Bugs</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_99" /><a href="forum-99.html" title="">Duplicate / Bogus Reports</a>
</div>
</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">19</td>
<td class="trow2" valign="top" align="center" style="white-space: nowrap">119</td>
<td class="trow2" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-53144-lastpost.html" title="vB to MyBB, PM recipients broken"><strong>vB to MyBB, PM recipients...</strong></a>
<br />08-20-2009 07:56 PM<br />by <a href="user-1428.html">Nickman</a></span>

</td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/offlock.gif" alt="Forum is Locked" title="Forum is Locked" class="ajax_mark_read" id="mark_read_2" /></td>
<td class="trow1" valign="top">
<strong><a href="forum-2.html">Old Announcements</a></strong><div class="smalltext">An archive of old pre-blog announcements.
<br /><strong>Sub Forums:</strong> <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_31" /><a href="forum-31.html" title="">Announcements Discussion</a>
</div>
</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">152</td>
<td class="trow1" valign="top" align="center" style="white-space: nowrap">5,434</td>
<td class="trow1" valign="top" align="right" style="white-space: nowrap">
<span class="smalltext">
<a href="thread-38943-lastpost.html" title="Discuss: MyBB Goes Open Source, Now GNU GPL v3 Licensed"><strong>Discuss: MyBB Goes Open S...</strong></a>
<br />09-14-2009 08:45 PM<br />by <a href="user-13556.html">MattRogowski</a></span>

</td>
</tr>

<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/offlock.gif" alt="Forum is Locked" title="Forum is Locked" class="ajax_mark_read" id="mark_read_3" /></td>
<td class="trow2" valign="top" colspan="4">
<strong><a href="forum-3.html">MyBB 1.2 Series</a></strong><div class="smalltext">
<br /><strong>Sub Forums:</strong> <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_4" /><a href="forum-4.html" title="">MyBB 1.2 General Support</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_75" /><a href="forum-75.html" title="">Merge System for MyBB 1.2</a>
</div>
</td>
</tr>

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/offlock.gif" alt="Forum is Locked" title="Forum is Locked" class="ajax_mark_read" id="mark_read_111" /></td>
<td class="trow1" valign="top" colspan="4">
<strong><a href="forum-111.html">MyBB Merge System for 1.4 (B4)</a></strong><div class="smalltext">
<br /><strong>Sub Forums:</strong> <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_112" /><a href="forum-112.html" title="">General Support</a>, <img src="images/miniofflock.gif" alt="Forum is Locked" title="Forum is Locked" class="subforumicon ajax_mark_read" id="mark_read_113" /><a href="forum-113.html" title="">Bug Reports</a>
</div>
</td>
</tr>

</tbody>
</table>
<br />


<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="images/collapse.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>Board Statistics</strong></div>
</td>
</tr>
</thead>
<tbody style="" id="boardstats_e">

<tr>
<td class="tcat"><span class="smalltext"><strong>Who's Online</strong> [<a href="online.php">Complete List</a>]</span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">96 users active in the past 15 minutes (15 members, 1 of whom is invisible, and 79 guests).<br />GoogleBot, MSN Search, <a href="user-11154.html">Alex Smith</a>, <a href="user-21419.html">Glas</a>, <a href="user-6928.html"><span style="color: #006868; font-weight: bold;">Imad Jomaa</span></a>, <a href="user-13028.html">Infranight</a>, <a href="user-1830.html"><span style="color: #ff8806; font-weight: bold;">Justin S.</span></a>, <a href="user-28369.html">Modv2</a>, <a href="user-6138.html">Mushu</a>, <a href="user-28579.html">N1LOY</a>, <a href="user-16815.html">Nayar</a>, <a href="user-28346.html">Praveer</a>, <a href="user-25222.html">Reserector</a>, <a href="user-3971.html"><span style="color: #006868; font-weight: bold;">Ryan Loos</span></a>, <a href="user-28581.html">sina_67_85</a>, <a href="user-24071.html">srch07</a></span></td>
</tr>


<tr><td class="tcat"><span class="smalltext"><strong>Today's Birthdays</strong></span></td></tr>
<tr>
<td class="trow1"><span class="smalltext"><a href="user-1191.html">NewRaven</a> (30), <a href="user-48.html">Blank Space</a> (21)</span></td>
</tr>


<tr><td class="tcat"><span class="smalltext"><strong>Board Statistics</strong></span></td></tr>
<tr>
<td class="trow1"><span class="smalltext">
Our members have made a total of 476,759 posts in 60,230 threads.<br />
We currently have 28,496 members registered.<br />
Please welcome our newest member, <b><a href="user-28581.html">sina_67_85</a></b><br />
The most users online at one time was 387 on 12-16-2009 at 08:12 PM
</span>
</td>
</tr>

<tr>
	<td class="tfoot" style="text-align: right">
		<span class="smalltext">
			
			<a href="misc.php?action=markread">Mark All Forums Read</a> |
			<a href="showteam.php">Forum Team</a> |
			<a href="stats.php">Forum Statistics</a>
		</span>
	</td>
</tr>
</tbody>
</table>
<br />


<dl class="forum_legend smalltext">
	<dt><img src="images/on.gif" alt="Forum Contains New Posts" title="Forum Contains New Posts" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>Forum Contains New Posts</dd>

	<dt><img src="images/off.gif" alt="Forum Contains No New Posts" title="Forum Contains No New Posts" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>Forum Contains No New Posts</dd>

	<dt><img src="images/offlock.gif" alt="Forum is Locked" title="Forum is Locked" style="vertical-align: middle;" /></dt>
	<dd>Forum is Locked</dd>
</dl>
<br style="clear: both" />

<br /> <div class="bottommenu"> <div class="float_right">
<form method="get" action="/index.php" id="lang_select">
		
		<select name="language" onchange="MyBB.changeLanguage();">
			<optgroup label="Quick Language Select">
				<option value="english" selected="selected">&nbsp;&nbsp;&nbsp;English (American)</option>

			</optgroup>
		</select>
		
<input type="submit" class="button" value="Go" />

	</form>
</div> <div> <span class="smalltext"><a href="mailto:[email protected]">Contact Us</a> | <a href="http://www.mybboard.net">MyBB</a> | <a href="#top">Return to Top</a> | <a href="#content">Return to Content</a> | <a href="http://community.mybb.com/archive/index.php">Lite (Archive) Mode</a> | <a href="http://community.mybb.com/misc.php?action=syndication">RSS Syndication</a></span> </div> </div> <hr class="hidden" /> <div id="copyright"> <div id="debug"></div> <!-- MyBB is free software developed and maintained by a volunteer community. 
					 It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact, 
					 to show your support for MyBB.  If you choose to remove or modify the copyright below, 
					 you may be refused support on the MyBB Community Forums.
					 
					 This is free software, support us and we'll support you. --> <a href="http://www.mybb.com" target="_blank">Forum software by MyBB</a> <br /> Copyright &copy; 2002-2010 <strong><a href="http://www.mybb.com" target="_blank">MyBB Group</a></strong> <!-- End copyright --> <br /> <br class="clear" /> </div> <div id="footer"> 
<script type="text/javascript" src="http://www.mybb.com/footer_credit.js"></script>
 <p>Copyright &copy; 2010 MyBB Group. All rights reserved.</p> <p><a href="http://www.mybb.com/contact">Contact</a> MyBB Group &mdash; <em>for support with MyBB, visit <a href="http://www.mybb.com/support">support</a></em></p><br /> </div> </div> </div> </div> <div id="shadow_footer"></div> <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE --><img src="http://community.mybb.com/task.php" border="0" width="1" height="1" alt="" /><!-- End task image code --> 

</body>
</html>
??? Lol I don't get what this is for.
Why is this interesting?

Ctrl + U
/Thread Closed

(anyone can pull that code out by right clicking > View Source)