walking in the netherlands

The coastline of the Netherlands is part of the North Sea Trail, a walking route circumnavigating the North Sea
Our aim is to create an overview of walking in Europe with information on long distance walking routes within and passing through each and eventually every European country.
As we build we will include information on accommodation for walkers, walking festivals, charity walks, outdoor equipment, outdoor equipment reviews, details of new products, where to buy outdoor gear on our retailers page, guide to maps and books for walkers, walking news and walking holidays.
If you have information on long distance walking routes in your area that you feel would be helpful to our readers please do not hesitate to contact us
Our walking adventures so far have allowed us to revisit sections of the Pennine Way, Wainwright's Coast to Coast, the GR5, the pilgrim route to Santiago de Compostela and the Camino de Robert Louis Stephenson from Le Puy en Velay

The coastline of the Netherlands is part of the North Sea Trail, a walking route circumnavigating the North Sea
session.counter ⇒ 1
session.timer.start ⇒ 1371538328
session.timer.last ⇒ 1371538328
session.timer.now ⇒ 1371538328
session.client.browser ⇒ CCBot/2.0
registry ⇒ {}
id ⇒ 0
name ⇒
username ⇒
email ⇒
password ⇒
password_clear ⇒
usertype ⇒
block ⇒
sendEmail ⇒ 0
registerDate ⇒
lastvisitDate ⇒
activation ⇒
params ⇒
groups ⇒
guest ⇒ 1
lastResetTime ⇒
resetCount ⇒
aid ⇒ 0
Application 0.005 seconds (+0.005); 0.73 MB (+0.729) - afterLoadApplication 0.153 seconds (+0.148); 5.38 MB (+4.654) - afterInitialiseApplication 0.355 seconds (+0.202); 16.78 MB (+11.401) - afterRouteApplication 0.583 seconds (+0.228); 20.77 MB (+3.988) - afterDispatchApplication 0.620 seconds (+0.037); 21.09 MB (+0.316) - beforeRenderModule mod_banners (leftColumnBanner)Application 0.654 seconds (+0.035); 21.38 MB (+0.294) - afterRenderModule mod_banners (leftColumnBanner)Application 0.655 seconds (+0.000); 21.37 MB (-0.011) - beforeRenderModule mod_menu (Main Menu)Application 0.728 seconds (+0.073); 21.48 MB (+0.105) - afterRenderModule mod_menu (Main Menu)Application 0.728 seconds (+0.000); 21.46 MB (-0.014) - beforeRenderModule mod_breadcrumbs (Breadcrumbs)Application 0.736 seconds (+0.008); 21.49 MB (+0.033) - afterRenderModule mod_breadcrumbs (Breadcrumbs)Application 0.737 seconds (+0.000); 21.49 MB (-0.002) - beforeRenderModule mod_rokajaxsearch (walkingontheweb search)Application 0.744 seconds (+0.008); 21.57 MB (+0.082) - afterRenderModule mod_rokajaxsearch (walkingontheweb search)Application 0.745 seconds (+0.000); 21.57 MB (-0.008) - beforeRenderModule mod_menu (topmenu)Application 0.796 seconds (+0.051); 21.60 MB (+0.032) - afterRenderModule mod_menu (topmenu)Application 0.796 seconds (+0.000); 21.59 MB (-0.006) - beforeRenderModule mod_banners (Banners)Application 0.815 seconds (+0.019); 21.61 MB (+0.014) - afterRenderModule mod_banners (Banners)Application 0.823 seconds (+0.008); 21.67 MB (+0.068) - afterRender21.67 MB (22,717,880 Bytes)SELECT `data`
FROM `wotw_session`
WHERE `session_id` = 'n52c1p07uu9c2na6ohk13ibr46'SELECT `session_id`
FROM `wotw_session`
WHERE `session_id` = 'n52c1p07uu9c2na6ohk13ibr46'
LIMIT 0, 1INSERT INTO `wotw_session`
(`session_id`, `client_id`, `time`)
VALUES
('n52c1p07uu9c2na6ohk13ibr46', 0, '1371538328')SELECT extension_id AS id, element AS "option", params, enabled
FROM wotw_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'SELECT b.id
FROM wotw_usergroups AS a
LEFT JOIN wotw_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1SELECT id, rules
FROM `wotw_viewlevels`SELECT folder AS type, element AS name, params
FROM wotw_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1)
ORDER BY orderingSELECT extension_id AS id, element AS "option", params, enabled
FROM wotw_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM wotw_menu AS m
LEFT JOIN wotw_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lftSELECT extension_id AS id, element AS "option", params, enabled
FROM wotw_extensions
WHERE `type` = 'component'
AND `element` = 'com_content'SELECT *
FROM wotw_languages
WHERE published=1
ORDER BY ordering ASCSELECT id, home, template, s.params
FROM wotw_template_styles as s
LEFT JOIN wotw_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1SELECT a.rules
FROM wotw_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lftSELECT b.rules
FROM wotw_assets AS a
LEFT JOIN wotw_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content' OR a.parent_id=0)
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lftSELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROM wotw_categories as c
LEFT JOIN wotw_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM wotw_categories AS cat JOIN wotw_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN `wotw_content` AS i
ON i.`catid` = c.id
AND i.state = 1
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=93
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lftSELECT b.rules
FROM wotw_assets AS a
LEFT JOIN wotw_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.category.93' OR a.parent_id=0)
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lftSELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM wotw_content AS a
LEFT JOIN wotw_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN wotw_categories AS c
ON c.id = a.catid
LEFT JOIN wotw_users AS ua
ON ua.id = a.created_by
LEFT JOIN wotw_users AS uam
ON uam.id = a.modified_by
LEFT JOIN (
SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM wotw_contact_details AS contact
WHERE contact.published = 1
GROUP BY contact.user_id, contact.language) AS contact
ON contact.user_id = a.created_by
LEFT JOIN wotw_categories as parent
ON parent.id = c.parent_id
LEFT JOIN wotw_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM wotw_categories AS cat JOIN wotw_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE a.access IN (1,1)
AND c.access IN (1,1)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 93
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2013-06-18 06:52:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2013-06-18 06:52:08')
GROUP BY a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, a.created, a.modified, a.modified_by, uam.name, a.publish_up, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.fulltext, a.state, a.publish_down, badcats.id, c.title, c.path, c.access, c.alias, uam.id, ua.name, ua.email, contact.id, parent.title, parent.id, parent.path, parent.alias, v.rating_sum, v.rating_count, c.published, c.lft, a.ordering, parent.lft, fp.ordering, c.id, a.images, a.urls
ORDER BY c.lft,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END DESC , a.created
LIMIT 0, 10SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM wotw_content AS a
LEFT JOIN wotw_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN wotw_categories AS c
ON c.id = a.catid
LEFT JOIN wotw_users AS ua
ON ua.id = a.created_by
LEFT JOIN wotw_users AS uam
ON uam.id = a.modified_by
LEFT JOIN (
SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM wotw_contact_details AS contact
WHERE contact.published = 1
GROUP BY contact.user_id, contact.language) AS contact
ON contact.user_id = a.created_by
LEFT JOIN wotw_categories as parent
ON parent.id = c.parent_id
LEFT JOIN wotw_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM wotw_categories AS cat JOIN wotw_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE a.access IN (1,1)
AND c.access IN (1,1)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 93
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2013-06-18 06:52:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2013-06-18 06:52:08')
GROUP BY a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, a.created, a.modified, a.modified_by, uam.name, a.publish_up, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.fulltext, a.state, a.publish_down, badcats.id, c.title, c.path, c.access, c.alias, uam.id, ua.name, ua.email, contact.id, parent.title, parent.id, parent.path, parent.alias, v.rating_sum, v.rating_count, c.published, c.lft, a.ordering, parent.lft, fp.ordering, c.id, a.images, a.urls
ORDER BY c.lft,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END DESC , a.createdSELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM wotw_modules AS m
LEFT JOIN wotw_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN wotw_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2013-06-18 06:52:08')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2013-06-18 06:52:08')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 762 OR mm.menuid <= 0)
ORDER BY m.position, m.orderingSELECT *
FROM wotw_banners
WHERE '2013-06-18 06:52:08' >= `reset`
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!=NULL
AND (`checked_out` = 0 OR `checked_out` = 0)SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM wotw_banners as a
LEFT JOIN wotw_banner_clients AS cl
ON cl.id = a.cid
LEFT JOIN wotw_categories as cat
ON a.catid = cat.id
WHERE a.state=1
AND (CURRENT_TIMESTAMP() >= a.publish_up OR a.publish_up = '0000-00-00 00:00:00')
AND (CURRENT_TIMESTAMP() <= a.publish_down OR a.publish_down = '0000-00-00 00:00:00')
AND (a.imptotal = 0 OR a.impmade <= a.imptotal)
AND a.cid = 2
AND cl.state = 1
AND a.catid IN (306)
ORDER BY a.sticky DESC,a.orderingSELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM wotw_banners as a
LEFT JOIN wotw_banner_clients AS cl
ON cl.id = a.cid
LEFT JOIN wotw_categories as cat
ON a.catid = cat.id
WHERE a.state=1
AND (CURRENT_TIMESTAMP() >= a.publish_up OR a.publish_up = '0000-00-00 00:00:00')
AND (CURRENT_TIMESTAMP() <= a.publish_down OR a.publish_down = '0000-00-00 00:00:00')
AND (a.imptotal = 0 OR a.impmade <= a.imptotal)
AND a.cid = 2
AND cl.state = 1
AND a.catid IN (306)
ORDER BY a.sticky DESC,a.ordering
LIMIT 0, 5UPDATE wotw_banners
SET impmade = (impmade + 1)
WHERE id = 21SELECT `count`
FROM wotw_banner_tracks
WHERE track_type=1
AND banner_id=21
AND track_date='2013-06-18 06'SELECT `count`
FROM wotw_banner_tracks
WHERE track_type=1
AND banner_id=21
AND track_date='2013-06-18 06'UPDATE wotw_banner_tracks
SET `count` = (`count` + 1)
WHERE track_type=1
AND banner_id=21
AND track_date='2013-06-18 06'UPDATE wotw_banners
SET impmade = (impmade + 1)
WHERE id = 24SELECT `count`
FROM wotw_banner_tracks
WHERE track_type=1
AND banner_id=24
AND track_date='2013-06-18 06'SELECT `count`
FROM wotw_banner_tracks
WHERE track_type=1
AND banner_id=24
AND track_date='2013-06-18 06'UPDATE wotw_banner_tracks
SET `count` = (`count` + 1)
WHERE track_type=1
AND banner_id=24
AND track_date='2013-06-18 06'SELECT *
FROM wotw_banners
WHERE '2013-06-18 06:52:08' >= `reset`
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!=NULL
AND (`checked_out` = 0 OR `checked_out` = 0)SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM wotw_banners as a
LEFT JOIN wotw_banner_clients AS cl
ON cl.id = a.cid
LEFT JOIN wotw_categories as cat
ON a.catid = cat.id
WHERE a.state=1
AND (CURRENT_TIMESTAMP() >= a.publish_up OR a.publish_up = '0000-00-00 00:00:00')
AND (CURRENT_TIMESTAMP() <= a.publish_down OR a.publish_down = '0000-00-00 00:00:00')
AND (a.imptotal = 0 OR a.impmade <= a.imptotal)
AND a.cid = 2
AND cl.state = 1
AND a.catid IN (3)
ORDER BY a.sticky DESC,RAND()SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM wotw_banners as a
LEFT JOIN wotw_banner_clients AS cl
ON cl.id = a.cid
LEFT JOIN wotw_categories as cat
ON a.catid = cat.id
WHERE a.state=1
AND (CURRENT_TIMESTAMP() >= a.publish_up OR a.publish_up = '0000-00-00 00:00:00')
AND (CURRENT_TIMESTAMP() <= a.publish_down OR a.publish_down = '0000-00-00 00:00:00')
AND (a.imptotal = 0 OR a.impmade <= a.imptotal)
AND a.cid = 2
AND cl.state = 1
AND a.catid IN (3)
ORDER BY a.sticky DESC,RAND()
LIMIT 0, 1UPDATE wotw_banners
SET impmade = (impmade + 1)
WHERE id = 28SELECT `count`
FROM wotw_banner_tracks
WHERE track_type=1
AND banner_id=28
AND track_date='2013-06-18 06'SELECT `count`
FROM wotw_banner_tracks
WHERE track_type=1
AND banner_id=28
AND track_date='2013-06-18 06'INSERT INTO wotw_banner_tracks
(`count`,`track_type`,`banner_id`,`track_date`)
VALUES
(1, 1, 28, '2013-06-18 06')UPDATE `wotw_session`
SET `data` = '__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1371538328;s:18:\"session.timer.last\";i:1371538328;s:17:\"session.timer.now\";i:1371538328;s:22:\"session.client.browser\";s:9:\"CCBot/2.0\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}}'
, `time` = '1371538329'
WHERE `session_id` = 'n52c1p07uu9c2na6ohk13ibr46'6 × SELECT `count`
FROM wotw_banner_tracks4 × SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM wotw_banners as a
LEFT JOIN wotw_banner_clients AS cl
ON cl.id = a.cid
LEFT JOIN wotw_categories as cat
ON a.catid = cat.id3 × SELECT extension_id AS id, element AS "option", params, enabled
FROM wotw_extensions2 × SELECT b.rules
FROM wotw_assets AS a
LEFT JOIN wotw_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt2 × SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM wotw_content AS a
LEFT JOIN wotw_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN wotw_categories AS c
ON c.id = a.catid
LEFT JOIN wotw_users AS ua
ON ua.id = a.created_by
LEFT JOIN wotw_users AS uam
ON uam.id = a.modified_by
LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM wotw_contact_details AS contact2 × SELECT *
FROM wotw_banners1 × SELECT a.rules
FROM wotw_assets AS a1 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROM wotw_categories as c
LEFT JOIN wotw_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM wotw_categories AS cat JOIN wotw_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM wotw_modules AS m
LEFT JOIN wotw_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN wotw_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id1 × SELECT id, home, template, s.params
FROM wotw_template_styles as s
LEFT JOIN wotw_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id1 × SELECT b.id
FROM wotw_usergroups AS a
LEFT JOIN wotw_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt1 × SELECT `session_id`
FROM `wotw_session`1 × SELECT id, rules
FROM `wotw_viewlevels1 × SELECT folder AS type, element AS name, params
FROM wotw_extensions1 × SELECT *
FROM wotw_languages1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM wotw_menu AS m
LEFT JOIN wotw_extensions AS e
ON m.component_id = e.extension_id1 × SELECT `data`
FROM `wotw_session`3 × UPDATE wotw_banners
SET impmade = (impmade + 1)2 × UPDATE wotw_banner_tracks
SET `count` = (`count` + 1)1 × UPDATE `wotw_session`
SET `data` = '__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1371538328;s:18:\"session.timer.last\";i:1371538328;s:17:\"session.timer.now\";i:1371538328;s:22:\"session.client.browser\";s:9:\"CCBot/2.0\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}}' , `time` = '1371538329'1 × INSERT INTO wotw_banner_tracks (`count`,`track_type`,`banner_id`,`track_date`)
VALUES (1, 1, 28, '2013-06-18 06'1 × INSERT INTO `wotw_session` (`session_id`, `client_id`, `time`)
VALUES ('n52c1p07uu9c2na6ohk13ibr46', 0, '1371538328'