I don’t find that information using google so I think I should post it here.
If u want execute php script via php command in zenbox.pl cron u should add following command:
/usr/local/bin/php /home/lpodolski/domains/lpodolski.com/cron/refreshPage.php >/dev/null 2>&1
In zenbox controll panel this should look like this:
Of course for experienced users this is obvious, but zenbox.pl hosting platform main target are casual users who want to simply host their blog or email. So at first I have expected that standard command would work out of the box
php /home/lpodolski/domains/lpodolski.com/cron/refreshPage.php >/dev/null 2>&1
there is also no feedback that command was not successful, so it take me some time before i realize that this doesnt work
of course u can probably use standard wget url to open URL via CRON but in this case u allow cron executions for everyone:
wget -qO- http://lpodolski.com &> /dev/null