General Chit Chat General chat, talk about anything and everything, great section to just hang out and talk crap... VW crap of course!
25166
301708
on May 3rd, 2022 at 11:50 AM by STIDUB
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
16997
on June 9th, 2022 at 07:07 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.00014997
SELECT DISTINCT uid FROM ubb_members WHERE username = 'vw54'
4.
0.00008798
SELECT DISTINCT uid FROM ubb_members WHERE username = 'vanderaj'
5.
0.00008607
SELECT DISTINCT uid FROM ubb_members WHERE username = 'MickH'
6.
0.00008392
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Baja Wes'
7.
0.00007606
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Dasdubber'
8.
0.00008488
SELECT DISTINCT uid FROM ubb_members WHERE username = 'BUGBOY'
9.
0.00008202
SELECT DISTINCT uid FROM ubb_members WHERE username = 'helbus'
10.
0.00007701
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Cam'
11.
0.00007892
SELECT DISTINCT uid FROM ubb_members WHERE username = 'SuperOwen'
12.
0.00007391
SELECT DISTINCT uid FROM ubb_members WHERE username = '65busser'
13.
0.00009489
SELECT DISTINCT uid FROM ubb_members WHERE username = 'barls'
14.
0.00008607
SELECT DISTINCT uid FROM ubb_members WHERE username = 'MISS VDUB'
15.
0.00039315
SELECT LENGTH(robot_string) AS strlen, robot_string, robot_fullname FROM ubb_robotsORDER BY strlen DESC
16.
0.00019503
DELETE FROM ubb_whosonline WHERE ip = '3.215.79.68' && (username = 'xguest123' OR username = 'xrobot123' OR username = 'Anonymous') OR time < '1656879253'
17.
0.00009799
INSERT INTO ubb_whosonline(username, ip, time, location, invisible, robotname) VALUES ('xguest123', '3.215.79.68', LPAD('1656879853', '15', '0'), '/index.php?gid=51', '0', '')
18.
0.00009894
DELETE FROM ubb_guestcount WHERE ((ipaddress = '3.215.79.68') OR (onlinetime < '1656793453'))
19.
0.00005388
DELETE FROM ubb_robotcount WHERE ((ipaddress = '3.215.79.68') OR (onlinetime < '1656793453'))
20.
0.00004792
INSERT INTO ubb_guestcount (ipaddress, onlinetime) VALUES ('3.215.79.68', '1656879853')
21.
0.00010610
SELECT * FROM ubb_themes WHERE themeid = '1'
22.
0.00007915
SELECT * FROM ubb_pluglinks ORDER BY displayorder ASC
23.
0.00008392
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.00027299
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.00060296
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.00008011
SELECT name FROM ubb_forums WHERE fid = '51' AND type = 'group' LIMIT 1
27.
0.00006294
SELECT uid, username FROM ubb_membersORDER BY regdate DESC LIMIT 1
28.
0.00009298
SELECT COUNT(uid) FROM ubb_members UNION ALL SELECT COUNT(tid) FROM ubb_threads UNION ALL SELECT COUNT(pid) FROM ubb_posts
29.
0.00061703
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