Jericho Airsoft Large AO Map (Click on image for large printable map)
When we have big games, operations, and vehicle days, we combine all the fields from one side of the park, into one giant AO (Area of Operation). This makes for giant battles that are simply lot of fun to be involved in.
session.counter ⇒ 13
session.timer.start ⇒ 1337449715
session.timer.last ⇒ 1337450267
session.timer.now ⇒ 1337450302
session.client.browser ⇒ CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
registry ⇒ {"com_kunena":{"redirect":null}}
id ⇒ 0
name ⇒
username ⇒
email ⇒
password ⇒
password_clear ⇒
usertype ⇒
block ⇒
sendEmail ⇒ 0
registerDate ⇒
lastvisitDate ⇒
activation ⇒
params ⇒
groups ⇒ Array
guest ⇒ 1
aid ⇒ 0
session.token ⇒ bb7b2e689c97570531c0e92ffefc0c40
link ⇒ http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/33-were-open-on-black-friday
expiry ⇒ 1337449914
link ⇒ http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/35-happy-new-year-2012
expiry ⇒ 1337449940
link ⇒ http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/36-were-open-mlk-day
expiry ⇒ 1337449962
link ⇒ http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/38-we-play-in-the-rain
expiry ⇒ 1337449989
link ⇒ http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/40-red-vs-blue-feb-25th
expiry ⇒ 1337450015
link ⇒ http://jerichoairsoft.com/index.php/en/info/hours-of-operation
expiry ⇒ 1337450040
link ⇒ http://jerichoairsoft.com/index.php/en/info/prices-a-private-groups
expiry ⇒ 1337450040
link ⇒ http://jerichoairsoft.com/index.php/en/2-uncategorised/37-2012-events-to-be-announced-soon
expiry ⇒ 1337450066
link ⇒ http://jerichoairsoft.com/index.php/en/2-uncategorised/45-jericho-airsoft-swap-meet-april-14th
expiry ⇒ 1337450040
link ⇒ http://jerichoairsoft.com/index.php/en/fields/babylon
expiry ⇒ 1337450268
link ⇒ http://jerichoairsoft.com/index.php/en/fields/big-game-ao-map
expiry ⇒ 1337450302
Application 0.000 seconds (+0.000); 0.85 MB (+0.849) - afterLoadApplication 0.081 seconds (+0.081); 7.82 MB (+6.969) - afterInitialiseApplication 0.099 seconds (+0.017); 9.23 MB (+1.408) - afterRouteApplication 0.181 seconds (+0.083); 13.49 MB (+4.262) - afterDispatchApplication 0.302 seconds (+0.121); 18.94 MB (+5.449) - beforeRenderModule mod_roknavmenu ()Application 0.326 seconds (+0.024); 20.44 MB (+1.506) - afterRenderModule mod_roknavmenu ()Application 0.329 seconds (+0.003); 20.40 MB (-0.042) - beforeRenderModule mod_roknavmenu ()Application 0.336 seconds (+0.008); 20.76 MB (+0.355) - afterRenderModule mod_roknavmenu ()Application 0.349 seconds (+0.013); 20.82 MB (+0.061) - beforeRenderModule mod_roknavmenu ()Application 0.354 seconds (+0.005); 21.12 MB (+0.304) - afterRenderModule mod_roknavmenu ()Application 0.393 seconds (+0.038); 23.27 MB (+2.147) - beforeRenderModule mod_login (Login Form)Application 0.399 seconds (+0.006); 23.36 MB (+0.094) - afterRenderModule mod_login (Login Form)Application 0.433 seconds (+0.035); 21.23 MB (-2.130) - afterRender21.23 MB (22,261,912 Bytes)SELECT `data`
FROM `jericho_session`
WHERE `session_id` = '13128b31a7d94b0e05194cf87a0683fd'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 jericho_menu AS m
LEFT JOIN jericho_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 b.rules
FROM jericho_assets AS a
LEFT JOIN jericho_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 b.id
FROM jericho_usergroups AS a
LEFT JOIN jericho_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, 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, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,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
FROM jericho_content AS a
LEFT JOIN jericho_categories AS c
on c.id = a.catid
LEFT JOIN jericho_users AS u
on u.id = a.created_by
LEFT JOIN (
SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM jericho_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 jericho_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jericho_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM jericho_categories AS cat JOIN jericho_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 12
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-05-19 17:58:22')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-19 17:58:22')
AND (a.state = 1 OR a.state =2)SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM jericho_categories as c
LEFT JOIN jericho_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM jericho_categories AS cat JOIN jericho_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 (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=11
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 jericho_assets AS a
LEFT JOIN jericho_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.article.12' OR a.parent_id=0)
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lftSELECT a.id,
CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM jericho_content AS a
LEFT JOIN jericho_categories AS cc
ON cc.id = a.catid
WHERE a.catid = 11
AND a.state = 1
AND a.access = 1
AND (a.state = 1 OR a.state = -1)
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2012-05-19 17:58:22')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2012-05-19 17:58:22')
AND a.language in ('en-GB','*')
ORDER BY a.created DESCUPDATE jericho_content
SET hits = hits + 1
WHERE id = 12SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jericho_modules AS m
LEFT JOIN jericho_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jericho_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 <= '2012-05-19 17:58:22')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2012-05-19 17:58:22')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 200 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.orderingSELECT template
FROM jericho_template_styles
WHERE home = 1
AND client_id = 0SELECT template
FROM jericho_template_styles
WHERE home = 1
AND client_id = 0SELECT template
FROM jericho_template_styles
WHERE home = 1
AND client_id = 0UPDATE `jericho_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:13;s:19:\"session.timer.start\";i:1337449715;s:18:\"session.timer.last\";i:1337450267;s:17:\"session.timer.now\";i:1337450302;s:22:\"session.client.browser\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:10:\"com_kunena\";O:8:\"stdClass\":1:{s:8:\"redirect\";N;}}}s:4:\"user\";O:5:\"JUser\":23:{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: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;}s:13:\"session.token\";s:32:\"bb7b2e689c97570531c0e92ffefc0c40\";s:16:\"com_mailto.links\";a:11:{s:40:\"2fd7095e9ae762bfd6c5e6041934a2d76292042e\";O:8:\"stdClass\":2:{s:4:\"link\";s:86:\"http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/33-were-open-
on-black-friday\";s:6:\"expiry\";i:1337449914;}s:40:\"cde36ce71b23f303cfa5aa18603c7e171b56b25b\";O:8:\"stdClass\":2:{s:4:\"link\";s:80:\"http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/35-happy-new-year-2012\";s:6:\"expiry\";i:1337449940;}s:40:\"3f07508226ce4806cf97bb4928fbff7cbaf339d5\";O:8:\"stdClass\":2:{s:4:\"link\";s:78:\"http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/36-were-open-mlk-day\";s:6:\"expiry\";i:1337449962;}s:40:\"7f29a05c2e046abbd4213b1705ec71400c6010aa\";O:8:\"stdClass\":2:{s:4:\"link\";s:80:\"http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/38-we-play-in-the-rain\";s:6:\"expiry\";i:1337449989;}s:40:\"ece95eecf6f5f52c0317f3b7c3d9716b08e573fd\";O:8:\"stdClass\":2:{s:4:\"link\";s:81:\"http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/40-red-vs-blue-feb-25th\";s:6:\"expiry\";i:1337450015;}s:40:\"dbacc4a64d963ae4c6451a6a62191501424939b0\";O:8:\"stdClass\":2:{s:4:\"link\";s:62:\"http://jerichoairsoft.com/index.php/en/info/hours-of-operation\";s:6:\"expiry\";i:1337450040;}s:40:\"20fa94ffdc247656e8be35806b2691854a2d287d\";O:8:\"stdClass\":2:{s:4:\"link\";s:67:\"http://jerichoairsoft.com/index.php/en/info/prices-a-private-groups\";s:6:\"expiry\";i:1337450040;}s:40:\"ddd1cbd520aebabcecb54b5d5877de239455b6c9\";O:8:\"stdClass\":2:{s:4:\"link\";s:90:\"http://jerichoairsoft.com/index.php/en/2-uncategorised/37-2012-events-to-be-announced-soon\";s:6:\"expiry\";i:1337450066;}s:40:\"ee4e7516aa0f31f61db9de581908a342a2ad6108\";O:8:\"stdClass\":2:{s:4:\"link\";s:94:\"http://jerichoairsoft.com/index.php/en/2-uncategorised/45-jericho-airsoft-swap-meet-april-14th\";s:6:\"expiry\";i:1337450040;}s:40:\"e6874502d4713e9b6ed7dc7baa8c02b82979ecbb\";O:8:\"stdClass\":2:{s:4:\"link\";s:53:\"http://jerichoairsoft.com/index.php/en/fields/babylon\";s:6:\"expiry\";i:1337450268;}s:40:\"d1e09bb0fcca79d9b17f00bddc7eadd4923be019\";O:8:\"stdClass\":2:{s:4:\"link\";s:61:\"http://jerichoairsoft.com/index.php/en/fields/big-game-ao-map\";s:6:\"expiry\";i:1337450302;}}}'
, `time` = '1337450302'
WHERE `session_id` = '13128b31a7d94b0e05194cf87a0683fd'3 × SELECT template
FROM jericho_template_styles2 × SELECT b.rules
FROM jericho_assets AS a
LEFT JOIN jericho_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt1 × SELECT a.id,
CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM jericho_content AS a
LEFT JOIN jericho_categories AS cc
ON cc.id = a.catid1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jericho_modules AS m
LEFT JOIN jericho_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jericho_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id1 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM jericho_categories as c
LEFT JOIN jericho_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM jericho_categories AS cat JOIN jericho_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt1 × SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, 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, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,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
FROM jericho_content AS a
LEFT JOIN jericho_categories AS c
on c.id = a.catid
LEFT JOIN jericho_users AS u
on u.id = a.created_by
LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM jericho_contact_details AS contact1 × 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 jericho_menu AS m
LEFT JOIN jericho_extensions AS e
ON m.component_id = e.extension_id1 × SELECT b.id
FROM jericho_usergroups AS a
LEFT JOIN jericho_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt1 × SELECT `data`
FROM `jericho_session`1 × UPDATE `jericho_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:13;s:19:\"session.timer.start\";i:1337449715;s:18:\"session.timer.last\";i:1337450267;s:17:\"session.timer.now\";i:1337450302;s:22:\"session.client.browser\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:10:\"com_kunena\";O:8:\"stdClass\":1:{s:8:\"redirect\";N;}}}s:4:\"user\";O:5:\"JUser\":23:{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: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;}s:13:\"session.token\";s:32:\"bb7b2e689c97570531c0e92ffefc0c40\";s:16:\"com_mailto.links\";a:11:{s:40:\"2fd7095e9ae762bfd6c5e6041934a2d76292042e\";O:8:\"stdClass\":2:{s:4:\"link\";s:86:\"http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/33-were-open-
on-black-friday\";s:6:\"expiry\";i:1337449914;}s:40:\"cde36ce71b23f303cfa5aa18603c7e171b56b25b\";O:8:\"stdClass\":2:{s:4:\"link\";s:80:\"http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/35-happy-new-year-2012\";s:6:\"expiry\";i:1337449940;}s:40:\"3f07508226ce4806cf97bb4928fbff7cbaf339d5\";O:8:\"stdClass\":2:{s:4:\"link\";s:78:\"http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/36-were-open-mlk-day\";s:6:\"expiry\";i:1337449962;}s:40:\"7f29a05c2e046abbd4213b1705ec71400c6010aa\";O:8:\"stdClass\":2:{s:4:\"link\";s:80:\"http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/38-we-play-in-the-rain\";s:6:\"expiry\";i:1337449989;}s:40:\"ece95eecf6f5f52c0317f3b7c3d9716b08e573fd\";O:8:\"stdClass\":2:{s:4:\"link\";s:81:\"http://jerichoairsoft.com/index.php/en/12-fp-roknewspager/40-red-vs-blue-feb-25th\";s:6:\"expiry\";i:1337450015;}s:40:\"dbacc4a64d963ae4c6451a6a62191501424939b0\";O:8:\"stdClass\":2:{s:4:\"link\";s:62:\"http://jerichoairsoft.com/index.php/en/info/hours-of-operation\";s:6:\"expiry\";i:1337450040;}s:40:\"20fa94ffdc247656e8be35806b2691854a2d287d\";O:8:\"stdClass\":2:{s:4:\"link\";s:67:\"http://jerichoairsoft.com/index.php/en/info/prices-a-private-groups\";s:6:\"expiry\";i:1337450040;}s:40:\"ddd1cbd520aebabcecb54b5d5877de239455b6c9\";O:8:\"stdClass\":2:{s:4:\"link\";s:90:\"http://jerichoairsoft.com/index.php/en/2-uncategorised/37-2012-events-to-be-announced-soon\";s:6:\"expiry\";i:1337450066;}s:40:\"ee4e7516aa0f31f61db9de581908a342a2ad6108\";O:8:\"stdClass\":2:{s:4:\"link\";s:94:\"http://jerichoairsoft.com/index.php/en/2-uncategorised/45-jericho-airsoft-swap-meet-april-14th\";s:6:\"expiry\";i:1337450040;}s:40:\"e6874502d4713e9b6ed7dc7baa8c02b82979ecbb\";O:8:\"stdClass\":2:{s:4:\"link\";s:53:\"http://jerichoairsoft.com/index.php/en/fields/babylon\";s:6:\"expiry\";i:1337450268;}s:40:\"d1e09bb0fcca79d9b17f00bddc7eadd4923be019\";O:8:\"stdClass\":2:{s:4:\"link\";s:61:\"http://jerichoairsoft.com/index.php/en/fields/big-game-ao-map\";s:6:\"expiry\";i:1337450302;}}}' , `time` = '1337450302'1 × UPDATE jericho_content
SET hits = hits + 1