2) объявления: снятие с публикации, пересчет счетчиков ОБ в категориях(типах)
*/10 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=bbs ev=itemsCronStatus
*/10 * * * * /usr/bin/wget -o /dev/null 'http://example.com/index.php?bff=cron&s=bbs&ev=itemsCronStatus'
3) объявления: обнуление счетчиков просмотров ОБ за сегодня
0 0 * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=bbs ev=itemsCronViews
0 0 * * * /usr/bin/wget -o /dev/null 'http://example.com/index.php?bff=cron&s=bbs&ev=itemsCronViews'
5) магазины: пересчет счетчиков магазинов
*/15 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=shops ev=shopsCronCounters
*/15 * * * * /usr/bin/wget -o /dev/null 'http://example.com/index.php?bff=cron&s=shops&ev=shopsCronCounters'