INVALID SQL: 2013 : Lost connection to server during query
SQL QUERY FAILURE:SELECT xcart_products.*, xcart_quick_flags.*, xcart_quick_prices.variantid, xcart_pricing.price, IF(xcart_products_lng.productid != '', xcart_products_lng.product, xcart_products.product) as product, IF(xcart_products_lng.productid != '', xcart_products_lng.descr, xcart_products.descr) as descr, IF(xcart_products_lng.productid != '', xcart_products_lng.fulldescr, xcart_products.fulldescr) as fulldescr FROM xcart_pricing, xcart_products LEFT JOIN xcart_quick_flags ON xcart_quick_flags.productid = xcart_products.productid LEFT JOIN xcart_products_lng ON xcart_products_lng.productid = xcart_products.productid AND xcart_products_lng.code = 'US' LEFT JOIN xcart_product_memberships ON xcart_product_memberships.productid = xcart_products.productid INNER JOIN xcart_quick_prices ON xcart_quick_prices.productid = xcart_products.productid AND xcart_quick_prices.membershipid = '0' INNER JOIN xcart_products_categories ON xcart_products_categories.productid = xcart_products.productid INNER JOIN xcart_categories ON xcart_products_categories.categoryid = xcart_categories.categoryid LEFT JOIN xcart_category_memberships ON xcart_category_memberships.categoryid = xcart_categories.categoryid INNER JOIN xcart_product_cast ON xcart_products.productid=xcart_product_cast.productid INNER JOIN xcart_cast ON xcart_product_cast.castid=xcart_cast.id WHERE xcart_quick_prices.priceid = xcart_pricing.priceid AND xcart_products.product_type <> 'C' AND xcart_products.forsale <> 'B' AND xcart_cast.castname='Jason Wind' AND xcart_category_memberships.membershipid IS NULL AND xcart_product_memberships.membershipid IS NULL AND xcart_categories.avail = 'Y' AND (xcart_products.forsale = 'Y' OR xcart_products.forsale = '') GROUP BY xcart_products.productid ORDER BY xcart_products_categories.orderby ASC, xcart_products.product ASC LIMIT 0, 16
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:UPDATE xcart_sessions_data SET data='a:29:{s:17:\"_saved_session_fg\";s:32:\"fac378ac3b3d3886829021b3309d4fd1\";s:11:\"editor_mode\";s:0:\"\";s:8:\"is_robot\";s:1:\"N\";s:5:\"robot\";s:0:\"\";s:11:\"is_location\";s:0:\"\";s:9:\"adaptives\";a:1:{s:14:\"is_first_start\";s:0:\"\";}s:8:\"sns_flag\";s:0:\"\";s:11:\"logout_user\";s:0:\"\";s:26:\"session_failed_transaction\";s:0:\"\";s:16:\"add_to_cart_time\";s:0:\"\";s:17:\"always_allow_shop\";s:0:\"\";s:11:\"search_data\";a:1:{s:8:\"products\";a:10:{s:10:\"categoryid\";i:0;s:23:\"search_in_subcategories\";s:0:\"\";s:13:\"category_main\";s:1:\"Y\";s:14:\"category_extra\";s:1:\"Y\";s:7:\"forsale\";s:1:\"Y\";s:4:\"cast\";s:10:\"Jason Wind\";s:8:\"director\";s:0:\"\";s:6:\"studio\";s:0:\"\";s:10:\"sort_field\";s:7:\"orderby\";s:14:\"sort_direction\";s:0:\"\";}}s:4:\"wlid\";s:0:\"\";s:10:\"js_enabled\";s:1:\"Y\";s:11:\"top_message\";s:0:\"\";s:7:\"partner\";s:0:\"\";s:15:\"partner_clickid\";s:0:\"\";s:14:\"adv_campaignid\";s:0:\"\";s:15:\"referer_session\";b:0;s:5:\"login\";s:0:\"\";s:10:\"login_type\";s:0:\"\";s:11:\"identifiers\";a:0:{}s:4:\"cart\";s:0:\"\";s:6:\"logged\";s:0:\"\";s:14:\"remember_login\";b:0;s:13:\"remember_data\";s:0:\"\";s:7:\"old_lng\";s:0:\"\";s:12:\"product_sort\";s:0:\"\";s:22:\"product_sort_direction\";s:0:\"\";}' WHERE sessid='d86beeec1f9497b0d626a1d52cca3fd4'
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT xcart_extra_fields.*, IF(xcart_extra_fields_lng.field != '', xcart_extra_fields_lng.field, xcart_extra_fields.field) as field FROM xcart_extra_fields LEFT JOIN xcart_extra_fields_lng ON xcart_extra_fields.fieldid = xcart_extra_fields_lng.fieldid AND xcart_extra_fields_lng.code = 'US' WHERE active = 'Y' ORDER BY field
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SET SESSION SQL_BIG_SELECTS=1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT xcart_products.productid, xcart_products.provider, IF(xcart_products_lng.productid != '', xcart_products_lng.product, xcart_products.product) as product, xcart_products.productcode, xcart_products.avail, xcart_products.studio, xcart_products.director, xcart_pricing.price, IF(xcart_images_T.id IS NULL, '', 'Y') as is_thumbnail, xcart_images_T.image_path, xcart_product_taxes.taxid FROM xcart_pricing, xcart_products LEFT JOIN xcart_products_lng ON xcart_products.productid = xcart_products_lng.productid AND code = 'US' LEFT JOIN xcart_quick_prices ON xcart_quick_prices.productid = xcart_products.productid AND xcart_quick_prices.membershipid = '0' LEFT JOIN xcart_product_memberships ON xcart_product_memberships.productid = xcart_products.productid LEFT JOIN xcart_images_T ON xcart_images_T.id = xcart_products.productid LEFT JOIN xcart_product_taxes ON xcart_product_taxes.productid = xcart_products.productid INNER JOIN xcart_products_categories ON xcart_products_categories.productid = xcart_products.productid INNER JOIN xcart_categories ON xcart_categories.categoryid = xcart_products_categories.categoryid AND xcart_categories.avail = 'Y' LEFT JOIN xcart_category_memberships ON xcart_category_memberships.categoryid = xcart_categories.categoryid WHERE (xcart_category_memberships.membershipid = '' OR xcart_category_memberships.membershipid IS NULL) AND xcart_products.forsale='Y' AND (xcart_product_memberships.membershipid = '' OR xcart_product_memberships.membershipid IS NULL) AND xcart_quick_prices.priceid = xcart_pricing.priceid AND xcart_products.productid = xcart_products_categories.productid AND xcart_products_categories.categoryid = xcart_categories.categoryid AND xcart_products.productid = xcart_pricing.productid AND xcart_pricing.quantity = '1' AND xcart_pricing.membershipid = '0' AND xcart_products.product_type <> 'C' AND xcart_products.forsale <> 'B' AND xcart_pricing.variantid = '0' AND xcart_products.rating>0 AND xcart_products.exclude_bestseller = 'N' GROUP BY xcart_products.productid ORDER BY xcart_products.rating DESC, xcart_products.views_stats DESC
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:select *, castname as cast from xcart_cast where castname='Jason Wind'
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT name, value FROM xcart_languages WHERE code = 'US' AND name IN ('lbl_product','lbl_price','lbl_default')
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='category' AND cdseoReplaceID='0' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='category' AND cdseoReplaceID='511' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='category' AND cdseoReplaceID='512' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='category' AND cdseoReplaceID='216' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='category' AND cdseoReplaceID='90' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='category' AND cdseoReplaceID='461' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='category' AND cdseoReplaceID='827' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='category' AND cdseoReplaceID='3' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='staticpage' AND cdseoReplaceID='3' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='staticpage' AND cdseoReplaceID='1' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='staticpage' AND cdseoReplaceID='14' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='staticpage' AND cdseoReplaceID='16' LIMIT 1
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT cdseoLinkTitle as title, cdseoUrl as url FROM wcm_cdseo WHERE cdseoType='staticpage' AND cdseoReplaceID='19' LIMIT 1
Jason Wind xxx gay porn dvds from Simply Gay Dvd
 
  INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT COUNT(*) FROM xcart_products WHERE forsale!='N'
0 gay dvds available
To buy gay porn dvds from this website and to browse 14,000+ xxx gay dvds and sex toys go to Simply Adult Gay Dvd

  Jason Wind
Jason Wind gay videos from Simply Gay Dvd. Free gay porn dvd delivery to UK and Europe on all Jason Wind gay xxx dvds.


There are no available products for the selected category  

 
Categories
  Adult Gay Dvds
  18-23 Gay Dvds
  Fetish Gay Dvds
  Gay Compilations
  Box Sets
  Blu-Ray Gay Dvds
  Gay XXX Themes
  Complete Titles List


Top Performers
  Ashley Ryder
  Brent Corrigan
  Matt Hughes
  Steven Prior

  All Performers


Top Studios
  Bel Ami
  Cadinot
  Falcon Studio
  Titan Media

  All Studios


Top Directors
  Bruce Cam
  Bryan Phillips
  Chris Ward
  George Duroy

  All Directors


Search
 
Advanced search



Free Shipping

INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT COUNT(*) FROM xcart_newslists WHERE avail='Y' AND show_as_news='Y' AND lngcode='US'

INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT xcart_products.*, xcart_products.avail-0 AS avail, MIN(xcart_pricing.price) as price , IF(xcart_products_lng.productid != '', xcart_products_lng.product, xcart_products.product) as product, IF(xcart_products_lng.productid != '', xcart_products_lng.descr, xcart_products.descr) as descr, IF(xcart_products_lng.productid != '', xcart_products_lng.fulldescr, xcart_products.fulldescr) as fulldescr, xcart_quick_flags.*, xcart_quick_prices.variantid, xcart_quick_prices.priceid FROM xcart_pricing, xcart_products LEFT JOIN xcart_products_lng ON xcart_products_lng.code='US' AND xcart_products_lng.productid = xcart_products.productid LEFT JOIN xcart_quick_prices ON xcart_products.productid = xcart_quick_prices.productid AND xcart_quick_prices.membershipid = '0' LEFT JOIN xcart_quick_flags ON xcart_products.productid = xcart_quick_flags.productid LEFT JOIN xcart_product_memberships ON xcart_product_memberships.productid = xcart_products.productid WHERE xcart_products.productid='15117' AND xcart_products.product_type <> 'C' AND xcart_products.forsale <> 'B' AND (xcart_product_memberships.membershipid = '0' OR xcart_product_memberships.membershipid IS NULL) AND xcart_quick_prices.membershipid = '0' AND xcart_quick_prices.priceid = xcart_pricing.priceid GROUP BY xcart_products.productid
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:SELECT xcart_products_categories.categoryid FROM xcart_products_categories USE INDEX (cpm), xcart_categories LEFT JOIN xcart_category_memberships ON xcart_category_memberships.categoryid = xcart_categories.categoryid WHERE xcart_products_categories.categoryid=xcart_categories.categoryid AND (xcart_category_memberships.membershipid = '0' OR xcart_category_memberships.membershipid IS NULL) AND xcart_products_categories.productid = '15117' ORDER BY main DESC LIMIT 1
Recent Products
No recent products.



Customer Support
Contact Details
Site Map
How To Order
Registration/Log In
Video On Demand
Live Webcams


Our Other Websites
Simply Adult Gay Dvd
Gay Porno Dvds
Simply Gay TV
Gay Euro TV
Live Gay Cams
Simply Gay Sex Toys




Copyright © 2000-2025 Simply Gay Dvd 
INVALID SQL: 2006 : Server has gone away
SQL QUERY FAILURE:UPDATE xcart_sessions_data SET data='a:29:{s:17:\"_saved_session_fg\";s:32:\"fac378ac3b3d3886829021b3309d4fd1\";s:11:\"editor_mode\";s:0:\"\";s:8:\"is_robot\";s:1:\"N\";s:5:\"robot\";s:0:\"\";s:11:\"is_location\";s:0:\"\";s:9:\"adaptives\";a:1:{s:14:\"is_first_start\";s:0:\"\";}s:8:\"sns_flag\";s:0:\"\";s:11:\"logout_user\";s:0:\"\";s:26:\"session_failed_transaction\";s:0:\"\";s:16:\"add_to_cart_time\";s:0:\"\";s:17:\"always_allow_shop\";s:0:\"\";s:11:\"search_data\";a:1:{s:8:\"products\";s:0:\"\";}s:4:\"wlid\";s:0:\"\";s:10:\"js_enabled\";s:1:\"Y\";s:11:\"top_message\";s:0:\"\";s:7:\"partner\";s:0:\"\";s:15:\"partner_clickid\";s:0:\"\";s:14:\"adv_campaignid\";s:0:\"\";s:15:\"referer_session\";b:0;s:5:\"login\";s:0:\"\";s:10:\"login_type\";s:0:\"\";s:11:\"identifiers\";a:0:{}s:4:\"cart\";s:0:\"\";s:6:\"logged\";s:0:\"\";s:14:\"remember_login\";b:0;s:13:\"remember_data\";s:0:\"\";s:7:\"old_lng\";s:0:\"\";s:12:\"product_sort\";s:0:\"\";s:22:\"product_sort_direction\";s:0:\"\";}' WHERE sessid='d86beeec1f9497b0d626a1d52cca3fd4'