SET CHARACTER SET cp1251
SELECT * FROM
ibf_topics WHERE tid=42603
SELECT * FROM
ibf_cache_store WHERE cs_key IN ( 'attachtypes','bbcode', 'multimod','ranks','profilefields','reputation_ranks','calendar','birthdays','banfilters', 'portal_cache', 'bbcode', 'settings', 'group_cache', 'systemvars', 'skin_id_cache', 'forum_cache', 'moderators', 'stats', 'languages' )
DELETE FROM
ibf_sessions WHERE ip_address='38.103.63.17'
SELECT * FROM
ibf_skin_sets WHERE set_skin_set_id=7
SELECT pid FROM
ibf_posts WHERE topic_id=42603 and queued=0 ORDER BY pid LIMIT 10,10
SELECT p.*,
m.id,m.name,m.mgroup,m.email,m.joined,m.posts, m.last_visit, m.last_activity,m.login_anonymous,m.title,m.hide_email, m.warn_level, m.warn_lastwarn, m.job, m.rep, m.rep_all, m.allow_anon, m.allow_rep,
me.msnname,me.aim_name,me.icq_number,me.signature, me.website,me.yahoo,me.location, me.avatar_location, me.avatar_type, me.avatar_size
FROM
ibf_posts p
LEFT JOIN ibf_members m ON (p.author_id=m.id)
LEFT JOIN ibf_member_extra me ON (me.id=m.id)
WHERE p.pid IN(253292,253429,253443,253502,253503) ORDER BY pid asc
SHUTDOWN: INSERT INTO ibf_sessions (id,member_name,member_id,member_group,in_forum,in_topic,login_type,running_time,location,ip_address,browser,in_error) VALUES('d7f2888de66bb4ab0a6a2deb63fc36ad','',0,2,69,42603,0,1215586024,'st,,','38.103.63.17','CCBot/1.0 (+http://www.commoncrawl.org/bot.html)',0)
SHUTDOWN: UPDATE LOW_PRIORITY ibf_topics SET views=views+1 WHERE tid=42603