looking for cron job server script

extra

Power Member
Joined
May 18, 2007
Messages
533
Reaction score
102
hello
does any one know about cron job script.
i have lots of sites that need to run special script on different servers and site.
i am looking for script that can be install on my server and can deal with all of those tasks

if u use one or can recomend me of one it will be great

thanks in advance
 
i know what is cron job
i just looking for script that can manage my multiple cron jobs on different servers
thanks
 
if you're just looking to execute php scripts or something, you may be able to use webcron http://w*ebcr*on.or*g/

i use it for wp-/o/-matic and it works ok
 
i use it too but you can use only 3 crons
 
ya that's true- also i think it went down for a few days a few days back.
 
Use a php script, include all files which you want to run with cron and run that one php file through your server cron command. In this way you can more than one jobs at a time. I have cgi script I will try to find and upload here.
 
Back
Top