Dreamhost Coupons and Promo Codes for 2010
Here are some Dreamhost Promo Codes I made which you can use when signing up for some fantastic discounts in US dollars, the code OZSOURCE will give you the maximum discount available with dreamhost:
OZSOURCE
- A maximum discount of US$97 when paying for yearly Dreamhost Hosting or a maximum of $51 for paid by the month.
OZMAX
- This promo code gives a 10% bonus to the disk space of any plan signed up for with it!
- This promo code adds 1 extra FREE lifetime domain registration to any plan signed up for with it!
- Payment Period Discount of $45.00 when paying monthly or $70 yearly.
OZDOMAIN
- This promo code adds 2 extra FREE lifetime domain registrations to any plan signed up for with it!
- Payment Period Discount of $$45.90 when paying monthly.
OZSTART
- 1 extra FREE lifetime domain registration to any plan signed up for with it!
- A maximum discount of US$80 when paying for yearly Dreamhost Hosting or $34 for paid by the month.
I also have been given a couple special discounts codes by Dreamhost which give you:
- 2TB disk and 20TB bandwidth!
- $150 off a 5-year signup or $200 off a 10-year signup!
If you are looking at legit hosting ie: not for spamming or illegal dodgy type stuff just contact me on msn for this coupon.
How to get your latest posts from vbulletin via RSS
You need to enable the External Data Provider in your vbulletin settings in order for this to work.
- http://www.yourdomain.com/forums/external.php?lastpost=true&type=rss2
Example: http://www.ozsource.org/forums/external.php?lastpost=true&type=rss2
- http://www.yourdomain.com/forums/external.php?lastpost=true&type=rss
Example: http://www.ozsource.org/forums/external.php?lastpost=true&type=rss
To display only new posts use external.php?newpost=true&type=rss instead.
Now how do you get this into wordpress?
Out of the box, WordPress can retrieve and pass an RSS feed. WordPress uses the MagpieRSS and RSSCache functions for parsing and automatic caching and the Snoopy HTTP client for the actual retrieval. See Fetch_rss.
A code sample to fetch your 10 latest posts:
<?php // Get RSS Feed(s)
include_once(ABSPATH . WPINC . '/rss.php');
$rss = fetch_rss('http://www.your domain.com/forums/external.php?lastpost=true&type=rss');
$maxitems = 10;
$items = array_slice($rss->items, 0, $maxitems);
?>
Vbulletin Integration - CMS ’s and Portals
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:
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 vBadvanced Dynamics has this feature available from vbadvanced also.
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.
A similar module based system to that of vbadvanced though costs approximately US$75. Seems to be quite polished, a good alternative.
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 of 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.
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.
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.
Not online yet but claims to “GTPublish empowers vBulletin Administrators to store and manage content more effectively.”
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 seditio.”
I’ll update this list when I can.