SELECT 1 FROM `ml_sessions` WHERE `id` = '4114caa46ea5fe1032501c0603d6ff99c5e7824f' AND `ip_address` = '216.73.216.6' ?>
SELECT GET_LOCK('8556b4bebb358df73ab1dc5b7a79560f', 300) AS ci_session_lock ?>
SELECT `data` FROM `ml_sessions` WHERE `id` = '4114caa46ea5fe1032501c0603d6ff99c5e7824f' AND `ip_address` = '216.73.216.6' ?>
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'noahphex' LIMIT 1 ?>
SELECT `MV`.`title_id` FROM `ml_movie_titles` `MT` JOIN `ml_movies` `MV` ON `MV`.`title_id` = `MT`.`title_id` WHERE `MV`.`user_id` = 8 GROUP BY `title_id` ?>
SELECT MAX(MV.movie_id) AS movie_id, `MV`.`title_id`, COUNT(MV.title_id) AS title_count, `title`, `prefix`, `year` FROM `ml_movie_titles` `MT` JOIN `ml_movies` `MV` ON `MV`.`title_id` = `MT`.`title_id` WHERE `MV`.`user_id` = 8 GROUP BY `title_id` ORDER BY `title_count` DESC, MAX(date_viewed) DESC LIMIT 10, 10 ?>
Array ( )