Hi,
I have cccam server running on Ubuntu PC.
It was some searching tutorials to build up password protected cccamphpinfo. Escpecially about information how put cron_update.php to work correctly, because i'm not the biggest linux guru.
I'm also using scheduled cron job as normal user.
In my case scheduled con job command:
Code:
wget --spider --http-user=username --http-password=password http://yourserver.dyndns.org/cccamphpinfo/cron_update.php?p=0
works ok.
I'm using --spider option, because cccamphpinfo is in same PC as cccam server itself. Therefore why need to download data, if there is possibility just to update cccamphpinfo itself?