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
* 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.
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.