So, I have built a new website with Joomla 1.5.
http://www.bumbleleaf.com . I have a component (Feed2Post) which collects rss feeds and, along with my template, creates a news-style website. Right now, I just need to login to my admin area and click "Post all". That will grab all new stories and post them to the site. This is fine, but there is a better, more "hands-off" option that I really want to take advantage of: complete automation via Cronjobs. This will automatically collect the stories AND publish them...and that would be SWEET

So, the program comes with an install guide for the cronjob, but it is beyond my VERY limited knowledge/capability with Cronjobs. I am hoping someone here can walk me through it.
Here are the instructions:
NEW cronjob tool software
Version 2.0
To setup this new cronjob, all you need to do is:
1.- Upload the zip file to the server and unpack it on a folder (any of your choice). I understand
2.- edit the config.php file, set the $joomladir varialbe to the full path to the
joomla instalation folder, (Same as $mosConfig_absolute_path or joomla 1.5 equivalent),
then set the $joomlaversion variable to 10 or 15 depending if you have joomla 1.0.x
(put 10) or joomla 1.5.x (put 15). I need help with the path
After editing and adjusting, save the file and you're ready to go.
To run the cronjob you need to make php parse the file cronjob.php inside the
cronjob folder that you created. No idea?! How do I make 'php parse the cronjob.php'?
When you have configured the cronjob tool, you need to set a cron task at your
hosting server, there are several ways to do this, you need to ask your hosting
support to get the actual cron execution syntax. Obviously through cPanel, but can someone walk me through it please?
E.G.: /usr/bin/php /path/to/cronjob.php (on some servers)
E.G.: GET http://www.myserver.com/myfolders/to/cronjob.ph (on some others)
E.G.: lynx -source http://www.myserver.com/myfolders/to/cronjob.ph (on some others)
and so on, to create the task if you don't know what format you need, ask your hosting
support on which format is the one that works.Thanks in advance for anyone out there who can save me some serious frustration,
Ryan