<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tips, tricks and tutorials&#187; Tips and tricks, tutorials</title>
	<atom:link href="http://www.ngohaibac.com/category/open-source/smf-forum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ngohaibac.com</link>
	<description>What you share is what you get</description>
	<lastBuildDate>Tue, 15 Jun 2010 15:49:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to install Google Analytics to SMF Forum</title>
		<link>http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/</link>
		<comments>http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 16:19:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SMF Forum]]></category>
		<category><![CDATA[Global Headers and Footers]]></category>

		<guid isPermaLink="false">http://www.ngohaibac.com/?p=204</guid>
		<description><![CDATA[What is Google Analytics ? Google Analytics is a webmaster tool for tracking your traffic and give you a lot of your website&#8217;s information. For more information, please go to https://www.google.com/analytics/. The other convenience thing is you can share your Google Analytic  between google accounts. So you and your friends can both monitor your website. [...]<br /><div><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (2 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />


Related posts:<ol><li><a href='http://www.ngohaibac.com/google-adsense-can-accept-domain-with-less-than-6-month-old/' rel='bookmark' title='Permanent Link: Google Adsense can accept domain with less than 6 month old'>Google Adsense can accept domain with less than 6 month old</a></li>
<li><a href='http://www.ngohaibac.com/lastpass-the-best-password-manager-for-ie-firefox-safari-google-chrome/' rel='bookmark' title='Permanent Link: LastPass &#8211; the best password manager for IE, Firefox, Safari, Google Chrome'>LastPass &#8211; the best password manager for IE, Firefox, Safari, Google Chrome</a></li>
<li><a href='http://www.ngohaibac.com/wordpress-28-has-been-released/' rel='bookmark' title='Permanent Link: WordPress 2.8 has been released'>WordPress 2.8 has been released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><!-- google_ad_section_start --><p><strong>What is </strong><a class="zem_slink" title="Google Analytics" rel="homepage" href="http://www.google.com/analytics"><strong>Google Analytics</strong></a><strong> ?</strong></p>
<p>Google Analytics is a webmaster tool for tracking your traffic and give you a lot of your website&#8217;s information. For more information, please go to <a href="https://www.google.com/analytics/" target="_blank">https://www.google.com/analytics/</a>. The other convenience thing is you can share your Google Analytic  between google accounts. So you and your friends can both monitor your website.<br />
</p>
<h2><a class="zem_slink" title="Simple Machines Forum" rel="homepage" href="http://www.simplemachines.org/">SMF</a> Forum</h2>
<p>SMF Forum is a <a class="zem_slink" title="Open Source" rel="wikinvest" href="http://www.wikinvest.com/concept/Open_Source">open source</a> source for creating forum from Simple Machine <a href="http://www.simplemachines.org/" target="_blank">http://www.simplemachines.org/</a></p>
<p>The theme source is very complicated so it is difficult to know how to modify and add the Google Analytic code in your theme. So now I will help you how to add to your SMF forum:</p>
<p><strong>Step 1</strong></p>
<p>Get the Google analytic code. I use the new tracking code. It should look like that:</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var gaJsHost = ((&#8220;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);<br />
document.write(unescape(&#8220;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
try {<br />
var pageTracker = _gat._getTracker(&#8220;UA-4022109-7&#8243;);<br />
pageTracker._trackPageview();<br />
} catch(err) {}&lt;/script&gt;</p></blockquote>
<p>or like the <span>Legacy Tracking Code (urchin.js):<script type="text/javascript">// <![CDATA[
      unction showCode(index) { var links = [ document.getElementById("new_tracking"), document.getElementById("old_tracking") ]; var codes = [ document.getElementById("new_tracking_code"), document.getElementById("old_tracking_code") ]; for (var i = 0; i &lt; links.length; i++) { var thisLink = links[i], thisCode= codes[i]; if (i == index) { thisLink.className = "admin_toggle_option_on"; thisCode.style.display = ""; } else { thisLink.className = "admin_toggle_option_off"; thisCode.style.display = "none"; } } }
// ]]&gt;</script> </span></p>
<blockquote><p>&lt;script src=&#8221;http://www.google-analytics.com/urchin.js&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
try {<br />
_uacct = &#8220;UA-4022109-7&#8243;;<br />
urchinTracker();<br />
} catch(err) {}&lt;/script&gt;</p></blockquote>
<p><strong>Step 2</strong></p>
<p>Download <a href="http://custom.simplemachines.org/mods/index.php?mod=351">Global Headers and Footers</a> mod or easily add code in the code in the header or footer of the theme. It can be done by going to Package section under the Main tab in your admin panel.</p>
<p><a rel="attachment wp-att-205" href="http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/hb_001/"><img class="aligncenter size-full wp-image-205" title="hb_001" src="http://cdn.ngohaibac.com/wp-content/uploads/2009/06/hb_001.png" alt="hb_001" width="517" height="456" /></a></p>
<p>Simple way is to fulfill the URL and name of that package into <strong>Download a package by url</strong> section and click Download button, and Apply that mod.</p>
<p><strong>Step 3: Add the code</strong></p>
<p>Finally, you will be able to see <strong>Global Headers and Footers</strong> in the <strong>Configuration </strong>tab. Now you just paste your tracking code in the footer section:</p>
<p><a rel="attachment wp-att-206" href="http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/hb_002/"><img class="aligncenter size-full wp-image-206" title="hb_002" src="http://cdn.ngohaibac.com/wp-content/uploads/2009/06/hb_002.png" alt="hb_002" width="617" height="535" /></a></p>
<p><strong>Step 4:Confirm the Google Analytic</strong></p>
<p>You have to confirm google to make sure that everything is going OK by clicking in <strong>Edit </strong>and <strong>Check status </strong>button and click <strong>check status</strong>.</p>
<p>DONE !</p>
<br /><div><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (2 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br /><!-- google_ad_section_end -->

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/&amp;title=How+to+install+Google+Analytics+to+SMF+Forum" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=How+to+install+Google+Analytics+to+SMF+Forum&amp;body=Link: http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A What%20is%20Google%20Analytics%20%3F%0D%0A%0D%0AGoogle%20Analytics%20is%20a%20webmaster%20tool%20for%20tracking%20your%20traffic%20and%20give%20you%20a%20lot%20of%20your%20website%27s%20information.%20For%20more%20information%2C%20please%20go%20to%20https%3A%2F%2Fwww.google.com%2Fanalytics%2F.%20The%20other%20convenience%20thing%20is%20you%20can%20share%20your%20Google%20Analytic%C2%A0%20between%20google%20acco" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/&amp;t=How+to+install+Google+Analytics+to+SMF+Forum" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/&amp;submitHeadline=How+to+install+Google+Analytics+to+SMF+Forum&amp;submitSummary=What%20is%20Google%20Analytics%20%3F%0D%0A%0D%0AGoogle%20Analytics%20is%20a%20webmaster%20tool%20for%20tracking%20your%20traffic%20and%20give%20you%20a%20lot%20of%20your%20website%27s%20information.%20For%20more%20information%2C%20please%20go%20to%20https%3A%2F%2Fwww.google.com%2Fanalytics%2F.%20The%20other%20convenience%20thing%20is%20you%20can%20share%20your%20Google%20Analytic%C2%A0%20between%20google%20acco&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+install+Google+Analytics+to+SMF+Forum+-+http://tinyurl.com/naqd9k&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://www.ngohaibac.com/?ak_action=api_record_view&id=204&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.ngohaibac.com/google-adsense-can-accept-domain-with-less-than-6-month-old/' rel='bookmark' title='Permanent Link: Google Adsense can accept domain with less than 6 month old'>Google Adsense can accept domain with less than 6 month old</a></li>
<li><a href='http://www.ngohaibac.com/lastpass-the-best-password-manager-for-ie-firefox-safari-google-chrome/' rel='bookmark' title='Permanent Link: LastPass &#8211; the best password manager for IE, Firefox, Safari, Google Chrome'>LastPass &#8211; the best password manager for IE, Firefox, Safari, Google Chrome</a></li>
<li><a href='http://www.ngohaibac.com/wordpress-28-has-been-released/' rel='bookmark' title='Permanent Link: WordPress 2.8 has been released'>WordPress 2.8 has been released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SMF 1.1.9 and 2.0 RC1-1 released</title>
		<link>http://www.ngohaibac.com/smf-119-and-20-rc1-1-released/</link>
		<comments>http://www.ngohaibac.com/smf-119-and-20-rc1-1-released/#comments</comments>
		<pubDate>Fri, 22 May 2009 15:08:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[SMF Forum]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.ngohaibac.com/?p=143</guid>
		<description><![CDATA[Simple Machines announces the release of SMF 1.1.9 and 2.0 RC1-1, addressing a few vulnerabilities found in SMF 1.1.8 and 2.0 RC1. We strongly recommend that all users upgrade as soon as possible. You can see more detail here I am using SMF 2.0 RC1 and I have to upgrade to 2.0RC1-1 for a security [...]<br /><div><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />


Related posts:<ol><li><a href='http://www.ngohaibac.com/how-remove-twitter-updates-facebook/' rel='bookmark' title='Permanent Link: How To Remove Twitter Updates From Facebook?'>How To Remove Twitter Updates From Facebook?</a></li>
<li><a href='http://www.ngohaibac.com/wordpress-28-has-been-released/' rel='bookmark' title='Permanent Link: WordPress 2.8 has been released'>WordPress 2.8 has been released</a></li>
<li><a href='http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/' rel='bookmark' title='Permanent Link: How to install Google Analytics to SMF Forum'>How to install Google Analytics to SMF Forum</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><!-- google_ad_section_start --><p>Simple Machines announces the release of SMF 1.1.9 and 2.0 RC1-1, addressing a few vulnerabilities found in SMF 1.1.8 and 2.0 RC1. We strongly recommend that all users upgrade as soon as possible. You can see more detail <a href="http://www.simplemachines.org/community/index.php?topic=311899.0" target="_blank">here</a></p>
<p>I am using SMF 2.0 RC1 and I have to upgrade to 2.0RC1-1 for a security reason. I try to click to upgrade menu in the administrator section but it have failed. Finally, I find out the best way to upgrade:</p>
<p>1. Download the corect upgrade package from: <a href="http://custom.simplemachines.org/upgrades/" target="_blank">http://custom.simplemachines.org/upgrades/</a> .In my case, it is   <a href="http://custom.simplemachines.org/upgrades/index.php?action=upgrade;file=smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip;smf_version=2.0%20RC1">SMF 2.0 RC1 to SMF 2.0 RC1-1</a> — <a class="smalltext" href="http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip">Download</a></p>
<p>2. Go to the package manager and browse to that package and apply mod.</p>
<p>Now you have upgraded to the newest version.</p>
<p>Have fun !</p>
<br /><div><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br /><!-- google_ad_section_end -->

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.ngohaibac.com/smf-119-and-20-rc1-1-released/&amp;title=SMF+1.1.9+and+2.0+RC1-1+released" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=SMF+1.1.9+and+2.0+RC1-1+released&amp;body=Link: http://www.ngohaibac.com/smf-119-and-20-rc1-1-released/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Simple%20Machines%20announces%20the%20release%20of%20SMF%201.1.9%20and%202.0%20RC1-1%2C%20addressing%20a%20few%20vulnerabilities%20found%20in%20SMF%201.1.8%20and%202.0%20RC1.%20We%20strongly%20recommend%20that%20all%20users%20upgrade%20as%20soon%20as%20possible.%20You%20can%20see%20more%20detail%20here%0D%0A%0D%0AI%20am%20using%20SMF%202.0%20RC1%20and%20I%20have%20to%20upgrade%20to%202.0RC1-1%20for%20a%20security" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.ngohaibac.com/smf-119-and-20-rc1-1-released/&amp;t=SMF+1.1.9+and+2.0+RC1-1+released" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.ngohaibac.com/smf-119-and-20-rc1-1-released/&amp;submitHeadline=SMF+1.1.9+and+2.0+RC1-1+released&amp;submitSummary=Simple%20Machines%20announces%20the%20release%20of%20SMF%201.1.9%20and%202.0%20RC1-1%2C%20addressing%20a%20few%20vulnerabilities%20found%20in%20SMF%201.1.8%20and%202.0%20RC1.%20We%20strongly%20recommend%20that%20all%20users%20upgrade%20as%20soon%20as%20possible.%20You%20can%20see%20more%20detail%20here%0D%0A%0D%0AI%20am%20using%20SMF%202.0%20RC1%20and%20I%20have%20to%20upgrade%20to%202.0RC1-1%20for%20a%20security&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=SMF+1.1.9+and+2.0+RC1-1+released+-+http://tinyurl.com/lprm24&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://www.ngohaibac.com/?ak_action=api_record_view&id=143&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.ngohaibac.com/how-remove-twitter-updates-facebook/' rel='bookmark' title='Permanent Link: How To Remove Twitter Updates From Facebook?'>How To Remove Twitter Updates From Facebook?</a></li>
<li><a href='http://www.ngohaibac.com/wordpress-28-has-been-released/' rel='bookmark' title='Permanent Link: WordPress 2.8 has been released'>WordPress 2.8 has been released</a></li>
<li><a href='http://www.ngohaibac.com/how-to-install-google-analytics-to-smf-forum/' rel='bookmark' title='Permanent Link: How to install Google Analytics to SMF Forum'>How to install Google Analytics to SMF Forum</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ngohaibac.com/smf-119-and-20-rc1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 48/129 queries in 0.188 seconds using disk
Content Delivery Network via cdn.ngohaibac.com

Served from: www.ngohaibac.com @ 2010-07-30 12:05:17 -->