Salvatore
08-07-2004, 03:30 AM
trying to setup phpAdsNew. a little lost on this section. can someone give me specific instructions please. i have a cpanel server. thank you very much
Based on which tool your server supports add one of the following lines to the cron.txt
file:
# if your server supports curl:
0 * * * * curl -s -o /dev/null http://your.server.name.here/phpAdsNew/maintenance/maintenance.php
# if your server supports fetch:
0 * * * * fetch -o /dev/null http://your.server.name.here/phpAdsNew/maintenance/maintenance.php
# if your server supports lynx:
0 * * * * lynx > /dev/null -dump http://your.server.name.here/phpAdsNew/maintenance/maintenance.php
# if your server supports wget:
0 * * * * wget -q -O /dev/null http://your.server.name.here/phpAdsNew/maintenance/maintenance.php
Based on which tool your server supports add one of the following lines to the cron.txt
file:
# if your server supports curl:
0 * * * * curl -s -o /dev/null http://your.server.name.here/phpAdsNew/maintenance/maintenance.php
# if your server supports fetch:
0 * * * * fetch -o /dev/null http://your.server.name.here/phpAdsNew/maintenance/maintenance.php
# if your server supports lynx:
0 * * * * lynx > /dev/null -dump http://your.server.name.here/phpAdsNew/maintenance/maintenance.php
# if your server supports wget:
0 * * * * wget -q -O /dev/null http://your.server.name.here/phpAdsNew/maintenance/maintenance.php
