CronJob Command Help

nokelt

New Member
Messages
1
Reaction score
0
Points
0
im trying to run a php script on my site (nokelt.org) so far the command is
php-cron /home/nokelt/public_html/ranking.php
but i need to use a secretkey in order for it to work i dont know how to the secret key into the command
 

LHVWB

New Member
Messages
1,308
Reaction score
0
Points
0
* Moved to programming help. You are much more likely to get some help in this forum, because normal members with experience in a diverse range or areas can help you here.
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
How you enter the secret key is very much down to the program. You can supply command line parameters on that command but if its expecting a web call then that wont work. You would need to write a second php script that makes a webcall to the page.
 
Top