<?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; } Flexible Body Wand — BottomBinky
Flexible Body Wand
Heat Wave

Flexible Body Wand

★★★★☆ 4.6 · 67 reviews
$74.99 $89.99 Save 17%
Color: Ocean Blue
Ocean Blue
Lilac
Slate
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

Unleash full-body relaxation and intense localized pleasure with this flexible, mid-sized body wand. Boasting a heavy-duty, high-performance motor, it delivers profound, deep-tissue vibrations that release tension and elevate arousal. The flexible neck bends to accommodate any angle, making it an essential addition to your bedroom drawer.

  • High-performance heavy-duty motor offering intense, deep-tissue vibrations
  • Flexible, multi-angle neck ensures steady contact and comfort
  • 8 speeds and 12 rhythm patterns for customizable full-body massage
  • Ergonomic, long handle wrapped in soft-touch material for a steady grip
  • Rechargeable battery providing up to 2 hours of continuous use
SKUBB-008
BrandHeat Wave
CategoryVibrators
Dimensions10.2" x 1.9"
MaterialFood-grade silicone, premium ABS
Weight8.1 oz
Available ColorsOcean Blue, Lilac, Slate
In StockYes
4.6
★★★★☆

Based on 67 reviews

Full review system coming soon.

You Might Also Like

View all →