General Chit Chat General chat, talk about anything and everything, great section to just hang out and talk crap... VW crap of course!
25141
301516
on February 28th, 2021 at 02:58 PM by AA003
New Members Forum If you're new to the forum, welcome!
This forum also contains tips on getting the most of out Aussieveedubbers, such as setting an avatar, attaching images.
1465
8989
on January 8th, 2020 at 07:47 PM by chaya
VW Site of the Week VW site of the week. Varies from club sites to custom and original sites..
461
2492
on January 13th, 2017 at 08:56 PM by Bizarre
VW Pic of the Week VW picture of the week, resto, sano, classic, vintage, off-road or just modified...
1863
16995
on December 11th, 2019 at 01:43 PM by vw54
Young Dubbers This forum is for our under 18 members.
59
1931
on November 29th, 2016 at 07:19 PM by Timothy_N-F
VW Circuit Racing Okay racers, let shread rubber on the track, and brag about it in here..
SELECT moderator FROM ubb_forums WHERE moderator != ''
3.
0.00029802
SELECT DISTINCT uid FROM ubb_members WHERE username = 'BUGBOY'
4.
0.00026703
SELECT DISTINCT uid FROM ubb_members WHERE username = 'MickH'
5.
0.00020695
SELECT DISTINCT uid FROM ubb_members WHERE username = 'barls'
6.
0.00025606
SELECT DISTINCT uid FROM ubb_members WHERE username = 'vanderaj'
7.
0.00019503
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Cam'
8.
0.00023580
SELECT DISTINCT uid FROM ubb_members WHERE username = 'vw54'
9.
0.00026703
SELECT DISTINCT uid FROM ubb_members WHERE username = 'SuperOwen'
10.
0.00021219
SELECT DISTINCT uid FROM ubb_members WHERE username = 'helbus'
11.
0.00026202
SELECT DISTINCT uid FROM ubb_members WHERE username = '65busser'
12.
0.00021982
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Baja Wes'
13.
0.00018692
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Dasdubber'
14.
0.00021195
SELECT DISTINCT uid FROM ubb_members WHERE username = 'MISS VDUB'
15.
0.00075793
SELECT LENGTH(robot_string) AS strlen, robot_string, robot_fullname FROM ubb_robotsORDER BY strlen DESC
16.
0.00053191
DELETE FROM ubb_whosonline WHERE ip = '3.237.178.91' && (username = 'xguest123' OR username = 'xrobot123' OR username = 'Anonymous') OR time < '1615237425'
17.
0.00026703
INSERT INTO ubb_whosonline(username, ip, time, location, invisible, robotname) VALUES ('xguest123', '3.237.178.91', LPAD('1615238025', '15', '0'), '/index.php?gid=51', '0', '')
18.
0.00026178
DELETE FROM ubb_guestcount WHERE ((ipaddress = '3.237.178.91') OR (onlinetime < '1615151625'))
19.
0.00014210
DELETE FROM ubb_robotcount WHERE ((ipaddress = '3.237.178.91') OR (onlinetime < '1615151625'))
20.
0.00015211
INSERT INTO ubb_guestcount (ipaddress, onlinetime) VALUES ('3.237.178.91', '1615238025')
21.
0.00029087
SELECT * FROM ubb_themes WHERE themeid = '1'
22.
0.00015402
SELECT * FROM ubb_pluglinks ORDER BY displayorder ASC
23.
0.00022697
SELECT id FROM ubb_banned WHERE ((ip1 = '3' OR ip1 = '-1') AND (ip2 = '237' OR ip2 = '-1') AND (ip3 = '178' OR ip3 = '-1') AND (ip4 = '91' OR ip4 = '-1')) AND NOT (ip1 = '-1' AND ip2 = '-1' AND ip3 = '-1' AND ip4 = '-1')
24.
0.00075507
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.00116396
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.00029016
SELECT name FROM ubb_forums WHERE fid = '51' AND type = 'group' LIMIT 1
27.
0.00022006
SELECT uid, username FROM ubb_membersORDER BY regdate DESC LIMIT 1
28.
0.00018978
SELECT COUNT(uid) FROM ubb_members UNION ALL SELECT COUNT(tid) FROM ubb_threads UNION ALL SELECT COUNT(pid) FROM ubb_posts
29.
0.00231099
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 = '51')ORDER BY c.displayorder ASC, f.displayorder ASC