<?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"
	>

<channel>
	<title>Doreo Blog</title>
	<atom:link href="http://blog.doreo.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.doreo.com</link>
	<description></description>
	<pubDate>Mon, 17 Nov 2008 16:27:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Fantastico 2.10.4 r23</title>
		<link>http://blog.doreo.com/security/fantastico-2104-r23</link>
		<comments>http://blog.doreo.com/security/fantastico-2104-r23#comments</comments>
		<pubDate>Mon, 17 Nov 2008 16:06:55 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Joomla 1.5]]></category>

		<category><![CDATA[Moodle]]></category>

		<category><![CDATA[PHPlist]]></category>

		<category><![CDATA[SMF]]></category>

		<category><![CDATA[Xoops]]></category>

		<guid isPermaLink="false">http://blog.doreo.com/?p=222</guid>
		<description><![CDATA[Fantastico has been updated to 2.10.4 r23.  There are updates for Joomla 1.5, Moodle, PHPList, SMF and Xoops.  If you are using any of these packages please upgrade as soon as possible.


Related posts:<ol><li><a href='http://blog.doreo.com/security/fantastico-2104-r15' rel='bookmark' title='Permanent Link: Fantastico 2.10.4 r15'>Fantastico 2.10.4 r15</a> <small>All servers have been updated to the latest version of...</small></li><li><a href='http://blog.doreo.com/security/fantastico-2104-r17' rel='bookmark' title='Permanent Link: Fantastico 2.10.4 r17'>Fantastico 2.10.4 r17</a> <small>All servers have been updated to the latest version of...</small></li><li><a href='http://blog.doreo.com/security/fantastico-2102-r32' rel='bookmark' title='Permanent Link: Fantastico 2.10.2 r32'>Fantastico 2.10.2 r32</a> <small>All servers have been updated to the latest version of...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>All servers have been updated to the latest version of Fantastico (2.10.4 r23).  Updates include:</p>
<p><b>Updates</b></p>
<ul>
<li>Joomla 1.5: 1.5.7 -> 1.5.8</li>
<li>Moodle: 1.9.2 -> 1.9.3</li>
<li>PHPlist: 2.10.5 -> 2.10.7</li>
<li>SMF: 1.1.6 -> 1.1.7</li>
<li>Xoops: 2.0.18.1 -> 2.3.1</li>
</ul>
<p>If you are utilizing any of these software packages on your website, please upgrade as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doreo.com/security/fantastico-2104-r23/feed</wfw:commentRss>
		</item>
		<item>
		<title>Better support for printing</title>
		<link>http://blog.doreo.com/doreo-news/support-printing</link>
		<comments>http://blog.doreo.com/doreo-news/support-printing#comments</comments>
		<pubDate>Thu, 13 Nov 2008 12:28:29 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Doreo News]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://blog.doreo.com/?p=214</guid>
		<description><![CDATA[We've added support for printing to the Doreo Hosting blog.  With a few simple changes to your XHTML and a second style sheet it's quite easy to add printing support to any blog.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve made a small change the blog for those of you who like to print things.  We&#8217;ve added a &#8220;print&#8221; style sheet.  As you might guess the print style sheet is used when you print (duh, isn&#8217;t that obvious) and you can do things like suppress your side bars etc.</p>
<p><span id="more-214"></span></p>
<p>If you want to add it to your own blog it&#8217;s quite easy.  First you need to define the style sheet in within your head tags like this:</p>
<pre class="syntax-highlight:xhtml">&lt;link type=&quot;text/css&quot; media=&quot;print&quot; href=&quot;http://www.example/com/css/print.css&quot; rel=&quot;stylesheet&quot; /&gt;</pre>
<p>The key parts are <b>media=&#8221;print&#8221;</b> and then the proper href to your style sheet.</p>
<p>What you put in the print style sheet is really up to you.  We decided to drop a number of the visual elements, the top navigation and the sidebar.  They are great when you are viewing on-line but don&#8217;t really help on a printed copy.  Here is a small snipped of our print style sheet:</p>
<pre class="syntax-highlight:css">
#sidebars { display: none; }
#footerlinks { display: none; }
sociable { display: none;}
</pre>
<p>As you might guess, the <b>display: none</b> causes that division to not be rendered/displayed.</p>
<p>So if it makes sense for your blog, it&#8217;s really quite easy to add support for printing.  It may take a little extra time to keep the two style sheets in syc but it&#8217;s a feature your readers may really enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doreo.com/doreo-news/support-printing/feed</wfw:commentRss>
		</item>
		<item>
		<title>cPanel Parked, Add-On and Sub-Domains Oh My!</title>
		<link>http://blog.doreo.com/cpanel/cpanel-parked-addon-subdomains</link>
		<comments>http://blog.doreo.com/cpanel/cpanel-parked-addon-subdomains#comments</comments>
		<pubDate>Wed, 12 Nov 2008 12:00:32 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[cPanel]]></category>

		<category><![CDATA[add-on]]></category>

		<category><![CDATA[domain]]></category>

		<category><![CDATA[parked]]></category>

		<category><![CDATA[sub-domain]]></category>

		<guid isPermaLink="false">http://blog.doreo.com/?p=190</guid>
		<description><![CDATA[
cPanel&#8217;s concept of Add-On, Parked and Sub-domains are very confusing for the first time cPanel user.  This article will explain each of them and when/why you would use them.

We&#8217;ll start out with the easiest concept which is a domain.  Before I can explain a domain there needs to be a brief discussion about [...]


Related posts:<ol><li><a href='http://blog.doreo.com/your-web-site/previewing-your-site-before-making-dns-changes' rel='bookmark' title='Permanent Link: Previewing your site before making DNS changes'>Previewing your site before making DNS changes</a> <small>One of the most common questions we receive is "how...</small></li><li><a href='http://blog.doreo.com/software/cpanel-exploit-discovered' rel='bookmark' title='Permanent Link: cPanel exploit discovered'>cPanel exploit discovered</a> <small>On Saturday Sept. 23rd a root level exploit was discovered...</small></li><li><a href='http://blog.doreo.com/cpanel/cpanel-upgrade-delayed' rel='bookmark' title='Permanent Link: cPanel upgrade delayed'>cPanel upgrade delayed</a> <small>As you may have noticed, the cPanel upgrade has been...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.doreo.com/wp-content/uploads/2008/11/confused-small1.gif" alt="" title="confused-small1" width="160" height="240" class="alignright  frame size-full wp-image-208" /></p>
<p><span class="drop_cap">c</span>Panel&#8217;s concept of Add-On, Parked and Sub-domains are very confusing for the first time cPanel user.  This article will explain each of them and when/why you would use them.</p>
<p><span id="more-190"></span></p>
<p>We&#8217;ll start out with the easiest concept which is a domain.  Before I can explain a domain there needs to be a brief discussion about &#8220;Top Level Domains&#8221; (TLD).  No one really gives TLD&#8217;s that much thought.  It&#8217;s really hard to define what a TLD is, so I&#8217;ll simply provide a sample list here:</p>
<ul>
<li>.com</li>
<li>.net</li>
<li>.org</li>
<li>.co.uk</li>
<li>.jp</li>
</ul>
<p>There are 100&#8217;s of different TLD&#8217;s (as well as country code TLD&#8217;s but you get the idea, right?)  Domains then are pretty simple.  It&#8217;s just any name that you pick (that follow domain naming rules) that are just to the left of the TLD.  For the rest of our example here we&#8217;re just going to work the really simple &#8220;sample.com&#8221; domain.</p>
<h3>So what are sub/add-on/parked domains?</h3>
<p>We&#8217;ll start out with sub-domains first.  You don&#8217;t realize it, but you use sub-domains every day.  A sub-domain is simply the name just to the left of your domain name.  The universally accepted sub-domain for web sites (drum roll please) is &#8220;www&#8221;.  So while everyone &#8220;thinks&#8221; of their domain as www.sample.com, &#8220;www&#8221; is really a sub-domain of sample.com. Other popular sub-domains are &#8220;mail&#8217; and &#8220;ftp&#8221;.  See, that was pretty simple, wasn&#8217;t it?</p>
<p>At this point your&#8217;re probably asking yourself &#8220;why would I ever need a sub-domain other than www?&#8221;.  There are a lot of good reasons.  Some of them include &#8220;blog.domain.com&#8221;, &#8220;forum.doman.com&#8221;, &#8220;secure.domain.com&#8221; and &#8220;devel.domain.com&#8221;.  Each of these sub-domains could have been created as www.domain.com/forum and www.domain.com/blog but there is one big technical difference.  With www.domain.com/forum and www.domain.com/blog they both physically have to be on the same server becuase there is only one DNS record for www.domain.com. With sub-domains like blog.domain.com and forum.domain.com each sub-domain has it&#8217;s own DNS record and therefore can be on different servers.  The fact that you can put the different sub-domains on different servers is not particularly useful for most cPanel web hosting clients but if you have an very large/active site you many want out put devel.domain.com on a totally different server than www.domain.com</p>
<p>Parked domains are pretty straight forward.  When you park a domain in cPanel it simply lets one site respond to multiple names.  So again, with our sample.com domain you could park sample.org and sample.net on sample.com and you would see the exact same web site for www.sample.com, www.sample.net and www.sample.org.  The real confusion with parked domains is that cPanel uses a different meaning for &#8220;parked&#8221; vs. the rest of the domain world.  When most people think of parked domains they think of a landing page that your domain registrar gives you to &#8220;park&#8221; your web site before you create a real one.  If you simply think of cPanel&#8217;s parked domains as domain aliases I think it&#8217;s a lot less confusing.</p>
<p>Add-on domains in cPanel are also pretty straight forward.  They literally let you &#8220;add-on&#8221; another domain to your hosting account so you can host multiple domains from a single cPanel account.  So how does cPanel do this magic?  Most of it has to do with the configuration of the web server and of course, you don&#8217;t have to worry about that.  The only thing you really need to be concerned with is &#8220;where do I put my files?&#8221;.  With cPanel your web pages will be put in your public_html directory.  When you add-on domains (unless you change cPanel&#8217;s defaults) they will simply be directories under your public_html directory.  Visually they look like this:</p>
<pre>
/public_html/
/public_html/domain2.com
/pubic_html/domain3.com
</pre>
<h3>So what is this 1+1 and 1+10 nonsense on the Doreo web site?</h3>
<p>OK, first off, let&#8217;s blame that on the marketing guys, ok?  This is simply the best notation we could come up with to explain how many accounts you can host on a single Doreo hosting account.  With our SH-A plan you can host one main domain (the one you sign up for) and then you can add one more sub-domain or add-on domain or parked domain.  With the SH-B plan you can host one main domain and then up to ten more sub/add-on/parked domains.  It does not matter how many of which kind as long as the totally does not exceed ten.</p>
<p>Hopefully this clears up the mystery a bit about sub/add-on and parked domains (and why you&#8217;d use them).  If things are still not quite clear please feel free to contact Doreo sales (by phone, chat or email) and we&#8217;ll do our best to explain it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doreo.com/cpanel/cpanel-parked-addon-subdomains/feed</wfw:commentRss>
		</item>
		<item>
		<title>Doreo featured in Web Designers Idea Book</title>
		<link>http://blog.doreo.com/doreo-news/doreo-featured-web-designers-idea-book</link>
		<comments>http://blog.doreo.com/doreo-news/doreo-featured-web-designers-idea-book#comments</comments>
		<pubDate>Mon, 10 Nov 2008 12:00:06 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Doreo News]]></category>

		<guid isPermaLink="false">http://blog.doreo.com/?p=185</guid>
		<description><![CDATA[
We feel very honored to have the Doreo Hosting web site design featured in the book &#8220;The Web Designers Idea Book&#8221;.  The book was written by Patrick McNeal who runs the very popular Design Meltdown web site (Doreo Hosting is featured on the web site also in the Hosting section).  Doreo is on [...]


Related posts:<ol><li><a href='http://blog.doreo.com/doreo-news/new-blog-layout' rel='bookmark' title='Permanent Link: New blog layout'>New blog layout</a> <small>As you may have noticed, we have changed the layout...</small></li><li><a href='http://blog.doreo.com/doreo-news/updates-to-the-doreo-blog' rel='bookmark' title='Permanent Link: Updates to the Doreo blog'>Updates to the Doreo blog</a> <small>Just a quite note that we have implemented quite a...</small></li><li><a href='http://blog.doreo.com/doreo-news/doreo-hosting-introduces-groundbreaking-mailfoundry-anti-spam-antivirus-solution-as-value-add' rel='bookmark' title='Permanent Link: Doreo Hosting Introduces Groundbreaking MailFoundry Anti-Spam &#038; Antivirus Solution as Value-Add'>Doreo Hosting Introduces Groundbreaking MailFoundry Anti-Spam &#038; Antivirus Solution as Value-Add</a> <small>Doreo Hosting, a leading provider of shared and reseller hosting...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.doreo.com/wp-content/uploads/2008/11/web_designers_idea_book.jpg" alt="" title="web_designers_idea_book" width="128" height="128" class="alignleft size-full wp-image-186" /></p>
<p><span class="drop_cap">W</span>e feel very honored to have the Doreo Hosting web site design featured in the book &#8220;The Web Designers Idea Book&#8221;.  The book was written by Patrick McNeal who runs the very popular <a href="http://www.designmeltdown.com/">Design Meltdown</a> web site (Doreo Hosting is featured on the web site also in the <a href="http://www.designmeltdown.com/chapters/Hosting/">Hosting</a> section).  Doreo is on page 38 of the book.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doreo.com/doreo-news/doreo-featured-web-designers-idea-book/feed</wfw:commentRss>
		</item>
		<item>
		<title>Inbox Overload</title>
		<link>http://blog.doreo.com/doreo-recommended/inbox-overload</link>
		<comments>http://blog.doreo.com/doreo-recommended/inbox-overload#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:16:23 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Doreo Recommended]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[productivity]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Xobni]]></category>

		<guid isPermaLink="false">http://blog.doreo.com/?p=177</guid>
		<description><![CDATA[One of the things that we all have to deal with on a daily basis is the flood of mail that arrives in our in-box.  We do our best to weed out all the spam and viruses with MailFoundry but if your in-box is anything like mine you're still overwhelmed each day with legitimate mail.  I've been using a product called <a href="http://www.xobni.com/">Xobni</a> (in-box spelled backwards) for about 6 months now and it's really helped me with get my in-box under control.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>One of the things that we all have to deal with on a daily basis is the flood of mail that arrives in our in-box.  We do our best to weed out all the spam and viruses with MailFoundry but if your in-box is anything like mine you&#8217;re still overwhelmed each day with legitimate mail.  I&#8217;ve been using a product called <a href="http://www.xobni.com/">Xobni</a> (in-box spelled backwards) for about 6 months now and it&#8217;s really helped me with get my in-box under control.</p>
<p><span id="more-177"></span><br />
<img src="http://blog.doreo.com/wp-content/uploads/2008/11/xobni-sidebar-full-med.png" alt="" title="xobni-sidebar-full-med" width="180" height="492" class="alignright frame size-full wp-image-178" /></p>
<h3>What is Xobni?</h3>
<p>Xobni is a free plug-in for Microsoft Outlook, so if your not an Outlook user, it&#8217;s time to move on (sorry).  More importantly here is what Xobni does:</p>
<ul>
<li>Search you email (really fast)</li>
<li>Get analysis about your emails</li>
<li>Get contact information</li>
<li>Quickly find attachments</li>
<li>It&#8217;s FREE!</li>
</ul>
<p>Everyday I get dozens and dozens of emails that I have to save from vendors, clients etc.  I do my best to both automatically and manually file these into Outlook folders but sometimes even that is not enough.  I &#8220;know&#8221; I filed that email but I still could not find it.  Outlooks built in search (at least in Outlook 2003) is OK, but it&#8217;s really slow.  With Xobni I can simply start to type a few letters of what I&#8217;m searching for and &#8220;poof&#8221; search result start to come up.  You can also easily search for anything.  It could be a persons last name, a part number, etc.</p>
<p>Once you have completed your search the real magic of Xobni starts.  Xobni will return the search results in five sections.  The first part of the search results is the analysis. It will show you a histogram of when you receive emails from this contact.  While this may just seem &#8220;cute&#8221; at first knowing when you receive email from someone may help you know when the best time to reply to them (and they will read it).  Next to the histogram Xobni will display the contacts picture from their Linkedin profile (if they have one).  I deal with a lot of people only by email or phone so it&#8217;s kind of nice to have a &#8220;face&#8221; to go with the voice/name.</p>
<p>The second section in the search results are contact information.  Xobni will automatically parse the signatures of incoming emails and extract telephone numbers and other contact information.  I&#8217;ve totally stopped updating my &#8220;contacts&#8221; information in Outlook and I totally rely on the information from Xobin.  If I need to call someone and I dont&#8217; know their telephone number I just use the search feature to quickly retrieve it.</p>
<p>&#8220;Network&#8221; is the third section of search results.  I have absolutely no idea how it comes up with this list but the results are sometimes pretty amazing.  The network contains a list of contact that you have in common with this contact.  I&#8217;m assuming this is extracted from CC&#8217;s on the emails but the results are still pretty amazing.</p>
<p>The last two sections of search results are the real bread and butter of Xobni.  The contain conversations and files exchanged.  The conversations contains email threads that you&#8217;ve had with this contact sorted by date.  This lets me easily find a particular email (or thread of emails) from this contact.  Once you&#8217;ve found the email or thread that you are looking for you can click on it and you&#8217;ll get a summary of all the messages in the thread.  From there you can open the mail, reply to it or forward it.</p>
<p>Files exchanged is similar to the conversations except it shows you all the attachments that you have exchanged with this contact.  I use this feature when I know someone sent me an attachment but I can&#8217;t remember when.  Once you have searched for the contact you can easily scroll through the list of attachments and find it.</p>
<p>Xobni is not going to solve all of your problems.  It does not organize or file your mail.  It doesn&#8217;t make your coffee or clean windows.  What it does (and I think it does it very well) is help you find what your looking for in the (admin it) huge stash of email that your collecting every day.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doreo.com/doreo-recommended/inbox-overload/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Doreo Blog has a new look</title>
		<link>http://blog.doreo.com/doreo-news/doreo-blog-new-look</link>
		<comments>http://blog.doreo.com/doreo-news/doreo-blog-new-look#comments</comments>
		<pubDate>Tue, 04 Nov 2008 18:44:34 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Doreo News]]></category>

		<guid isPermaLink="false">http://blog.doreo.com/?p=165</guid>
		<description><![CDATA[As you may (or may not) have noticed, the Doreo Hosting blog has a new look.   Based on customer feedback we&#8217;ve changed from a portal style layout back to a more traditional blog layout.  Some of the new features include:

Easy top navigation to the major categories.
Overall up time and spam statistics in [...]


Related posts:<ol><li><a href='http://blog.doreo.com/doreo-news/new-blog-layout' rel='bookmark' title='Permanent Link: New blog layout'>New blog layout</a> <small>As you may have noticed, we have changed the layout...</small></li><li><a href='http://blog.doreo.com/doreo-news/updates-to-the-doreo-blog' rel='bookmark' title='Permanent Link: Updates to the Doreo blog'>Updates to the Doreo blog</a> <small>Just a quite note that we have implemented quite a...</small></li><li><a href='http://blog.doreo.com/doreo-news/support-printing' rel='bookmark' title='Permanent Link: Better support for printing'>Better support for printing</a> <small>We've made a small change the blog for those of...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><span class="drop_cap">A</span>s you may (or may not) have noticed, the Doreo Hosting blog has a new look.   Based on customer feedback we&#8217;ve changed from a portal style layout back to a more traditional blog layout.  Some of the new features include:</p>
<ul>
<li>Easy top navigation to the major categories.</li>
<li>Overall up time and spam statistics in the sidebar.</li>
<li>More white space / larger fonts so it&#8217;s easier to read.</li>
<li>Better support for printing.</li>
<li>Gravatar support in comments.</li>
</ul>
<p>We&#8217;d love to hear what you think of the new layout.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doreo.com/doreo-news/doreo-blog-new-look/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fantastico 2.10.4 r22</title>
		<link>http://blog.doreo.com/security/fantastico-2104-r22</link>
		<comments>http://blog.doreo.com/security/fantastico-2104-r22#comments</comments>
		<pubDate>Mon, 03 Nov 2008 16:10:08 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Drupal]]></category>

		<category><![CDATA[Fantastico]]></category>

		<category><![CDATA[Gallery]]></category>

		<category><![CDATA[SMF]]></category>

		<category><![CDATA[TikiWiki]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.doreo.com/?p=163</guid>
		<description><![CDATA[All servers have been updated to the latest version of Fantastico (2.10.4 r22).  Updates include:
Updates

Drupal: 6.4 -> 6.6
Gallery: 2.2.6 -> 2.3
SMF: 1.1.5 -> 1.1.6
TikiWiki: 2.1 -> 2.2
WordPress: 2.6.2 -> 2.6.3

If you are utilizing any of these software packages on your website, please upgrade as soon as possible.



Related posts:<ol><li><a href='http://blog.doreo.com/security/fantastico-2104-r17' rel='bookmark' title='Permanent Link: Fantastico 2.10.4 r17'>Fantastico 2.10.4 r17</a> <small>All servers have been updated to the latest version of...</small></li><li><a href='http://blog.doreo.com/security/fantastico-2104-r18' rel='bookmark' title='Permanent Link: Fantastico 2.10.4 r18'>Fantastico 2.10.4 r18</a> <small>All servers have been updated to the latest version of...</small></li><li><a href='http://blog.doreo.com/security/fantastico-2104-r16' rel='bookmark' title='Permanent Link: Fantastico 2.10.4 r16'>Fantastico 2.10.4 r16</a> <small>All servers have been updated to the latest version of...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>All servers have been updated to the latest version of Fantastico (2.10.4 r22).  Updates include:</p>
<p><b>Updates</b></p>
<ul>
<li>Drupal: 6.4 -> 6.6</li>
<li>Gallery: 2.2.6 -> 2.3</li>
<li>SMF: 1.1.5 -> 1.1.6</li>
<li>TikiWiki: 2.1 -> 2.2</li>
<li>WordPress: 2.6.2 -> 2.6.3</li>
</ul>
<p>If you are utilizing any of these software packages on your website, please upgrade as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doreo.com/security/fantastico-2104-r22/feed</wfw:commentRss>
		</item>
		<item>
		<title>MailFoundry October 2008 Statistics</title>
		<link>http://blog.doreo.com/mailfoundry/mailfoundry-october-2008-statistics</link>
		<comments>http://blog.doreo.com/mailfoundry/mailfoundry-october-2008-statistics#comments</comments>
		<pubDate>Mon, 03 Nov 2008 16:06:40 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[MailFoundry]]></category>

		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://blog.doreo.com/?p=161</guid>
		<description><![CDATA[Here are the MailFoundry statistics for October 2008.

Total Messages: 2,531,410
Allowed Messages: 256,272 (10.12%)
Blocked Messages: 2,275,138 (89.86%)

A quick breakdown of why messages were blocked:

RBL 1,954,700   (77.22%)
Spam 238,425 (9.42%)
RFC 60,957  (2.41%)
RP DNS 15,658   (0.62%)
RP Sanity 2,709  (0.11%)
Virus 2,372   (0.09%)
Redlist  	 317 (0.01%)




Related posts:<ol><li><a href='http://blog.doreo.com/mailfoundry/mailfoundry-october-statistics' rel='bookmark' title='Permanent Link: MailFoundry October Statistics'>MailFoundry October Statistics</a> <small>Here are the MailFoundry statistics for October 2007. Again, we...</small></li><li><a href='http://blog.doreo.com/mailfoundry/mailfoundry-july-2008-statistics' rel='bookmark' title='Permanent Link: MailFoundry July 2008 Statistics'>MailFoundry July 2008 Statistics</a> <small>Here are the MailFoundry statistics for July 2008. The overall...</small></li><li><a href='http://blog.doreo.com/mailfoundry/mailfoundry-may-statistics' rel='bookmark' title='Permanent Link: MailFoundry May Statistics'>MailFoundry May Statistics</a> <small>Here are the MailFoundry statistics for May 2008. Total Messages:...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Here are the MailFoundry statistics for October 2008.</p>
<ul>
<li>Total Messages: 2,531,410</li>
<li>Allowed Messages: 256,272 (10.12%)</li>
<li>Blocked Messages: 2,275,138 (89.86%)</li>
</ul>
<p>A quick breakdown of why messages were blocked:</p>
<ul>
<li>RBL 1,954,700   (77.22%)</li>
<li>Spam 238,425 (9.42%)</li>
<li>RFC 60,957  (2.41%)</li>
<li>RP DNS 15,658   (0.62%)</li>
<li>RP Sanity 2,709  (0.11%)
<li>Virus 2,372   (0.09%)</li>
<li>Redlist  	 317 (0.01%)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.doreo.com/mailfoundry/mailfoundry-october-2008-statistics/feed</wfw:commentRss>
		</item>
		<item>
		<title>Monthly Uptime Report - October 2008</title>
		<link>http://blog.doreo.com/uptime/monthly-uptime-report-october-2008</link>
		<comments>http://blog.doreo.com/uptime/monthly-uptime-report-october-2008#comments</comments>
		<pubDate>Mon, 03 Nov 2008 15:57:24 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Uptime]]></category>

		<guid isPermaLink="false">http://blog.doreo.com/?p=154</guid>
		<description><![CDATA[October was another very good month for Uptime at Doreo Hosting.  We archived 100% uptime for all servers. Year to date we're at 99.992% for the year.


Related posts:<ol><li><a href='http://blog.doreo.com/uptime/monthly-uptime-report-july-2008' rel='bookmark' title='Permanent Link: Monthly Uptime Report - July 2008'>Monthly Uptime Report - July 2008</a> <small>Here are the results for July. We had sort of...</small></li><li><a href='http://blog.doreo.com/uptime/monthly-uptime-report-september-08' rel='bookmark' title='Permanent Link: Monthly Uptime Report - September 2008'>Monthly Uptime Report - September 2008</a> <small>Here are the results for August. Overall up-time for the...</small></li><li><a href='http://blog.doreo.com/uptime/monthly-uptime-report-august-2008' rel='bookmark' title='Permanent Link: Monthly Uptime Report - August 2008'>Monthly Uptime Report - August 2008</a> <small>Here are the results for August. Overall up-time for the...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.doreo.com/wp-content/uploads/2008/11/100_percent.gif" alt="" title="100_percent" width="150" height="108" class="alignleft size-full wp-image-155" /></p>
<p>October was another very good month for Uptime at Doreo Hosting.  We archived 100% uptime for all servers. Year to date we&#8217;re at 99.992% for the year.</p>
<div style="clear: both;"></div>
<ul>
<li>epsilon  - 100.0%</li>
<li>mars     - 100.0%</li>
<li>mail31  -  100.0%</li>
<li>minbar  -  100.0%</li>
<li>vorlon   -  100.0%</li>
<li>web32   - 100.0%</li>
<li>web43  - 100.0%</li>
<li>whitestar - 100.0%</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.doreo.com/uptime/monthly-uptime-report-october-2008/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fantastico 2.10.4 r21</title>
		<link>http://blog.doreo.com/security/fantastico-2104-r21</link>
		<comments>http://blog.doreo.com/security/fantastico-2104-r21#comments</comments>
		<pubDate>Mon, 13 Oct 2008 19:03:24 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Help Center Live]]></category>

		<category><![CDATA[LimeSurvey]]></category>

		<category><![CDATA[Noahs Classifieds]]></category>

		<category><![CDATA[Open-Realty]]></category>

		<category><![CDATA[TikiWiki]]></category>

		<guid isPermaLink="false">http://blog.doreo.com/?p=147</guid>
		<description><![CDATA[All servers have been updated to the latest version of Fantastico (2.10.4 r21).  Updates include:
Updates

Help Center Live: 2.1.4 -> 2.1.7
LimeSurvey: 1.53+ -> 1.7
Noahs Classifieds: 1.3 [Patched-1] -> V8 (2.4.1)
Open-Realty: 2.5.2 -> 2.5.3
TikiWiki: 2.0 -> 2.1

If you are utilizing any of these software packages on your website, please upgrade as soon as possible.



Related posts:<ol><li><a href='http://blog.doreo.com/security/fantastico-2104-r18' rel='bookmark' title='Permanent Link: Fantastico 2.10.4 r18'>Fantastico 2.10.4 r18</a> <small>All servers have been updated to the latest version of...</small></li><li><a href='http://blog.doreo.com/security/fantastico-2102-r44' rel='bookmark' title='Permanent Link: Fantastico 2.10.2 r44'>Fantastico 2.10.2 r44</a> <small>All servers have been updated to the latest version of...</small></li><li><a href='http://blog.doreo.com/security/fantastico-2102-r33' rel='bookmark' title='Permanent Link: Fantastico 2.10.2 r33'>Fantastico 2.10.2 r33</a> <small>All servers have been updated to the latest version of...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>All servers have been updated to the latest version of Fantastico (2.10.4 r21).  Updates include:</p>
<p><b>Updates</b></p>
<ul>
<li>Help Center Live: 2.1.4 -> 2.1.7</li>
<li>LimeSurvey: 1.53+ -> 1.7</li>
<li>Noahs Classifieds: 1.3 [Patched-1] -> V8 (2.4.1)</li>
<li>Open-Realty: 2.5.2 -> 2.5.3</li>
<li>TikiWiki: 2.0 -> 2.1</li>
</ul>
<p>If you are utilizing any of these software packages on your website, please upgrade as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doreo.com/security/fantastico-2104-r21/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
