Forum Moderators: phranque
Some hosters allow some of these issues to be worked around, some don't. If you want to pay basically nothing for a script you can't expect too much though, and then if you don't want to pay someone to fix your problems for you, you also can't expect too much. Cron stuff can be tricky.
Cron jobs are no more complex than running the script via command line, in fact that's all they do (in this case, a cron'ed SCRIPT.)
If you have it cron'ed to run at a certain time, all you have to do is grep your logs for that time and see what error the script is returning.
IMO a "link checker" or any other script written to run via cron or command line should have a web-based option or logging scheme in place to follow up to make sure it's working correctly, are there any in place for this script?