Log in

View Full Version : cron


amykhar
02-25-2003, 11:31 PM
Many of us have PHP only available as an apache module and are therefore forced to put scripts that we want to run as cron scripts in our public directories.

I haven't been able to put a script in the admin directory and have it protected by username and password the same way other admin scripts are and still have it work as a cron script.

Is there anyway to set up a secure PHP script that can be run as cron jobs?

Amy

Dean C
02-26-2003, 03:39 PM
You could wait for vb3 ;)

- miSt

Dpcows
02-26-2003, 05:05 PM
htacess the dir it is in.

and give the htacces username and password to the cron job

or make an hidden directory.