=============================================
= подробный вариант:

1) sitemap.xml - раз в сутки, в 3 часа ночи
0 3 * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron f=sitemap

2) услуги: раз в час
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=svc

3) недвижимость: раз в час
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=realty

4) авто: раз в час
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=auto

5) работа: раз в час
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=job

6) баннеры: раз в час
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=banners

7) тв программа: раз 6 суток, в 3 часа ночи
0 3 */6 * * /usr/bin/php -q /path/to/public_html/index.php bff=cron f=tv

8) рассылка писем: раз в 2 мин.
*/2 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=sendmail ev=cronMassend

9) погода: раз в сутки, в 12 часов ночи
0 0 * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron f=weather

10) курсы валют: 1 раз в сутки, в 4 часа дня
0 16 * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron f=business.curr

11) доска объявлений - снятие с публикации, пересчет счетчиков: раз в 5 минут
*/5 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=bbs ev=cronItems

12) голосование. Начало, завершение голосования. раз в сутки в 0:00
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=voting

=============================================
= краткий вариант:

0 3 * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron f=sitemap
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=svc
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=realty
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=auto
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=job
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=banners
0 4 */6 * * /usr/bin/php -q /path/to/public_html/index.php bff=cron f=tv
*/2 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=sendmail ev=cronMassend
0 0 * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron f=weather
0 16 * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron f=business.curr
*/5 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=bbs ev=cronItems
0 * * * * /usr/bin/php -q /path/to/public_html/index.php bff=cron s=voting