June 23

A Woman Jumped Off A Disney World Ride To Steal A Cucumber And Fell In The Water, No Really


A Woman Jumped Off A Disney World Ride To Steal A Cucumber And Fell In The Water, No Really – CINEMABLEND jwplayer bidding plugin changed and no longer has this value defined, so making match optional */ }catch(e){ logError(‘while finding jw ad_schedule (auctionEnd)’, e); } return tags_match && units_match && positions_match; }); amazonAuction.jw.player = player; amazonAuction.jw.bid_request = jw_bidrequest; amazonAuction.jw.bidding_plugin = bidding; amazonAuction.jw.ad_schedule = ad_schedule; try{ amazonAuction.jw.bid_request.params.tag = resetAmazonVastCustParams(amazonAuction.jw.bid_request.params.tag); amazonAuction.jw.ad_schedule.tag = resetAmazonVastCustParams(amazonAuction.jw.ad_schedule.tag); }catch(e){ logError(‘resetting vast tags’, e); } var amazonSlots = codes.map(function(code){ return { slotID: ‘videoSlot’, mediaType: ‘video’ } }); try{ if (amazonSlots.length && window.apstag) { var apstag_fetchBids_config = { slots:amazonSlots, timeout: data.timeout ? parseInt(data.timeout / 2) : 1000 }; log(‘amazon.fetchBids’, { apstag: window.apstag, apstag_fetchBids_config: apstag_fetchBids_config }); apstag.fetchBids(apstag_fetchBids_config, function(bids){ amazonAuction.bids = bids; amazonAllBids = amazonAllBids.concat(bids); log(‘amazonResponse’, { lateResponse: amazonAuction.ended ? “true, prebid auction ended first – won’t use amazon bids” : false, amazonAuction: amazonAuction, bids: bids, allBids: amazonAllBids, usedBids: amazonAllBids.filter(function(b) { return b.__used; }) }); addAmazonCustParamsToVast(amazonAuction, amazonAllBids); }); } else { log(‘amazonLoaded?’, { amazonSlots: amazonSlots, apstag: window.apstag, amazonAuction: amazonAuction }); } }catch(e){ logError(‘fetching bids’, e); } log(‘jw prebid auctionInit – post’, { data: data, amazonAuction: amazonAuction, amazonAllBids: amazonAllBids }); }); jwpb.onEvent(‘auctionEnd’, function(data){ try{ var amazonAuction = amazonAuctions[data.auctionId] = amazonAuctions[data.auctionId] || { auctionId: data.auctionId }; amazonAuction.ended = true; var codes = (data.adUnits || []).map(function(adUnit){ return adUnit.code }); var prebidBids = jwpb.getHighestCpmBids(codes); log(‘jw prebid auctionEnd’, { amazonAuction: amazonAuction, prebidBids: prebidBids, data: data, amazonAuctions: amazonAuctions, amazonAllBids: amazonAllBids }); }catch(e){ logError(‘prebid auctionEnd’, e); } }); }); function resetAmazonVastCustParams(tag) { try{ var matches = tag.match(/(?:&|?)cust_params=(.*?)(?:&|$|#)/); if (matches && matches.length > 1 && matches[1].length) { var qs = decodeURIComponent(matches[1]); qs = qs.split(‘&’) .filter(function(kv){ return !kv.match(/^amzn(bid|iid|p)=/); }) .join(‘&’); if (matches[1] !== encodeURIComponent(qs)) { log(‘resetAmazonVastCustParams’, { old: matches[1], new: encodeURIComponent(qs), tag: tag }); return tag .replace(matches[1], encodeURIComponent(qs)) .replace(/cust_params=(%26)+/,’cust_params=’) .replace(/(%26){2,}/, ‘%26’); } return tag; } }catch(e){ logError(‘resetAmazonVastCustParams’, e); } return tag; } function addAmazonCustParamsToVast(auction, allBids){ try{ log(“addAmazonCustParamsToVast”, {auction:auction}); var bid; var unusedBids = allBids.filter(function(b){ return !b.__used && b.encodedQsParams; }); if (auction.bids && auction.bids.length) { bid = auction.bids[0]; } else if (unusedBids.length) { bid = unusedBids[0]; } if (!bid || !bid.encodedQsParams) { log(“addAmazonCustParamsToVast no bid”, bid); return; } // mark bid as used bid.__used = true; if (!auction.jw.bid_request.params.tag.match(/cust_params=/)) { auction.jw.bid_request.params.tag += ‘&cust_params=’; } if (!auction.jw.ad_schedule.tag.match(/cust_params=/)) {auction.jw.ad_schedule.tag += ‘&cust_params=’;} // remove any previous amazon key/vals auction.jw.bid_request.params.tag = resetAmazonVastCustParams(auction.jw.bid_request.params.tag); auction.jw.ad_schedule.tag = resetAmazonVastCustParams(auction.jw.ad_schedule.tag); // add amazon bid key/vals // have to alter both, if there are prebid bids jw uses the bid request tag, otherwise fallsback on the ad schedule tag auction.jw.bid_request.params.tag = auction.jw.bid_request.params.tag .replace(/cust_params=/, ‘cust_params=’ + bid.encodedQsParams + ‘%26′) .replace(/cust_params=(%26)+/,’cust_params=’) .replace(/(%26){2,}/, ‘%26’); auction.jw.ad_schedule.tag = auction.jw.ad_schedule.tag .replace(/cust_params=/, ‘cust_params=’ + bid.encodedQsParams + ‘%26′) .replace(/cust_params=(%26)+/,’cust_params=’) .replace(/(%26){2,}/, ‘%26’); }catch(e){ logError(“addAmazonCustParamsToVast”, e); } } function getAdUnitFromVastTag(tag) { var matches = tag.match(/[&?]iu=(/.*?)($|&|#)/); if (matches && matches.length > 1) { return matches[1]; } return ”; } function getJwPlayers(){ var i=0, players=[], player; try{ while ((player = jwplayer(i++)) && player.id) { players.push(player); } }catch(e){ logError(“getJwPlayers”, e); } return players; } var logStyle = ‘display: inline-block; color: #FF9900; background: #131A22; padding: 1px 4px 0; border-radius: 3px;’; function log(){ if (!debug) return; var args = Array.prototype.slice.call(arguments); args.unshift(logStyle); args.unshift(‘%cAmazonVideoBidding’); console.log.apply(console, args); } function logError(){ if (!debug) return; var args = Array.prototype.slice.call(arguments); args.unshift(logStyle); args.unshift(‘%cAmazonVideoBidding Error’); console.error.apply(console, args); } function polyfill(){ Array.prototype.find||Object.defineProperty(Array.prototype,”find”,{value:function(r){if(null==this)throw TypeError(‘”this” is null or not defined’);var t=Object(this),e=t.length>>>0;if(“function”!=typeof r)throw TypeError(“predicate must be a function”);for(var i=arguments[1],o=0;o = yesterday) { log(‘cached geo data retrieved’, {geo_data:geo_data, server_country:config.country}); if (geo_data.country == config.country) { config.region = geo_data.region; } } else { log(‘cached geo data expired – removing’, {geo_data:geo_data}); // expire cached geo after a day localStorage.removeItem(‘consent_geo’); } } if (config.country && config.region) { __consentwrapper_init_once(); return; } else { var geo_timeout_setting = 1000; init_timeoutID = setTimeout(function(){ log(“geo lookup timeout – running __consentwrapper.init()”); __consentwrapper_init_once(); }, geo_timeout_setting); var geoip_url; geoip_url = ‘https://apis.quantcast.mgr.consensu.org/geoip’; if (geoip_url) { try{ var start = parseInt(performance.now()); var xhr = window.XMLHttpRequest ? new window.XMLHttpRequest() : new ActiveXObject(‘MSXML2.XMLHTTP.3.0’); xhr.open(‘GET’, geoip_url, true); xhr.onloadend = function(e){ var geo = false; try{ if (xhr.response) geo = JSON.parse(xhr.response); }catch(e){} log(‘geo data response’, {geo:geo}); if (geo && geo.country && geo.region) { var country = geo.country.toUpperCase(); if (country == ‘USA’ || country == ‘US’) { config.region = geo.region.toUpperCase(); } } __consentwrapper_init_once(); if (config.region) { geo_data = { country: ‘US’, region: config.region, timestamp: (new Date()).getTime() }; localStorage.setItem(‘consent_geo’, JSON.stringify(geo_data)); } }; xhr.send(null); }catch(e){ console.error(“[Consent] wasn’t able to determine geo region – running __consentwrapper_init()”, e); __consentwrapper_init_once(); } } else { __consentwrapper_init_once(); } } }); })(); ]]> 3 && args[2] === 2 && typeof args[3] === ‘boolean’ ) { gdprApplies = args[3]; if (typeof args[2] === ‘function’) { args[2](‘set’, true); } } } else if (args[0] === ‘ping’) { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: ‘stub’ }; if (typeof args[2] === ‘function’) { args[2](retr); } } else { queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === ‘string’; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } event.source.postMessage(returnMsg, ‘*’); }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener(‘message’, postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== ‘undefined’) { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries -1 && data.jurisdiction.indexOf(data.location.toUpperCase()) > -1) { window.__uspapi(‘setUspDftData’, 1, function(data, status) { if (!status) { console.log(“Consent error: default USP string not set correctly”, {data:data, status:status}); } }); } } }); } ]]>

Published: Jun. 21. 2021 11:00 AM

One can never underestimate the crazy things people will do at theme parks. Over the years we’ve seen stories of guests getting in fights with each other, employees of theme parks being attacked, and more than a few cases of people getting drunk and doing really dumb stuff. You can basically set your watch by people doing crazy things at Walt Disney World and we have our newest example as a woman has been captured on video jumping off the Living with the Land attraction at Epcot in order to apparently take a cucumber from the greenhouse. Though she doesn’t get away scot-free as she actually falls in the water before getting back in the boat.

Living with the Land is a simple boat ride found in Epcot‘s The Land pavilion which shows guests how new technology is being used to aid in agriculture. It culminates in a ride through a functioning greenhouse. where food is being grown, and it appears that one woman was really curious how the cucumbers tasted, as she hopped off the boat in order to snag one, but it all ended badly. Check it out.

The video was posted to Twitter, though it appears to be a repost of a video from Tiktok, though the original from @marthalorena, has since been taken down. The video shows a woman hop off the Living with the Land boat, pull something off of a plant, but she seems to need to pull harder than she thought to get it off, and the force causes her to fall backward, with her leg falling between the boat and the side of the greenhouse, which is actually quite dangerous. With some help, she seems to get out unscathed.

According to some reports, the woman apparently jumped off the Living with the Land boat multiple times over the course of the attraction. Since there are people actually working the greenhouse space most of the time, she would have been seen. Needless to say, this was likely a bad move by somebody who wants to be able to go back to theme parks anytime soon.

While it’s unclear what, if anything, happened to this woman, odds are there was somebody from security ready to meet her at the exit of the attraction. It’s certainly possible that this woman was banned from the property for jumping off a ride not just once but multiple times is potentially dangerous, as she ended up proving by nearly being hurt.

And the crazy part of the whole thing is, if you’re curious how the food tastes in the Epcot greenhouse, there’s no need to grab it. All you have to do is eat food at Epcot. The food that is produced there is actually used throughout the resort, including at places like the Garden Grill restaurant that is just upstairs from this ride. If you want to know how the cucumbers taste just go up and order a salad.

Up Next

5 Crazy Ways To Get Permanently Banned From Disneyland

    • Dirk LibbeyDirk Libbey Dirk Libbey View Profile

      CinemaBlend’s resident theme park junkie and amateur Disney historian. Armchair Imagineer. Epcot Stan. Future Club 33 Member.


Source


Copyright 2021. All rights reserved.

Posted June 23, 2021 by Admin in category "Uncategorized

Leave a Reply

Your email address will not be published. Required fields are marked *