Added Feed on Feeds to my website to have my own RSS reader hosted on my server. This works like Bloglines but has the advantage that its hosted on your own server (requires Mysql/PHP) so not relying on a third party. I’m just trying to get it to work as a cronjob but can’t find the location for get on my hasweb hosting.
Comments
Looking for http://server:2082/frontend/x2/cron/index.html
?
(the port number is the cpanel port)
No – I’ve got the interface to cron, the job needs the commandline “/usr/bin/get https://absoblogginlutely.net/feedpage.php“ or similar depending on where I’ve put the feed page and the location of command line. Incidentally Chris I’ve not been able to get to your website quite a lot recently!
You don’t have to use the ‘GET’ program (which is a script that comes with Perl), you could also use ‘curl’ or ‘wget’. You just need any command that can make an HTTP request.
use wget -O /dev/null http://url/
… I’m working on it. Something is very wrong with my hosts DNS from time to time.