I am currently using Bluehost as my host provider, they do support cron jobs. I have managed to set one up with just the right settings that i would like. It runs a certain website script every month.
However, I'm curious how i can stop the script from running when your average user visits the page. For instance:
Say I have the cron job calling ../autorun.php. But what if a user happens upon ../autorun.php, thus making the script run when i do not want it to to.
Is there a way I can change the permissions so only the cron job can run the script?