- Lid sinds
- 1 feb 2004
- Berichten
- 6.263
- Waarderingsscore
- 51
- Punten
- 48
- Leeftijd
- 122
CCcamInfoPHP van TOOGOODY bestaat al enige tijd, daarom onderstaand de het readme bestand met de nodige informatie alsmede een historisch overzicht van de laatste en vorige versies.
USAGE INSTRUCTIONS:
The main file to be run is index.php. You need a PHP enabled web-host (local or not) for running the script.
- Unpack and upload files to web server
- edit config.php with cccam webinfo data , working folder , and other options there
- give WRITE access to working folder . If you need more protection please change working folder outside of web root
Cron jobs:
- "cron_ping.php?p=x" : to check ping for all servers. Recomended : hourly cron job
- "cron_online.php?p=x" : to check and record online servers. Recomended : every 30 min cron job
- "cron_update.php?p=x" : to make a full update. This includes cron_online script. Recomended : hourly cron job
where x = profile number (default 0).
Php settings ... Because script uses a lot of memory and sometimes need more time to comlpete tasks,
I recommend setting this values in php.ini:
max_execution_time = 300 ; Maximum execution time of each script, in seconds
memory_limit = 24M ; Maximum amount of memory a script may consume (8MB)
To update from a previoius version copy everything except config.php.
If previous version is older than v0.5 then config.php must be reset.
USAGE INSTRUCTIONS:
The main file to be run is index.php. You need a PHP enabled web-host (local or not) for running the script.
- Unpack and upload files to web server
- edit config.php with cccam webinfo data , working folder , and other options there
- give WRITE access to working folder . If you need more protection please change working folder outside of web root
Cron jobs:
- "cron_ping.php?p=x" : to check ping for all servers. Recomended : hourly cron job
- "cron_online.php?p=x" : to check and record online servers. Recomended : every 30 min cron job
- "cron_update.php?p=x" : to make a full update. This includes cron_online script. Recomended : hourly cron job
where x = profile number (default 0).
Php settings ... Because script uses a lot of memory and sometimes need more time to comlpete tasks,
I recommend setting this values in php.ini:
max_execution_time = 300 ; Maximum execution time of each script, in seconds
memory_limit = 24M ; Maximum amount of memory a script may consume (8MB)
To update from a previoius version copy everything except config.php.
If previous version is older than v0.5 then config.php must be reset.