DARE TO DIRECT
CHILLER
Wow!
300 submissions!
Our thanks to everyone who dared!
Winner will be announced on Halloween night!
300 submissions!
Our thanks to everyone who dared!
Winner will be announced on Halloween night!
Link to this page:
SQL: SELECT
DATE_FORMAT(a.air_date_time, '%l:%i %p') as air_time,
DATE_FORMAT(a.air_date_time, '%H:%i:%s') as air_date,
a.show_title,
a.episode_title,
c.name as show_type
FROM
scd_raw_feed a,
scd_show b,
scd_show_type c
WHERE
a.air_date_time >= '2009-03-06 06:00:00'
AND a.air_date_time < '2009-03-07 06:00:00'
AND a.network_id=4 AND a.show_id=b.show_id
AND b.show_type_id=c.show_type_id
ORDER BY a.air_date_time
-- show_hour: 20
-- show_hour: 22
-- show_hour: 00
-- show_hour: 02
/var/www/www.chillertv.com/htdocs/includes/tonight_on.shtmlFilelist: htdocs/includes/tonight_on.shtml
Executing: mkdir -p /nbcdotcom/MCDS/send/stage/www.chillertv.com/htdocs/includes/; cp /var/www/www.chillertv.com/htdocs/includes/tonight_on.shtml /nbcdotcom/MCDS/send/stage/www.chillertv.com/htdocs/includes/
Executing: mkdir -p /nbcdotcom/MCDS/send/prod/www.chillertv.com/htdocs/includes/; cp /var/www/www.chillertv.com/htdocs/includes/tonight_on.shtml /nbcdotcom/MCDS/send/prod/www.chillertv.com/htdocs/includes/
