SELECT GET_LOCK('95d7cc5a8cc07426487854759b3f5a9b', 300) AS ci_session_lock ?>
SELECT `data` FROM `ml_sessions` WHERE `id` = '22881e2b3b0d886ab4c72cb0d3e51f7ed5013ddb' AND `ip_address` = '216.73.216.6' ?>
DELETE FROM `ml_sessions` WHERE `timestamp` < 1775720220 ?>
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'sensoria' 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` = 1 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` = 1 GROUP BY `title_id` ORDER BY `title_count` DESC, MAX(date_viewed) DESC LIMIT 330, 10 ?>
Array ( )