nice nice...
but whats about this ?
everyone can have a look into the rss import modul!
Geordies Newcastle United Breaking News / RSS Importer
its a big problem..you know it?


![]() |
| | LinkBack | Thread Tools |
NixCron - Cronless updating for your Pligg site | |||||
|
Developed by chuckroast Developer Last Online: Mar 2010
NixCron - Cronless updating for your Pligg site. This module makes it easy to process updates to your pligg site without the use of setting up a cron. The NixCron module will process and scheduled RSS Imports and recalculate Karma once every six hours when the "god" user is logged into your site. Installation instructions: Unzip NixCron-Module.zip Upload nixcron.php to your pligg root. Upload modules/nixcron/ folder to yoursite/modules/ CHMOD 666 yoursite/modules/nixcron/lastcron.txt Go to module management in your pligg administration panel and activate the module. Please support this developer by making a contribution. Download Now
Show Your Support
|
Similar Downloads | ||||
| Download | Developer | Category | Replies | Last Post |
| Comments |
| |||
| nice nice... but whats about this ? everyone can have a look into the rss import modul! Geordies Newcastle United Breaking News / RSS Importer its a big problem..you know it? |
| ||||
| Quote:
|
| ||||
| is there any way to make it import in less than six hours? |
| |||
| How does NixCron work? Do I need to be logged in for it to work? What is the trigger? I'd prefer to use cron but can't seem to get: /usr/local/bin/php rss_import/import.php to work I get the ../smarty.class.php can't be found error. Help with either is appreciated. |
| ||||
| Quote:
Code: <?php
if (strpos($_SERVER['SCRIPT_NAME'], 'rss_import') > 1){
die('nixcron rssimport error.');
}
include_once('Smarty.class.php');
$main_smarty = new Smarty;
include_once('config.php');
include_once(mnminclude.'html1.php');
include_once(mnminclude.'link.php');
include_once(mnminclude.'tags.php');
include_once(mnminclude.'smartyvariables.php');
include_once('modules/rss_import/rss_import_settings.php');
include_once('modules/rss_import/rss_import_main.php');
rss_import_do_import(false);
?>
|
| ||||
| Thanks for that php script. I have been trying for weeks now to get my cron working, but it wouldnt. I instaled nixcron and then set up a cron for the script above and it works like a charm now. Thanks |
| |||
| I am probably doing something stupid but I get this error when I install and activate the nixcron module. Code: RSS Importer Warning: Table 'episode_pligg.pligg_feeds' doesn't exist in /home/episode/public_html/libs/db.php on line 241 You have not setup any feeds yet! Go back and add a feed. Warning: include(/libs/karma.php) [function.include]: failed to open stream: No such file or directory in /home/episode/public_html/cache/templates_c/c_9144b43d6e125a2d7320222aac2223cd.php on line 13 Warning: include() [function.include]: Failed opening '/libs/karma.php' for inclusion (include_path='.') in /home/episode/public_html/cache/templates_c/c_9144b43d6e125a2d7320222aac2223cd.php on line 13 What does it mean, I haven't setup feeds. I have RSS feeds for every single category and this is done automatically by pligg. |
| |||
| Can nixcron load all rssfeeds every hour? than when i sleep i have to load every hour rss feeds. Can nixcron take this job and load the feeds every hour? So yes i buy it. When not i will not buy it than i can login and go to admin rssimport and load all the feeds i want and that every minuut i will. So why must i than buy nixcron? So dear coder an answer please. MarioF |
![]() |
| Tags |
| cron, importing, karma, rss |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pligg Donation Drive 2009 | chuckroast | Questions and Comments | 0 | 03-23-2009 04:42 PM |
| URGENT: Have 80% Pligg Design Done, Need Experienced Programmer/Designer to finish it | anothercollegestudent | Questions and Comments | 3 | 11-07-2007 01:39 AM |
| WANTED: Incorporate Pligg with Custom template into my site, attractive compensation | recordbreaker | Questions and Comments | 1 | 07-21-2007 10:35 AM |
| Can't submit new items to my pligg site | cswank | Questions and Comments | 3 | 03-28-2006 06:26 PM |