SELECT moderator FROM ubb_forums WHERE moderator != ''
3.
0.00018191
SELECT DISTINCT uid FROM ubb_members WHERE username = 'vw54'
4.
0.00010395
SELECT DISTINCT uid FROM ubb_members WHERE username = 'vanderaj'
5.
0.00011587
SELECT DISTINCT uid FROM ubb_members WHERE username = 'MickH'
6.
0.00009418
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Baja Wes'
7.
0.00007510
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Dasdubber'
8.
0.00009012
SELECT DISTINCT uid FROM ubb_members WHERE username = 'BUGBOY'
9.
0.00008988
SELECT DISTINCT uid FROM ubb_members WHERE username = 'helbus'
10.
0.00007677
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Cam'
11.
0.00007796
SELECT DISTINCT uid FROM ubb_members WHERE username = 'SuperOwen'
12.
0.00008011
SELECT DISTINCT uid FROM ubb_members WHERE username = '65busser'
13.
0.00009489
SELECT DISTINCT uid FROM ubb_members WHERE username = 'barls'
14.
0.00008488
SELECT DISTINCT uid FROM ubb_members WHERE username = 'MISS VDUB'
15.
0.00041294
SELECT LENGTH(robot_string) AS strlen, robot_string, robot_fullname FROM ubb_robotsORDER BY strlen DESC
16.
0.00024605
DELETE FROM ubb_whosonline WHERE ip = '3.215.79.68' && (username = 'xguest123' OR username = 'xrobot123' OR username = 'Anonymous') OR time < '1656878438'
17.
0.00012612
INSERT INTO ubb_whosonline(username, ip, time, location, invisible, robotname) VALUES ('xguest123', '3.215.79.68', LPAD('1656879038', '15', '0'), '/index.php?gid=90', '0', '')
18.
0.00013494
DELETE FROM ubb_guestcount WHERE ((ipaddress = '3.215.79.68') OR (onlinetime < '1656792638'))
19.
0.00007606
DELETE FROM ubb_robotcount WHERE ((ipaddress = '3.215.79.68') OR (onlinetime < '1656792638'))
20.
0.00006700
INSERT INTO ubb_guestcount (ipaddress, onlinetime) VALUES ('3.215.79.68', '1656879038')
21.
0.00012803
SELECT * FROM ubb_themes WHERE themeid = '1'
22.
0.00008488
SELECT * FROM ubb_pluglinks ORDER BY displayorder ASC
23.
0.00010109
SELECT id FROM ubb_banned WHERE ((ip1 = '3' OR ip1 = '-1') AND (ip2 = '215' OR ip2 = '-1') AND (ip3 = '79' OR ip3 = '-1') AND (ip4 = '68' OR ip4 = '-1')) AND NOT (ip1 = '-1' AND ip2 = '-1' AND ip3 = '-1' AND ip4 = '-1')
24.
0.00030708
SELECT fid, type, name, fup, status, private, userlist, password FROM ubb_forums WHERE private != '5' AND private != '3' AND private != '2' AND userlist = '' AND password = '' AND status = 'on' ORDER BY displayorder
25.
0.00041389
SELECT name, template FROM ubb_templates WHERE name IN ('index', 'index_boardoffmsg', 'index_category', 'index_category_spacer', 'index_forum', 'index_forum_lastpost', 'index_forum_nolastpost', 'index_forum_row', 'index_login', 'index_member', 'index_member_avatar', 'index_member_notepad', 'index_member_pm', 'index_news', 'index_stats', 'index_whosonline', 'index_whosonline_iconkey', 'index_whosonline_key', 'index_whosonline_today', 'css', 'error', 'footer', 'footer_querynum', 'footer_load', 'footer_phpsql', 'footer_totaltime', 'header', 'message', 'meta_tags', 'shadow', 'shadow2')
26.
0.00009799
SELECT name FROM ubb_forums WHERE fid = '90' AND type = 'group' LIMIT 1
27.
0.00007606
SELECT uid, username FROM ubb_membersORDER BY regdate DESC LIMIT 1
28.
0.00012302
SELECT COUNT(uid) FROM ubb_members UNION ALL SELECT COUNT(tid) FROM ubb_threads UNION ALL SELECT COUNT(pid) FROM ubb_posts
29.
0.00071001
SELECT f.*, l.uid as lp_uid, l.username as lp_user, l.pid as lp_pid, l.dateline as lp_dateline, c.name as cat_name, c.fid as cat_fid FROM ubb_forums f LEFT JOIN ubb_forums c ON (f.fup = c.fid) LEFT JOIN ubb_lastposts l ON l.tid = f.lastpost WHERE (c.type = 'group' AND f.type = 'forum' AND c.status = 'on' AND f.status = 'on' AND f.fup = '90')ORDER BY c.displayorder ASC, f.displayorder ASC