Welcome to Laneway Magazine – an online grassroots celebration of the people, places and culture that frame Melbourne. It’s an entertaining mix of columns, reviews, features and ideas, published by writers and creatives who pass you on the street every day.
In its best moments, The Zombie State is Saturday night in the CBD. The production showcases the same barely controlled human grotesque, leaning on the zombie horror genre's fear of the mindless crowd, and the collective loss of reason.
WordPress database error: [MySQL server has gone away]
SELECT
usr.ID,
usr.user_email,
fnametab.meta_value AS fname,
lnametab.meta_value as lname,
cnt.post_count
FROM wp_users usr
JOIN wp_usermeta capa ON usr.ID = capa.user_id AND capa.meta_key LIKE '%capabilities'
LEFT OUTER JOIN wp_usermeta fnametab ON usr.ID = fnametab.user_id AND fnametab.meta_key = 'first_name'
LEFT OUTER JOIN wp_usermeta lnametab ON usr.ID = lnametab.user_id AND lnametab.meta_key = 'last_name'
LEFT OUTER JOIN (
SELECT post_author, COUNT(1) post_count
FROM wp_posts
WHERE post_type='post'
AND post_status='publish'
GROUP BY post_author
) cnt ON usr.ID = cnt.post_author
WHERE capa.meta_value LIKE '%author%' OR capa.meta_value LIKE '%contrib%' OR capa.meta_value LIKE '%admin%'
ORDER BY post_count DESC
Recent Posts
WordPress database error: [MySQL server has gone away] SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date DESC LIMIT 0, 3