Merchandise If you have t-shirts, stickers, and so on around the VW scene, please advertise in here! If you want to do something with us, please use the Contact Us button.
45
399
on December 17th, 2019 at 03:39 PM by hewart
Buying, Selling & Swapping Cars Buying stuff? Selling stuff? Seen nice VW tidbits elsewhere? This is the place to trade.
Note: please keep chitchat to General Chitchat.
SELECT moderator FROM ubb_forums WHERE moderator != ''
3.
0.00010681
SELECT DISTINCT uid FROM ubb_members WHERE username = 'vw54'
4.
0.00008202
SELECT DISTINCT uid FROM ubb_members WHERE username = 'vanderaj'
5.
0.00008202
SELECT DISTINCT uid FROM ubb_members WHERE username = 'MickH'
6.
0.00008202
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Baja Wes'
7.
0.00007200
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Dasdubber'
8.
0.00009608
SELECT DISTINCT uid FROM ubb_members WHERE username = 'BUGBOY'
9.
0.00008297
SELECT DISTINCT uid FROM ubb_members WHERE username = 'helbus'
10.
0.00007701
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Cam'
11.
0.00007701
SELECT DISTINCT uid FROM ubb_members WHERE username = 'SuperOwen'
12.
0.00007105
SELECT DISTINCT uid FROM ubb_members WHERE username = '65busser'
13.
0.00007987
SELECT DISTINCT uid FROM ubb_members WHERE username = 'barls'
14.
0.00007892
SELECT DISTINCT uid FROM ubb_members WHERE username = 'MISS VDUB'
15.
0.00033593
SELECT LENGTH(robot_string) AS strlen, robot_string, robot_fullname FROM ubb_robotsORDER BY strlen DESC
16.
0.00014400
DELETE FROM ubb_whosonline WHERE ip = '3.215.79.68' && (username = 'xguest123' OR username = 'xrobot123' OR username = 'Anonymous') OR time < '1656877578'
17.
0.00007987
INSERT INTO ubb_whosonline(username, ip, time, location, invisible, robotname) VALUES ('xguest123', '3.215.79.68', LPAD('1656878178', '15', '0'), '/index.php?gid=78', '0', '')
18.
0.00008702
DELETE FROM ubb_guestcount WHERE ((ipaddress = '3.215.79.68') OR (onlinetime < '1656791778'))
19.
0.00005102
DELETE FROM ubb_robotcount WHERE ((ipaddress = '3.215.79.68') OR (onlinetime < '1656791778'))
20.
0.00006580
INSERT INTO ubb_guestcount (ipaddress, onlinetime) VALUES ('3.215.79.68', '1656878178')
21.
0.00010085
SELECT * FROM ubb_themes WHERE themeid = '1'
22.
0.00006413
SELECT * FROM ubb_pluglinks ORDER BY displayorder ASC
23.
0.00008798
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.00026584
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.00036597
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.00007820
SELECT name FROM ubb_forums WHERE fid = '78' AND type = 'group' LIMIT 1
27.
0.00006008
SELECT uid, username FROM ubb_membersORDER BY regdate DESC LIMIT 1
28.
0.00007796
SELECT COUNT(uid) FROM ubb_members UNION ALL SELECT COUNT(tid) FROM ubb_threads UNION ALL SELECT COUNT(pid) FROM ubb_posts
29.
0.00054407
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 = '78')ORDER BY c.displayorder ASC, f.displayorder ASC