<?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; Web Hosting</title>
	<atom:link href="http://blog.mswebnetwork.net/category/web-hosting/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>Makati Server Maintenance Issue Resolved!</title>
		<link>http://blog.mswebnetwork.net/637/makati-server-maintenance-issue-resolved/</link>
		<comments>http://blog.mswebnetwork.net/637/makati-server-maintenance-issue-resolved/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 10:11:09 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=637</guid>
		<description><![CDATA[<p>After long hours of painstaking work, we finally nailed down the issue and fixed the server! We are officially completing the scheduled maintenance for Makati Server.</p> <p>We appreciate your patience while we did the maintenance.</p>]]></description>
			<content:encoded><![CDATA[<p>After long hours of painstaking work, we finally nailed down the issue and fixed the server! We are officially completing the scheduled maintenance for Makati Server.</p>
<p>We appreciate your patience while we did the maintenance.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/637/makati-server-maintenance-issue-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emergency Maintenance on Server Makati</title>
		<link>http://blog.mswebnetwork.net/632/emergency-maintenance-on-server-makati/</link>
		<comments>http://blog.mswebnetwork.net/632/emergency-maintenance-on-server-makati/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 23:32:34 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=632</guid>
		<description><![CDATA[Please be informed that we are performing an emergency service maintenance on server Makati, causing service interruption between 7:00 am Tuesday until 6:00 pm later today.]]></description>
			<content:encoded><![CDATA[<p>Please be informed that we are performing an emergency service maintenance on server Makati today December 20, 2011, causing service interruption between 7:00 am Tuesday until 6:00 pm later today.</p>
<p>After close monitoring on the server Makati, we decided to perform the maintenance immediately to avoid further downtime. During this period your website may perform erratically and downtimes are expected. Please bear with us during this time while we resolve the issue.</p>
<p>We will send further announcement about the issue.</p>
<p>We apologize dearly for any inconvenience this had caused you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/632/emergency-maintenance-on-server-makati/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Los Angeles DC routing issue Resolved!</title>
		<link>http://blog.mswebnetwork.net/566/los-angeles-dc-routing-issue-resolved/</link>
		<comments>http://blog.mswebnetwork.net/566/los-angeles-dc-routing-issue-resolved/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 02:31:01 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=566</guid>
		<description><![CDATA[<p>This issue is now resolved. the issue was with one of our transit providers. This actually affected Both LA and Miami, so if you had a similar issue in Miami it should now be resolved.</p>]]></description>
			<content:encoded><![CDATA[<p>This issue is now resolved. the issue was with one of our transit providers. This actually affected Both LA and Miami, so if you had a similar issue in Miami it should now be resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/566/los-angeles-dc-routing-issue-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1.3 Update</title>
		<link>http://blog.mswebnetwork.net/544/wordpress-3-1-3-update/</link>
		<comments>http://blog.mswebnetwork.net/544/wordpress-3-1-3-update/#comments</comments>
		<pubDate>Thu, 26 May 2011 12:59:14 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Security Tips]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[clickjacking]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[hardening]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[Philippine Hosting]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=544</guid>
		<description><![CDATA[WordPress.org announced version 3.1.3 now available for download or automatic installation.]]></description>
			<content:encoded><![CDATA[<p>WordPress.org announced a new update available.</p>
<p>Download WordPress 3.1.3 or update automatically from the Dashboard → Updates menu in your site’s admin area.</p>
<p>This is a security update for all previous versions. It contains the following security fixes and enhancements:</p>
<div>
<ul>
<li>Various security hardening by Alexander Concha.</li>
<li>Taxonomy query hardening by John Lamansky.</li>
<li>Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros.</li>
<li>Media security fixes by Richard Lundeen of Microsoft, Jesse Ou of Microsoft, and Microsoft Vulnerability Research.</li>
<li>Improves file upload security on hosts with dangerous security settings.</li>
<li>Cleans up old WordPress import files if the import does not finish.</li>
<li>Introduce “clickjacking” protection in modern browsers on admin and login pages.</li>
</ul>
<p>For more info please visit the WordPress <a href="http://core.trac.wordpress.org/log/branches/3.1/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=18023&amp;stop_rev=17805&amp;limit=100">change log</a></p>
<p>For all MSWEB Network Client&#8217;s if you do not know how to update your WordPress powered websites. Send us a ticket at support@mswebnetwork.net so we can update your WP installation for free!</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>Send in your comments and share your insights and thoughts about this new WordPress update. Visit us at <a title="www.mswebnetwork.net" href="http://www.mswebnetwork.net/">www.mswebnetwork.net</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/544/wordpress-3-1-3-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating NetBAQ™ servers in the Scranton Datacenter</title>
		<link>http://blog.mswebnetwork.net/522/updating-netbaq-servers-in-the-scranton-datacenter/</link>
		<comments>http://blog.mswebnetwork.net/522/updating-netbaq-servers-in-the-scranton-datacenter/#comments</comments>
		<pubDate>Thu, 19 May 2011 15:00:31 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[NetBAQ]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/522/updating-netbaq%e2%84%a2-servers-in-the-scranton-datacenter/</guid>
		<description><![CDATA[This outage will affect ONLY NetBAQ™ accounts in the SCRANTON DATACENTER.]]></description>
			<content:encoded><![CDATA[<p>Dear Valued MSWEB Network Customer,</p>
<p>On Wednesday May 18, 2011, our US Vendor began updating our NetBAQ™ servers in the Scranton Datacenter.  The final step was syncing existing backups with the new servers.  That process is taking longer than expected, and NetBAQ is still offline at this time.</p>
<p>This outage will affect ONLY NetBAQ™ accounts in the SCRANTON DATACENTER.</p>
<p>We will notify you once the process is complete.</p>
<p>If your NetBAQ™ service is down for longer than 24 hours without an update from us, please contact our Support Department by opening a ticket or by emailing us at support@mswebnetwork.net</p>
<p>Thank You,</p>
<p>MSWEB Network Customer Service</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/522/updating-netbaq-servers-in-the-scranton-datacenter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asia&#8217;s largest hosting event – June 9-10, 2011</title>
		<link>http://blog.mswebnetwork.net/468/asias-largest-hosting-event-%e2%80%93-june-9-10-2011/</link>
		<comments>http://blog.mswebnetwork.net/468/asias-largest-hosting-event-%e2%80%93-june-9-10-2011/#comments</comments>
		<pubDate>Tue, 03 May 2011 10:21:30 +0000</pubDate>
		<dc:creator>marvin.salazar</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Bangkok]]></category>
		<category><![CDATA[WebHostingDays]]></category>
		<category><![CDATA[WHD]]></category>
		<category><![CDATA[WHD.Asia]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=468</guid>
		<description><![CDATA[WHD.asia are the perfect opportunity to get in contact with important industry colleagues from international ICT companies. The fast-growing Asian region is perfectly suitable to make promising business contacts, explore new markets, and get many inspirations from inventive companies and personalities.]]></description>
			<content:encoded><![CDATA[<p>The first WorldHostingDays in Asia will take place June 9-10, 2011 at Millennium Hilton Bangkok in Thailand. The event is expected to host more than 200 visitors. MSWEB Network will be part of this thrilling event and take advantage of the technologies and knowledge the event will offer.</p>
<p>According to the event &#8220;WHD.asia are the perfect opportunity to get in contact with important industry colleagues from international ICT companies. The fast-growing Asian region is perfectly suitable to make promising business contacts, explore new markets, and get many inspirations from inventive companies and personalities.&#8221;</p>
<p>To learn more about WHD you may visit the official website at http://www.worldhostingdays.com/eng/whd-asia.php</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mswebnetwork.net/468/asias-largest-hosting-event-%e2%80%93-june-9-10-2011/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 Remedios Server on April 1, 2011</title>
		<link>http://blog.mswebnetwork.net/396/scheduled-migration-of-remedios-server-on-april-1-2011/</link>
		<comments>http://blog.mswebnetwork.net/396/scheduled-migration-of-remedios-server-on-april-1-2011/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 08:46:27 +0000</pubDate>
		<dc:creator>rey.moralde</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=396</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>Remedios Server</strong></p>
<p><strong>ns41.mswebnetwork.net = 208.77.96.10</strong><br />
<strong>ns42.mswebnetwork.net = </strong><strong>208.77.96.9</strong></p>
<p>Kindly change your nameserver from the new nameserver below:</p>
<p><strong>Adriatico Server</strong></p>
<p><strong>Primary Nameserver: ns22.mswebnetwork.net = 208.77.99.97<br />
Secondary Nameserver: ns23.mswebnetwork.net = 208.77.99.98</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><strong>NOTE: Also point your addon and parked domain if any before Friday to the new  nameserver.</strong></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/396/scheduled-migration-of-remedios-server-on-april-1-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled Migration of Mars Server on April 1, 2011</title>
		<link>http://blog.mswebnetwork.net/390/scheduled-migration-of-mars-server-on-april-1-2011/</link>
		<comments>http://blog.mswebnetwork.net/390/scheduled-migration-of-mars-server-on-april-1-2011/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 08:41:30 +0000</pubDate>
		<dc:creator>rey.moralde</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.mswebnetwork.net/?p=390</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>Mars Server</strong></p>
<p><strong>ns11.mswebnetwork.net = 208.77.97..52</strong><br />
<strong>ns12.mswebnetwork.net = </strong><strong>208.77.97..53</strong></p>
<p>Kindly change your nameserver from the new nameserver below:</p>
<p><strong>Privera Server</strong></p>
<p><strong>Primary Nameserver: ns35.mswebnetwork.net = 208.84.146.77<br />
Secondary Nameserver: ns36.mswebnetwork.net = 208.84.146.76</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><strong>NOTE: Also point your addon and parked domain if any before Friday to the new  nameserver.</strong></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/390/scheduled-migration-of-mars-server-on-april-1-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

