<?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>HELM, WHM/cPanel, Windows, Linux, web hosting talk, Search Engine Optimization, PHP, ASP discussion blog</title>
	<atom:link href="http://blog.webhostingdiscussion.net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.webhostingdiscussion.net</link>
	<description>Blog is dedicated for web hosting talk, SEO, programming issues, Databases, server administration etc.</description>
	<lastBuildDate>Tue, 09 Mar 2010 04:20:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>phpBB 3.0.7 security vulnerability</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/phpbb-3-0-7-security-vulnerability.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/phpbb-3-0-7-security-vulnerability.htm#comments</comments>
		<pubDate>Sat, 06 Mar 2010 04:28:31 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[exploit in phpBB 3.0.7]]></category>
		<category><![CDATA[Feed not working phpbb 3.0.7]]></category>
		<category><![CDATA[feed problem with phpBB 3.0.7]]></category>
		<category><![CDATA[Feeds not working phpbb 3.0.7]]></category>
		<category><![CDATA[secirity fix phpBB 3.0.7-PL1]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18214</guid>
		<description><![CDATA[Recently, phpBB 3.0.7 was released by phpbb.com. They discovered a new security vulnerability in phpBB 3.0.7 version which was not noticed during testing. Following is the original announcement:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
We are sorry to announce the immediate release of phpBB 3.0.7-PL1 to address a security issue which was introduced in 3.0.7, unfortunately the issue wasn&#8217;t noticed during testing [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm' rel='bookmark' title='Permanent Link: Security vulnerabilities found in HyperVM and LXadmin/Kloxo'>Security vulnerabilities found in HyperVM and LXadmin/Kloxo</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/curl_exec-has-been-disabled-for-security-reasons-in-wordpress-27.htm' rel='bookmark' title='Permanent Link: curl_exec() has been disabled for security reasons in Wordpress 2.7'>curl_exec() has been disabled for security reasons in Wordpress 2.7</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently, phpBB 3.0.7 was released by phpbb.com. They discovered a new security vulnerability in phpBB 3.0.7 version which was not noticed during testing. Following is the original announcement:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
We are sorry to announce the immediate release of phpBB 3.0.7-PL1 to address a security issue which was introduced in 3.0.7, unfortunately the issue wasn&#8217;t noticed during testing and has only surfaced a week<br />
after the release of 3.0.7.</p>
<p>We promised working feeds for phpBB 3.0.7. Sadly, we were not able to deliver on that promise &#8211; a critical bug in the permission handling for feeds slipped past. To all people who already have updated to 3.0.7, it<br />
is of critical importance to update to 3.0.7-PL1. Otherwise, it is possible for users to bypass permission settings under the following circumstances:</p>
<p>- Feeds are enabled<br />
- Any of the posts or topics feeds are enabled<br />
- The unauthorised user &#8211; or one of the groups they are a member of &#8211; has forum permissions set on a private forum<br />
- If you have excluded a forum from the list of forums that provide feeds, it is unaffected</p>
<p>The fix for the issue is a single line change inside of feed.php, line 525 has changed from:</p>
<p><code><strong>$forum_ids = array_keys($auth->acl_getf('f_read'));</strong></code></p>
<p>to:</p>
<p><code><strong>$forum_ids = array_keys($auth->acl_getf('f_read', true));</strong></code></p>
<p>There were no other changes, in particular neither style nor language changes.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
If you are using <strong>phpBB 3.0.7</strong> it is strongly recommend to upgrade it immediately to to <strong>phpBB 3.0.7-PL1</strong> version.</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm' rel='bookmark' title='Permanent Link: Security vulnerabilities found in HyperVM and LXadmin/Kloxo'>Security vulnerabilities found in HyperVM and LXadmin/Kloxo</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/curl_exec-has-been-disabled-for-security-reasons-in-wordpress-27.htm' rel='bookmark' title='Permanent Link: curl_exec() has been disabled for security reasons in Wordpress 2.7'>curl_exec() has been disabled for security reasons in Wordpress 2.7</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/phpbb-3-0-7-security-vulnerability.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Error Class XsltProcessor not found</title>
		<link>http://blog.webhostingdiscussion.net/webhosting/php-error-class-xsltprocessor-not-found.htm</link>
		<comments>http://blog.webhostingdiscussion.net/webhosting/php-error-class-xsltprocessor-not-found.htm#comments</comments>
		<pubDate>Wed, 10 Feb 2010 05:12:23 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Enable XsltProcessor on WHM server]]></category>
		<category><![CDATA[install XsltProcessor on cPanel server]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18212</guid>
		<description><![CDATA[If you receive an error &#8220;Class &#8216;XsltProcessor&#8217; not found&#8221; in your website then it means that XSL extension is not installed on your server. You will require installing PHP XSL extension.
Error: Fatal error: Class &#8216;XsltProcessor&#8217; not found in /path/to/filename.php on line XXX
Depending on the server platform / operating system, the installation method may differ. 
If [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/programming-languages/phpmailer-error-mailer-error-language-string-failed-to-load-recipients_failed.htm' rel='bookmark' title='Permanent Link: phpmailer error : Mailer Error: Language string failed to load: recipients_failed'>phpmailer error : Mailer Error: Language string failed to load: recipients_failed</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanelwhm-configuration.htm' rel='bookmark' title='Permanent Link: cPanel/WHM configuration'>cPanel/WHM configuration</a></li>
<li><a href='http://blog.webhostingdiscussion.net/programming-languages/error-mysql-said-too-many-connections.htm' rel='bookmark' title='Permanent Link: error :: MySQL said: Too many connections'>error :: MySQL said: Too many connections</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you receive an error &#8220;Class &#8216;XsltProcessor&#8217; not found&#8221; in your website then it means that XSL extension is not installed on your server. You will require installing PHP XSL extension.</p>
<p><strong>Error: Fatal error: Class &#8216;XsltProcessor&#8217; not found in /path/to/filename.php on line XXX</strong></p>
<p>Depending on the server platform / operating system, the installation method may differ. </p>
<p>If you are using cPanel control panel, you will require to recompile your Apache and PHP to enable this PHP extension. </p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/programming-languages/phpmailer-error-mailer-error-language-string-failed-to-load-recipients_failed.htm' rel='bookmark' title='Permanent Link: phpmailer error : Mailer Error: Language string failed to load: recipients_failed'>phpmailer error : Mailer Error: Language string failed to load: recipients_failed</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanelwhm-configuration.htm' rel='bookmark' title='Permanent Link: cPanel/WHM configuration'>cPanel/WHM configuration</a></li>
<li><a href='http://blog.webhostingdiscussion.net/programming-languages/error-mysql-said-too-many-connections.htm' rel='bookmark' title='Permanent Link: error :: MySQL said: Too many connections'>error :: MySQL said: Too many connections</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/webhosting/php-error-class-xsltprocessor-not-found.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:39:52 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[adsttnmq1 attack]]></category>
		<category><![CDATA[adsttnmq1/sdioyslkjs2 attack]]></category>
		<category><![CDATA[I've been hacked! - adsttnmq1]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18210</guid>
		<description><![CDATA[Recently I faced problem with one of the websites in which there were many links added automatically in the index page. The FTP password was reset many times but it didn&#8217;t fix the problem. Even there was no logs for FTP access for this website.
After checking all the files/folders of this website, I found some [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/getting-website-traffic.htm' rel='bookmark' title='Permanent Link: Getting Website traffic'>Getting Website traffic</a></li>
<li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/increase-link-popularity-in-google.htm' rel='bookmark' title='Permanent Link: Increase link popularity in Google'>Increase link popularity in Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm' rel='bookmark' title='Permanent Link: Reported Attack Site by Google'>Reported Attack Site by Google</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently I faced problem with one of the websites in which there were many links added automatically in the index page. The FTP password was reset many times but it didn&#8217;t fix the problem. Even there was no logs for FTP access for this website.</p>
<p>After checking all the files/folders of this website, I found some suspicious files in one folder. There was a PHP script along with other files which was adding the spam links in the homepage. The script was simply called by attacker and they were passing some text file as a query string.</p>
<p>This is not an attack on the website but it seems they were adding the links just to populate their keywords in the search engine. I was not sure from where these malicious files were uploaded but after removing these files, I have not faced the problem again.</p>
<p>Just for the information, the link code was started using <adsttnmq1> tag.</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/getting-website-traffic.htm' rel='bookmark' title='Permanent Link: Getting Website traffic'>Getting Website traffic</a></li>
<li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/increase-link-popularity-in-google.htm' rel='bookmark' title='Permanent Link: Increase link popularity in Google'>Increase link popularity in Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm' rel='bookmark' title='Permanent Link: Reported Attack Site by Google'>Reported Attack Site by Google</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prevent the user nobody from sending email from cPanel server</title>
		<link>http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/prevent-the-user-nobody-from-sending-email-from-cpanel-server.htm</link>
		<comments>http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/prevent-the-user-nobody-from-sending-email-from-cpanel-server.htm#comments</comments>
		<pubDate>Sun, 13 Dec 2009 07:11:41 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[cPanel Hosting Tutorials]]></category>
		<category><![CDATA[cPanel PHP mail() issue]]></category>
		<category><![CDATA[PHP mail() not working with cPanel WHM]]></category>
		<category><![CDATA[Spam mails sent via nobody user cPanel]]></category>
		<category><![CDATA[Spam mails sent via nobody user in WHM]]></category>
		<category><![CDATA[WHM PHP mail() issue]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18208</guid>
		<description><![CDATA[If you are running PHP script as an Apache user on cPanel server, it is difficult to find the account if someone sends large amount of emails via PHP script. It is due to the fact that all emails will be sent as a nobody user. cPanel provides settings to block emails which are sent [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/transfer-a-web-site-from-one-server-to-another-using-cpanelwhm.htm' rel='bookmark' title='Permanent Link: Transfer a web site from one server to another using cpanel/whm'>Transfer a web site from one server to another using cpanel/whm</a></li>
<li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm' rel='bookmark' title='Permanent Link: create an email account in cpanel'>create an email account in cpanel</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-for-windows-cpanel-enkompass.htm' rel='bookmark' title='Permanent Link: cPanel for Windows &#8211; cPanel Enkompass'>cPanel for Windows &#8211; cPanel Enkompass</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are running PHP script as an Apache user on cPanel server, it is difficult to find the account if someone sends large amount of emails via PHP script. It is due to the fact that all emails will be sent as a nobody user. cPanel provides settings to block emails which are sent via nobody user. To enable this option, follow the below steps:</p>
<p>- Login to your WHM.</p>
<p>- Go to <strong>Server Configuration</strong> -> <strong>Tweak Settings</strong>.</p>
<p>-  Select option &#8220;<strong>Prevent the user &#8220;nobody&#8221; from sending out mail to remote addresses (PHP and CGI scripts generally run as nobody if you are not using PHPSuexec and Suexec respectively.)</strong>&#8221; and save it.</p>
<p>Please note if PHP processes are running as a nobody user and you enable above option, your clients will not be able to send emails outside their domains using <strong>PHP mail() </strong>function.</p>
<p><strong>Kailash Aghera</strong></p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/transfer-a-web-site-from-one-server-to-another-using-cpanelwhm.htm' rel='bookmark' title='Permanent Link: Transfer a web site from one server to another using cpanel/whm'>Transfer a web site from one server to another using cpanel/whm</a></li>
<li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm' rel='bookmark' title='Permanent Link: create an email account in cpanel'>create an email account in cpanel</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-for-windows-cpanel-enkompass.htm' rel='bookmark' title='Permanent Link: cPanel for Windows &#8211; cPanel Enkompass'>cPanel for Windows &#8211; cPanel Enkompass</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/prevent-the-user-nobody-from-sending-email-from-cpanel-server.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress and mod_security2 issues</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/wordpress-and-mod_security2-issues.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/wordpress-and-mod_security2-issues.htm#comments</comments>
		<pubDate>Sun, 29 Nov 2009 05:24:19 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[Bypass ModSecurity rules for Wordpress]]></category>
		<category><![CDATA[unable to post due to mod_security]]></category>
		<category><![CDATA[Wordpress and ModSecurity issues]]></category>
		<category><![CDATA[Wordpress and ModSecurity problem]]></category>
		<category><![CDATA[Wordpress and mod_security issues]]></category>
		<category><![CDATA[Wordpress insert image issue with ModSecurity]]></category>
		<category><![CDATA[Wordpress not working with mod_security]]></category>
		<category><![CDATA[Wordpress upload image problem due to ModSecurity]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18192</guid>
		<description><![CDATA[ModSecurity is an open source web application firewall. This helps to prevent attacks on websites, SQL injection, command execution via browser etc. However, this may break some application installed in your website. With ModSecurity2, you can not bypass any rule by ID from your .htaccess file.
If your hosting provider has enabled mod_security with Apache, you [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>ModSecurity is an open source web application firewall. This helps to prevent attacks on websites, SQL injection, command execution via browser etc. However, this may break some application installed in your website. With ModSecurity2, you can not bypass any rule by ID from your .htaccess file.</p>
<p>If your hosting provider has enabled mod_security with Apache, you may face some problem to post topic, upload images, insert images in the post etc. Since ModSecurity2 does not allow to bypass rules by ID via .htaccess, you will have to contact your hosting provider to bypass some rules for your website. ModSecurity provides facility to bypass rules based on the location. You will require to create global whitelist configuration file to bypass certain rules based on the location. </p>
<p>Recently, I faced problem to upload and insert images in the post. After reading some websites, I found some global rules which I bypassed some ModSecurity rules using global whitelist configuration file which fixed my problem. The rules that I bypassed are as follow (I have put space before LocationMatch and /LocationMatch. Remove that space in your configuration file):</p>
<p><code><strong><br />
< LocationMatch "/wp-admin/post.php"><br />
  SecRuleRemoveById 300015 300016 300017 950907 950005 950006 960008 960011 960904<br />
  SecRuleRemoveById phpids-17<br />
  SecRuleRemoveById phpids-20<br />
  SecRuleRemoveById phpids-21<br />
  SecRuleRemoveById phpids-30<br />
  SecRuleRemoveById phpids-61<br />
< /LocationMatch></p>
<p>< LocationMatch "/wp-admin/admin-ajax.php"><br />
  SecRuleRemoveById 300015 300016 300017 950907 950005 950006 960008 960011 960904<br />
  SecRuleRemoveById phpids-17<br />
  SecRuleRemoveById phpids-20<br />
  SecRuleRemoveById phpids-21<br />
  SecRuleRemoveById phpids-30<br />
  SecRuleRemoveById phpids-61<br />
< /LocationMatch></p>
<p>< LocationMatch "/wp-admin/page.php"><br />
  SecRuleRemoveById 300015 300016 300017 950907 950005 950006 960008 960011 960904<br />
  SecRuleRemoveById phpids-17<br />
  SecRuleRemoveById phpids-20<br />
  SecRuleRemoveById phpids-21<br />
  SecRuleRemoveById phpids-30<br />
  SecRuleRemoveById phpids-61<br />
< /LocationMatch></p>
<p>< LocationMatch "/wp-admin/options.php"><br />
  SecRuleRemoveById 300015 300016 300017 950907 950005 950006 960008 960011 960904<br />
  SecRuleRemoveById phpids-17<br />
  SecRuleRemoveById phpids-20<br />
  SecRuleRemoveById phpids-21<br />
  SecRuleRemoveById phpids-30<br />
  SecRuleRemoveById phpids-61<br />
< /LocationMatch></p>
<p>< LocationMatch "/wp-admin/theme-editor.php"><br />
  SecRuleRemoveById 300015 300016 300017 950907 950005 950006 960008 960011 960904<br />
  SecRuleRemoveById phpids-17<br />
  SecRuleRemoveById phpids-20<br />
  SecRuleRemoveById phpids-21<br />
  SecRuleRemoveById phpids-30<br />
  SecRuleRemoveById phpids-61<br />
< /LocationMatch></p>
<p>< LocationMatch "/wp-includes/"><br />
  SecRuleRemoveById 960010 960012 950006<br />
  SecRuleRemoveById phpids-17<br />
  SecRuleRemoveById phpids-20<br />
  SecRuleRemoveById phpids-21<br />
  SecRuleRemoveById phpids-30<br />
  SecRuleRemoveById phpids-61<br />
< /LocationMatch></strong></code></p>
<p>Hope this will help others who are facing the similar problem in their Wordpress blog with mod_security.</p>
<p><strong>Kailash Aghera</strong></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/wordpress-and-mod_security2-issues.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Start/Restart/Stop iptables and auto start at boot</title>
		<link>http://blog.webhostingdiscussion.net/linux-commands/how-to-startrestartstop-iptables-and-auto-start-at-boot.htm</link>
		<comments>http://blog.webhostingdiscussion.net/linux-commands/how-to-startrestartstop-iptables-and-auto-start-at-boot.htm#comments</comments>
		<pubDate>Fri, 09 Oct 2009 04:49:42 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Check iptables status in Linux]]></category>
		<category><![CDATA[How To retart iptables in Linux]]></category>
		<category><![CDATA[How To Start iptables in Linux]]></category>
		<category><![CDATA[how to stop iptables in Linux]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18187</guid>
		<description><![CDATA[You can use the following commands to start/restart/stop iptables on your Linux server:
To start iptables:
service iptables start
To stop iptables:
service iptables stop
To restart iptables:
service iptables restart
You can determine whether iptables is running or not using following command:
service iptables status
You can also configured iptables to start automatically on boot. You will need to use chkconfig command to [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/command-to-restart-dns-service.htm' rel='bookmark' title='Permanent Link: command to restart DNS service'>command to restart DNS service</a></li>
<li><a href='http://blog.webhostingdiscussion.net/operating-systems/requirement-of-bootini-file-on-windows.htm' rel='bookmark' title='Permanent Link: Requirement of Boot.ini file on Windows'>Requirement of Boot.ini file on Windows</a></li>
<li><a href='http://blog.webhostingdiscussion.net/operating-systems/system-is-not-booting.htm' rel='bookmark' title='Permanent Link: System is not booting'>System is not booting</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can use the following commands to start/restart/stop iptables on your Linux server:</p>
<p>To start iptables:<br />
<strong>service iptables start</strong></p>
<p>To stop iptables:<br />
<strong>service iptables stop</strong></p>
<p>To restart iptables:<br />
<strong>service iptables restart</strong></p>
<p>You can determine whether iptables is running or not using following command:</p>
<p><strong>service iptables status</strong></p>
<p>You can also configured iptables to start automatically on boot. You will need to use chkconfig command to turn it on:</p>
<p><strong>chkconfig iptables on</strong></p>
<p>To use above commands, you will need the root access of your server.</p>
<p>Kailash</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/command-to-restart-dns-service.htm' rel='bookmark' title='Permanent Link: command to restart DNS service'>command to restart DNS service</a></li>
<li><a href='http://blog.webhostingdiscussion.net/operating-systems/requirement-of-bootini-file-on-windows.htm' rel='bookmark' title='Permanent Link: Requirement of Boot.ini file on Windows'>Requirement of Boot.ini file on Windows</a></li>
<li><a href='http://blog.webhostingdiscussion.net/operating-systems/system-is-not-booting.htm' rel='bookmark' title='Permanent Link: System is not booting'>System is not booting</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/linux-commands/how-to-startrestartstop-iptables-and-auto-start-at-boot.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel for Windows &#8211; cPanel Enkompass</title>
		<link>http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-for-windows-cpanel-enkompass.htm</link>
		<comments>http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-for-windows-cpanel-enkompass.htm#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:53:21 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Business NEWS]]></category>
		<category><![CDATA[Web Hosting Control Panels]]></category>
		<category><![CDATA[cPanel for Windows]]></category>
		<category><![CDATA[cPanel on IIS 7]]></category>
		<category><![CDATA[cPanl for Windows 2008]]></category>
		<category><![CDATA[Enkompass Beta version]]></category>
		<category><![CDATA[Enkompass for windows 2008]]></category>
		<category><![CDATA[Enkompass on IIS 7]]></category>
		<category><![CDATA[WHM for Windows]]></category>
		<category><![CDATA[WHM for Windows 2008]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18179</guid>
		<description><![CDATA[cPanel, the leading Web hosting control panel software provider, has released their beta product Enkompass for Windows Server 2008. Enkompass installs on one IIS7 Server and reaches out to host web sites on multiple web servers, mail servers and database servers and we can add servers easily to expand our capacity.
cPanel is planning to provide [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/general/cpanelwhm-web-host-manager-and-helm-control-panel.htm' rel='bookmark' title='Permanent Link: cPanel/WHM (Web Host Manager) and HELM control panel'>cPanel/WHM (Web Host Manager) and HELM control panel</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/transfer-a-web-site-from-one-server-to-another-using-cpanelwhm.htm' rel='bookmark' title='Permanent Link: Transfer a web site from one server to another using cpanel/whm'>Transfer a web site from one server to another using cpanel/whm</a></li>
<li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/how-to-change-mysql-database-collation-from-phpmyadmin-in-cpanel.htm' rel='bookmark' title='Permanent Link: How to change MySQL database collation from phpMyAdmin in cPanel'>How to change MySQL database collation from phpMyAdmin in cPanel</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>cPanel, the leading Web hosting control panel software provider, has released their beta product Enkompass for Windows Server 2008. Enkompass installs on one IIS7 Server and reaches out to host web sites on multiple web servers, mail servers and database servers and we can add servers easily to expand our capacity.</p>
<p>cPanel is planning to provide almost all features which are currently available in cPanel/WHM. They have not committed however. Below are the expected features of Enkompass:</p>
<p><strong><u>Administrator/Reseller Interface Features:</u></strong><br />
<strong><br />
[1] Server configuration</strong><br />
- Admin Password<br />
- Tweak Settings<br />
- Manage Servers</p>
<p><strong>[2] Support</strong><br />
- Support Center	</p>
<p><strong>[3] Reseller</strong><br />
- Reseller Center<br />
- Show Reseller Accounts</p>
<p><strong>[4] Languages</strong><br />
- Clone/Create a New Language<br />
- Upload a Language File<br />
- Download/Delete a Language File</p>
<p><strong>[5] Backup</strong><br />
- Configure Backup<br />
- Restore Backups</p>
<p><strong>[6] Account information</strong><br />
- List Accounts<br />
- List Parked Domains<br />
- List Subdomains</p>
<p><strong>[7] Account functions</strong><br />
- Create a New Account<br />
- Modify an Account<br />
- Password Modification<br />
- Quota Modification<br />
- Suspend Unsuspend Accounts<br />
- Terminate an Account<br />
- Restart Users Websites</p>
<p><strong>[8] Multi – Account Functions</strong><br />
- Modify/Upgrade Multiple Accounts<br />
- Terminate Multiple Accounts</p>
<p><strong>[9] Plans</strong><br />
- Add Plans<br />
- Edit/Delete Plans<br />
- Copy plans<br />
<strong><br />
[10] DNS Functions</strong><br />
- Add DNS Zone<br />
- Delete a Zone<br />
- Edit MX entry<br />
- Park a Domain</p>
<p><strong>[11] MySQL Services</strong><br />
- Change a MySQL User Password<br />
- Check/Repair a Database</p>
<p><strong>[12] MS SQL Services</strong><br />
- Change a MS SQL User Password<br />
- Repair a MS SQL Database</p>
<p><strong>[13] IP Functions</strong><br />
- Add a New IP Address<br />
- Show IP Address Usage<br />
- Show/Delete current IPs<br />
- Add Reserved IPs<br />
- Edit/Delete Reserved IPs</p>
<p><strong>[14] System Health</strong><br />
- Current CPU Usage<br />
- Current Disk Usage<br />
- Current Running Processes</p>
<p><strong>[15] Themes</strong><br />
- Clone Theme</p>
<p><strong>[16] cPanel</strong><br />
- Modify WHM News</p>
<p><strong>[17] Server SSL / TLS</strong><br />
- Generate/Request a SSL Certificate<br />
- Install a SSL Certificate<br />
- Activate a SSL Certificate<br />
- Manage FTP Bindings</p>
<p><strong><u>End user features:</u></strong></p>
<p><strong>[1] Preferences</strong><br />
- Getting Started Wizard<br />
- Change User Password<br />
- Update Contact Info<br />
- Change Language<br />
- Branding Editor<br />
- Change Style<br />
- Shortcuts</p>
<p><strong>[2] Mail</strong><br />
- Submit a Support Request<br />
- Email Accounts<br />
- Log into Webmail<br />
- Mail Forwarders<br />
- Auto Responders<br />
- Default Address<br />
- Mailing Lists<br />
- MX Entry</p>
<p><strong>[3] Files</strong><br />
- Restore System Backups<br />
- User Backups<br />
- File Manager<br />
- Disk Space Usage<br />
- FTP Accounts</p>
<p><strong>[4] Logs</strong><br />
- Latest Visitors</p>
<p><strong>[5] Security</strong><br />
- Password Protect Directories<br />
- IP Deny Manager<br />
- SSL/TLS Manager</p>
<p><strong>[6] Domains</strong><br />
- Sub Domains<br />
- Addoon Domains<br />
- Parked Domains<br />
- Redirect Pages</p>
<p><strong>[7] Databases</strong><br />
- Create MySQL Database<br />
- Manage MySQL User<br />
- Create MS SQL Database<br />
- Manage MS SQL Users</p>
<p><strong>[8] Advanced</strong><br />
- MIME Types<br />
- Error Pages<br />
- Directory Browsing<br />
- Network Tools<br />
- WebHost Manager<br />
- Restart Websites</p>
<p>For more details, you may visit <a href="http://www.cpanel.net/windows/overview.html" target = "_blank">this article</a>.</p>
<p><strong>Kailash Aghera</strong></p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/general/cpanelwhm-web-host-manager-and-helm-control-panel.htm' rel='bookmark' title='Permanent Link: cPanel/WHM (Web Host Manager) and HELM control panel'>cPanel/WHM (Web Host Manager) and HELM control panel</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/transfer-a-web-site-from-one-server-to-another-using-cpanelwhm.htm' rel='bookmark' title='Permanent Link: Transfer a web site from one server to another using cpanel/whm'>Transfer a web site from one server to another using cpanel/whm</a></li>
<li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/how-to-change-mysql-database-collation-from-phpmyadmin-in-cpanel.htm' rel='bookmark' title='Permanent Link: How to change MySQL database collation from phpMyAdmin in cPanel'>How to change MySQL database collation from phpMyAdmin in cPanel</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-for-windows-cpanel-enkompass.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SmarterMail 6.x released</title>
		<link>http://blog.webhostingdiscussion.net/webhosting/smartermail-6-x-released.htm</link>
		<comments>http://blog.webhostingdiscussion.net/webhosting/smartermail-6-x-released.htm#comments</comments>
		<pubDate>Fri, 21 Aug 2009 05:19:36 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Business NEWS]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Download Smartermail 6.x]]></category>
		<category><![CDATA[Features of Smartermail 6.x]]></category>
		<category><![CDATA[Free Smartermail 6.x]]></category>
		<category><![CDATA[Free Version Smartermail 6.x]]></category>
		<category><![CDATA[New features of Smartermail 6.x]]></category>
		<category><![CDATA[Smartermail 6.x]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18173</guid>
		<description><![CDATA[Smartertools has released Smartermail 6.x with some new features. Some the features of Smartermail 6 are:
- SmarterMail 6.x provides businesses and hosting environments with powerful enterprise-level features and collaboration tools, including:
- Smartphone synchronization through Exchange ActiveSync, SyncML, and SmarterMail Sync technologies
- 97% antispam out-of-the-box that delivers comprehensive protection from spam and phishing messages
- Advanced Outlook [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/free-web-hosting.htm' rel='bookmark' title='Permanent Link: FREE Web Hosting'>FREE Web Hosting</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-for-windows-cpanel-enkompass.htm' rel='bookmark' title='Permanent Link: cPanel for Windows &#8211; cPanel Enkompass'>cPanel for Windows &#8211; cPanel Enkompass</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Smartertools has released <strong>Smartermail 6.x</strong> with some new features. Some the features of Smartermail 6 are:</p>
<p>- SmarterMail 6.x provides businesses and hosting environments with powerful enterprise-level features and collaboration tools, including:</p>
<p>- Smartphone synchronization through Exchange ActiveSync, SyncML, and SmarterMail Sync technologies</p>
<p>- 97% antispam out-of-the-box that delivers comprehensive protection from spam and phishing messages</p>
<p>- Advanced Outlook synchronization and collaboration</p>
<p>- Robust antivirus out-of-the-box that prevents costly downtime</p>
<p>- Detailed reporting at the server, domain, and mailbox levels to provide insight into mail server performance</p>
<p>- Events and notifications that help simplify and automate tasks</p>
<p>- Advanced message archiving compliant with Sarbanes-Oxley and HIPAA regulations</p>
<p>- Leading Web-based interface for administrators and users</p>
<p>You can download free edition from <a href="http://www.smartertools.com/SmarterMail/Free-Windows-Mail-Server.aspx" target = "_blank">Here</a></p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/free-web-hosting.htm' rel='bookmark' title='Permanent Link: FREE Web Hosting'>FREE Web Hosting</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-for-windows-cpanel-enkompass.htm' rel='bookmark' title='Permanent Link: cPanel for Windows &#8211; cPanel Enkompass'>cPanel for Windows &#8211; cPanel Enkompass</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/webhosting/smartermail-6-x-released.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>eNom Launches RichContent Website Service</title>
		<link>http://blog.webhostingdiscussion.net/business-news/enom-launches-richcontent-website-service.htm</link>
		<comments>http://blog.webhostingdiscussion.net/business-news/enom-launches-richcontent-website-service.htm#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:12:12 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Business NEWS]]></category>
		<category><![CDATA[eNom RichContent]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18170</guid>
		<description><![CDATA[ICANN accredited registrar, Enom Inc. announced, in a presentation at HostingCon, that it has launched its new RichContent service, a subscription service designed to provide website operators with article, blog and video content to supplement their existing site content.
The service, available as a reseller service to resellers of eNom’s web hosting and domain registration services, [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/website-builder-tool.htm' rel='bookmark' title='Permanent Link: Website Builder Tool'>Website Builder Tool</a></li>
<li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/getting-website-traffic.htm' rel='bookmark' title='Permanent Link: Getting Website traffic'>Getting Website traffic</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/free-web-hosting.htm' rel='bookmark' title='Permanent Link: FREE Web Hosting'>FREE Web Hosting</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>ICANN accredited registrar, Enom Inc. announced, in a presentation at HostingCon, that it has launched its new RichContent service, a subscription service designed to provide website operators with article, blog and video content to supplement their existing site content.</p>
<p>The service, available as a reseller service to resellers of eNom’s web hosting and domain registration services, as well as to hosting providers that don’t resell eNom’s other services, provides website operators with access to an enormous base of content that can be inserted into their own sites via a selection of widgets.</p>
<p>The objective of the service, says Sheridan, is to enable hosting providers to offer their customers a means of better engaging visitors to their sites, creating more successful projects among hosting customers.</p>
<p>“If we do our job right,” says Sheridan, “this is so easy and such a good end user experience that, basically, the compelling content will drive enough end user engagement that I want to start seeing a lift on hosting renewals.”</p>
<p>For more details on Enom RichContent, follow <a href="http://www.enom.com/richcontent/default.aspx" target ="_blank">this link</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/website-builder-tool.htm' rel='bookmark' title='Permanent Link: Website Builder Tool'>Website Builder Tool</a></li>
<li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/getting-website-traffic.htm' rel='bookmark' title='Permanent Link: Getting Website traffic'>Getting Website traffic</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/free-web-hosting.htm' rel='bookmark' title='Permanent Link: FREE Web Hosting'>FREE Web Hosting</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/business-news/enom-launches-richcontent-website-service.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reported Attack Site by Google</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm#comments</comments>
		<pubDate>Wed, 12 Aug 2009 05:52:35 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[firefox - Reported Attack Site]]></category>
		<category><![CDATA[how to remove reported attack site!]]></category>
		<category><![CDATA[Remove Reported Attack Site tag]]></category>
		<category><![CDATA[Reported attack site - This site may harm your computer]]></category>
		<category><![CDATA[site blocked - Reported Attack Site]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18168</guid>
		<description><![CDATA[You might have seen many web sites marked as &#8220;Reported Attack Site!&#8221; by Google with following message:
&#8220;This web site at XXXXX.com has been reported as an attack site and has been blocked based on your security preferences.
Attack sites try to install programs that steal private information, use your computer to attack others, or damage your [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/iframe-hacking-javascript-hacking.htm' rel='bookmark' title='Permanent Link: IFrame Hacking &#8211; JavaScript Hacking'>IFrame Hacking &#8211; JavaScript Hacking</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/this-site-may-harm-your-computer-on-every-google-search-result.htm' rel='bookmark' title='Permanent Link: &#8220;This site may harm your computer&#8221; on every Google search result ??'>&#8220;This site may harm your computer&#8221; on every Google search result ??</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm' rel='bookmark' title='Permanent Link: Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack'>Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You might have seen many web sites marked as &#8220;Reported Attack Site!&#8221; by Google with following message:</p>
<p>&#8220;<strong><em>This web site at XXXXX.com has been reported as an attack site and has been blocked based on your security preferences.</p>
<p>Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.</p>
<p>Some attack sites intentionally distribute harmful software, but many are compromised without the knowledge or permission of their owners.</em></strong>&#8221;</p>
<p>Now a day, such type of attacks on the web sites are common. There are few reasons in which Google marks the web site as harmful site. Some of them are as follow:</p>
<p>[1] If your web site pages are infected with malicious IFrame or JavaScript code. Generally, such Iframe and JavaScript codes link your web site to another maleware site.</p>
<p>[2] Your site is hosting phishing page.</p>
<p>There are many reasons for JavaScript and Iframe code injection in your web sites.</p>
<p>[1] If you have installed updated version of third party scripts, template, theme etc.</p>
<p>[2] The tird party scripts which you are using in your web site are not secure.</p>
<p>[3] Your FTP password is compromised.</p>
<p>[4] The system from which you are managing your web site is infected by Maleware, Trojan, Spyware, Virus etc.</p>
<p>[5] Insecure folder permissions set in your web site. </p>
<p>To remove &#8220;Reported Attack Site!&#8221; tag from your web site at the earliest, you can use Google Webmaster Tools to analyze your web site. Using this tools, you can easily find the infected pages of your web site and then you can resubmit the request to Google.</p>
<p>Hope this will help you! <img src='http://blog.webhostingdiscussion.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/iframe-hacking-javascript-hacking.htm' rel='bookmark' title='Permanent Link: IFrame Hacking &#8211; JavaScript Hacking'>IFrame Hacking &#8211; JavaScript Hacking</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/this-site-may-harm-your-computer-on-every-google-search-result.htm' rel='bookmark' title='Permanent Link: &#8220;This site may harm your computer&#8221; on every Google search result ??'>&#8220;This site may harm your computer&#8221; on every Google search result ??</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm' rel='bookmark' title='Permanent Link: Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack'>Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Yahoo GeoCities is closing on October 26, 2009</title>
		<link>http://blog.webhostingdiscussion.net/business-news/yahoo-geocities-is-closing-on-october-26-2009.htm</link>
		<comments>http://blog.webhostingdiscussion.net/business-news/yahoo-geocities-is-closing-on-october-26-2009.htm#comments</comments>
		<pubDate>Thu, 16 Jul 2009 16:12:59 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Business NEWS]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18160</guid>
		<description><![CDATA[Yahoo GeoCities is closing on October 26, 2009. Today, I have received following email from them:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Dear Yahoo! UK &#38; Ireland GeoCities customer,
We&#8217;re writing to let you know that Yahoo! UK &#38; Ireland GeoCities, our free web site building service and community, is closing on October 26, 2009.
We have enjoyed hosting web sites created by Yahoo! [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/business-news/yahoo-360%c2%b0-is-closing-on-july-13-2009.htm' rel='bookmark' title='Permanent Link: Yahoo! 360° is closing on July 13, 2009'>Yahoo! 360° is closing on July 13, 2009</a></li>
<li><a href='http://blog.webhostingdiscussion.net/business-news/microsoft-may-buy-yahoo-search-business.htm' rel='bookmark' title='Permanent Link: Microsoft may buy Yahoo search business'>Microsoft may buy Yahoo search business</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/webhostingtalk-australia-is-acquired-by-inet-interactive.htm' rel='bookmark' title='Permanent Link: WebHostingTalk Australia is acquired by iNET Interactive'>WebHostingTalk Australia is acquired by iNET Interactive</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yahoo GeoCities is closing on October 26, 2009. Today, I have received following email from them:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Dear Yahoo! UK &amp; Ireland GeoCities customer,</p>
<p>We&#8217;re writing to let you know that Yahoo! UK &amp; Ireland GeoCities, our free web site building service and community, is closing on October 26, 2009.</p>
<p>We have enjoyed hosting web sites created by Yahoo! users all over the world, and we&#8217;re proud of the community you&#8217;ve built. However, we have decided to focus on helping our customers explore and build relationships online in other ways.</p>
<p>On October 26, 2009, your GeoCities site will no longer appear on the Web, and you will no longer be able to access your GeoCities account and files.</p>
<p>What You Need to Do<br />
If you&#8217;re no longer using your web site, you don&#8217;t need to do a thing, but if you&#8217;d like to move your web site, or save the images and other files you&#8217;ve posted online, you need to act now by downloading your files to your own computer.</p>
<p>To quickly download your published files and images, visit your GeoCities web site, right-click on each page, and choose Save Page As&#8230; from the menu that appears. Choose a location on your computer to save your files, then click OK or Save to save the HTML and images associated with your page. Learn more about downloading your files.</p>
<p>With your pages and images saved offline, you can re-create your site with any hosting provider you like, such as BT Web Hosting.</p>
<p>Please be aware that after October 26, your GeoCities files will be deleted from our servers, and will not be recoverable. If you&#8217;d like to save your files, you must download them now.</p>
<p>Another Way to Connect Online<br />
As a Yahoo! customer, you can now use your Yahoo! profile as a central point to manage your identity, activities, and interests across Yahoo! and make it easy to connect and share with the people who matter to you most.</p>
<p>You can get started anytime by adding your picture and other personal details, then invite friends and family to connect — even start your own blog. You&#8217;ll be able to follow the online activities of your connections across Yahoo!.</p>
<p>Setting up your profile is easy, and it&#8217;s free! Visit your profile now.</p>
<p>Don&#8217;t Wait<br />
We encourage you to save your files now. If you need assistance, please visit the help centre.</p>
<p>We want to thank you for being a GeoCities customer, and hope you continue to enjoy our other Yahoo! UK &amp; Ireland services.</p>
<p>Best regards,</p>
<p>The Yahoo! UK &amp; Ireland GeoCities team<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Fortunately, I do not have any important data on it but if you are using Yahoo GeoCities, you will need to download all your pages and images before they close this service.</p>
<p>Kailash</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/business-news/yahoo-360%c2%b0-is-closing-on-july-13-2009.htm' rel='bookmark' title='Permanent Link: Yahoo! 360° is closing on July 13, 2009'>Yahoo! 360° is closing on July 13, 2009</a></li>
<li><a href='http://blog.webhostingdiscussion.net/business-news/microsoft-may-buy-yahoo-search-business.htm' rel='bookmark' title='Permanent Link: Microsoft may buy Yahoo search business'>Microsoft may buy Yahoo search business</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/webhostingtalk-australia-is-acquired-by-inet-interactive.htm' rel='bookmark' title='Permanent Link: WebHostingTalk Australia is acquired by iNET Interactive'>WebHostingTalk Australia is acquired by iNET Interactive</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/business-news/yahoo-geocities-is-closing-on-october-26-2009.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yahoo! 360° is closing on July 13, 2009</title>
		<link>http://blog.webhostingdiscussion.net/business-news/yahoo-360%c2%b0-is-closing-on-july-13-2009.htm</link>
		<comments>http://blog.webhostingdiscussion.net/business-news/yahoo-360%c2%b0-is-closing-on-july-13-2009.htm#comments</comments>
		<pubDate>Sat, 04 Jul 2009 19:56:30 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Business NEWS]]></category>
		<category><![CDATA[Yahoo! 360° End of life]]></category>
		<category><![CDATA[Yahoo! 360° shutdown]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18154</guid>
		<description><![CDATA[You might have received the following email in your inbox if you are using Yahoo! 360°:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
Dear Yahoo! 360° customer,
On July 13, 2009, Yahoo! 360° will be closing and your new profile on Yahoo! will become the place where you connect with the people who matter to you most. With only fourteen days remaining, it’s important [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/business-news/yahoo-geocities-is-closing-on-october-26-2009.htm' rel='bookmark' title='Permanent Link: Yahoo GeoCities is closing on October 26, 2009'>Yahoo GeoCities is closing on October 26, 2009</a></li>
<li><a href='http://blog.webhostingdiscussion.net/business-news/microsoft-may-buy-yahoo-search-business.htm' rel='bookmark' title='Permanent Link: Microsoft may buy Yahoo search business'>Microsoft may buy Yahoo search business</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You might have received the following email in your inbox if you are using Yahoo! 360°:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<em>Dear Yahoo! 360° customer,</p>
<p>On July 13, 2009, Yahoo! 360° will be closing and your new profile on Yahoo! will become the place where you connect with the people who matter to you most. With only fourteen days remaining, it’s important for you to save any information you&#8217;d like to keep, and begin transferring your blog to your new profile. Anything not saved from your Yahoo! 360° account before July 13, 2009, will no longer be accessible. Here are some details to guide you through the transition.</p>
<p><strong>What you need to move to your new profile</strong><br />
Your 360° information will not be automatically transferred to your new profile on Yahoo!. To move your profile photo, nickname, and any personal status messages, you&#8217;ll need to first save or download them before July 13, 2009. Once you&#8217;ve saved this information, you can later upload it to your new profile. Be sure to head over to your new profile soon so you can make it look just the way you want.</p>
<p><strong>What to do with your blog</strong><br />
Be sure to take your blog with you as part of this transition process. To help, we&#8217;ve built a blogging tool for you in your new profile on Yahoo!. We&#8217;ve made the move easy; it takes just one click to take your posts with you. If you&#8217;d prefer to take your blog to a different website instead, you can download an archive of your posts and transfer them to your new blog space. Click here to read more about your blogging options.</p>
<p><strong>Some content will not be supported in your new profile</strong><br />
Please note that your new profile will not allow mature content. Also, you will not be able to take the following with you to your new profile: your 360° inbox, testimonials, friend categories, local reviews, RSS feeds, tags, or custom theme. If you want to retain any of this material, we strongly recommend that you return to your pages and download it before July 13, 2009.<br />
<strong><br />
Your privacy settings are retained</strong><br />
Your privacy is important to us. Both your new profile and your blog contents will be set to &#8220;private&#8221;. This means unless you change the setting, you will be the only one able to see your profile.</p>
<p>To help you through this transition, we&#8217;ve compiled a list of the most frequently asked questions and resources here.</p>
<p>Thank you for using Yahoo! 360°. We look forward to seeing you in your new profile on Yahoo!.</p>
<p>The Yahoo! Profile Team</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Yes, Yahoo is going to close Yahoo 360 service from July 13, 2009 onwards. If you have any information on Yahoo 360 then make sure to save or download your existing 360 information before this date to keep from losing it.</p>
<p>Kailash</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/business-news/yahoo-geocities-is-closing-on-october-26-2009.htm' rel='bookmark' title='Permanent Link: Yahoo GeoCities is closing on October 26, 2009'>Yahoo GeoCities is closing on October 26, 2009</a></li>
<li><a href='http://blog.webhostingdiscussion.net/business-news/microsoft-may-buy-yahoo-search-business.htm' rel='bookmark' title='Permanent Link: Microsoft may buy Yahoo search business'>Microsoft may buy Yahoo search business</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/business-news/yahoo-360%c2%b0-is-closing-on-july-13-2009.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Alternative for HyperVM and Kloxo/Lxadmin</title>
		<link>http://blog.webhostingdiscussion.net/webhosting/alternative-for-hypervm-and-kloxolxadmin.htm</link>
		<comments>http://blog.webhostingdiscussion.net/webhosting/alternative-for-hypervm-and-kloxolxadmin.htm#comments</comments>
		<pubDate>Thu, 18 Jun 2009 06:07:53 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Alternatives for HyperVM]]></category>
		<category><![CDATA[Alternatives for LXAdmin/Kloxo]]></category>
		<category><![CDATA[HyperVM Alternative]]></category>
		<category><![CDATA[Kloxo/LXAdmin alternative]]></category>
		<category><![CDATA[Migrate from HyperVM]]></category>
		<category><![CDATA[Migrate from LXadmin/Kloxo]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18151</guid>
		<description><![CDATA[Recently, there were multiple security hyperVM discovered in HyperVM and Lxadmin/Kloxo. Though they have released patches to fix these vulnerabilities but still we are unsure that it has fixed all the vulnerabilities in HyperVM and LXAdmin/Kloxo. Many people already moved to alternative control panel. 
Below are the list of alternatives available for HyperVM and LXAdmin/Koloxo:
Alternatives [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm' rel='bookmark' title='Permanent Link: Security vulnerabilities found in HyperVM and LXadmin/Kloxo'>Security vulnerabilities found in HyperVM and LXadmin/Kloxo</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/hypervm-comprehensive-virtualization-software-and-vps-solution.htm' rel='bookmark' title='Permanent Link: HyperVM comprehensive Virtualization software and VPS solution'>HyperVM comprehensive Virtualization software and VPS solution</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/parallels-releases-plesk-billing-60-modernbill.htm' rel='bookmark' title='Permanent Link: Parallels Releases Plesk Billing 6.0 &#8211; Modernbill'>Parallels Releases Plesk Billing 6.0 &#8211; Modernbill</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently, there were multiple security hyperVM discovered in HyperVM and Lxadmin/Kloxo. Though they have released patches to fix these vulnerabilities but still we are unsure that it has fixed all the vulnerabilities in HyperVM and LXAdmin/Kloxo. Many people already moved to alternative control panel. </p>
<p>Below are the list of alternatives available for HyperVM and LXAdmin/Koloxo:</p>
<p><strong>Alternatives for HyperVM:</strong><br />
- <a href="http://ispsystem.com/en/software/vdsmanager/" target ="_blank">VDSmanager</a><br />
<strong><br />
Alternatives for LXAdmin/Kloxo:</strong><br />
- cPanel<br />
- Plesk</p>
<p>Your comments are invited. If you have any another alternative you can update in this post.</p>
<p>Kailash</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm' rel='bookmark' title='Permanent Link: Security vulnerabilities found in HyperVM and LXadmin/Kloxo'>Security vulnerabilities found in HyperVM and LXadmin/Kloxo</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/hypervm-comprehensive-virtualization-software-and-vps-solution.htm' rel='bookmark' title='Permanent Link: HyperVM comprehensive Virtualization software and VPS solution'>HyperVM comprehensive Virtualization software and VPS solution</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/parallels-releases-plesk-billing-60-modernbill.htm' rel='bookmark' title='Permanent Link: Parallels Releases Plesk Billing 6.0 &#8211; Modernbill'>Parallels Releases Plesk Billing 6.0 &#8211; Modernbill</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/webhosting/alternative-for-hypervm-and-kloxolxadmin.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 is available now</title>
		<link>http://blog.webhostingdiscussion.net/webhosting/wordpress-28-is-available-now.htm</link>
		<comments>http://blog.webhostingdiscussion.net/webhosting/wordpress-28-is-available-now.htm#comments</comments>
		<pubDate>Thu, 11 Jun 2009 06:55:01 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[download wordpress 2.8]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18149</guid>
		<description><![CDATA[The latest stable release of WordPress (Version 2.8) is available now. Get the latest version form here


Related posts:How to upgrade to Wordpress 2.7
curl_exec() has been disabled for security reasons in Wordpress 2.7
WordPress 2.7 is coming to WordPress.com on Thursday, December 4, 2008



Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/how-to-upgrade-to-wordpress-27.htm' rel='bookmark' title='Permanent Link: How to upgrade to Wordpress 2.7'>How to upgrade to Wordpress 2.7</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/curl_exec-has-been-disabled-for-security-reasons-in-wordpress-27.htm' rel='bookmark' title='Permanent Link: curl_exec() has been disabled for security reasons in Wordpress 2.7'>curl_exec() has been disabled for security reasons in Wordpress 2.7</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/wordpress-27-is-coming-to-wordpresscom-on-thursday-december-4-2008.htm' rel='bookmark' title='Permanent Link: WordPress 2.7 is coming to WordPress.com on Thursday, December 4, 2008'>WordPress 2.7 is coming to WordPress.com on Thursday, December 4, 2008</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The latest stable release of WordPress (Version 2.8) is available now. Get the latest version form <a href="http://wordpress.org/download/">here</a></p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/how-to-upgrade-to-wordpress-27.htm' rel='bookmark' title='Permanent Link: How to upgrade to Wordpress 2.7'>How to upgrade to Wordpress 2.7</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/curl_exec-has-been-disabled-for-security-reasons-in-wordpress-27.htm' rel='bookmark' title='Permanent Link: curl_exec() has been disabled for security reasons in Wordpress 2.7'>curl_exec() has been disabled for security reasons in Wordpress 2.7</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/wordpress-27-is-coming-to-wordpresscom-on-thursday-december-4-2008.htm' rel='bookmark' title='Permanent Link: WordPress 2.7 is coming to WordPress.com on Thursday, December 4, 2008'>WordPress 2.7 is coming to WordPress.com on Thursday, December 4, 2008</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/webhosting/wordpress-28-is-available-now.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Security vulnerabilities found in HyperVM and LXadmin/Kloxo</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm#comments</comments>
		<pubDate>Tue, 09 Jun 2009 05:06:46 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[hyperVM in Lxadmin/Kloxo]]></category>
		<category><![CDATA[vulnerabilities in HyperVM]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18145</guid>
		<description><![CDATA[Recently, there were multiple security hyperVM discovered in hyperVM and Lxadmin/Kloxo and they had instructed to upgrade hyperVM/Kloxo systems to the latest version as soon as possible. If you have still not upgraded your HyperVM/Kloxo systems then it&#8217;s time to upgrade the system. They have not yet posted the vulnerabilities but according to them they [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/alternative-for-hypervm-and-kloxolxadmin.htm' rel='bookmark' title='Permanent Link: Alternative for HyperVM and Kloxo/Lxadmin'>Alternative for HyperVM and Kloxo/Lxadmin</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/hypervm-comprehensive-virtualization-software-and-vps-solution.htm' rel='bookmark' title='Permanent Link: HyperVM comprehensive Virtualization software and VPS solution'>HyperVM comprehensive Virtualization software and VPS solution</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/which-virtulization-software-is-good.htm' rel='bookmark' title='Permanent Link: Which virtualization software is good?'>Which virtualization software is good?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently, there were multiple <a href="http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm">security</a> hyperVM discovered in hyperVM and Lxadmin/Kloxo and they had instructed to upgrade hyperVM/Kloxo systems to the latest version as soon as possible. If you have still not upgraded your HyperVM/Kloxo systems then it&#8217;s time to upgrade the system. They have not yet posted the vulnerabilities but according to them they will post within next few days.</p>
<p>To upgrade <a href="http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm">hyperVM</a> or Kloxo master, Run:</p>
<p>/script/upcp</p>
<p>If you do not upgrade your system then there is a chance that someone can compromise your server and take full control on your server.</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/alternative-for-hypervm-and-kloxolxadmin.htm' rel='bookmark' title='Permanent Link: Alternative for HyperVM and Kloxo/Lxadmin'>Alternative for HyperVM and Kloxo/Lxadmin</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/hypervm-comprehensive-virtualization-software-and-vps-solution.htm' rel='bookmark' title='Permanent Link: HyperVM comprehensive Virtualization software and VPS solution'>HyperVM comprehensive Virtualization software and VPS solution</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/which-virtulization-software-is-good.htm' rel='bookmark' title='Permanent Link: Which virtualization software is good?'>Which virtualization software is good?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change MySQL database collation from phpMyAdmin in cPanel</title>
		<link>http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/how-to-change-mysql-database-collation-from-phpmyadmin-in-cpanel.htm</link>
		<comments>http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/how-to-change-mysql-database-collation-from-phpmyadmin-in-cpanel.htm#comments</comments>
		<pubDate>Tue, 05 May 2009 04:40:15 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[cPanel Hosting Tutorials]]></category>
		<category><![CDATA[cPanel MySQL collation]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18142</guid>
		<description><![CDATA[Sometime you may require to change MySQL collation to use foreign character encoding. There are many ways to change MySQL collation. Here are the steps to change MySQL collation from phpMyAdmin in cPanel:
[1] Login to your cPanel and click on &#8220;phpMyAdmin&#8221; icon.
[2] Click on your database name and the go to &#8220;Operations&#8221; tab.
[3] At the [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm' rel='bookmark' title='Permanent Link: create an email account in cpanel'>create an email account in cpanel</a></li>
<li><a href='http://blog.webhostingdiscussion.net/general/mysql.htm' rel='bookmark' title='Permanent Link: MySQL'>MySQL</a></li>
<li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/prevent-the-user-nobody-from-sending-email-from-cpanel-server.htm' rel='bookmark' title='Permanent Link: Prevent the user nobody from sending email from cPanel server'>Prevent the user nobody from sending email from cPanel server</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometime you may require to change MySQL <a href="http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/how-to-change-mysql-database-collation-from-phpmyadmin-in-cpanel.htm">collation</a> to use foreign character encoding. There are many ways to change MySQL collation. Here are the steps to change MySQL collation from phpMyAdmin in cPanel:</p>
<p>[1] Login to your cPanel and click on &#8220;phpMyAdmin&#8221; icon.<br />
[2] Click on your database name and the go to &#8220;Operations&#8221; tab.<br />
[3] At the bottom of the page you will see the collation option. You can now select a collation from the drop down menu and click on the Go button.</p>
<p>Please note that the new collation will be set for new tables only. Old table will use the previous collation under which they were created. If you want to use new <a href="http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/how-to-change-mysql-database-collation-from-phpmyadmin-in-cpanel.htm">collation</a> for already created tables, you will need to change collation for all tables.</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm' rel='bookmark' title='Permanent Link: create an email account in cpanel'>create an email account in cpanel</a></li>
<li><a href='http://blog.webhostingdiscussion.net/general/mysql.htm' rel='bookmark' title='Permanent Link: MySQL'>MySQL</a></li>
<li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/prevent-the-user-nobody-from-sending-email-from-cpanel-server.htm' rel='bookmark' title='Permanent Link: Prevent the user nobody from sending email from cPanel server'>Prevent the user nobody from sending email from cPanel server</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/how-to-change-mysql-database-collation-from-phpmyadmin-in-cpanel.htm/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Create a tar archive</title>
		<link>http://blog.webhostingdiscussion.net/linux-commands/create-a-tar-archive.htm</link>
		<comments>http://blog.webhostingdiscussion.net/linux-commands/create-a-tar-archive.htm#comments</comments>
		<pubDate>Sun, 03 May 2009 04:18:43 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[create tar.gz]]></category>
		<category><![CDATA[tar archive]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18139</guid>
		<description><![CDATA[Sometime, you may need to move some large folder from one server to another or you may require to take backup of user&#8217;s home directory. On Linux platform, you can use command tar to create an archive of the folder.
For example, if you want to create an archive for /home/user1 folder then use the following [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm' rel='bookmark' title='Permanent Link: create an email account in cpanel'>create an email account in cpanel</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometime, you may need to move some large folder from one server to another or you may require to take backup of user&#8217;s home directory. On Linux platform, you can use command tar to create an archive of the folder.</p>
<p>For example, if you want to create an archive for /home/user1 folder then use the following command:</p>
<p><strong>tar -pczf user1.tar.gz /home/user1</strong></p>
<p>For more options, you may refer the manual of this command. Use following command to get the details about all options:</p>
<p><strong>man tar</strong></p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm' rel='bookmark' title='Permanent Link: create an email account in cpanel'>create an email account in cpanel</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/linux-commands/create-a-tar-archive.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>create an email account in cpanel</title>
		<link>http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm</link>
		<comments>http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm#comments</comments>
		<pubDate>Tue, 28 Apr 2009 04:36:31 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[cPanel Hosting Tutorials]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18136</guid>
		<description><![CDATA[You can create an email account from cPanel in two easy steps. Follow the below steps to create an email account from cPanel (x3 theme):
[1] Login to your cPanel and click on &#8220;Email Accounts&#8221;.

[2] On next screen, enter the email account which you would like to create, enter the password twice and the quota. Now [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/how-to-change-mysql-database-collation-from-phpmyadmin-in-cpanel.htm' rel='bookmark' title='Permanent Link: How to change MySQL database collation from phpMyAdmin in cPanel'>How to change MySQL database collation from phpMyAdmin in cPanel</a></li>
<li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/prevent-the-user-nobody-from-sending-email-from-cpanel-server.htm' rel='bookmark' title='Permanent Link: Prevent the user nobody from sending email from cPanel server'>Prevent the user nobody from sending email from cPanel server</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-backup.htm' rel='bookmark' title='Permanent Link: cPanel Backup'>cPanel Backup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can create an email account from cPanel in two easy steps. Follow the below steps to create an email account from cPanel (x3 theme):</p>
<p>[1] Login to your cPanel and click on &#8220;Email Accounts&#8221;.</p>
<p><img src="http://www.webhostingdiscussion.net/cpanel-tutorials/create_email_account_1.jpg" alt="cPanel - Create an email account" /></p>
<p>[2] On next screen, enter the email account which you would like to create, enter the password twice and the quota. Now click on &#8220;Create&#8221; button.</p>
<p><img src="http://www.webhostingdiscussion.net/cpanel-tutorials/create_email_account_2.jpg" alt="cpanel - create an email account" /></p>
<p>That&#8217;s it. Now, the email account should be created in your cPanel.</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/how-to-change-mysql-database-collation-from-phpmyadmin-in-cpanel.htm' rel='bookmark' title='Permanent Link: How to change MySQL database collation from phpMyAdmin in cPanel'>How to change MySQL database collation from phpMyAdmin in cPanel</a></li>
<li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/prevent-the-user-nobody-from-sending-email-from-cpanel-server.htm' rel='bookmark' title='Permanent Link: Prevent the user nobody from sending email from cPanel server'>Prevent the user nobody from sending email from cPanel server</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-backup.htm' rel='bookmark' title='Permanent Link: cPanel Backup'>cPanel Backup</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebHostingTalk Hacked</title>
		<link>http://blog.webhostingdiscussion.net/webhosting/webhostingtalk-hacked.htm</link>
		<comments>http://blog.webhostingdiscussion.net/webhosting/webhostingtalk-hacked.htm#comments</comments>
		<pubDate>Fri, 03 Apr 2009 05:59:24 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Web Hosting Talk hacked]]></category>
		<category><![CDATA[WebHostingTalk malicious attack]]></category>
		<category><![CDATA[WHT hacked]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18129</guid>
		<description><![CDATA[WebHostingTalk became victim of malicious attack. Below are the words from WebHostingTalk:
What do we know about the damage done?
This attack was very deliberate, sophisticated and calculated. The attacker was able to circumvent our security measures and access via an arcane backdoor protected by additional firewall. We are still investigating the situation, but we know the [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/webhostingtalk-australia-is-acquired-by-inet-interactive.htm' rel='bookmark' title='Permanent Link: WebHostingTalk Australia is acquired by iNET Interactive'>WebHostingTalk Australia is acquired by iNET Interactive</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-for-windows-cpanel-enkompass.htm' rel='bookmark' title='Permanent Link: cPanel for Windows &#8211; cPanel Enkompass'>cPanel for Windows &#8211; cPanel Enkompass</a></li>
<li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm' rel='bookmark' title='Permanent Link: create an email account in cpanel'>create an email account in cpanel</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>WebHostingTalk became victim of malicious attack. Below are the words from WebHostingTalk:</p>
<blockquote><p><strong>What do we know about the damage done?</strong></p>
<p>This attack was very deliberate, sophisticated and calculated. The attacker was able to circumvent our security measures and access via an arcane backdoor protected by additional firewall. We are still investigating the situation, but we know the attacker infiltrated and deleted the backups first and then deleted three databases: user/post/thread. We have no record or evidence that private message data was accessed. Absolutely no credit card or PayPal data was exposed.</p>
<p><strong>Do we know the motivation behind the attack?<br />
</strong><br />
We don’t know enough at this time, so any insight would be purely speculative in nature. WHT is a platform where positive and negative information is shared and exposed about business and individuals. Under TOS policy, we cannot edit or remove user-generated content at the request of an unsatisfied third party. Therefore, WHT tends to become the target for disgruntled individuals and businesses.</p>
<p><strong>Have we been able to restore more recent back-ups?<br />
</strong><br />
The offsite backup, the onsite backup and the operational data were destroyed by the attacker, so we’ve resorted to a physical back-up of last resort. Unfortunately, we are experiencing difficulty restoring from our most recent physical backup. At this point, October is the most recent backup that we were able to restore. We continue to work to extract data from a more recent set of DVDs.</p>
<p><strong>What is WHT focused on doing now?</strong></p>
<p>The first priority, which kicked in immediately upon discovering the hack while in process, was locking down the infrastructure to avoid further damage and restoring the site. We also had to block the potential for a repeat attack. Now we are working on investigating how much prior data is restorable, reinstating premium memberships, contacting business partners, and communicating with the community members. We are also doing everything possible to identify the attacker and bring them to justice. Disappointments happen – we are working hard to restore trust among community members and to bring things back to normal.</p>
<p><strong>Is WHT doing anything different due to this attack?</strong></p>
<p>WHT has been targeted before and our infrastructure has withstood previous attacks. However, following this well-planned and targeted attack, we will be altering aspects of our architecture to ensure that this type of attack does not happen again. Needless to say, we have learned from this situation and will address any discrepancies accordingly.</p>
<p>We had three, protected data back-up units with one offsite behind a firewall and a fourth physical data back-up layer. We evaluated our disaster recovery plan as recent as late-2008, and carefully reviewed how to recover from a disaster situation. The attacker appeared to have deliberately targeted our data back-up systems, a scenario that our disaster recovery plan did not fully anticipate. We have implemented changes to our data backup and disaster recovery plans to address this weakness. And we advise others to consider a scenario of deliberate, malicious data destruction in their backup and recovery plans.</p>
<p><strong>What should members do now?</strong></p>
<p>The password encryption technology we use is strong for securing non-financial data. However, we suggest that members change their passwords frequently and do not use the same user name and password for the forum as they may use for more sensitive services like online banking. If a member feels more comfortable changing their password, then we recommend that they do what makes them feel more secure.</p>
<p>A concern is that members may receive more spam because the attacker posted stolen email addresses on file sharing sites. I haven’t personally seen an increase in the amount of spam I usually receive to my email address, but it is a risk that we cannot easily alleviate. As we become aware of specific file sharing sites with these email addresses, we are requesting that the emails be removed promptly. So far, most have been quick to comply.</p>
<p><strong>What if I can’t use my WHT account?</strong></p>
<p>We are temporarily using a version of the database from October 2008. This means that if you joined WHT after October 2008, you’ll need to register again to post now. We may still be able to recover your account, but we don’t know yet. Please register with the same username you used before.</p>
<p>If you joined WHT before October 2008 and get a password error, the system is probably asking for the password you were using in October 2008. If you don’t remember your previous password and have access to the email address for your WHT account in October 2008, please use the password recovery tool.</p>
<p>For help accessing your account, please open a helpdesk ticket.</p>
<p>If you’ve subscribed to a Premium or Corporate membership prior to October 2008, someone from iNET has contacted you by now. If you’ve subscribed (or re-subscribed) since October 2008 and haven’t heard from iNET, please contact us on the helpdesk.</p>
<p>Moving forward &#8230;</p>
<p>We take the protection of user-contributed data very seriously, and we strongly regret what happened. iNET has a sophisticated infrastructure with advanced security. Yet even institutions that spend millions of dollars a year on Internet security are exploited. Anyone recall NASA being hacked some years back?</p>
<p>It’s not what you’ve done, it’s what you do. And from this day forward, we continue.</p>
<p>We’ve been overwhelmed by all the offers of help and support we’ve received from our members. What can I say about that beyond my heartfelt thanks? I love this community!</p></blockquote>
<p>WebHostingTalk is one of the largest online community and people get very useful information from them. We all have to co-operate with them in such situation.</p>
<p>Source: <a href="http://www.webhostingtalk.com/showthread.php?t=729727">WHT</a></p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/webhostingtalk-australia-is-acquired-by-inet-interactive.htm' rel='bookmark' title='Permanent Link: WebHostingTalk Australia is acquired by iNET Interactive'>WebHostingTalk Australia is acquired by iNET Interactive</a></li>
<li><a href='http://blog.webhostingdiscussion.net/web-bhosting-control-panels/cpanel-for-windows-cpanel-enkompass.htm' rel='bookmark' title='Permanent Link: cPanel for Windows &#8211; cPanel Enkompass'>cPanel for Windows &#8211; cPanel Enkompass</a></li>
<li><a href='http://blog.webhostingdiscussion.net/cpanel-hosting-tutorials/create-an-email-account-in-cpanel.htm' rel='bookmark' title='Permanent Link: create an email account in cpanel'>create an email account in cpanel</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/webhosting/webhostingtalk-hacked.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cookie stuffing</title>
		<link>http://blog.webhostingdiscussion.net/general/cookie-stuffing.htm</link>
		<comments>http://blog.webhostingdiscussion.net/general/cookie-stuffing.htm#comments</comments>
		<pubDate>Sun, 22 Feb 2009 17:58:19 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cookie dropping]]></category>
		<category><![CDATA[Cookie stuffing in affiliate]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18126</guid>
		<description><![CDATA[What is Cookie stuffing or cookie dropping? It is a marketing technique used to generate affiliate sales by placing affiliate cookies in web site visitor’s computer without their knowledge. After browsing such web site, if you create or purchase any product from the affiliate web site, the generated sales will be counted to the concern [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>What is <a href="http://blog.webhostingdiscussion.net/general/cookie-stuffing.htm">Cookie stuffing</a> or cookie dropping? It is a marketing technique used to generate affiliate sales by placing affiliate cookies in web site visitor’s computer without their knowledge. After browsing such web site, if you create or purchase any product from the affiliate web site, the generated sales will be counted to the concern affiliate user. In most of affiliate agreement, <a href="http://blog.webhostingdiscussion.net/general/cookie-stuffing.htm">cookie stuffing</a> or cookie dropping is not allowed as it generates fraudulent sales.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/general/cookie-stuffing.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
