<?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>MSWEB Network Solutions &#187; cPanel</title>
	<atom:link href="http://blog.mswebnetwork.net/category/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mswebnetwork.net</link>
	<description>The Official News and Updates Blog of MSWEB Network!</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:14:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to fix corrupted tables in Joomla caused by Mysql upgrade</title>
		<link>http://blog.mswebnetwork.net/570/how-to-fix-corrupted-tables-in-joomla-caused-by-mysql-upgrade/</link>
		<comments>http://blog.mswebnetwork.net/570/how-to-fix-corrupted-tables-in-joomla-caused-by-mysql-upgrade/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 04:20:07 +0000</pubDate>
		<dc:creator>marleo.salazar</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=570</guid>
		<description><![CDATA[<p style="text-align: justify;">Do you know that you will encounter error in your Joomla webpage when you&#8217;ve upgrade your Mysql 4 to Mysql 5? This fix can revive your Joomla website by rebuilding the corrupted database table of your Joomla in case you haven&#8217;t backup your database.</p> <p style="text-align: justify;">Simply follow the procedure below:</p> Login to your PhpMyAdmin. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Do you know that you will encounter error in your Joomla webpage when you&#8217;ve upgrade your Mysql 4 to Mysql 5? This fix can revive your Joomla website by rebuilding the corrupted database table of your Joomla in case you haven&#8217;t backup your database.</p>
<p style="text-align: justify;">Simply follow the procedure below:</p>
<ol>
<li>Login to your PhpMyAdmin.</li>
<li>Click the SQL tab.</li>
<li>Paste the details below one at a time to rebuild jos_components, jos_core_acl_aro and jos_session.</li>
</ol>
<p style="text-align: justify;">===============================================================</p>
<p style="text-align: justify;">DROP TABLE `jos_components`;<br />
CREATE TABLE `jos_components` (<br />
`id` int(11) NOT NULL auto_increment,<br />
`name` varchar(50) NOT NULL default &#8221;,<br />
`link` varchar(255) NOT NULL default &#8221;,<br />
`menuid` int(11) unsigned NOT NULL default &#8217;0&#8242;,<br />
`parent` int(11) unsigned NOT NULL default &#8217;0&#8242;,<br />
`admin_menu_link` varchar(255) NOT NULL default &#8221;,<br />
`admin_menu_alt` varchar(255) NOT NULL default &#8221;,<br />
`option` varchar(50) NOT NULL default &#8221;,<br />
`ordering` int(11) NOT NULL default &#8217;0&#8242;,<br />
`admin_menu_img` varchar(255) NOT NULL default &#8221;,<br />
`iscore` tinyint(4) NOT NULL default &#8217;0&#8242;,<br />
`params` text NOT NULL,<br />
`enabled` tinyint(4) NOT NULL default &#8217;1&#8242;,<br />
PRIMARY KEY  (`id`),<br />
KEY `parent_option` (`parent`, `option`(32))<br />
) TYPE=MyISAM CHARACTER SET `utf8`;</p>
<p style="text-align: justify;">INSERT INTO `jos_components` VALUES (1, &#8216;Banners&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Banner Management&#8217;, &#8216;com_banners&#8217;, 0, &#8216;js/ThemeOffice/component.png&#8217;, 0, &#8216;track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n&#8217;, 1);<br />
INSERT INTO `jos_components` VALUES (2, &#8216;Banners&#8217;, &#8221;, 0, 1, &#8216;option=com_banners&#8217;, &#8216;Active Banners&#8217;, &#8216;com_banners&#8217;, 1, &#8216;js/ThemeOffice/edit.png&#8217;, 0, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (3, &#8216;Clients&#8217;, &#8221;, 0, 1, &#8216;option=com_banners&amp;c=client&#8217;, &#8216;Manage Clients&#8217;, &#8216;com_banners&#8217;, 2, &#8216;js/ThemeOffice/categories.png&#8217;, 0, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (4, &#8216;Web Links&#8217;, &#8216;option=com_weblinks&#8217;, 0, 0, &#8221;, &#8216;Manage Weblinks&#8217;, &#8216;com_weblinks&#8217;, 0, &#8216;js/ThemeOffice/component.png&#8217;, 0, &#8216;show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n&#8217;, 1);<br />
INSERT INTO `jos_components` VALUES (5, &#8216;Links&#8217;, &#8221;, 0, 4, &#8216;option=com_weblinks&#8217;, &#8216;View existing weblinks&#8217;, &#8216;com_weblinks&#8217;, 1, &#8216;js/ThemeOffice/edit.png&#8217;, 0, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (6, &#8216;Categories&#8217;, &#8221;, 0, 4, &#8216;option=com_categories&amp;section=com_weblinks&#8217;, &#8216;Manage weblink categories&#8217;, &#8221;, 2, &#8216;js/ThemeOffice/categories.png&#8217;, 0, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (7, &#8216;Contacts&#8217;, &#8216;option=com_contact&#8217;, 0, 0, &#8221;, &#8216;Edit contact details&#8217;, &#8216;com_contact&#8217;, 0, &#8216;js/ThemeOffice/component.png&#8217;, 1, &#8216;contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n&#8217;, 1);<br />
INSERT INTO `jos_components` VALUES (8, &#8216;Contacts&#8217;, &#8221;, 0, 7, &#8216;option=com_contact&#8217;, &#8216;Edit contact details&#8217;, &#8216;com_contact&#8217;, 0, &#8216;js/ThemeOffice/edit.png&#8217;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (9, &#8216;Categories&#8217;, &#8221;, 0, 7, &#8216;option=com_categories&amp;section=com_contact_details&#8217;, &#8216;Manage contact categories&#8217;, &#8221;, 2, &#8216;js/ThemeOffice/categories.png&#8217;, 1, &#8216;contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n&#8217;, 1);<br />
INSERT INTO `jos_components` VALUES (10, &#8216;Polls&#8217;, &#8216;option=com_poll&#8217;, 0, 0, &#8216;option=com_poll&#8217;, &#8216;Manage Polls&#8217;, &#8216;com_poll&#8217;, 0, &#8216;js/ThemeOffice/component.png&#8217;, 0, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (11, &#8216;News Feeds&#8217;, &#8216;option=com_newsfeeds&#8217;, 0, 0, &#8221;, &#8216;News Feeds Management&#8217;, &#8216;com_newsfeeds&#8217;, 0, &#8216;js/ThemeOffice/component.png&#8217;, 0, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (12, &#8216;Feeds&#8217;, &#8221;, 0, 11, &#8216;option=com_newsfeeds&#8217;, &#8216;Manage News Feeds&#8217;, &#8216;com_newsfeeds&#8217;, 1, &#8216;js/ThemeOffice/edit.png&#8217;, 0, &#8216;show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n&#8217;, 1);<br />
INSERT INTO `jos_components` VALUES (13, &#8216;Categories&#8217;, &#8221;, 0, 11, &#8216;option=com_categories&amp;section=com_newsfeeds&#8217;, &#8216;Manage Categories&#8217;, &#8221;, 2, &#8216;js/ThemeOffice/categories.png&#8217;, 0, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (14, &#8216;User&#8217;, &#8216;option=com_user&#8217;, 0, 0, &#8221;, &#8221;, &#8216;com_user&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (15, &#8216;Search&#8217;, &#8216;option=com_search&#8217;, 0, 0, &#8216;option=com_search&#8217;, &#8216;Search Statistics&#8217;, &#8216;com_search&#8217;, 0, &#8216;js/ThemeOffice/component.png&#8217;, 1, &#8216;enabled=0\n\n&#8217;, 1);<br />
INSERT INTO `jos_components` VALUES (16, &#8216;Categories&#8217;, &#8221;, 0, 1, &#8216;option=com_categories&amp;section=com_banner&#8217;, &#8216;Categories&#8217;, &#8221;, 3, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (17, &#8216;Wrapper&#8217;, &#8216;option=com_wrapper&#8217;, 0, 0, &#8221;, &#8216;Wrapper&#8217;, &#8216;com_wrapper&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (18, &#8216;Mail To&#8217;, &#8221;, 0, 0, &#8221;, &#8221;, &#8216;com_mailto&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (19, &#8216;Media Manager&#8217;, &#8221;, 0, 0, &#8216;option=com_media&#8217;, &#8216;Media Manager&#8217;, &#8216;com_media&#8217;, 0, &#8221;, 1, &#8216;upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html&#8217;, 1);<br />
INSERT INTO `jos_components` VALUES (20, &#8216;Articles&#8217;, &#8216;option=com_content&#8217;, 0, 0, &#8221;, &#8221;, &#8216;com_content&#8217;, 0, &#8221;, 1, &#8216;show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=0\n\n&#8217;, 1);<br />
INSERT INTO `jos_components` VALUES (21, &#8216;Configuration Manager&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Configuration&#8217;, &#8216;com_config&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (22, &#8216;Installation Manager&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Installer&#8217;, &#8216;com_installer&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (23, &#8216;Language Manager&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Languages&#8217;, &#8216;com_languages&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (24, &#8216;Mass mail&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Mass Mail&#8217;, &#8216;com_massmail&#8217;, 0, &#8221;, 1, &#8216;mailSubjectPrefix=\nmailBodySuffix=\n\n&#8217;, 1);<br />
INSERT INTO `jos_components` VALUES (25, &#8216;Menu Editor&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Menu Editor&#8217;, &#8216;com_menus&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (27, &#8216;Messaging&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Messages&#8217;, &#8216;com_messages&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (28, &#8216;Modules Manager&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Modules&#8217;, &#8216;com_modules&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (29, &#8216;Plugin Manager&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Plugins&#8217;, &#8216;com_plugins&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (30, &#8216;Template Manager&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Templates&#8217;, &#8216;com_templates&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (31, &#8216;User Manager&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Users&#8217;, &#8216;com_users&#8217;, 0, &#8221;, 1, &#8216;allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n&#8217;, 1);<br />
INSERT INTO `jos_components` VALUES (32, &#8216;Cache Manager&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Cache&#8217;, &#8216;com_cache&#8217;, 0, &#8221;, 1, &#8221;, 1);<br />
INSERT INTO `jos_components` VALUES (33, &#8216;Control Panel&#8217;, &#8221;, 0, 0, &#8221;, &#8216;Control Panel&#8217;, &#8216;com_cpanel&#8217;, 0, &#8221;, 1, &#8221;, 1);</p>
<p style="text-align: justify;">===============================================================</p>
<p style="text-align: justify;">DROP table `jos_core_acl_aro`;<br />
CREATE TABLE `jos_core_acl_aro` (<br />
`id` int(11) NOT NULL auto_increment,<br />
`section_value` varchar(240) NOT NULL default &#8217;0&#8242;,<br />
`value` varchar(240) NOT NULL default &#8221;,<br />
`order_value` int(11) NOT NULL default &#8217;0&#8242;,<br />
`name` varchar(255) NOT NULL default &#8221;,<br />
`hidden` int(11) NOT NULL default &#8217;0&#8242;,<br />
PRIMARY KEY  (`id`),<br />
UNIQUE KEY `#__section_value_value_aro` (`section_value`(100),`value`(100)),<br />
KEY `#__gacl_hidden_aro` (`hidden`)<br />
) TYPE=MyISAM CHARACTER SET `utf8`;</p>
<p style="text-align: justify;">===============================================================</p>
<p style="text-align: justify;">DROP table `jos_session`;<br />
CREATE TABLE `jos_session` (<br />
`username` varchar(150) default &#8221;,<br />
`time` varchar(14) default &#8221;,<br />
`session_id` varchar(200) NOT NULL default &#8217;0&#8242;,<br />
`guest` tinyint(4) default &#8217;1&#8242;,<br />
`userid` int(11) default &#8217;0&#8242;,<br />
`usertype` varchar(50) default &#8221;,<br />
`gid` tinyint(3) unsigned NOT NULL default &#8217;0&#8242;,<br />
`client_id` tinyint(3) unsigned NOT NULL default &#8217;0&#8242;,<br />
`data` longtext,<br />
PRIMARY KEY  (`session_id`(64)),<br />
KEY `whosonline` (`guest`,`usertype`),<br />
KEY `userid` (`userid`),<br />
KEY `time` (`time`)<br />
) TYPE=MyISAM CHARACTER SET `utf8`;</p>
<p style="text-align: justify;">===============================================================</p>
<p style="text-align: justify;">That&#8217;s it!</p>
<p style="text-align: justify;">Once you have finished the steps, you can visit your Joomla Page without error.</p>
<p style="text-align: justify;">Thanks for visiting this thread, hope it helps you!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/570/how-to-fix-corrupted-tables-in-joomla-caused-by-mysql-upgrade/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>cPanel &amp; WHM 11.30 is now available in the CURRENT build</title>
		<link>http://blog.mswebnetwork.net/500/cpanel-whm-11-30-is-now-available-in-the-current-build/</link>
		<comments>http://blog.mswebnetwork.net/500/cpanel-whm-11-30-is-now-available-in-the-current-build/#comments</comments>
		<pubDate>Fri, 13 May 2011 09:25:36 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Security Tips]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[11.30]]></category>
		<category><![CDATA[builds]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[edge]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=500</guid>
		<description><![CDATA[<p>cPanel released their current version 11.30!</p> <p>Quoted from the cPanel blog last May 12, 2011:</p> <p>&#8220;We are pleased to announce the release of cPanel &#38; WHM 11.30</p> <p>This release is available immediately in the EDGE and CURRENT release tiers. cPanel &#38; WHM 11.30 will soon be available in all public release tiers.</p> <p>This version includes:</p> [...]]]></description>
			<content:encoded><![CDATA[<p>cPanel released their current version 11.30!</p>
<p>Quoted from the cPanel blog last May 12, 2011:</p>
<p>&#8220;We are pleased to announce the release of  cPanel &amp; WHM 11.30</p>
<p>This release is available immediately in the EDGE and CURRENT release tiers.  cPanel &amp; WHM 11.30 will soon be available in all public release tiers.</p>
<p>This version includes:</p>
<ul>
<li>Over 600 maintenance and bug fixes</li>
<li>Over 30 feature improvements and additions</li>
<li>Over 150 product optimizations for performance and usability</li>
</ul>
<p>For a full list of changes, please see our product change logs:</p>
<p>http://go.cpanel.net/changelog&#8221;</p>
<p>For those who are using Edge and Current release for your beta testing you may try this build. This applies to non production cpanel testing servers only. And another reminder to make sure you backup your data.</p>
<p>The Philippines Best Web Hosting Provider, MSWEB Network Solutions shares awareness and security to all our friends and business partners and to all netizens to promote better and safer internet use.</p>
<p>Visit us at www.mswebnetwork.net</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/500/cpanel-whm-11-30-is-now-available-in-the-current-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Always Backup WordPress Before You Upgrade</title>
		<link>http://blog.mswebnetwork.net/451/always-backup-wordpress-before-you-upgrade/</link>
		<comments>http://blog.mswebnetwork.net/451/always-backup-wordpress-before-you-upgrade/#comments</comments>
		<pubDate>Tue, 03 May 2011 03:39:48 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=451</guid>
		<description><![CDATA[Even if you use the automatic upgrader inside the wordpress dashboard, it is still a good idea to manually backup. This is where cpanel backup comes in handy.]]></description>
			<content:encoded><![CDATA[<p>It is alway a good idea to upgrade your WordPress installation to the latest build. But before every upgrade it is just as important that you backup your site. </p>
<p>Even if you use the automatic upgrader it is still a good idea to backup. This is where cpanel backup comes in handy.</p>
<div class="wp-caption alignleft" style="width: 610px"><img alt="Cpanel Backup" src="http://www.nete-quette.com/tutorials/images/cpanel-backup.jpg" title="cpanel backup" width="600" height="193" /><p class="wp-caption-text">cpanel backup</p></div>
<p>To learn more on how to backup your site using cpanel backup, please refer to our earlier post on Cpanel Backup.</p>
<p>Cpanel makes your website management such a breeze as it backups your entire WordPress in a click of a button.</p>
<p>WordPress recommends it, Cpanel recommends and MSWEB Network recommends it! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/451/always-backup-wordpress-before-you-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use Cpanel Backup</title>
		<link>http://blog.mswebnetwork.net/454/how-to-use-cpanel-backup/</link>
		<comments>http://blog.mswebnetwork.net/454/how-to-use-cpanel-backup/#comments</comments>
		<pubDate>Tue, 03 May 2011 03:23:08 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Restoration]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=454</guid>
		<description><![CDATA[Essential of a backup is priceless. Often times this is being disregarded only to realize that it s too late. Backup is important period!]]></description>
			<content:encoded><![CDATA[<p>Cpanel backup is an indispensable tool, we always recommend that you do a local backup where you will always have access to. </p>
<p>You can do your backup quite easily. Account backups can be performed using the cPanel backup via the backup icon inside cpanel. If your account is not too big in terms of disk usage, then you can perform a full account backup with just one click.</p>
<div class="wp-caption alignleft" style="width: 610px"><img alt="Cpanel Backup and Restore" src="http://www.backlinkintelligence.com/wp-content/uploads/2009/11/cpanel-Restore-Backup.jpg" title="Cpanel Backup and Restore" width="600" height="435" /><p class="wp-caption-text">Cpanel Backup and Restore</p></div>
<p>If the account is too large for a full automatic backup, it is recommended that you backup the files and the database separately. Cpanel gives you this option.</p>
<p>Access your backup for safekeeping and restoration<br />
A good backup is a backup that works and that you can access easily in a event that you want to perform a restoration. After you perform a full or partial backup, download your compressed file or tarball from your public_html folder to your computer by using your favorite FTP client. After that you can easily upload back the files to your hosting account and your website can easily be restored back.</p>
<p>You may also request MSWEB Network to perform an affordable full backup creation in cd or dvd of your whole website and hand delivered it to your doors steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/454/how-to-use-cpanel-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled Migration of nyx Server on April 1, 2011</title>
		<link>http://blog.mswebnetwork.net/384/scheduled-migration-of-nyx-server-on-march-1-2011/</link>
		<comments>http://blog.mswebnetwork.net/384/scheduled-migration-of-nyx-server-on-march-1-2011/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 08:29:34 +0000</pubDate>
		<dc:creator>marleo.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=384</guid>
		<description><![CDATA[<p>Dear Valued Client,</p> <p>Here at <a title="The Philippines Best Web Hosting provider, is now an IT Solutions provider!" href="http://www.mswebnetwork.net/" target="_blank">MSWEB Network Solutions</a>, we are working continuously to improve the quality<br /> of service that we provide.</p> <p>In this regard, we would like to inform you that we will be having a server<br /> upgrade that [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Valued Client,</p>
<p>Here at <a title="The Philippines Best Web Hosting provider, is now an IT Solutions provider!" href="http://www.mswebnetwork.net/" target="_blank"><strong>MSWEB Network Solutions</strong></a>, we are working continuously to improve the quality<br />
of service that we provide.</p>
<p>In this regard, we would like to inform you that we will be having a server<br />
upgrade that will take effect on April 1, 2011.</p>
<p>A migration of accounts will immediately commence once the server upgrade<br />
is done. Please bear with us since during this time, your account will<br />
experience downtime and you might have difficulty in sending/receiving of<br />
mails.</p>
<p><strong>Nyx Server</strong></p>
<p><strong>ns43.mswebnetwork.net = 208.77.101.242</strong><br />
<strong>ns44.mswebnetwork.net = 208.77.101.243</strong></p>
<p>Kindly change your nameserver from the new nameserver below:</p>
<p><strong>Aaron Server</strong></p>
<p><strong>Primary Nameserver: ns53.mswebnetwork.net = 208.77.101.205<br />
Secondary Nameserver: ns54.mswebnetwork.net = 208.77.101.206</strong></p>
<p>We appreciate your patience during this undertaking and rest assured that<br />
we will take the necessary steps to minimize the impact of this migration on<br />
your operation.</p>
<p><span style="text-decoration: underline"><strong>NOTE: <span style="font-size: small">Also point your addon and parked domain if any before Friday to the new  nameserver.</span></strong></span></p>
<p>Should you have other concern, please feel free to contact us at <strong>632 7124313/ 632 7124413/ 632 7312756</strong>.</p>
<p>Thank you for your usual cooperation.</p>
<p>Sincerely,<br />
<strong>MSWEB/8finity Management</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/384/scheduled-migration-of-nyx-server-on-march-1-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled Migration of Jupiter Server on April 1, 2011</title>
		<link>http://blog.mswebnetwork.net/381/scheduled-migration-of-jupiter-server-on-march-1-2011/</link>
		<comments>http://blog.mswebnetwork.net/381/scheduled-migration-of-jupiter-server-on-march-1-2011/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 08:18:50 +0000</pubDate>
		<dc:creator>marleo.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=381</guid>
		<description><![CDATA[<p>Dear Valued Client,</p> <p>Here at <a title="The Philippines Best Web Hosting provider, is now an IT Solutions provider!" href="http://www.mswebnetwork.net/" target="_blank">MSWEB Network Solutions</a>, we are working continuously to improve the quality<br /> of service that we provide.</p> <p>In this regard, we would like to inform you that we will be having a server<br /> upgrade that [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Valued Client,</p>
<p>Here at <a title="The Philippines Best Web Hosting provider, is now an IT Solutions provider!" href="http://www.mswebnetwork.net/" target="_blank"><strong>MSWEB Network Solutions</strong></a>, we are working continuously to improve the quality<br />
of service that we provide.</p>
<p>In this regard, we would like to inform you that we will be having a server<br />
upgrade that will take effect on April 1, 2011.</p>
<p>A migration of accounts will immediately commence once the server upgrade<br />
is done. Please bear with us since during this time, your account will<br />
experience downtime and you might have difficulty in sending/receiving of<br />
mails.</p>
<p><strong>Jupiter Server</strong></p>
<p><strong>ns15.mswebnetwork.net = 208.77.101.26</strong><br />
<strong>ns16.mswebnetwork.net = 208.77.101.27</strong></p>
<p>Kindly change your nameserver from the new nameserver below:</p>
<p><strong>Sedna Server</strong></p>
<p><strong>Primary Nameserver: ns31.mswebnetwork.net = 208.77.99.76<br />
Secondary Nameserver: ns32.mswebnetwork.net = 208.77.99.77</strong></p>
<p>We appreciate your patience during this undertaking and rest assured that<br />
we will take the necessary steps to minimize the impact of this migration on<br />
your operation.</p>
<p><span style="text-decoration: underline"><strong>NOTE: Also point your addon and parked domain if any before Friday to the new nameserver.</strong></span></p>
<p>Should you have other concern, please feel free to contact us at <strong>632 7124313/ 632 7124413/ 632 7312756</strong>.</p>
<p>Thank you for your usual cooperation.</p>
<p>Sincerely,<br />
<strong>MSWEB/8finity Management</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/381/scheduled-migration-of-jupiter-server-on-march-1-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel 11.28 December 06, 2010</title>
		<link>http://blog.mswebnetwork.net/259/cpanel-11-28-december-06-2010/</link>
		<comments>http://blog.mswebnetwork.net/259/cpanel-11-28-december-06-2010/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 14:33:00 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Security Tips]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=259</guid>
		<description><![CDATA[Upgrade to the Stable build once released for cPanel and WHM 11.28 VPS optimized and Dedicated Servers!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-264" title="cPanel WHM 11.28 Build" src="http://blog.mswebnetwork.net/wp-content/uploads/2010/12/cp1128cta1.jpg" alt="" width="560" height="191" /></p>
<p>The latest cPanel stable build is at 11.28 should be launch on December 6, 2010. December 7 here in Manila. When that happens switch over to get the latest stable patch for cPanel! Head out to cPanel for more detailed features at: <a href="http://www.cpanel.net/products/cpanelwhm/software-releases.html">http://www.cpanel.net/products/cpanelwhm/software-releases.html</a> and <a href="http://www.cpanel.net/2010/10/cpanel-whm-1128-notes.html">http://www.cpanel.net/2010/10/cpanel-whm-1128-notes.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/259/cpanel-11-28-december-06-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lates cPanel Build 11.28.48</title>
		<link>http://blog.mswebnetwork.net/234/lates-cpanel-build-11-28-48/</link>
		<comments>http://blog.mswebnetwork.net/234/lates-cpanel-build-11-28-48/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 17:34:03 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Security Tips]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=234</guid>
		<description><![CDATA[A couple of fixes with the latest build version 11.28.48, upgrade now!]]></description>
			<content:encoded><![CDATA[<p>A couple of fixes with the latest build version 11.28.48. Checkout the cPanel changelog here http://docs.cpanel.net/twiki/bin/view/AllDocumentation/ChangeLog/CPanelVersion1128</p>
<p>If you own are a dedicated server or a VPS from us and you need assistance in doing the upgrade, please email us at support@mswebnetwork.net and we will be happy to do this for you.</p>
<p>Always subscribe to our blog feed to keep updated with the latest ins and outs at MSWEB Network</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/234/lates-cpanel-build-11-28-48/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lates cPanel Build 11.28.45</title>
		<link>http://blog.mswebnetwork.net/211/lates-cpanel-build-11-28-45/</link>
		<comments>http://blog.mswebnetwork.net/211/lates-cpanel-build-11-28-45/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 15:47:43 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Security Tips]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=211</guid>
		<description><![CDATA[cPanel Build 11.28.45 fixed a couple of errors from the last 11.28.42 build.]]></description>
			<content:encoded><![CDATA[<p>Alright mate, all MSWEB Network shared servers are now upgraded to cPanel build 11.28.45. If you own are a dedicated server or a VPS from us and you need assistance in doing the upgrade, please email us at support@mswebnetwork.net and we will be happy to do this for you.</p>
<p>Always subscribe to our blog feed to keep updated with the latest ins and outs at MSWEB Network!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/211/lates-cpanel-build-11-28-45/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>cPanel RELEASE builds</title>
		<link>http://blog.mswebnetwork.net/184/cpanel-release-builds/</link>
		<comments>http://blog.mswebnetwork.net/184/cpanel-release-builds/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 08:48:55 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Security Tips]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=184</guid>
		<description><![CDATA[RELEASE build of cPanel on all your servers. RELEASE builds are the preferred builds to run. They are generally current enough to have the latest bugfixes and new features, but without the worry of new bugs being introduced.]]></description>
			<content:encoded><![CDATA[<p>To all VPS and Dedicated Account Holders,</p>
<p>cPanel and MSWEB Network recommends that you use the latest RELEASE build of cPanel on all your servers.</p>
<p>&#8220;RELEASE builds are the preferred builds to run. They are generally current enough to have the latest bugfixes and new features, but without the worry of new bugs being introduced.&#8221;</p>
<p>The latest version is WHM 11.28.28 please upgrade to this version. If you need help on doing the upgrade or is not comfortable on doing this yourself please send a support ticket to support@mswebnetwork.net</p>
<p>Happy Weekend!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/184/cpanel-release-builds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

