<?php /** * BottomBinky — Age Gate Middleware * _bb_age_check.php — include at the TOP of every protected page * * Usage: * <?php require_once('/home/btmbinky/public_html/_bb_age_check.php'); ?> * * Behavior: * - If bb_age_verified cookie is set → passes through silently * - Otherwise → redirects to /age-gate/?r=<current_url> * - Pages that are always public (privacy, terms, support, age-gate itself) skip this include */ if (session_status() === PHP_SESSION_NONE) { session_start(); } // Pages exempt from age gate $exempt_paths = [ '/age-gate/', '/age-gate/index.php', '/privacy/', '/privacy/index.php', '/terms/', '/terms/index.php', '/support/', '/support/index.php', '/sitemap.xml', '/robots.txt', '/manifest.json', '/sw.js', '/offline.html', ]; $current = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); // Check if current path is exempt $is_exempt = false; foreach ($exempt_paths as $ep) { if ($current === $ep || strpos($current, '/icons/') === 0 || strpos($current, '/assets/') === 0) { $is_exempt = true; break; } } if (!$is_exempt && empty($_COOKIE['bb_age_verified'])) { $return = urlencode($current); header('Location: /age-gate/?r=' . $return, true, 302); exit; } Under-the-Bed Restraint System — BottomBinky
Under-the-Bed Restraint System
HOT
Onyx Gear

Under-the-Bed Restraint System

★★★★☆ 4.8 · 165 reviews
$34.99 $44.99 Save 22%
Color: Midnight Black
Midnight Black
Ruby Red
1
Discreet plain packaging — no branding outside
Billing appears as "BB Online" — no adult identifiers
Ships within 1–2 business days
30-day hassle-free returns
Secure checkout

Transform any standard bed into an exciting playground of sensory restraint in seconds. This fully adjustable under-the-bed restraint system slips discreetly beneath your mattress, leaving only the soft straps and padded cuffs accessible. Ideal for couples exploring restraint play, it requires no permanent installation or drilling.

  • Easy-to-use restraint straps that slip under any queen or king-sized mattress
  • Includes 4 adjustable, thickly padded neoprene cuffs for wrists and ankles
  • Quick-release safety clips allow for immediate and easy escape
  • Fully adjustable high-grade nylon straps for custom configurations
  • Highly discreet design; can be hidden completely under pillows and sheets
SKUBB-022
BrandOnyx Gear
CategoryBondage
DimensionsStraps adjust up to 95", Cuffs fit wrists/ankles 6" to 11"
MaterialHeavy-duty nylon, neoprene padding, steel hardware
Weight14.2 oz
Available ColorsMidnight Black, Ruby Red
In StockYes
4.8
★★★★☆

Based on 165 reviews

Full review system coming soon.

You Might Also Like

View all →