<?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>INDIA HOSTING KNOWLEDGEBASE - FAQs</title>
	<atom:link href="http://www.unichost.com/kb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unichost.com/kb</link>
	<description>Answers to your questions by Hosting Professionals</description>
	<lastBuildDate>Mon, 18 Feb 2013 11:58:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>HTML signature on Webmail Company Logo in Email</title>
		<link>http://www.unichost.com/kb/html-signature-on-webmail-company-logo-in-email/</link>
		<comments>http://www.unichost.com/kb/html-signature-on-webmail-company-logo-in-email/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 11:58:53 +0000</pubDate>
		<dc:creator>Unichost</dc:creator>
				<category><![CDATA[Email Hosting]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Shared Hosting]]></category>
		<category><![CDATA[WebMail]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[Html]]></category>

		<guid isPermaLink="false">http://www.unichost.com/kb/?p=291</guid>
		<description><![CDATA[Creating HTML signature on Webmail, Squirrel, Roundcube Other Mail clients You must be wondering how people add their company logo in the email signature! Just follow the steps given below and you will be able to add image in your email signature as well! 1. Log in to your webmail 2. Select Roundcube webmail application [...]]]></description>
				<content:encoded><![CDATA[<h3>Creating HTML signature on Webmail, Squirrel, Roundcube Other Mail clients</h3>
<p>You must be wondering how people add their company logo in the email signature! Just follow the steps given below and you will be able to add image in your email signature as well!<br />
1. Log in to your webmail<br />
2. Select Roundcube webmail application<br />
3. Click on the Personal Settings on the Right Top Panel<br />
4. Select on Identities Tab.<br />
5. Double Click on the Display name.<br />
6. Click on the HTML editor to enter your HTML signature<br />
7. Click Save after you are done.<br />
8. Go to Preference tab and check on the box for Compose HTML message.<br />
9. Click Save and Done.</p>
<p>If you are not comfortable with the code then you might want to try the below given sample code and customize it as per your requirement:</p>
<p><strong>Your name goes here</strong><br /> Your position goes here<br /> Your Company Name<br /> Your Tag Line<br /> <a href="mailto:yourname@yourdomainname .com">yourname@yourdomainname .com</a><br /> Your phone number goes here</p>
<p><img src="Your Logo Location Path" alt="Your Company Name" /></p>
<p>You will want to change all the highlighted areas to the appropriate settings for your environment prior to placing in the signature area.  </p>
<p>Note: If you are looking for the html signature in &#8216;SquirrelMail&#8217; then you might get dissapointed as there is no html signature available in &#8216;Squirrel Webmail&#8217;. For html signature, you can start using &#8216;RoundCube&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unichost.com/kb/html-signature-on-webmail-company-logo-in-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reboot Server from SSH</title>
		<link>http://www.unichost.com/kb/reboot-server-from-ssh/</link>
		<comments>http://www.unichost.com/kb/reboot-server-from-ssh/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 15:27:13 +0000</pubDate>
		<dc:creator>Unichost</dc:creator>
				<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reboot]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Unix-Host]]></category>

		<guid isPermaLink="false">http://www.unichost.com/kb/?p=284</guid>
		<description><![CDATA[Reboot Server from SSH How to reboot Linux server from ssh? Is it same for local and remote Linux system? Linux has various ways to reboot a system. It is also known as halt, poweroff, shutdown, init etc. Coming to the point, rebooting your Linux server from ssh console: The most important thing, you should [...]]]></description>
				<content:encoded><![CDATA[<h3>Reboot Server from SSH</h3>
<p><strong>How to reboot Linux server from ssh? Is it same for local and remote Linux system?<br />
</strong><br />
Linux has various ways to reboot a system. It is also known as halt, poweroff, shutdown, init etc.</p>
<p>Coming to the point, rebooting your Linux server from ssh console: The most important thing, you should be logged in as root to reboot the system. Once you are in as root, type any of the following command as per your requirement. </p>
<p><strong>INSTANT REBOOT LINUX SERVER:<br />
</strong><br />
# reboot<br />
OR<br />
# /sbin/reboot<br />
OR<br />
# shutdown -r now<br />
OR<br />
# /sbin/shutdown -r now</p>
<p>Want to send a notification to logged in users about this reboot? Then type the following command:<br />
# shutdown -r +2 (This will send the message to all the users that the system is going to reboot in next 2 minutes.)</p>
<p>Related: <a href="http://www.unichost.com/" title="Linux Server" target="_blank">Linux Server</a>, <a href="http://www.unichost.com/vps-hosting.php" title="Linux VPS" target="_blank">Linux VPS</a>, <a href="http://www.unichost.com/dedicated-servers.php" title="Dedicated Server India" target="_blank">Dedicated Server</a>, <a href="http://www.unichost.com/vps-hosting.php" title="Virtual Private Server" target="_blank">Private Server</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unichost.com/kb/reboot-server-from-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Warning &#8211; PHP Startup &#8211; Suhosin Extension does not officially support PHP 5.2</title>
		<link>http://www.unichost.com/kb/php-warning-php-startup-suhosin-extension-does-not-officially-support-php-5-2/</link>
		<comments>http://www.unichost.com/kb/php-warning-php-startup-suhosin-extension-does-not-officially-support-php-5-2/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 09:10:38 +0000</pubDate>
		<dc:creator>Unichost</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php warning]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.unichost.com/kb/?p=276</guid>
		<description><![CDATA[PHP Warning: PHP Startup: Suhosin Extension does not officially support PHP 5.2 and below anymore, because it is discontinued. Use it at your own risk. in Unknown on line 0 Since the php upgrade, you might have noticed these type of errors in your server logs. Must be wondering a perfect solution for this. Actually [...]]]></description>
				<content:encoded><![CDATA[<h3>PHP Warning: PHP Startup: Suhosin Extension<br />
does not officially support PHP 5.2 and below anymore, because it is<br />
discontinued. Use it at your own risk. in Unknown on line 0</h3>
<p>Since the php upgrade, you might have noticed these type of errors in your server logs. Must be wondering a perfect solution for this.</p>
<p>Actually you should be able to use the latest build, however some older scripts or applications might get in trouble, unless they are ready for latest php version. You need not to worry any more, as you have jumped to right place for it. Just follow the below given steps and you will be at rest.</p>
<p>What to do?</p>
<p>Easy enough, downgrade suhosin from 0.9.33 to 0.9.31 :</p>
<p># remove suhosin from easyapache php config<br />
/usr/local/cpanel/scripts/phpextensionmgr uninstall PHPSuHosin</p>
<p># download and install older suhosin<br />
wget http://download.suhosin.org/suhosin-0.9.31.tgz<br />
tar zxf suhosin-0.9.31.tgz<br />
cd suhosin-0.9.31<br />
phpize<br />
./configure<br />
make<br />
make install</p>
<p>#open php.ini and add line loading suhosin<br />
vi /usr/local/lib/php.ini</p>
<p>#Add following line into extensions section:<br />
extension=”suhosin.so”</p>
<p>Save and close the file,  restart apache and you are done. You can also verify if everything is ok with the command php -v from the prompt.</p>
<p>Related: <a title="Dedicated Server" href="http://www.unichost.com/dedicated-servers.php" target="_blank">Web Server</a>, <a title="Private Server Hosting" href="http://www.unichost.com/vps-hosting.php" target="_blank">Virtual Server</a>, <a title="Linux PHP Hosting" href="http://www.unichost.com/cpanel-hosting.php" target="_blank">PHP Host</a>, <a title="cPanel Hosting" href="http://www.unichost.com/cpanel-hosting.php" target="_blank">cPanel Host</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unichost.com/kb/php-warning-php-startup-suhosin-extension-does-not-officially-support-php-5-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remote server requires Network Level Authentication (NLA)</title>
		<link>http://www.unichost.com/kb/remote-server-requires-network-level-authentication-nla/</link>
		<comments>http://www.unichost.com/kb/remote-server-requires-network-level-authentication-nla/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 08:07:53 +0000</pubDate>
		<dc:creator>Unichost</dc:creator>
				<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[VPS Hosting]]></category>
		<category><![CDATA[Web-Hosting]]></category>
		<category><![CDATA[Windows Hosting]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.unichost.com/kb/?p=269</guid>
		<description><![CDATA[How to enable RDP access on server requires Network Level Authentication (NLA) With Remote Desktop (RDP) when connecting to a Windows Server (XP-SP3 or 2003/2008) with newer remote host, you might get an error saying that &#8220;The remote computer requires Network Level Authentication (NLA), which your local pc/laptop/desktop computer doesn&#8217;t support.&#8221; To enable the RDP [...]]]></description>
				<content:encoded><![CDATA[<h3>How to enable RDP access on server requires Network Level Authentication (NLA)</h3>
<p>With Remote Desktop (RDP) when connecting to a Windows Server (XP-SP3 or 2003/2008) with newer remote host, you might get an error saying that &#8220;The remote computer requires Network Level Authentication (NLA), which your local pc/laptop/desktop computer doesn&#8217;t support.&#8221;</p>
<p>To enable the RDP access on server requires Network Level Authentication (NLA) you need to follow below given steps [be careful with registry editor, it's helpful to backup your registry first, you have been warned]:</p>
<ol>
<li>Install Service Pack 3 [if XP]</li>
<li>Click Start-&gt;Run, type regedit and then press enter</li>
<li>Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa</li>
<li>Double click on &#8220;Security Packages&#8221;, to modify the values, leave all existing values, and just add &#8220;tspkg&#8221; at the end of the list, click OK to save your changes.</li>
<li>Now, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders</li>
<li>Double click on &#8220;SecurityProviders&#8221;, and in the dialog box, add &#8220;credssp.dll&#8221; at the end, be sure that if the list that is present currently is separated by commas, that you add a comma to the value immediately before the &#8220;credssp.dll&#8221;. Click OK to update.</li>
<li>Close the registry editor and now restart your computer for changes to take the effect.</li>
<li>Try to RDP to your remote server.</li>
</ol>
<p>Still, finding it difficult, not to worry, get in touch with one of our technical help expert to assist you further.</p>
<p>Related: <a title="Windows Server" href="http://www.unichost.com/dedicated-servers.php">Windows Server</a>, Remote Desktop, RDP, Server 2008, Windows XP SP3, <a title="Windows VPS" href="http://www.unichost.com/vps-hosting.php">Windows VPS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unichost.com/kb/remote-server-requires-network-level-authentication-nla/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Domain Name &#8211; Important Factors about Domain</title>
		<link>http://www.unichost.com/kb/domain-name-registration-important-factors/</link>
		<comments>http://www.unichost.com/kb/domain-name-registration-important-factors/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 12:25:56 +0000</pubDate>
		<dc:creator>Unichost</dc:creator>
				<category><![CDATA[Domain Name]]></category>
		<category><![CDATA[Web-Hosting]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.unichost.com/kb/?p=166</guid>
		<description><![CDATA[Important factors about domain name registration. A factor by factor quality analysis of the domain name unichost.com, as an example, is given below. Useful for website appraisals, and buying and registering domain names. 1. Length Unichost is a 8 character word. Shorter words make better domain names. At 8 characters unichost.com should make a good [...]]]></description>
				<content:encoded><![CDATA[<h2>Important factors about domain name registration.</h2>
<p>A factor by factor quality analysis of the domain name unichost.com, as an example, is given below. Useful for website appraisals, and buying and registering domain names.</p>
<h3>1. Length</h3>
<p>Unichost is a 8 character word. Shorter words make better domain names. At 8 characters unichost.com should make a good domain name.</p>
<h3>2. Dictionary Words</h3>
<p>Unichost per-se is not a dictionary word but it contains dictionary words. Domain names with dictionary words generally make better domain names than those without. Recommended tool for keyword analysis &#8211; www.deckey.com.</p>
<h3>3. Top Level Domain</h3>
<p>.com is always the best. Full score for TLD factor. People are more likely to type unichost.com than unichost.bz or unichost.me or unichost.info.</p>
<h3>4. Distinctivity</h3>
<p>Distinctivity is the most important factor of all. unichost.com has a high distinctivity factor. Users will be able to remember unichost.com without much effort. Good choice for a domain name.</p>
<h3>Conclusion:</h3>
<p>UnicHost.com scored better than 82.883% of 1984314 domain names in the Domometer database.</p>
<p><strong>Related:</strong> <a title="Domain Registration" href="http://www.unichost.com/domain-registration.php" target="_blank">Domain registration</a>, <a title="Domain Website Hosting" href="http://www.unichost.com/cpanel-hosting.php" target="_blank">Domain hosting</a>, <a title="Website Registration" href="http://www.unichost.com/domain-registration.php" target="_blank">Website Name</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unichost.com/kb/domain-name-registration-important-factors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Migration with no Downtime !</title>
		<link>http://www.unichost.com/kb/website-migration-with-no-downtime/</link>
		<comments>http://www.unichost.com/kb/website-migration-with-no-downtime/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 09:45:11 +0000</pubDate>
		<dc:creator>Unichost</dc:creator>
				<category><![CDATA[Setup]]></category>
		<category><![CDATA[Transfer]]></category>
		<category><![CDATA[Web-Hosting]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.unichost.com/kb/?p=262</guid>
		<description><![CDATA[Are you frustated with cheap, low performance with your current hosting provider? Not getting the after sales service? Then definitely this is the time to switch to UnicHost, premium hosting service provider.   ]]></description>
				<content:encoded><![CDATA[<h3>Migrate website with 0 downtime !</h3>
<p>Are you frustated with cheap, low performance with your current hosting provider? Not getting the after sales service? Then definitely this is the time to switch to UnicHost, premium hosting service provider.</p>
<p>UnicHost offers you easy migration at almost no downtime. Our hosting migration experts will take care of the total migration. Our technical experts will move your website files, databases, emails, domains from your old web-hosting account to your new web-hosting account at UnicHost! You need not to worry about the site migration as our 24/7 operating support team has dealt with several website migrations, whether it is a blog, a forum, with or without ssh access, server accounts from plesk to cpanel, from cpanel to plesk, or any other control panel,  everything has been successfully migrated to UnicHost servers, with almost no downtime.</p>
<p>What you would need to do to migrate the website? Just order your hosting package from UnicHost, activate your order and send a request to Technical Support department for the migration. Leave the rest to us, that&#8217;s it!! You will receive an update once everything is migrated successfully.</p>
<p>Related: <a title="Website Hosting Solutions" href="http://www.unichost.com">Website Hosting</a>, <a title="Low cost Virtual Servers" href="http://www.unichost.com/vps-hosting.php">VPS Hosting</a>, <a title="High Performance Dedicated Server" href="http://www.unichost.com/dedicated-servers.php">Dedicated Servers</a>, <a title="cPanel WebHosting" href="http://www.unichost.com/cpanel-hosting.php">Cpanel Hosting</a>, <a title="Plesk VPS Hosting India" href="http://www.unichost.com/vps-hosting.php">Plesk Hosting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unichost.com/kb/website-migration-with-no-downtime/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Website on plesk windows Server asking for Username and password</title>
		<link>http://www.unichost.com/kb/website-on-plesk-windows-server-asking-for-username-and-password/</link>
		<comments>http://www.unichost.com/kb/website-on-plesk-windows-server-asking-for-username-and-password/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 12:03:34 +0000</pubDate>
		<dc:creator>Unichost</dc:creator>
				<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[VPS Hosting]]></category>
		<category><![CDATA[Web-Hosting]]></category>
		<category><![CDATA[Windows Hosting]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.unichost.com/kb/?p=229</guid>
		<description><![CDATA[I have recently purchased a Windows VPS with Plesk control panel and have uploaded website files. While visiting my website it is asking for username and password authentication. Now, I haven't set any authentication on server for any website, what shall I need do?]]></description>
				<content:encoded><![CDATA[<h3>Website on Plesk Windows Server/Plesk VPS asking for Username and password.</h3>
<p>I have recently purchased a <a title="Manged Virtual Private Server" href="http://www.unichost.com/vps-hosting.php" target="_blank">Windows VPS</a> with Plesk control panel and have uploaded website files. While visiting my website it is asking for username and password authentication. Now, I haven&#8217;t set any authentication on server for any website, what shall I need do?</p>
<p>This is quite common with the sites hosted on <a title="Manged Windows Dedicated Server" href="http://www.unichost.com/dedicated-servers.php" target="_blank">windows server</a> with plesk as a control panel. You are not allowed to acces the site whtout authentication &#8211; entering username and password. This is not a bug or issue but is related to password synchronization with IIS server. To resolve this, you will need to synchronize the password.</p>
<p>Below given are some simple steps that you will need to follow:</p>
<ol>
<li>RDP to your windows server as an administrator.</li>
<li>Start&gt;Run&gt;cmd [this will take you to sytem command prompt]</li>
<li>cd to plesk\admin\bin [shortcut is cd %plesk_bin%]</li>
<li>Type websrvmng.exe &#8211;update-anon-password &#8211;domain-name=yourdomain.com</li>
</ol>
<p>The above command will synchronize the password and you will require no more password authentication to view the content.</p>
<p>If this doesn&#8217;t work for you, then please open a support ticket and we&#8217;ll investigate further and fix the issue for you happily.</p>
<p>~Admin</p>
<p><em>Related: <a title="Windows VPS Server" href="http://www.unichost.com/vps-hosting.php">Windows VPS</a>, <a title="Windows Server" href="http://www.unichost.com/vps-hosting.php">Windows Server</a>, <a title="Plesk VPS" href="http://www.unichost.com/vps-hosting.php">Plesk VPS</a>, <a title="Windows Dedicated Server" href="http://www.unichost.com/dedicated-servers.php">Windows Dedicated</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unichost.com/kb/website-on-plesk-windows-server-asking-for-username-and-password/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting up mobile for POP-IMAP email account</title>
		<link>http://www.unichost.com/kb/setting-your-mobile-for-pop-imap-email-account/</link>
		<comments>http://www.unichost.com/kb/setting-your-mobile-for-pop-imap-email-account/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 14:07:16 +0000</pubDate>
		<dc:creator>Unichost</dc:creator>
				<category><![CDATA[Email Hosting]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Shared Hosting]]></category>
		<category><![CDATA[WebMail]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.unichost.com/kb/?p=215</guid>
		<description><![CDATA[Setting your mobile for POP/IMAP email account hosted on UnicHost server. On your mobile, iPhone, tap Mail or from the settings menu choose Settings &#62; Mail &#62; Accounts &#62; Add Account Choose your email account type: Other Click on Other (choose other if you’re using SmarterMail or WebMail) Select a server type — IMAP, POP, [...]]]></description>
				<content:encoded><![CDATA[<h3>Setting your mobile for POP/IMAP email account hosted on UnicHost server.</h3>
<ol>
<li>On your mobile, iPhone, tap Mail or from the settings menu choose Settings &gt; Mail &gt; Accounts &gt; Add Account</li>
<li>Choose your email account type: Other<br />
Click on Other (choose other if you’re using SmarterMail or WebMail)</li>
<li>Select a server type — IMAP, POP, or Exchange</li>
<li>Enter your mail account information:<br />
Enter your email address &gt; The email server type (IMAP, POP, or Exchange) &gt; Enter your incoming mail server (which may look like “mail.yourdomain.com”) &gt; Enter your outgoing mail server (which may look like “smtp.yourdomain.com”) &gt; Enter your username and password for incoming and outgoing servers (you may not need to enter a user name and password for an outgoing server)</li>
<li>That&#8217;s it! You are ready with your emails on the go.</li>
</ol>
<p>These 5 easy steps applies to all the accounts hosted on UnicHost  <a title="Windows Dedicated Server" href="../../dedicated-servers.php" target="_blank">windows servers</a> or <a title="Manged Dedicated Server" href="../../dedicated-servers.php" target="_blank">linux server</a>. For further support feel free to contact one of our representative at support helpdesk.</p>
<p>Related to: <a title="Manged Mail Server" href="http://www.unichost.com/vps-hosting.php" target="_blank">Mail Servers</a>, <a title="eMail Hosting" href="http://www.unichost.com/cpanel-hosting.php" target="_blank">Email on Mobile</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unichost.com/kb/setting-your-mobile-for-pop-imap-email-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Captcha image is not working &#8211; Fatal error?</title>
		<link>http://www.unichost.com/kb/captcha-image-is-not-working-fatal-error/</link>
		<comments>http://www.unichost.com/kb/captcha-image-is-not-working-fatal-error/#comments</comments>
		<pubDate>Tue, 31 May 2011 15:02:25 +0000</pubDate>
		<dc:creator>Unichost</dc:creator>
				<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[Web-Hosting]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpinfo]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.unichost.com/kb/?p=250</guid>
		<description><![CDATA[Captcha image is not working &#8211; Fatal error? You have the GD image library installed and otherwise working. Still unable to get captcha with the captcha plugin. You are not sure what&#8217;s the problem as it works on one of your other sites.  When you try to include the captcha on your website or contact [...]]]></description>
				<content:encoded><![CDATA[<h3>Captcha image is not working &#8211; Fatal error?</h3>
<p>You have the GD image library installed and otherwise working.<br />
Still unable to get captcha with the captcha plugin.</p>
<p>You are not sure what&#8217;s the problem as it works on one of your other sites.  When you try to include the captcha on your website or contact form it generates an error message like&#8230;<br />
<strong>Call to undefined function imagettftext() </strong> OR<br />
<strong>Fatal error</strong>: Call to undefined function imagettftext() in /home/user/public_html/appfolder/plugins/captcha/captcha.php on line 99  OR<br />
<strong>Fatal error</strong>: Call to undefined function imagefttext() in /home/user/public_html/lib/captcha/captcha.php on line 329 OR<br />
<strong>&#8216;&#8211;enable-gd-native-ttf&#8217;<br />
</strong><br />
Problem could be, because the standard PHP <strong>&#8220;imagefttext()&#8221;</strong> function does not work on your server.<br />
It can caused by the fact that there is no <strong>&#8211;enable-gd-native-ttf</strong> key installed on your server as the Cart uses GD Library for displaying the verification image.</p>
<p>Please note that PHP must be configured with the following keys:<br />
&#8211;with-gd &#8211;enable-gd-native-ttf  Contact your host to make the change!</p>
<p>Any idea why or how it can be fixed?</p>
<p><strong>imagettftext() </strong>is part of the <strong>GD image functions library</strong>, which is not always part of PHP (the code CMS/Cart runs on).<br />
You need to contact your host and ask them to install the PHP GD library. It&#8217;s really simple for them to do and is fairly common, so if they give you a hard time about it, I would seriously consider switching to better and friendly host &#8211; UnicHost <img src='http://www.unichost.com/kb/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Related: <a title="Managed Web Server" href="http://www.unichost.com/dedicated-servers.php" target="_blank">Web Server</a>, <a title="PHP Web Hosting" href="http://www.unichost.com/cpanel-hosting.php" target="_blank">PHP Hosting</a>, <a title="Cheap VPS Server" href="http://www.unichost.com/vps-hosting.php" target="_blank">LAMP Server</a>, <a title="cPanel Reseller Hosting" href="http://www.unichost.com/reseller-hosting.php" target="_blank">cPanel Hosting<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unichost.com/kb/captcha-image-is-not-working-fatal-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FLUSH DNS in Windows Linux Mac OS</title>
		<link>http://www.unichost.com/kb/flush-dns-in-windows-linux-mac-os/</link>
		<comments>http://www.unichost.com/kb/flush-dns-in-windows-linux-mac-os/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 05:33:29 +0000</pubDate>
		<dc:creator>Unichost</dc:creator>
				<category><![CDATA[Web-Hosting]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.unichost.com/kb/?p=243</guid>
		<description><![CDATA[FLUSH DNS in different platforms In Microsoft Windows, you can use the command flushdns to flush the DNS resolver cache. Open the command prompt and type the following: C:&#62;ipconfig /flushdns Windows IP Configuration Successfully flushed the DNS Resolver Cache. In Mac OSX Leopard, you can use the command dscacheutil -flushcache to flush the DNS resolver [...]]]></description>
				<content:encoded><![CDATA[<h3>FLUSH DNS in different platforms</h3>
<p><span style="text-decoration: underline;"><strong>In Microsoft Windows</strong></span>, you can use the command flushdns to flush the DNS resolver cache.<br />
Open the command prompt and type the following:<br />
<strong>C:&gt;ipconfig /flushdns</strong><br />
Windows IP Configuration<br />
Successfully flushed the DNS Resolver Cache.</p>
<p><span style="text-decoration: underline;"><strong>In Mac OSX Leopard</strong></span>, you can use the command dscacheutil -flushcache to flush the DNS resolver cache:<br />
<strong>bash-2.05a$ dscacheutil -flushcache</strong></p>
<p><span style="text-decoration: underline;"><strong>In Mac OSX versions 10.5.1 and before</strong></span>, the command lookupd -flushcache performed the same task:<br />
<strong>bash-2.05a$ lookupd -flushcache</strong></p>
<p><span style="text-decoration: underline;"><strong>In Linux</strong></span>, the nscd daemon manages the DNS cache. To flush the DNS cache, restart the nscd daemon.<br />
To restart the nscd daemon, use the command<br />
<strong>#/etc/init.d/nscd restart</strong></p>
<p><em>Related:</em> <a title="Private DNS Server" href="http://www.unichost.com/vps-hosting.php" target="_blank">DNS Server</a>, <a title="Dedicated Linux Server" href="http://www.unichost.com/dedicated-servers.php" target="_blank">Linux Server</a>, <a title="Manged Windows Dedicated Server" href="http://www.unichost.com/dedicated-servers.php" target="_blank">Windows Server</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unichost.com/kb/flush-dns-in-windows-linux-mac-os/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
