Please help me to setup a cron job.

jacobbbc

New member
Joined
Dec 29, 2004
Messages
2
Hello :
I have a site with a hosting company.
They use directadmin as their control panel.
I want to use a cron job there.
What should i need to do if it is to be work on every minute */1 in all filelds?
Please let me know.
Also what should be the command line?????

when i am in my public_html folder domains/[sitename]/public_html this is the path.
Please give me the correct path too.
Hope anybosy will help me soon :)
Regards,
Jacob.
 
what command would you like to run? if you provider more information, i might able to help you out.

They use directadmin as their control panel. I want to use a cron job there.
Once you login to directadmin with enchanged skin, in your user level you will see cronjobs in your advanced features

What should i need to do if it is to be work on every minute */1 in all filelds?

Minute */1
Hours/Days of Month/Month/Day of week = *

when i am in my public_html folder domains/[sitename]/public_html this is the path.
/usr/local/bin/php -q -f /home/[sitename]/domains/[sitename].com.my/public_html/phpscripthere.php

hope i'm able to help out :)
 
Thanks

Hello Danny,

Thanks for your freat help:)
I owe you.

Jeff, Thanks for your help too:)

Regards,
Jacob.
 
Back
Top