SET NAMES 'utf8'
SET CHARACTER SET 'utf8'
SET character_set_connection = utf8
SET collation_connection = utf8_general_ci
SELECT * FROM cache_store WHERE cs_key IN ( 'systemvars','login_methods','vnums','app_cache','navigation_tabs','module_cache','hooks','useragents','useragentgroups','skinsets','outputformats','skin_remap','group_cache','settings','lang_data','banfilters','stats','badwords','bbcode','mediatag','profilefields','rss_output_cache','rss_export','meta_tags','ipseo_acronyms','attachtypes','multimod','moderators','announcements','report_cache','report_plugins','ranks','reputation_levels','emoticons','mdt_messages','mdt_messages_forums','nexus_ads','support_departments' )
DELETE FROM sessions WHERE ip_address='18.232.31.206'
SELECT f.*,p.* FROM forums f LEFT JOIN permission_index p ON ( p.perm_type='forum' AND p.app='forums' AND p.perm_type_id=f.id )
SELECT * FROM skin_cache WHERE cache_set_id=9 AND cache_type IN ('css', 'replacements')
SELECT t.*,xxx.*,rep_cache.rep_points, rep_cache.rep_like_cache FROM topics t LEFT JOIN core_tags_cache xxx ON ( xxx.tag_cache_key=MD5(CONCAT('forums',';','topics',';',t.tid)) )
LEFT JOIN reputation_cache rep_cache ON ( rep_cache.app='forums' AND rep_cache.type='pid' AND rep_cache.type_id=t.topic_firstpost ) WHERE t.forum_id=3 AND t.pinned IN (0,1) AND ( t.approved=1 ) ORDER BY t.pinned DESC, t.last_post DESC LIMIT 0,30
SELECT m.*, m.member_id as my_member_id,p.*,pp.*,g.* FROM members m LEFT JOIN pfields_content p ON ( p.member_id=m.member_id )
LEFT JOIN profile_portal pp ON ( pp.pp_member_id=m.member_id )
LEFT JOIN groups g ON ( g.g_id=m.member_group_id ) WHERE m.member_id IN (1)
SELECT * FROM core_like_cache WHERE like_cache_id='0ed13c89b208155d9d061ed6e4ac68b8'
SELECT s.*, s.id as row_session_id,m.* FROM sessions s LEFT JOIN members m ON ( m.member_id=s.member_id ) WHERE s.id='ae3cacfb8d55682106bbc9353e8469e0' OR (s.current_appcomponent='forums' AND s.running_time > 1674806729 AND s.in_error=0 AND s.location_2_type='forum' AND s.location_2_id=3)
SELECT rep_points FROM reputation_cache WHERE app='forums' AND type='pid' AND type_id=290
SELECT rep_points FROM reputation_cache WHERE app='forums' AND type='pid' AND type_id=254
SELECT rep_points FROM reputation_cache WHERE app='forums' AND type='pid' AND type_id=289
SHUTDOWN: INSERT INTO sessions (`id`,`member_name`,`member_id`,`member_group`,`login_type`,`running_time`,`ip_address`,`browser`,`in_error`,`current_appcomponent`,`current_module`,`current_section`,`location_1_type`,`location_1_id`,`location_2_type`,`location_2_id`,`location_3_type`,`location_3_id`,`uagent_key`,`uagent_version`,`uagent_type`,`uagent_bypass`) VALUES('ae3cacfb8d55682106bbc9353e8469e0','',0,2,0,1674807628,'18.232.31.206','CCBot/2.0 (https://commoncrawl.org/faq/)',0,'forums','forums','forums','',0,'forum',3,'',0,'__NONE__',0,'',0)