By alexander on Thursday, 04 June 2015
Replies 7
Likes 0
Views 0.9K
Votes 0
HI guys,

can you help me please to set secure cronjob? My hosting provider doesn't have a field to use for the cronjob command but instead there are several options:
PHP script/ perl script/ / pytons script/ and sh script. How can I put cron job command into file? And what shell i write please...
Hello Alexander,

You don't need to enable anything. Just change the site.com to your own site URL. And you are good to go.
·
Friday, 05 June 2015 15:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi alexander,

Perhaps you can try download this free extension for configure the cronjob in your site
-> http://www.extly.com/utilities/jprc-cronjobs.html

After you downloaded, then install from your Joomla backend and start configure a new cron
-> http://screen.stackideas.com/2015-03-24_1957.png

The last step, edit the $host inside /components/com_easysocial/cron.php with site your domain name

Hope this help.
·
Friday, 05 June 2015 00:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi it was much easier I just to put this command (found in the documentation) into a file and choose it to execute in the Cronjob of my hosting provider. Can you tell me what do I need to choose in the admin panel of easy social, do I need to activate any settings? Because there is a setting about secret Cronjob, what do I choose in there. Please and how do I change the command if that option is activated

/bin/wget -O /dev/null "http://site.com/index.php?option=com_easysocial&cron=true";
·
Friday, 05 June 2015 14:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much
·
Friday, 05 June 2015 15:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alexander.

You're welcome. Have a nice day
·
Friday, 05 June 2015 16:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi guys,
I'm sorry for the stupid question but how can i know that cronjob is working....
·
Friday, 05 June 2015 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alexander.

It's actually just a task scheduler on most linux / unix environment.

Why do we need cronjobs?

Because processing emails are always slow. When there are hundreds of emails to be processed at a time, the server needs to contact the respective mail servers to deliver the mail. However, the process for each delivery might differ from time to time and this would result in higher bounce rate of users on your site.

Consider this scenario:

John posted a comment on an update which has 10,000 previous comments. To deliver 10,000 emails as soon as you post a comment would take more than an hour. Would you want your user's to wait?


Hope this help
·
Friday, 05 June 2015 19:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post