<?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>Forum Administration Blog &#124; Forum Admin &#124; Successful Forum &#187; Generate Revenue</title>
	<atom:link href="http://successfulforum.com/category/generate-revenue/feed/" rel="self" type="application/rss+xml" />
	<link>http://successfulforum.com</link>
	<description>Tips &#38; tricks for forum administrators to creating and managing an online community board with a human edited forum directory.</description>
	<lastBuildDate>Thu, 26 Apr 2012 15:41:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Ad Advertisments in Header</title>
		<link>http://successfulforum.com/generate-revenue/how-to-ad-advertisments-in-header/</link>
		<comments>http://successfulforum.com/generate-revenue/how-to-ad-advertisments-in-header/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 15:50:42 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Generate Revenue]]></category>
		<category><![CDATA[vBulletin]]></category>

		<guid isPermaLink="false">http://successfulforum.com/?p=1006</guid>
		<description><![CDATA[The other day Joe from BlackBerry Os left a comment on another post about adding ads to the mobile style and wanted to know how to ad an advertisement above the logo in the vBulletin Mobile Style. So I thought I would so a post on how to do it: In your admincp got to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The other day Joe from <a href="http://blackberryos.com" target="_blank">BlackBerry Os</a> left a comment on another post about adding ads to the mobile style and wanted to know how to ad an advertisement above the logo in the vBulletin Mobile Style.</p>
<p><img src="http://successfulforum.com/wp-content/uploads/2012/03/headerad-300x126.jpg" alt="" title="headerad" width="300" height="126" class="aligncenter size-medium wp-image-1007" /></p>
<p>So I thought I would so a post on how to do it:</p>
<p>In your admincp got to your mobile style and find Header, Open the header template and find:</p>
<pre class="brush: php; title: ; notranslate">&lt;div id=&quot;header&quot;&gt; </pre>
<p>(should be the second line)</p>
<p>And add your ad code <strong>above</strong></p>
<p>My current code looks like this </p>
<pre class="brush: php; title: ; notranslate">&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;URL&quot;&gt;
&lt;img src=&quot;IMAGE AD&quot; alt=&quot;Your Ad Text Here&quot;/&gt;&lt;/a&gt; &lt;/div&gt;</pre>
<p>This will display adds on every page of your site in the header. For the best results, I would suggest using a 320&#215;50 ad spot.</p>
<p>Please let me know if you have any questions or post in the comments if you need any help.</p>
<div id="ifyoulikedthat"><h3>If you liked this post, then try these...</h3><p><a href="http://successfulforum.com/generate-revenue/where-to-place-ads-on-your-forum/">Where To Place Ads On Your Forum!</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/money-forum/">How To Make Money From Your Forum.</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/add-adsense-after-1st-and-last-post-in-vbulletin-mobile-style/">Add Adsense After 1st and Last Post in vBulletin Mobile Style</a> by James</p></div>]]></content:encoded>
			<wfw:commentRss>http://successfulforum.com/generate-revenue/how-to-ad-advertisments-in-header/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add Adsense After 1st and Last Post in vBulletin Mobile Style</title>
		<link>http://successfulforum.com/generate-revenue/add-adsense-after-1st-and-last-post-in-vbulletin-mobile-style/</link>
		<comments>http://successfulforum.com/generate-revenue/add-adsense-after-1st-and-last-post-in-vbulletin-mobile-style/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 17:16:14 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Generate Revenue]]></category>
		<category><![CDATA[Monetizing A Forum Tips]]></category>
		<category><![CDATA[vBulletin]]></category>

		<guid isPermaLink="false">http://successfulforum.com/?p=996</guid>
		<description><![CDATA[A couple weeks ago I showed you how to add Goolge Adsense to your vBulletin Mobile Sytle. I got an email from someone looking to add Adsense between the first and last post in a thread. So I’m happy to share how to do it here. First open up you mobile suite under your style [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A couple weeks ago I showed you <a href="http://successfulforum.com/generate-revenue/how-to-add-ads-on-forumdisplay-vbulletin-mobile-style/">how to add Goolge Adsense</a> to your vBulletin Mobile Sytle. I got an email from someone looking to add Adsense between the first and last post in a thread.</p>
<p>So I’m happy to share how to do it here.</p>
<p>First open up you mobile suite under your style manager in your admincp</p>
<p>Open your postpit_legacy and add this to the very bottom:</p>
<pre class="brush: php; title: ; notranslate">&lt;vb:if condition=&quot;$post[postcount] % $vboptions[maxposts] == 1 OR $post['islastshown']&quot;&gt;

&lt;center&gt;

YOUR AD CODE HERE

&lt;br /&gt;
&lt;br /&gt;
&lt;/center&gt;
&lt;/vb:if&gt;
</pre>
<p>There are lots of different variables that you can use like showing ads just to certain users or non members or show only in certain forums, etc. This code will also work in the regular vBulletin style. </p>
<div id="ifyoulikedthat"><h3>If you liked this post, then try these...</h3><p><a href="http://successfulforum.com/generate-revenue/how-i-used-a-premium-section-to-make-money-on-my-forum/">How I used a Premium Section To Make Money On My Forum</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/google-adsense-webinar-optmizing-adsense-on-your-forum/">Google Adsense Webinar: Optmizing Adsense On Your Forum</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/how-to-ad-advertisments-in-header/">How to Ad Advertisments in Header </a> by James</p></div>]]></content:encoded>
			<wfw:commentRss>http://successfulforum.com/generate-revenue/add-adsense-after-1st-and-last-post-in-vbulletin-mobile-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add ads on ForumDisplay vBulletin Mobile Style</title>
		<link>http://successfulforum.com/generate-revenue/how-to-add-ads-on-forumdisplay-vbulletin-mobile-style/</link>
		<comments>http://successfulforum.com/generate-revenue/how-to-add-ads-on-forumdisplay-vbulletin-mobile-style/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:39:22 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Generate Revenue]]></category>
		<category><![CDATA[Monetizing A Forum Tips]]></category>
		<category><![CDATA[vBulletin]]></category>

		<guid isPermaLink="false">http://successfulforum.com/?p=967</guid>
		<description><![CDATA[In the past couple of days I’ve been playing around with vBulletin’s Premium Mobile Style and adding ads here and there. Currently I am testing it out Adsense for Mobile Content. Adding the ads is pretty easy, In your admincp got to your mobile style and find FORUMDISPLAY, Open the FORUMDISPLAY template and find add [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In the past couple of days I’ve been playing around with vBulletin’s Premium Mobile Style and adding ads here and there. Currently I am testing it out Adsense for Mobile Content. </p>
<p><img src="http://successfulforum.com/wp-content/uploads/2012/01/dfmobilead-300x170.jpg" alt="" title="dfmobilead" width="300" height="170" class="aligncenter size-medium wp-image-968" /></p>
<p>Adding the ads is pretty easy, In your admincp got to your <strong>mobile style</strong> and find FORUMDISPLAY, Open the FORUMDISPLAY template and find </p>
<pre class="brush: php; title: ; notranslate">&lt;vb:if condition=&quot;$show['threadslist']&quot;&gt;
			&lt;div id=&quot;threadlist&quot;&gt;

			{vb:raw pagenav}</pre>
<p>add your ad code below. You will also want to align it to the center.</p>
<p>Like I said I am using Adsense for Mobile Content and using a 320X50 size ad. Starting in March I will start selling private ads on the mobile style. I just launched the mobile style this week and want to get a overview of it being used on a daily and monthly basis.</p>
<div id="ifyoulikedthat"><h3>If you liked this post, then try these...</h3><p><a href="http://successfulforum.com/generate-revenue/google-adsense-webinar-optmizing-adsense-on-your-forum/">Google Adsense Webinar: Optmizing Adsense On Your Forum</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/how-i-used-a-premium-section-to-make-money-on-my-forum/">How I used a Premium Section To Make Money On My Forum</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/add-adsense-after-1st-and-last-post-in-vbulletin-mobile-style/">Add Adsense After 1st and Last Post in vBulletin Mobile Style</a> by James</p></div>]]></content:encoded>
			<wfw:commentRss>http://successfulforum.com/generate-revenue/how-to-add-ads-on-forumdisplay-vbulletin-mobile-style/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google Adsense Webinar: Optmizing Adsense On Your Forum</title>
		<link>http://successfulforum.com/generate-revenue/google-adsense-webinar-optmizing-adsense-on-your-forum/</link>
		<comments>http://successfulforum.com/generate-revenue/google-adsense-webinar-optmizing-adsense-on-your-forum/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 23:00:31 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Generate Revenue]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[make money]]></category>

		<guid isPermaLink="false">http://successfulforum.com/?p=625</guid>
		<description><![CDATA[Recently I watched a Google adsense webinar and it was on optimizing adsense on your forum.  Optimzing involves trying to achieve the best possible CTR.  The better click through rate you have the more ad clicks you will receive.  This means more potential earnings. The Adsense webinar talks about: Where to place Ads What sizes [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Recently I watched a Google adsense webinar and it was on optimizing adsense on your forum.  Optimzing involves trying to achieve the best possible CTR.  The better click through rate you have the more ad clicks you will receive.  This means more potential earnings.</p>
<p>The Adsense webinar talks about:</p>
<ul>
<li>Where to place Ads</li>
<li>What sizes of ad to use.</li>
<li>Colours Palette</li>
<li>Custom Channels</li>
<li>Placement targeting.</li>
</ul>
<p>I would like you to check out this because there is a wealth of information located in there.   Go to this <a href="https://www.google.com/adsense/support/bin/answer.py?answer=22045&amp;sourceid=aso&amp;subid=ww-en-et-asblog_rightnav&amp;medium=link">Google help link</a> and scroll down, the webinar is called &#8220;<span style="color: #0e75ef;"><strong>Make the most of your forum with AdSense</strong></span>&#8220;</p>
<div id="ifyoulikedthat"><h3>If you liked this post, then try these...</h3><p><a href="http://successfulforum.com/generate-revenue/how-to-ad-advertisments-in-header/">How to Ad Advertisments in Header </a> by James</p><p><a href="http://successfulforum.com/generate-revenue/how-to-add-ads-on-forumdisplay-vbulletin-mobile-style/">How to add ads on ForumDisplay vBulletin Mobile Style</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/money-forum/">How To Make Money From Your Forum.</a> by James</p></div>]]></content:encoded>
			<wfw:commentRss>http://successfulforum.com/generate-revenue/google-adsense-webinar-optmizing-adsense-on-your-forum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How I used a Premium Section To Make Money On My Forum</title>
		<link>http://successfulforum.com/generate-revenue/how-i-used-a-premium-section-to-make-money-on-my-forum/</link>
		<comments>http://successfulforum.com/generate-revenue/how-i-used-a-premium-section-to-make-money-on-my-forum/#comments</comments>
		<pubDate>Sun, 09 May 2010 23:00:32 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Generate Revenue]]></category>
		<category><![CDATA[make money]]></category>

		<guid isPermaLink="false">http://successfulforum.com/?p=411</guid>
		<description><![CDATA[In a recent article I listed 5 ways to make money from a forum and one method which I listed was having a subscriber/premium section on your forum. What is a Premium Section? A Premium section is basically a forum in which only special members can access it. Those special members being the ones that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In a recent article I listed 5 ways to make money from a forum and one method which I listed was having a subscriber/premium section on your forum.</p>
<h3>What is a Premium Section?</h3>
<p>A Premium section is basically a forum in which only special members can access it.  Those special members being the ones that have paid a fee set by you to see the forum.  The Premium section will usually contain unique information that cannot be found else where on the web or perhaps access to downloads in which regular members do not have access too.</p>
<h3>Setting Up Your Premium Section</h3>
<p>Setting up your premium section is very easy.  It only requires you to create a sales page, create a premium forum and create a premium member group.</p>
<p>The sales page is where you will give information such as the benefits of buying a premium membership aswell as the prices.  You will also want it to contain a link to paypal or whatever payment method you request for your forum.</p>
<p>You will then want to create a premium members group for your forum.  This group will have access to the forum of unique information I was talking about earlier aswell as the rest of the regular forum.  It&#8217;s also good practice to give these members a different colour of username so that they stand out from the crowd, maybe a custom title image or maybe some extra mailbox space on the forum or extra signature space.</p>
<p>Creating the forum is super easy, it&#8217;s just creating another forum you just have to set up the permissions of the forum to allow the premium members in and keep the non-premium members out.</p>
<h3>Deciding a Price</h3>
<p>Deciding the price of the membership is the hardest task.  You will have to think to yourself how good is your information you are providing in this forum?  How will they benefit from this forum?  These are just a few of the questions you need to ask yourself when deciding a price.  You also need to take into consideration if you make it too high that people may not buy and if you make it too low you could lose money.  It&#8217;s all about personal feeling at this stage.  Roughly,  I usually set mine about $20 for a lifetime.</p>
<h3>Advertising the Premium Section</h3>
<p>In order to make the sales you will have to advertise your sales page to the rest of the forum.  Create announcements, create blog posts, post on twitter and other social network sites, and most importantly have the page visible and not hiding away.  In order to generate sales you need exposure so it&#8217;s best not to hide it away.</p>
<h3>Watch The Money Role in&#8230;</h3>
<p>Now you have your subscribers section set up you can watch the money role in.  I find it&#8217;s a great way to make money of your forum and if set up correctly you could make a decent bit from it.  You just have to make sure you have the member base and the activity count to do it.</p>
<h3>Time For You to Talk</h3>
<p>Do you have a subscribers section?  Do you feel it&#8217;s a good way to generate money from your forum?  What price do you recommend?  Post yout thoughts below.</p>
<div id="ifyoulikedthat"><h3>If you liked this post, then try these...</h3><p><a href="http://successfulforum.com/generate-revenue/how-to-ad-advertisments-in-header/">How to Ad Advertisments in Header </a> by James</p><p><a href="http://successfulforum.com/generate-revenue/money-forum/">How To Make Money From Your Forum.</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/how-to-add-ads-on-forumdisplay-vbulletin-mobile-style/">How to add ads on ForumDisplay vBulletin Mobile Style</a> by James</p></div>]]></content:encoded>
			<wfw:commentRss>http://successfulforum.com/generate-revenue/how-i-used-a-premium-section-to-make-money-on-my-forum/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Make Money From Your Forum.</title>
		<link>http://successfulforum.com/generate-revenue/money-forum/</link>
		<comments>http://successfulforum.com/generate-revenue/money-forum/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 12:34:51 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Generate Revenue]]></category>
		<category><![CDATA[make money]]></category>

		<guid isPermaLink="false">http://successfulforum.com/?p=23</guid>
		<description><![CDATA[Once you have a decent amount of traffic and a decent memberbase you may feel it is time for you to start to cover your hosting costing for the month or make a profitable business. In this Blog post I am going to list 5 ways of making money of your forum. Pay Per Click Advertising [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Once you have a decent amount of traffic and a decent memberbase you may feel it is time for you to start to cover your hosting costing for the month or make a profitable business.  In this Blog post I am going to list 5 ways of making money of your forum.</p>
<p style="text-align: right;">
<p style="text-align: right;">
<p style="text-align: right;">
<p style="text-align: right;">
<strong><a href="http://www.flickr.com/photos/amagill/"><strong></strong></a></strong></p>
<h2>Pay Per Click Advertising (CPC) &#8211; Adsense</h2>
<p>Adsense is the most commonly used CPC advertising programs for forums.  With good traffic and <a href="http://successfulforum.com/generate-revenue/where-to-place-ads-on-your-forum/">good positioning</a> this program can turn over three to five digits per month covering your hosting and your mortgage <img src='http://successfulforum.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   Make sure you blend your ads with your background and that your don&#8217;t harass your users by putting them in awkward positions that would annoy them.  You would just lose traffic.</p>
<h2>Pay Per Thousand Impressions (CPM) &#8211; TribalFusion</h2>
<p>Tribalfusion is an ad network which pays you money every time an ad is displayed one thousand  times on your forum.  This can be very effective for forums because the amount of page views you get  daily are excessively more than you would get from a website or a blog.</p>
<h2>Subscriber Section</h2>
<p>Having a section which has only available to members who pay a small fee to access is another great method of making money from your forum.    A subscriber section.  Members pay a small fee to get access to exclusive forums and downloads.  Sometimes if your community is that well established and setup people will just subscribe just so they can help the forum out.</p>
<h2>Advertising Spots</h2>
<p>Offering spots where other companies and users can place their ads on your forum is another way to generate money from your forum.  For example a company will pay you $20 a month to display their ad continually.  The more popular your forum becomes the greater the price advertisers will have to pay you to get their ads in your spots because you will start to receive more offers from different companies.  This method only tends to work if you have a well-known and established forum in your niche.  As marketers only want the best for their companies.</p>
<h2>Affiliate Marketing</h2>
<p>It&#8217;s not a big method in the forum administrating industry but you can still sell products from your forum.  For example if you have a designer clothes forum you may go to designer shops online and look for affiliate programs associated with that site.  You then receive a commission from the products that your users buy from that shop.</p>
<p>These are just a few methods which you can use to generate money from your forum.  Without constant traffic you will generate nothing from your forum.  It is important to realise that with a community you won&#8217;t be able to produce any income therefore it is important to build up a member base first before adding ads and other money generating methods.</p>
<p>Do you find these methods effective?  Do you use other methods?  I would love to hear so don&#8217;t hesitate to post a comment.</p>
<p>Photo by <strong><a href="http://www.flickr.com/photos/amagill/"><strong>AMagill</strong></a></strong></p>
<div id="ifyoulikedthat"><h3>If you liked this post, then try these...</h3><p><a href="http://successfulforum.com/generate-revenue/how-to-add-ads-on-forumdisplay-vbulletin-mobile-style/">How to add ads on ForumDisplay vBulletin Mobile Style</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/how-to-ad-advertisments-in-header/">How to Ad Advertisments in Header </a> by James</p><p><a href="http://successfulforum.com/generate-revenue/google-adsense-webinar-optmizing-adsense-on-your-forum/">Google Adsense Webinar: Optmizing Adsense On Your Forum</a> by James</p></div>]]></content:encoded>
			<wfw:commentRss>http://successfulforum.com/generate-revenue/money-forum/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Where To Place Ads On Your Forum!</title>
		<link>http://successfulforum.com/generate-revenue/where-to-place-ads-on-your-forum/</link>
		<comments>http://successfulforum.com/generate-revenue/where-to-place-ads-on-your-forum/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 10:17:10 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Generate Revenue]]></category>

		<guid isPermaLink="false">http://successfulforum.com/?p=87</guid>
		<description><![CDATA[Ad placement can be a very picky thing.  We spend multiple hours a day trying to pick the best ad positions for our forum and sometimes it still fails us and we have to go back and spend more time on this matter.  Putting ads in your forum is a very debatable subject.  Some people [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: left;">Ad placement can be a very picky thing.  We spend multiple hours a day trying to pick the best ad positions for our forum and sometimes it still fails us and we have to go back and spend more time on this matter.  Putting ads in your forum is a very debatable subject.  Some people say it destroys traffic, some people say it&#8217;s fine.  My opinion is if you place your ad correctly it will not destroy the professional look of your forum.   In this Blog post I am going to give you my tips and what worked for me on ad placement.</p>
<p style="text-align: right;">
<h2>Below The Nav Bar</h2>
<p>The first place I recommend and which gave me good click through rates is just beneath the navigation bar.  When the user loads your homepage (or any page) for the first time this is what the user will see straight away.  That&#8217;s good.  If the user sees the ad that will increase the chances of it being clicked therefore putting money in your pocket.  I can&#8217;t stress enough though that you blend your ads into the back ground.  There is nothing worse than a distracting ad and the matter of the fact is it will hamper your traffic.</p>
<h2>Put Ads In between Posts In Threads</h2>
<p>Another place that worked for me was the ads inlined with threads.  For example displaying an ad after a certain amount of posts in a thread.  I experimented with this a lot and found no real difference between what posts you put the ads after but my results showed me that after the first post and tenth post produced the most income.  The differences were very little.  So I don&#8217;t think it matters where you place them when they are inlined as long as there is one ad after the first post.</p>
<h2>Don&#8217;t Put Ads In Thread Starter Posts</h2>
<p>I have seen a lot of forums do this.  It&#8217;s method I don&#8217;t recommend as it&#8217;s very ugly looking.  It makes your forum look unprofessional and one could only imagine what it would do to your traffic.  Let&#8217;s have a little think.  If you have ads in your thread started posts on your forum and you are competing with a forum of similar niche and rank where do you think the visitors will go to?  Yeah, the forum that does not have ads in the started thread posts.</p>
<h2>Rapping It Up</h2>
<p>The key to successfully positioning ads is to make your forum look professional.  Don&#8217;t stick them in places where they look out of place, make them fit in nicely with their surrounding.</p>
<p>Do you have different ad tips?  Do you use ads at all?  Come and tell us, we love to hear from you.</p>
<p>Picture by <a href="http://www.flickr.com/photos/netweb/"><strong>Stephen Edgar &#8211; Netweb</strong></a></p>
<div id="ifyoulikedthat"><h3>If you liked this post, then try these...</h3><p><a href="http://successfulforum.com/generate-revenue/money-forum/">How To Make Money From Your Forum.</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/how-i-used-a-premium-section-to-make-money-on-my-forum/">How I used a Premium Section To Make Money On My Forum</a> by James</p><p><a href="http://successfulforum.com/generate-revenue/add-adsense-after-1st-and-last-post-in-vbulletin-mobile-style/">Add Adsense After 1st and Last Post in vBulletin Mobile Style</a> by James</p></div>]]></content:encoded>
			<wfw:commentRss>http://successfulforum.com/generate-revenue/where-to-place-ads-on-your-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

