<?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; } Automatic Vacuum Pump — BottomBinky
Automatic Vacuum Pump
SALE
Onyx Gear

Automatic Vacuum Pump

★★★★☆ 4.7 · 110 reviews
$64.99 $79.99 Save 19%
Color: Smoke Tint
Smoke Tint
Clear Blue
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

Elevate your confidence and size with this high-performance automatic vacuum pump. Boasting an advanced, electric motor, it creates a powerful, smooth vacuum seal at the touch of a button to stimulate blood flow and maximize expansion. The thick, measurement-marked cylinder lets you track progress and watch your results live.

  • Fully automatic, quiet motor with 4 adjustable vacuum intensities
  • Thick, heavy-duty acrylic cylinder with precise inch and metric markings
  • Ultra-soft, removable silicone donut ring provides a tight, airtight seal
  • Quick-release safety valve allows for immediate pressure reduction
  • USB rechargeable battery with magnetic charging interface
SKUBB-033
BrandOnyx Gear
CategoryFor Him
Dimensions11.4" x 2.8"
MaterialAcrylic, Medical-grade silicone, ABS
Weight11.5 oz
Available ColorsSmoke Tint, Clear Blue
In StockYes
4.7
★★★★☆

Based on 110 reviews

Full review system coming soon.

You Might Also Like

View all →