Setting up cronjobs in cpanel
Cronjobs allows email processing to run at the back end while not interfering with the site operations. In EasyBlog, cronjob is required to fetch emails, send emails, retrieve new tweets as blog and even import feeds remotely.
Step 1 - Accessing your cpanel
Setting up cronjobs in Cpanel is really easy. All you need to do is to login to your cPanel account and click on the Cronjobs icon as shown in the diagram below.

Step 2 - Creating the cronjob
Upon clicking on the cronjob icon, you will be presented with the following screen. You will need to enter the following,

The settings are broken down into the following:-
- Minute - Enter the interval for minute. The example above uses "*/5" which means the script is executed every 5 minutes
- Hour - Enter the interval for minute. The example above uses "*" which means the script is executed every hour
- Day - Enter the interval for minute. The example above uses "*" which means the script is executed every day
- Month - Enter the interval for minute. The example above uses "*" which means the script is executed every month
- Weekday - Enter the interval for minute. The example above uses "*" which means the script is executed every week
-
Command - In the example above, we are running the following command,
/bin/wget -O /dev/null "http://yoursite.com/index.php?option=com_easyblog&task=cron"
You will need to get the correct path to "wget" and replace the domain name above with your site's domain. Not every hosting has it in /bin/wget
Customer Login
Navigation
- Installation
- Upgrading
- Settings
- Integrations
- Cronjobs
- Layouts
- Structure
- Customizations
- Autoposting
- Comments
- Modules
- Module Positions
- Plugins
- Troubleshooting
-
How Tos
- Setting up cronjobs in cpanel
- Setting up Facebook integration
- Setting up Twitter integration
- Setting up Linkedin integration
- Setting up Posterous integrations
- Setting up ACL
- Setting up Windows Live Writer
- Setting up ScribeFire
- Setting up Disqus integrations
- Setting up IntenseDebate integrations
- Setting up MarsEdit
- Selecting featured image
- Setting up email blogging
- Setting up location services
- Setting up cronjobs with ssh
- Setting up cronjobs with directadmin
- Display EasyBlog as the front page item
- Facebook Comments
- Setup Facebook Application for ID and Secret Key
- Setup Facebook Auto Posting for Frontend Users or Bloggers
- How to set up Global Centralized Facebook account
- How to get my Facebook Page ID
- Manage a centralized Facebook account
- Create category as page content, separated from EasyBlog
- How to get my Facebook Page ID (Timeline)