<?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>ThinkSupport.net - Outsourced Web Hosting Support, Cheap Server Management, Cheap Fully Managed Dedicated Servers, Software Development, Website Designing and SEO services, Vision Helpdesk Software &#187; WHMCS</title>
	<atom:link href="http://www.thinksupport.net/blog/category/whmcs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thinksupport.net/blog</link>
	<description>Outsourced Web Hosting and Software Development</description>
	<lastBuildDate>Tue, 01 Feb 2011 12:42:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>WHMCS Manual</title>
		<link>http://www.thinksupport.net/blog/whmcs-manual.html</link>
		<comments>http://www.thinksupport.net/blog/whmcs-manual.html#comments</comments>
		<pubDate>Sat, 21 Apr 2007 06:23:13 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[WHMCS]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=88</guid>
		<description><![CDATA[http://v3manual.whmcs.com/ Thank you]]></description>
			<content:encoded><![CDATA[<p>http://v3manual.whmcs.com/</p>
<p>Thank you <img src='http://www.thinksupport.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/whmcs-manual.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing WHMCS</title>
		<link>http://www.thinksupport.net/blog/installing-whmcs.html</link>
		<comments>http://www.thinksupport.net/blog/installing-whmcs.html#comments</comments>
		<pubDate>Sat, 21 Apr 2007 06:21:10 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[WHMCS]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=87</guid>
		<description><![CDATA[Installing WHMCS is very simple. The following steps will guide you through the process: 1. Unzip the contents of the zip file to a folder on your computer 2. Upload the entire whmcs and status folder to your server in binary mode &#8211; you can rename the folder to whatever you like (support,billing,clients,etc&#8230;) 3. If [...]]]></description>
			<content:encoded><![CDATA[<p>Installing WHMCS is very simple.  The following steps will guide you through the process:</p>
<p>   1. Unzip the contents of the zip file to a folder on your computer<br />
   2. Upload the entire whmcs and status folder to your server in binary mode &#8211; you can rename the folder to whatever you like (support,billing,clients,etc&#8230;)<br />
   3. If you don&#8217;t have Ioncube installed on your server then you will need to upload the runtime loaders folder named &#8220;ioncube&#8221; also included in the zip file<br />
   4. Run the installation script by going to http://www.yourdomain.com/whmcs/install/  This will guide you through the entire setup process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/installing-whmcs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ioncube Loaders on your server..</title>
		<link>http://www.thinksupport.net/blog/installing-ioncube-loaders-on-your-server.html</link>
		<comments>http://www.thinksupport.net/blog/installing-ioncube-loaders-on-your-server.html#comments</comments>
		<pubDate>Sat, 21 Apr 2007 06:18:42 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[Direct Admin]]></category>
		<category><![CDATA[Ensim]]></category>
		<category><![CDATA[ModernBill]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[WHM/cPanel]]></category>
		<category><![CDATA[WHMCS]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=86</guid>
		<description><![CDATA[You WILL require root access to the server in order to do this. 1. Download the latest loaders to your computer from http://www.ioncube.com/loaders.php and upload them to your webspace 2. Move the ioncube folder to a permanent location by entering: mv ioncube /usr/local 3. Next, you need to locate the php.ini file, to do this [...]]]></description>
			<content:encoded><![CDATA[<p>You WILL require root access to the server in order to do this.</p>
<p>   1. Download the latest loaders to your computer from http://www.ioncube.com/loaders.php and upload them to your webspace<br />
   2. Move the ioncube folder to a permanent location by entering:<br />
      mv ioncube /usr/local<br />
   3. Next, you need to locate the php.ini file, to do this enter:<br />
      locate php.ini<br />
   4. You should find it is in /usr/local/lib/php.ini.  Now that you know the location of php.ini you need to edit it.<br />
      pico /usr/local/lib/php.ini<br />
   5. Now find where other zend extentions are in the file.<br />
      ctrl + w: zend_extension<br />
   6. Paste in your new line for ioncube loader<br />
      zend_extension = /usr/local/ioncube/ioncube_loader_lin_x.so (Replace x with your version of PHP eg. 4.4)<br />
   7. Save the changes<br />
      ctrl + X then Y and enter<br />
   8. Restart the web server to take effect.<br />
      /etc/init.d/httpd restart </p>
<p>That&#8217;s it!  Ioncube is now installed on your server!  You should now see a section in your PHP Info page that says:</p>
<p>Additional Modules<br />
Module Name ionCube Loader </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/installing-ioncube-loaders-on-your-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I enable Register Globals?</title>
		<link>http://www.thinksupport.net/blog/how-can-i-enable-register-globals.html</link>
		<comments>http://www.thinksupport.net/blog/how-can-i-enable-register-globals.html#comments</comments>
		<pubDate>Sat, 21 Apr 2007 06:14:51 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[Direct Admin]]></category>
		<category><![CDATA[Ensim]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[WHM/cPanel]]></category>
		<category><![CDATA[WHMCS]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=85</guid>
		<description><![CDATA[There are 3 methods &#8212; 1st : Enable on complete Server. Code : php -i &#124; grep php.ini This will give you exact path of php.ini file Edit php.ini file &#8212; set register_globals on 2nd : Enable on particular domain or folder using .htaccess If you don&#8217;t want to turn Register Globals on for your [...]]]></description>
			<content:encoded><![CDATA[<p>There are 3 methods &#8212; </p>
<p>1st : Enable on complete Server.</p>
<p>Code : </p>
<p>php -i | grep php.ini </p>
<p>This will give you exact path of php.ini file </p>
<p>Edit php.ini file &#8212; set </p>
<p>register_globals on</p>
<p>2nd : Enable on particular domain or folder using .htaccess</p>
<p>If you don&#8217;t want to turn Register Globals on for your whole server or don&#8217;t have access to as you are a reseller then you can enable them just on the particular folder and all subfolders below it.  To do this, simply put the following line into a text file and save it as &#8220;.htaccess&#8221;.  Then upload it to that folder.</p>
<p>php_value register_globals on</p>
<p>3rd : If .htacess fails</p>
<p>Sometimes, the .htaccess method will not work on your server and you&#8217;ll get an Internal Server Error message after trying that.  In the event of this, you can try using a php.ini file.  To do this, create a file named &#8220;php.ini&#8221; and insert the following line:</p>
<p>register_globals=On</p>
<p>Then upload the php.ini file to the folder for which you wish to enable register globals.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/how-can-i-enable-register-globals.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing CURL on your WHM/cPanel server</title>
		<link>http://www.thinksupport.net/blog/installing-curl-on-your-whmcpanel-server.html</link>
		<comments>http://www.thinksupport.net/blog/installing-curl-on-your-whmcpanel-server.html#comments</comments>
		<pubDate>Sat, 21 Apr 2007 06:06:31 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[WHM/cPanel]]></category>
		<category><![CDATA[WHMCS]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=84</guid>
		<description><![CDATA[Installing CURL on your server 1. Log into the server via ssh or console as root 2. Run the following command `/scripts/easyapache` 3. Choose option 7 4. Select the php sub menu, then hit the arrow key down until you see the curl option, press space bar to select it 5. Select exit and when [...]]]></description>
			<content:encoded><![CDATA[<p>Installing CURL on your server</p>
<p>   1. Log into the server via ssh or console as root<br />
   2. Run the following command `/scripts/easyapache`<br />
   3. Choose option 7<br />
   4. Select the php sub menu, then hit the arrow key down until you see the curl option, press space bar to select it<br />
   5. Select exit and when prompted to save configuration say yes.</p>
<p>The system will now recompile php with curl support!</p>
<p>Curl is now installed and should reside in /usr/bin/curl </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/installing-curl-on-your-whmcpanel-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.thinksupport.net/blog/hello-world.html</link>
		<comments>http://www.thinksupport.net/blog/hello-world.html#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[C# / VB/ ASP .net]]></category>
		<category><![CDATA[Direct Admin]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[Ensim]]></category>
		<category><![CDATA[Fantastico / Installatron]]></category>
		<category><![CDATA[HSP]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Kayako Helpdesk]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ModernBill]]></category>
		<category><![CDATA[PHP / Mysql]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Ubersmith]]></category>
		<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[WHM Auto Pilot]]></category>
		<category><![CDATA[WHM/cPanel]]></category>
		<category><![CDATA[WHMCS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/hello-world.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

