I don't understand everything that's mentioned in that thread, but you could try this: Go to the scheduled task manager and find the id for the RSS poster task (edit the task and it should be at the top of the edit window). Then when setting up your cron job, make it "cron.php X" where X is the id. For instance, mine says the id is 17, so the command would be
cron.php 17
|