<?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;
}
Premium Bondage Tape — BottomBinky
Onyx Gear
Premium Bondage Tape
★★★★☆4.5·240 reviews
$9.99
Color: Opaque Black
Opaque Black
Sheer Red
Neon Pink
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
Enjoy secure and completely painless restraint play with this self-clinging premium bondage tape. Formulated to adhere strictly to itself and never to skin or hair, it allows for quick and easy wrapping of wrists, ankles, or legs. It tears easily by hand and peels off completely clean without leaving sticky residues.
Innovative self-clinging vinyl material sticks only to itself, not hair or skin
Completely adhesive-free, painless to apply and remove in seconds
Wide 2-inch band provides strong, sturdy, and reliable support
Easy to tear by hand—no scissors required during passionate play
Non-toxic, scent-free, and safe for all skin types