Tech Talk Technical questions and queries answered by experienced VW owners and mechanics, from minute jobs to BIG jobs..
13128
111942
on February 24th, 2021 at 06:21 AM by vw54
Tech Mods and Frequently asked Questions Here you will find all those threads that refer to common problems and instructions on how to do those cool mods like add a radiator.
1429
14007
on September 9th, 2020 at 10:55 AM by hulbyw
Offroad V-Dubs This section containes information and question about setting up your V-Dub bassed offroad vehicle
866
9764
on September 21st, 2018 at 10:44 AM by baghall
Non-VW Engine Conversions Want to knwo about replacing you tired old VW power plant with something a little different ? Find out what others are thinking..
SELECT moderator FROM ubb_forums WHERE moderator != ''
3.
0.00022316
SELECT DISTINCT uid FROM ubb_members WHERE username = 'BUGBOY'
4.
0.00018787
SELECT DISTINCT uid FROM ubb_members WHERE username = 'MickH'
5.
0.00021482
SELECT DISTINCT uid FROM ubb_members WHERE username = 'barls'
6.
0.00017691
SELECT DISTINCT uid FROM ubb_members WHERE username = 'vanderaj'
7.
0.00021100
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Cam'
8.
0.00018191
SELECT DISTINCT uid FROM ubb_members WHERE username = 'vw54'
9.
0.00017405
SELECT DISTINCT uid FROM ubb_members WHERE username = 'SuperOwen'
10.
0.00019407
SELECT DISTINCT uid FROM ubb_members WHERE username = 'helbus'
11.
0.00016499
SELECT DISTINCT uid FROM ubb_members WHERE username = '65busser'
12.
0.00018215
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Baja Wes'
13.
0.00016308
SELECT DISTINCT uid FROM ubb_members WHERE username = 'Dasdubber'
14.
0.00018191
SELECT DISTINCT uid FROM ubb_members WHERE username = 'MISS VDUB'
15.
0.00075889
SELECT LENGTH(robot_string) AS strlen, robot_string, robot_fullname FROM ubb_robotsORDER BY strlen DESC
16.
0.00040412
DELETE FROM ubb_whosonline WHERE ip = '3.237.178.91' && (username = 'xguest123' OR username = 'xrobot123' OR username = 'Anonymous') OR time < '1615240284'
17.
0.00018287
INSERT INTO ubb_whosonline(username, ip, time, location, invisible, robotname) VALUES ('xguest123', '3.237.178.91', LPAD('1615240884', '15', '0'), '/index.php?gid=53', '0', '')
18.
0.00019693
DELETE FROM ubb_guestcount WHERE ((ipaddress = '3.237.178.91') OR (onlinetime < '1615154484'))
19.
0.00013518
DELETE FROM ubb_robotcount WHERE ((ipaddress = '3.237.178.91') OR (onlinetime < '1615154484'))
20.
0.00011015
INSERT INTO ubb_guestcount (ipaddress, onlinetime) VALUES ('3.237.178.91', '1615240884')
21.
0.00024104
SELECT * FROM ubb_themes WHERE themeid = '1'
22.
0.00014400
SELECT * FROM ubb_pluglinks ORDER BY displayorder ASC
23.
0.00017691
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.00064492
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.00087881
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.00020599
SELECT name FROM ubb_forums WHERE fid = '53' AND type = 'group' LIMIT 1
27.
0.00015903
SELECT uid, username FROM ubb_membersORDER BY regdate DESC LIMIT 1
28.
0.00018597
SELECT COUNT(uid) FROM ubb_members UNION ALL SELECT COUNT(tid) FROM ubb_threads UNION ALL SELECT COUNT(pid) FROM ubb_posts
29.
0.00137401
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 = '53')ORDER BY c.displayorder ASC, f.displayorder ASC