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

Handheld Body Massager

★★★★☆ 4.5 · 49 reviews
$44.99 $49.99 Save 10%
Color: Satin Purple
Satin Purple
Charcoal
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

Relieve full-body tension and soothe tired muscles with this powerful, compact handheld body massager. Featuring three exchangeable silicone massage heads, it lets you customize your recovery and relaxation experience. Its ergonomic, weighted handle reduces hand fatigue, allowing you to focus on releasing tight areas with ease.

  • Powerful motor with adjustable speed dial for customized intensity
  • Includes 3 interchangeable silicone nodes for different massage styles
  • Quiet-running technology allows for peaceful, uninterrupted relaxation
  • Ergonomically designed non-slip grip handle for hard-to-reach areas
  • Cordless and rechargeable with up to 90 minutes of run time
SKUBB-021
BrandHeat Wave
CategoryMassage
Dimensions8.5" x 3.2" x 2.8"
MaterialABS plastic, premium silicone
Weight12.4 oz
Available ColorsSatin Purple, Charcoal
In StockYes
4.5
★★★★☆

Based on 49 reviews

Full review system coming soon.

You Might Also Like

View all →