<?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>azzx.org &#187; vbulletin</title>
	<atom:link href="http://www.azzx.org/category/web/cms/vbulletin-cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azzx.org</link>
	<description>A Gamers Perspective</description>
	<lastBuildDate>Wed, 28 Jul 2010 01:34:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to get your latest posts from vbulletin via RSS</title>
		<link>http://www.azzx.org/web/cms/how-to-get-your-latest-posts-from-vbulletin-via-rss/</link>
		<comments>http://www.azzx.org/web/cms/how-to-get-your-latest-posts-from-vbulletin-via-rss/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 05:18:53 +0000</pubDate>
		<dc:creator>AzzX</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[vbulletin]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.azzx.org/?p=202</guid>
		<description><![CDATA[You need to enable the External Data Provider in your vbulletin settings in order for this to work. RSS2 http://www.yourdomain.com/forums/external.php?lastpost=true&#38;type=rss2 Example: http://www.ozsource.org/forums/external.php?lastpost=true&#38;type=rss2 RSS http://www.yourdomain.com/forums/external.php?lastpost=true&#38;type=rss Example: http://www.ozsource.org/forums/external.php?lastpost=true&#38;type=rss To display only new posts use external.php?newpost=true&#38;type=rss instead. Now how do you get this into wordpress? Out of the box, WordPress can retrieve and pass an RSS feed. WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>You need to enable the External Data Provider in your vbulletin settings in order for this to work.</p>
<h3>RSS2</h3>
<ul>
<li>http://www.yourdomain.com/forums/<span style="color: #800000;">external.php?lastpost=true&amp;type=rss2</span></li>
</ul>
<p>Example: <a href="http://www.ozsource.org/forums/external.php?lastpost=true&amp;type=rss2">http://www.ozsource.org/forums/external.php?lastpost=true&amp;type=rss2</a></p>
<h3>RSS</h3>
<ul>
<li>http://www.yourdomain.com/forums/<span style="color: #800000;">external.php?lastpost=true&amp;type=rss</span></li>
</ul>
<p>Example: <a href="http://www.ozsource.org/forums/external.php?lastpost=true&amp;type=rss">http://www.ozsource.org/forums/external.php?lastpost=true&amp;type=rss</a></p>
<p>To display only new posts use <span style="color: #800000;">external.php?newpost=true&amp;type=rss</span> instead.</p>
<p>Now how do you get this into wordpress?</p>
<p>Out of the box, WordPress can retrieve and pass an RSS feed. WordPress uses the <a class="external text" title="http://magpierss.sourceforge.net/" href="http://magpierss.sourceforge.net/">MagpieRSS and RSSCache</a> functions for parsing and automatic caching and the <a class="external text" title="http://sourceforge.net/projects/snoopy/" href="http://sourceforge.net/projects/snoopy/">Snoopy HTTP client</a> for the actual retrieval. See <a href="http://codex.wordpress.org/Function_Reference/fetch_rss">Fetch_rss.<br />
</a></p>
<p>A code sample to fetch your 10 latest posts:</p>
<p>&lt;?php // Get RSS Feed(s)<br />
include_once(ABSPATH . WPINC . '/rss.php');<br />
$rss = fetch_rss('http://www.your domain.com/forums/external.php?lastpost=true&amp;type=rss');<br />
$maxitems = 10;<br />
$items = array_slice($rss-&gt;items, 0, $maxitems);<br />
?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azzx.org/web/cms/how-to-get-your-latest-posts-from-vbulletin-via-rss/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Godaddy and Dreamhost Promo Codes for 2009</title>
		<link>http://www.azzx.org/web/websites/godaddy-and-dreamhost-promo-codes-for-2009/</link>
		<comments>http://www.azzx.org/web/websites/godaddy-and-dreamhost-promo-codes-for-2009/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 10:50:16 +0000</pubDate>
		<dc:creator>AzzX</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[vbulletin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.azzx.org/?p=199</guid>
		<description><![CDATA[Here are a collection of Godaddy and Dreamhost codes that can be currently used.  These are all Case sensitive. Godaddy ZINE1 for 10% off ZINE2 for $5 off any $30+ purchase ZINE25 for $25 off any purchase of $100 ZINE3 for $7.49 .com domains MTECH1 to get 10% off anything MTECH2 to get 20% discount [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a collection of Godaddy and Dreamhost codes that can be currently used.  These are all Case sensitive.</p>
<h3>Godaddy</h3>
<p><strong>ZINE1</strong> for 10% off<br />
<strong>ZINE2</strong> for $5 off any $30+ purchase<br />
<strong>ZINE25</strong> for $25 off any purchase of $100<br />
<strong>ZINE3</strong> for $7.49 .com domains<br />
<strong>MTECH1</strong> to get 10% off anything<br />
<strong>MTECH2</strong> to get 20% discount when you spend 50 dollars or more<br />
<strong>MTECH330</strong> to get 30% off .com domains<br />
<strong>EMMA1 DARK1 PETE1 WALK1 OYH1 HASH1 CHILL1 ZINE1 ROCK1 CHH1 RRTV1 MTECH1</strong> 10% OFF Entire Order<br />
<strong>gdd1101c</strong> 10% OFF $40 OR MORE cjc695b2 $6.95 .Com (New Registeration,Renewal or Transfer)<br />
<strong>gdp0627</strong> 30% off .Com .Net .Org .Biz .Us .Name New Registeration, Renewal or Transfer<br />
<strong>gdp0518a </strong>Get a NEW .INFO, .NET and .ORG for $15.00<br />
<strong>gdp0616a</strong> Save 15% saving on all web hosting plans<br />
<strong>cjccabone / cjcheaone</strong> Save 1$<br />
<strong>cjccab10</strong> Save 10%<br />
<strong>cjccab30 / cjchea30</strong> Save 5$ off 30$ or more<br />
<strong>cjccab50 / cjchea50</strong> Save 10$ saving 50$ or more<br />
<strong>gdp0615a</strong> Save 15% when spending 50$ or more.<br />
<strong>cjcdeal</strong> Save 15% off 75$ or more<br />
<strong>gdp0629b</strong> Save 20% 50$ or more<br />
<strong>cjc20off75</strong> Save 20$ off 75$ or more<br />
<strong>gdp0609a</strong> Save 20% off 75$ or more<br />
<strong>gds0124a</strong> Save 25% when you spend 75$ or more<br />
<strong>gdp0616p</strong> Save an extra 15% on WebSite Tonight 12/24/36 Month plans!<br />
<strong>gdp0601b</strong> .Asia 17.99$ per year.<br />
<strong>gdp0611w</strong> 30% off .Co.Uk Domains<br />
<strong>gdp0608c</strong> .mobi Renewal  12.99$<br />
<strong>gdp0607c</strong> Renew .INFO for 6.99$ first year and 8.99$ other years<br />
<strong>gdp0537m</strong> / gdp0616m 20$ off Basic super or pro reseller plans<br />
<strong>cjchstsale</strong> Save 20% for Shared Hosting Plans<br />
<strong>gdp0537c / gdp0616k</strong> 15% off Dedicated Hosting purchase<br />
<strong>promo10</strong> 10% off entire order<br />
<strong>promo530</strong> $5 off $30 or more<br />
<strong>promo749</strong> $3 off .com registrations, transfers or renewal</p>
<h3>Dreamhost</h3>
<p><strong><a href="http://www.dreamhost.com/r.cgi?230163">OZSOURCE</a> </strong>US$97 off yearly <a href="http://www.dreamhost.com/r.cgi?230163">Dreamhost</a> Hosting or $51 for monthly hosting.<strong><br />
</strong></p>
<p>Sources: <a href="http://forums.digitalpoint.com/showthread.php?t=1163879&amp;highlight=godaddy">digitalpoint</a>, <a href="http://www.wmrzone.com/">webmasterzone</a>, <a href="https://www.godaddy.com/gdshop/hotdeals/landing.asp?isc=cjcmsc001b&amp;ci=6163">godaddy<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.azzx.org/web/websites/godaddy-and-dreamhost-promo-codes-for-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vbulletin Integration &#8211; CMS ’s and Portals</title>
		<link>http://www.azzx.org/web/cms/vbulletin-integration-cms-%e2%80%99s-and-portals/</link>
		<comments>http://www.azzx.org/web/cms/vbulletin-integration-cms-%e2%80%99s-and-portals/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 14:06:58 +0000</pubDate>
		<dc:creator>AzzX</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[vbulletin]]></category>

		<guid isPermaLink="false">http://www.azzx.org/?p=80</guid>
		<description><![CDATA[I bought a vbulletin license a while back in order to update OzSource to something a bit more advanced, the issue was trying to give this forum script a home/portal page as an entry point for a community and with my limited coding ability, I set apon google to find potential ways to achieve this: [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a vbulletin license a while back in order to update <a title="Australian Gaming Combine" onclick="javascript:pageTracker._trackPageview('/outgoing/www.ozsource.org');" href="http://www.ozsource.org/">OzSource</a> to something a bit more advanced, the issue was trying to give this forum script a home/portal page as an entry point for a community and with my limited coding ability, I set apon google to find potential ways to achieve this:</p>
<h2><a title="vbadvanced" onclick="javascript:pageTracker._trackPageview('/outgoing/www.vbadvanced.com/');" href="http://www.vbadvanced.com/">vbadvanced</a></h2>
<p>vBadvanced CMPS is quite a popular portal for vbulletin which can pull threads from various forums and populate a front page. Quite a few different modules are available for it though it lacks the ability to create articles and categories. The $49.99 <strong><a onclick="javascript:pageTracker._trackPageview('/outgoing/www.vbadvanced.com/products.php?do=productinfo&amp;productid=7');" href="http://www.vbadvanced.com/products.php?do=productinfo&amp;productid=7">vBadvanced Dynamics</a> </strong>has this feature available from vbadvanced also.</p>
<h2><a title="vbdrupal" onclick="javascript:pageTracker._trackPageview('/outgoing/www.vbdrupal.org/');" href="http://www.vbdrupal.org/">vbdrupal</a></h2>
<p>An integration of the popular cms Drupal and vbulletin. Quite a powerful solution though difficult to master in the short term. Currently integrated with Drupal 5.7 and can use your vbulletin style.</p>
<h2><a title="vbcms" onclick="javascript:pageTracker._trackPageview('/outgoing/www.vbdesigns.de/products/vbulletin-skripte/vbcms-portal-cms-system-1-5.html');" href="http://www.vbdesigns.de/products/vbulletin-skripte/vbcms-portal-cms-system-1-5.html">VBcms</a></h2>
<p>A similar module based system to that of vbadvanced though costs approximately US$75. Seems to be quite polished, a good alternative.</p>
<h2><a title="ajaportal" onclick="javascript:pageTracker._trackPageview('/outgoing/ajaportal.com/');" href="http://ajaportal.com/">Ajaportal</a></h2>
<p><span class="content">AJA is a free Portal/Content Management System (CMS) which can stand alone or smoothly integrates with the most popular forum softwares such as vBulletin, Invision Power Board , phpBB, Simple Machines. Haven t tried it though certainly looks interesting. It’s a fork o</span>f PHP Nuke which has had a lot of negative criticism in recent years. Forks like Raven Nuke have proven to be secure so this could be one to watch. <span class="content"><strong> </strong></span></p>
<h2><a title="subdreamer" onclick="javascript:pageTracker._trackPageview('/outgoing/www.subdreamer.com/');" href="http://www.subdreamer.com/">Subdreamer</a></h2>
<p>Integrates and skins the most popular forums available. This $99.99 script may be an option for those looking for a quick and easy instant online community.</p>
<h2><a title="mkportal" onclick="javascript:pageTracker._trackPageview('/outgoing/www.mkportal.it');" href="http://www.mkportal.it/">MKportal</a></h2>
<p>Also integrates with the most popular forum scripts and is free. Tried this with phpbb3 and it seemed to be a fairly decent alternative. The community is a bit smaller but has lots of potential.</p>
<h2><a title="gtpublish" onclick="javascript:pageTracker._trackPageview('/outgoing/www.gtpublish.com/');" href="http://www.gtpublish.com/">Gtpublish</a></h2>
<p>Not online yet but claims to “GTPublish empowers vBulletin Administrators to store and manage content more effectively.”</p>
<h2><a title="vbsed" onclick="javascript:pageTracker._trackPageview('/outgoing/www.t3-design.com/vbsed-introduction/');" href="http://www.t3-design.com/vbsed-introduction/">VBsed</a></h2>
<p>Something I stumbled apon and was immediately impressed with. Not available for download but maybe in the future: “vBSed is a custom made cms script written around vbulletin and it is based on the not so popular but brilliant cms <a onclick="javascript:pageTracker._trackPageview('/outgoing/www.neocrome.net/');" rel="nofollow" href="http://www.neocrome.net/" target="_blank">seditio</a>.”</p>
<p>I’ll update this list when I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azzx.org/web/cms/vbulletin-integration-cms-%e2%80%99s-and-portals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
