<?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>HostingWorldNews &#187; News</title>
	<atom:link href="http://hostingworldnews.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://hostingworldnews.com</link>
	<description>All You need for running hosting business!</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:06:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Attack On a Significant Flaw In Apache Released</title>
		<link>http://hostingworldnews.com/2009/06/19/attack-on-a-significant-flaw-in-apache-released/</link>
		<comments>http://hostingworldnews.com/2009/06/19/attack-on-a-significant-flaw-in-apache-released/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 16:53:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://hostingworldnews.com/?p=141</guid>
		<description><![CDATA[Zerimar points out that a significant flaw in Apache that can lead to a fairly trivial DoS attack is in the wild. Apache 1.x, 2.x, dhttpd, GoAhead WebServer, and Squid are confirmed vulnerable, while IIS6.0, IIS7.0, and lighttpd are confirmed not vulnerable. As of this writing, Apache Foundation does not have a patch available. From [...]]]></description>
			<content:encoded><![CDATA[<p>Zerimar points out that a <a href="http://isc.sans.org/"> significant flaw in Apache</a> that can lead to a fairly trivial DoS attack is <a href="http://ha.ckers.org/slowloris/">in the wild</a>. Apache 1.x, 2.x, dhttpd, GoAhead WebServer, and Squid are confirmed vulnerable, while IIS6.0, IIS7.0, and lighttpd are confirmed not vulnerable. As of this writing, Apache Foundation does not have a patch available. From Rsnake&#8217;s introduction to the attack tool:</p>
<p><a href="http://it.slashdot.org/story/09/06/19/1243203/Attack-On-a-Significant-Flaw-In-Apache-Released">Read more at Slashdot</a></p>
<img src="http://hostingworldnews.com/?ak_action=api_record_view&id=141&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hostingworldnews.com/2009/06/19/attack-on-a-significant-flaw-in-apache-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpMyAdmin 3.0.0</title>
		<link>http://hostingworldnews.com/2008/10/11/phpmyadmin-300/</link>
		<comments>http://hostingworldnews.com/2008/10/11/phpmyadmin-300/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 07:01:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://hostingworldnews.com/?p=29</guid>
		<description><![CDATA[Requirements for 3.0.0: PHP 5.2+, MySQL 5.0+; refer to Documentation.html for required PHP extensions Improvements for 3.0.0: + [table] support MySQL 5.1 PARTITION: CREATE TABLE / Table structure, partition maintenance + [privileges] support for EVENT and TRIGGER + [gui] Events * minimal support on db structure page * export + [engines] Maria support + [engines] [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px;">
<div class="version">Requirements for 3.0.0:</div>
<p>PHP 5.2+, MySQL 5.0+; refer to Documentation.html for required PHP extensions</p>
<div class="version">Improvements for 3.0.0:</div>
<pre>+ [table] support MySQL 5.1 PARTITION: CREATE TABLE / Table structure,
  partition maintenance
+ [privileges] support for EVENT and TRIGGER
+ [gui] Events
   * minimal support on db structure page
   * export
+ [engines] Maria support
+ [engines] MyISAM and InnoDB: support ROW_FORMAT table option
+ [engines] PBXT: table options, foreign key (relation view, designer)
+ [error handler] NEW handle errors to prevent path disclosure
   and display/collect errors
+ [mysqlnd] do not display strMysqlLibDiffersServerVersion
  if the client is mysqlnd
+ [webapp] experimental Mozilla Prism support
+ [export] new plugin "codegen" for NHibernate
+ [export] new export to Texy! markup
+ [config] new parameter CheckConfigurationPermissions
+ [config] new parameter ShowDatabasesCommand
+ [config] new parameter CountTables
+ rfe #1775288 [transformation] proper display if IP-address
  stored as INT
+ rfe #1758177 [core] Add the Geometry DataTypes
+ rfe #1741101, patch #1798184 UUID default for CHAR(36) PRIMARY KEY
+ rfe #1840165 [interface] Enlarge column name field in vertical mode
+ patch #1847534 [interface] New "Inside field" in db search
+ [GUI] Mootools js library (http://mootools.net) and new parameter
  InitialSlidersState
* [core] cache some MySQL stats (do not query them with every
  page request)
+ [view] clearer dialog WITH (CASCADED | LOCAL) CHECK OPTION
+ [pdf] Merged tcpdf 2.2.002 (PHP5 version)
+ prevent search indexes from indexing phpMyAdmin installations
+ [lang] New Bangla
+ [interface] Display options
+ rfe #1962383 [designer] Option to create a PDF page
+ [GUI] Color picker
+ [navi] new parameter LeftDefaultTabTable
+ [display] headwords for sorted column
+ rfe #1692928 [transformation] Option to disable browser
  transformations
+ [import] Speed optimization to be able to import the sakila database
+ [doc] Documentation for distributing phpMyAdmin in README.VENDOR.</pre>
<div class="version">Fixes for 3.0.0.x:</div>
<pre>- bug #1910621 [display] part 2: do not display a BINARY content
  as text
- [export] properly handle line breaks for YAML
- bug #1664240 [GUI] css height makes cfg TextareaRows useless
- bug #1724217 [Create PHP Code] doesn't include newlines for
  text fields
- bug #1845605 [i18n] translators.html still uses iso-8859-1
- bug #1823018 [charset] Edit(Delete) img-links pointing to wrong row
- bug #1826205 [export] Problems with yaml text export
- bug #1344768 [database] create/alter table new field can not have
  empty string as default
- patch #2007196, Typos in comments
- bug #1982315 [GUI] Comma and quote in ENUM
- bug #1970836 [parser] SQL parser is slow
- bug #2033962 [import] Cannot import zip file
- [core] Safer handling of temporary files with open_basedir
- bug #2066923 [display] Navi browse icon does not go to page 1
- patch #2075263 [auth] Single sign-on and cookie clearing
- bug #2080963 [charset] Clarify doc and improved code
- bug [charset] Cannot sort twice on a column when the table name
  contains accents
- bug #2113848 [navi] Page number after database switching
- patch #2115966 [GUI] Checkboxes and IE 7
- bug #114066 [core] ForceSSL generates incorrectly escaped
  redirections</pre>
</div>
<img src="http://hostingworldnews.com/?ak_action=api_record_view&id=29&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hostingworldnews.com/2008/10/11/phpmyadmin-300/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Dovecot-news] v1.1.4 released</title>
		<link>http://hostingworldnews.com/2008/10/11/dovecot-news-v114-released/</link>
		<comments>http://hostingworldnews.com/2008/10/11/dovecot-news-v114-released/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 05:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://hostingworldnews.com/?p=27</guid>
		<description><![CDATA[http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz.sig - SORT: Yet another assert-crashfix when renumbering index sort IDs. - ACL plugin fixes: Negative rights were actually treated as positive rights. 'k' right didn't prevent creating parent/child/child mailbox. ACL groups weren't working. - Maildir++ quota: Fixes to rebuilding when quota limit wasn't specified in Dovecot (0 limit or limit read from maildirsize). [...]]]></description>
			<content:encoded><![CDATA[<p><!--beginarticle--></p>
<pre><a href="http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz">http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz</a>
<a href="http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz.sig">http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz.sig</a>

	- SORT: Yet another assert-crashfix when renumbering index sort IDs.
	- ACL plugin fixes: Negative rights were actually treated as positive
	  rights. 'k' right didn't prevent creating parent/child/child mailbox.
	  ACL groups weren't working.
	- Maildir++ quota: Fixes to rebuilding when quota limit wasn't
	  specified in Dovecot (0 limit or limit read from maildirsize).
	- mbox: Several bugfixes causing errors and crashes.
	- Several fixes to expire plugin / expire-tool.
	- lock_method=dotlock could have deadlocked with itself.
	- Many error handling fixes and log message improvements.</pre>
<img src="http://hostingworldnews.com/?ak_action=api_record_view&id=27&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hostingworldnews.com/2008/10/11/dovecot-news-v114-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HostingCon 2008 Wraps Up Today</title>
		<link>http://hostingworldnews.com/2008/07/30/hostingcon-2008-wraps-up-today/</link>
		<comments>http://hostingworldnews.com/2008/07/30/hostingcon-2008-wraps-up-today/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 18:08:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://hostingworldnews.com/?p=8</guid>
		<description><![CDATA[In its final year of planning the event, Interjuncture (interjuncture.com) hosts the final day of the hosted services industry&#8217;s largest conference and trade show, HostingCon 2008 (hostingcon.com), from Chicago&#8217;s Navy Pier. iNET Interactive (inetinteractive.com), which acquired HostingCon earlier this month, will take full control in planning the event from here on out, starting with HostingCon [...]]]></description>
			<content:encoded><![CDATA[<p>In its final year of planning the event, Interjuncture (interjuncture.com) hosts the final day of the hosted services industry&#8217;s largest conference and trade show, HostingCon 2008 (hostingcon.com), from Chicago&#8217;s Navy Pier.</p>
<p>iNET Interactive (inetinteractive.com), which acquired HostingCon earlier this month, will take full control in planning the event from here on out, starting with HostingCon 2009.</p>
<p>The day begins with a keynote presentation entitled &#8220;Sealing the Deal,&#8221; moderated by David Snead, an attorney and fellow WHIR writer, as well as feature a panel of experts which includes HostMySite.com CSO Lou Honick, DH Capital managing director Paul Stapleton, and Cheval Capital president Francis Stiff.</p>
<p><a href="http://www.thewhir.com/marketwatch/073008_HostingCon_2008_Wraps_Up_Today.cfm">Read more at WHIR News</a></p>
<img src="http://hostingworldnews.com/?ak_action=api_record_view&id=8&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hostingworldnews.com/2008/07/30/hostingcon-2008-wraps-up-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DemoWolf acquires competitors OnlyDemos.com and CheapDemos.com</title>
		<link>http://hostingworldnews.com/2008/07/28/demowolf-acquires-competitors-onlydemoscom-and-cheapdemoscom/</link>
		<comments>http://hostingworldnews.com/2008/07/28/demowolf-acquires-competitors-onlydemoscom-and-cheapdemoscom/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 10:19:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting demos]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Press Release]]></category>

		<guid isPermaLink="false">http://hostingworldnews.com/?p=4</guid>
		<description><![CDATA[(Nova Scotia, Canada) &#8211; DemoWolf (www.demowolf.com) has made two significant acquisitions this week, acquiring competitors OnlyDemos.com and CheapDemos.com, in two separate transactions. The acquisition of these two brands will help solidify DemoWolf as the market leader in providing branded tutorials to the hosting industry. As is the case with DemoWolf, OnlyDemos.com (www.onlydemos.com) produces flash support [...]]]></description>
			<content:encoded><![CDATA[<p>(Nova Scotia, Canada) &#8211; DemoWolf (<a href="http://www.demowolf.com/">www.demowolf.com</a>) has made two significant acquisitions this week, acquiring competitors OnlyDemos.com and CheapDemos.com, in two separate transactions. The acquisition of these two brands will help solidify DemoWolf as the market leader in providing branded tutorials to the hosting industry.</p>
<p>As is the case with DemoWolf, OnlyDemos.com (<a href="http://www.onlydemos.com/">www.onlydemos.com</a>) produces flash support tutorials for the hosting industry. Established in 2003, OnlyDemos has a library of over 300 hosting tutorials that can be branded for any hosting company. Available tutorials include cPanel/WHM, H-Sphere, Ensim, RVskin, ModernBill, WHMAutoPilot, FTP, DNS, Fantastico, and PerlDesk tutorials, as well as tutorials in Spanish and Dutch.<span id="more-4"></span></p>
<p>CheapDemos.com (<a href="http://www.cheapdemos.com/">www.cheapdemos.com</a>) also produces flash support tutorials for the hosting industry, and was established in 2003 as well. The CheapDemos tutorials library includes over 350 hosting tutorials, including cPanel/WHM (many themes), H-Sphere, Helm, Plesk, RVskin, Direct Admin, WHMAutoPilot, AWBS/DRAMS, FTP, DNS, Email, Fantastico, Whois.Cart, and Mailenable tutorials, as well as several series in Spanish.</p>
<p>OnlyDemos and CheapDemos typically sell branded tutorials for less than DemoWolf, but the quality of their tutorials admittedly is not as high as DemoWolf tutorials. Therefore, OnlyDemos and CheapDemos will continue to operate as separate companies, providing a cheaper alternative to DemoWolf tutorials&#8230; rather than DemoWolf adding their tutorial series to their own inventory. Customers will now have the option of choosing the market-leading quality of DemoWolf tutorials including their cornerstone &#8220;Voice Tutorials&#8221;, or they&#8217;ll be able to choose a lower quality but cheaper solution at either OnlyDemos.com or CheapDemos.com.</p>
<p>In addition, all past OnlyDemos and CheapDemos customers will be given a $40.00 coupon towards the purchase of any DemoWolf tutorials or other products. An email will be sent to the customer lists of all past OnlyDemos and CheapDemos customers, and a notice of such placed on the OnlyDemos and CheapDemos websites.</p>
<p>DemoWolf is a Canadian-based producer of flash-based tutorials for the hosting industry. Founded in 2005, DemoWolf has quickly become the fastest growing tutorial provider in the industry, and is the only producer of hosting &#8220;voice&#8221; tutorials (where in addition to follow-along text instructions, tutorials are professionally narrated). DemoWolf now has over 1800 hosting tutorials (not including the tutorials from OnlyDemos and CheapDemos) ready to be branded for any hosting company, including cPanel/WHM, Plesk, Helm, H-Sphere, Direct Admin, ServerCP, Virtuozzo, phpMyAdmin, phpBB3, Horde, SquirrelMail, RoundCube, WordPress, Drupal, Gallery, osCommerce, Email, FTP, DNS, and many others.</p>
<p>DemoWolf will be exhibiting next week at HostingCon 2008 at Chicago&#8217;s Navy Pier.</p>
<p>For inquries or more information, you may contact DemoWolf by visiting their website at www.demowolf.com, or by calling toll free 1-866-905-4678. International callers dial 1-902-820-4678.</p>
<img src="http://hostingworldnews.com/?ak_action=api_record_view&id=4&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hostingworldnews.com/2008/07/28/demowolf-acquires-competitors-onlydemoscom-and-cheapdemoscom/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: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 415/490 objects using disk: basic

Served from: hostingworldnews.com @ 2012-02-07 15:06:36 -->
