Quote:
Originally Posted by TonTon
can someone tell me how to make this cronjob thing, so the sig is refreshed every 15mins?
|
The command line is in the code block below, you need to set all options, hours, days etc to *, but leave the minutes to 15 if its a dropdown menu... if you can type in the minutes, enter 15,30,45,0 and that will update the sig every 15mins.
Code:
GET http://www.yourdomain.com/forums/signature.php >/dev/null 2>&1
Keep the '>/dev/null 2>&1' part at the end of the command so you nor the web host will recieve emails to confirm the crontab has been completed every time.