<?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>BumbleSoft</title>
	<atom:link href="http://bumblesoft.com/tag/hostgator/feed" rel="self" type="application/rss+xml" />
	<link>http://bumblesoft.com</link>
	<description></description>
	<lastBuildDate>Wed, 13 Jul 2011 06:33:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Setup Cron on HostGator</title>
		<link>http://bumblesoft.com/cron-with-hostgator-and-wordpress-cloaker.html</link>
		<comments>http://bumblesoft.com/cron-with-hostgator-and-wordpress-cloaker.html#comments</comments>
		<pubDate>Fri, 14 Aug 2009 01:10:15 +0000</pubDate>
		<dc:creator>gerry</dc:creator>
				<category><![CDATA[Cloaking]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[HostGator]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[How to's]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress Cloaker]]></category>
		<category><![CDATA[WordPress Feeder]]></category>
		<category><![CDATA[WordPress Scraper]]></category>

		<guid isPermaLink="false">http://wordpresscloaker.com/blog/?p=48</guid>
		<description><![CDATA[IMPORTANT: These notes ONLY apply to people using HostGator or SEOhosting hosting accounts. HostGator and .htaccess&#8230; When it comes to running simple cron commands on your HostGator hosting account, you&#8217;ll need to place a .htaccess file in the cgi-bin of each account. This .htaccess file must be placed in the public_html directory of each website [...]]]></description>
			<content:encoded><![CDATA[<p><strong>IMPORTANT:</strong> These notes ONLY apply to people using HostGator or SEOhosting hosting accounts.</p>
<h3>HostGator and .htaccess&#8230;</h3>
<p>When it comes to running simple cron commands on your HostGator hosting account, you&#8217;ll need to place a .htaccess file in the cgi-bin of each account.</p>
<p>This .htaccess file must be placed in the public_html directory of each website hosted on a shared hosting package.</p>
<p> If you have a reseller account, you only need to put it in the main cgi-bin. This will then eliminate your need to duplicate the file for each individual public_html directory.</p>
<h3>Editing your .htaccess File&#8230;</h3>
<p>Here are the commands to place inside your .htaccess file if you are using HostGator:
<p><code><Limit GET POST><br />
order deny,allow<br />
deny from all<br />
allow from all<br />
</Limit><br />
<Limit PUT DELETE><br />
order deny,allow<br />
deny from all<br />
</Limit></code></p>
<h3>Step-by-Step Screen Shots: Setting up Cron</h3>
<p>Here are some screenshots to assist in setting up cron on HOSGATOR HOSTING accounts.</p>
<p><strong>NOTE:</strong> You may click on the below images to view larger screen shots.</p>
<p>1. From CPANEL Homepage:</p>
<p><a href="http://bumblesoft.com/wp-content/uploads/2009/08/image001.png"><img src="http://bumblesoft.com/wp-content/uploads/2009/08/image001-300x105.png" alt="image001" width="300" height="105" /></a></p>
<p>2. Cron Jobs page:</p>
<p><a href="http://bumblesoft.com/wp-content/uploads/2009/08/image002.png"><img src="http://bumblesoft.com/wp-content/uploads/2009/08/image002-300x153.png" alt="image002" width="300" height="153" /></a></p>
<p>3. Set 1. Email address, 2. Put command cron command we provide, and 3. Set the schedule.</p>
<p><a href="http://bumblesoft.com/wp-content/uploads/2009/08/image003.png"><img src="http://bumblesoft.com/wp-content/uploads/2009/08/image003-300x238.png" alt="image003" width="300" height="238" /></a></p>
<p>4. Done</p>
<p><a href="http://bumblesoft.com/wp-content/uploads/2009/08/image004.png"><img src="http://bumblesoft.com/wp-content/uploads/2009/08/image004-300x108.png" alt="image004" width="300" height="108" /></a></p>
<h3>The Cron Code</h3>
<p>The following commands seem to work with HostGator and my plugins&#8230;</p>
<p><code><br />
php /home/yourfolder/public_html/yoursite.com/index.php<br />
action=cl_cron cron_code=0123456</code></p>
<p><code><br />
php -q /home/yourfolder/public_html/yoursite.com/index.php<br />
action=cl_cron cron_code=0123456</code></p>
<p>&#8230;where &#8220;yourfolder&#8221; = your sites folder and where &#8220;0123456&#8243; is your cron code found in the &#8216;Options&#8217; tab of the relevant plugin (ie., WP Scraper or WP Feeder, etc)&#8230;</p>
<p><strong>Additional questions?</strong> Email support for more help.</p>
]]></content:encoded>
			<wfw:commentRss>http://bumblesoft.com/cron-with-hostgator-and-wordpress-cloaker.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Problems with WP Feeder and WP Scraper on HostGator and Godaddy</title>
		<link>http://bumblesoft.com/problems-with-wp-feeder-and-wp-scraper-on-hostgator-and-godaddy.html</link>
		<comments>http://bumblesoft.com/problems-with-wp-feeder-and-wp-scraper-on-hostgator-and-godaddy.html#comments</comments>
		<pubDate>Fri, 14 Aug 2009 00:56:33 +0000</pubDate>
		<dc:creator>gerry</dc:creator>
				<category><![CDATA[Cloaking]]></category>
		<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[HostGator]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[WordPress Cloaker]]></category>
		<category><![CDATA[WordPress Feeder]]></category>
		<category><![CDATA[WordPress Scraper]]></category>

		<guid isPermaLink="false">http://wordpresscloaker.com/blog/?p=46</guid>
		<description><![CDATA[There are a small number of hosting solutions that seem to be wreaking havoc on both WP Scraper and WP Feeder plugins. We&#8217;ve been looking into this and making some progress lately. I believe we should have something worked out by the end of this week but it is too early to tell. Needless to [...]]]></description>
			<content:encoded><![CDATA[<p>There are a small number of hosting solutions that seem to be wreaking havoc on both WP Scraper and WP Feeder plugins. We&#8217;ve been looking into this and making some progress lately.</p>
<p>I believe we should have something worked out by the end of this week but it is too early to tell. Needless to say, we have setup test sites on both hosts and are troubleshooting.</p>
<p>On that note, it is also important to note that only about 3-5% of hosts are showing any signs of problems, so this is not a major concern for most people. But, for those few who are having problems, we are looking for a solution.</p>
<p>Along with scraping problems on these hosts, there may also be other issues as well, such as cron support for our plugins. I will make a post about each hosting providers cron requirements, which should help a lot.</p>
]]></content:encoded>
			<wfw:commentRss>http://bumblesoft.com/problems-with-wp-feeder-and-wp-scraper-on-hostgator-and-godaddy.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

