![]() ![]() |
Dec 19 2010, 11:23 AM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 7-November 10 Member No.: 337 |
I have: - Joomla Aggregator Platinum running on a J! 1.5 linux site; - My hosting has cURL support enabled - cURL Information libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5 - Allowed memory size 67108864 bytes - PHP Version is 5.2.14 - Any feed is set as: ***** (so any day, any hour, any minute... when the task scheduler wakes up, it works. or not?) As I told, my hosting has a Sceduled task panel. Here is a screenshot: ![]() Could you please suggest me what to write and where? It's a great great component, making some kind of magic. I can't believe it has to wait for my click. Tks in advance, hope you can help me. |
|
|
|
Dec 20 2010, 10:00 AM
Post
#2
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Код Any feed is set as: * * * * * No. Your website will be overloaded in this way. Create for current rss feed cronjob task in aggregator options like: Код 5 */3 * * * This will import feed every third hour in 5 minute. or: Код 5 8-23/3 * * * This will import feed every third hour between 8 and 23 hour in 5 minute. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Dec 20 2010, 05:26 PM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 7-November 10 Member No.: 337 |
Ok, tks...
And what about the url for the scheduler? : ) |
|
|
|
Dec 20 2010, 05:34 PM
Post
#4
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
This is described in description of this version of aggregator
Create file with name mycron.php. Code for this php file: Код <?php $a = file_get_contents('http://yoursite.com/administrator/components/com_aggregator/cron.aggregator.php'); ?> Upload file mycron.php in your public_html. Create cronjob in your cpanel with command: Код /usr/local/bin/php -q /relative path to host directory public_html/mycron.php >> /dev/null
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 2nd June 2026 - 01:10 AM |