<?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>php genious &#187; Cron Job</title>
	<atom:link href="http://www.phpgenious.com/category/cron-job/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpgenious.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 11:25:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Set Cron Job in cPanel</title>
		<link>http://www.phpgenious.com/2009/12/set-cron-job-in-cpanel/</link>
		<comments>http://www.phpgenious.com/2009/12/set-cron-job-in-cpanel/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 13:07:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cron Job]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.phpgenious.com/?p=319</guid>
		<description><![CDATA[TweetHello Friends !! Today I will share with you about cPanel and its advanced feature Cron Job. First of all what is cPanel ? CPanel is a fully featured web-based control panel that allows you to manage your domain through a web interface. The idea is to transfer as much of the control and responsibility [...]]]></description>
			<content:encoded><![CDATA[<div class="igit_tsb_button" style="float: right; margin-left: 10px; margin-top: 10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.phpgenious.com%2F2009%2F12%2Fset-cron-job-in-cpanel%2F&amp;text=Set+Cron+Job+in+cPanel&amp;count=horizontal&amp;via=" style="" class="twitter-share-button">Tweet</a></div><p>Hello Friends !!</p>
<p>Today I will share with you about cPanel and its advanced feature Cron Job.<br />
First of all what is <strong>cPanel</strong> ?</p>
<p>CPanel is a fully featured web-based control panel that allows you to manage your domain through a web interface. The idea is to transfer as much of the control and responsibility of managing your web site to you. You have the ability to manage all aspects of e-mail, files, backup, FTP, CGI scripts, and web site statistics.</p>
<p>Now what is <strong>Cron Job</strong> ?</p>
<p>A cron job allows you to run a certain command at times set by the job. For example, if you want to execute one file at midnight 12.00 then you can set time using cron job. There is an advanced feature in cPanel from where you have to write only one command and full path of the file whcih want to execute.</p>
<p><span id="more-319"></span></p>
<p>Don&#8217;t be confused. I give you support step by step.</p>
<p>When you login in cPanel, Please click on the icon for cronjob. (See below image).</p>
<p><img class="alignnone size-full wp-image-320" title="cron" src="http://www.phpgenious.com/wp-content/uploads/2009/12/cron.JPG" alt="cron" width="465" height="191" /></p>
<p>Then there are two modes for Cron Job.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7969026041814602";
/* 728x15, created 12/9/09 */
google_ad_slot = "3348511457";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<strong>1) Standard Cron Manager<br />
2) Advanced (UNIX Style) Cron Jobs Mod</strong><br />
click here for more details.</p>
<h2>Standard Cron Manager</h2>
<p>The Standard mode provides a range of pre-set options that you can choose. This is the simplest method and is recommended. See below image.</p>
<p><img class="alignnone size-full wp-image-321" title="standard" src="http://www.phpgenious.com/wp-content/uploads/2009/12/standard.jpg" alt="standard" width="560" height="300" /></p>
<h3>Adding a cron job in standard mode</h3>
<ul>
<li>To access the Cron Jobs Menu, click on the corresponding icon located on the main screen of your cPanel interface.</li>
<li>Click on Standard to access the Standard Cron Manager.</li>
<li>Enter the email address where the cron output will be sent to in the corresponding field.</li>
<li>Enter the command you wish the cron job to run in the blank field next to the Command to run label.</li>
<li>Select how often you wish the command to be run by selecting an option in each of the boxes.</li>
<li>Click on Save Crontab to save your changes and set up your cron job.</li>
</ul>
<p>Thats it. Your cron job is added.</p>
<h3>Deleting a cron job in standard mode</h3>
<p>When a cron job is no longer needed, you should delete it so the command will not continue to run.</p>
<ul>
<li>To access the Cron Jobs Menu, click on the corresponding icon located on the main screen of your cPanel interface.</li>
<li>Click on Standard to access the Standard Cron Manager.</li>
<li>Click on the Delete button next to the cron job you wish to remove.</li>
</ul>
<p>Above all prtocess for <strong>Standard Cron Manager</strong>. Now I explain you about <strong>Advanced (UNIX Style) Cron Jobs Mod</strong>.<br />
click here for more details.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7969026041814602";
/* 728x15, created 12/9/09 */
google_ad_slot = "3348511457";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h2>Advanced (UNIX Style) Cron Jobs Mod</h2>
<p>This provides the regular UNIX style cron options. It is recommended only for users, who are used to this method of setting cron entries. See below Image.</p>
<p><img class="alignnone size-full wp-image-322" title="unixtype" src="http://www.phpgenious.com/wp-content/uploads/2009/12/unixtype.jpg" alt="unixtype" width="560" height="300" /></p>
<h3>Adding a cron job in advanced mode</h3>
<ul>
<li>To access the Cron Jobs Menu, click on the corresponding icon located on the main screen of your cPanel interface.</li>
<li>Click on Advanced (Unix Style) to access the Cron Manager.</li>
<li>Enter the email address you wish the output of the command run by the cron job to be sent to in the corresponding field.</li>
<li>Enter the command you wish the cron job to run in the blank field below the Command label.</li>
<li>Select how often you wish the command to be run by placing a number or asterisk (*) in each of the boxes.</li>
<li>Click on Save Crontab to save your changes and set up your cron job.</li>
</ul>
<p><strong>Note : </strong> An asterisk (*) denotes to run the command at every possible time for that box. For example, a * in the month box would run the command every month.</p>
<h3>Deleting a cron job in advanced mode</h3>
<p>When a cron job is no longer needed, you should delete it so the command will not continue to run.</p>
<ul>
<li>To access the Cron Jobs Menu, click on the corresponding icon located on the main screen of your cPanel interface.</li>
<li>Click on Advanced (Unix Style) to access the Cron Manager.</li>
<li>Click on the Remove icon next to the cron job you wish to delete.</li>
</ul>
<p>Thats it. I think this tutorial become very helpful to you.</p>
<p>If you have any query or any suggestion please comment on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpgenious.com/2009/12/set-cron-job-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
