All posts. Yup. All of 'em.
Note: okay, okay, there are some articles missing. There are also some broken images. It's a broken SQL query. I will fix it. One of these days. Just message me to nag me periodically.
Table 'np7.content' doesn't exist
------------------------
SELECT
c.`content_id`,
c.`title`,
c.`type`,
c.`summary`,
q.`time`,
u.`name`,
url.`url`,
art.`qualifying_title`
FROM `content` c
LEFT JOIN `authors` j ON (j.`content_id` = c.`content_id`)
LEFT JOIN `users` u ON (u.`user_id` = j.`user_id`)
LEFT JOIN `queue` q ON (q.`content_id` = c.`content_id`)
LEFT JOIN `urls` url ON (url.`article_id` = c.`content_id`)
LEFT JOIN `articles` art ON (art.`content_id` = c.`content_id`)
WHERE q.`time` <= 729869493.05556
ORDER BY -q.`time`
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /f5/np7/public/php/config/database.php on line 15
